Things to Know
Description: Provides key facts and important information about the search topic.
API Response Structure:
{
"items": [
{
"header": "Important Fact",
"detail": "Detailed explanation of the fact",
"category": "Basic Information",
"source": {
"name": "Source Name",
"url": "https://example.com/source",
"date": "2023-08-15"
},
"relatedTopics": [
{
"text": "Related Topic",
"url": "https://example.com/topic"
}
]
}
],
"type": "thingsToKnow"
}
Fields:
-
items
(array): Key information points-
header
(string): Fact title -
detail
(string): Detailed explanation -
category
(string): Information category -
source
(object): Information source -
relatedTopics
(array): Related information
-
-
type
(string): Always "thingsToKnow"