Discussions and Forums
Description: Shows relevant discussion threads and forum posts related to the search query.
API Response Structure:
{
"items": [
{
"link": {
"url": "https://forum.example.com/thread/123",
"title": "Discussion: Best practices for web development"
},
"title": "How to optimize website performance?",
"platform": "Stack Overflow",
"metrics": {
"replies": 25,
"views": 1200,
"votes": 45
},
"lastActivity": "2 hours ago",
"participants": [
{
"name": "User123",
"role": "Original Poster"
}
]
}
],
"filters": {
"timeRange": ["Today", "This Week", "This Month"],
"sortBy": ["Relevance", "Recent", "Popular"]
},
"type": "discussionsAndForums"
}
Fields:
-
items
(array): Discussion threads-
link
(object): Thread URL information -
title
(string): Discussion title -
platform
(string): Forum platform -
metrics
(object): Engagement metrics -
lastActivity
(string): Recent activity -
participants
(array): User information
-
-
filters
(object): Available filters -
type
(string): Always "discussionsAndForums"