Special Occasion
Description: Shows information about holidays, celebrations, and special events.
API Response Structure:
{
"event": {
"name": "Christmas",
"date": "December 25, 2023",
"type": "Holiday",
"significance": "Religious/Cultural"
},
"details": {
"description": "Annual Christian festival celebrating the birth of Jesus Christ",
"traditions": [
"Gift giving",
"Christmas tree decoration",
"Family gatherings"
],
"observedIn": [
"Worldwide"
]
},
"relatedDates": [
{
"name": "Christmas Eve",
"date": "December 24, 2023"
}
],
"type": "instantAnswers",
"configType": "specialOccasion"
}
Fields:
-
event
(object): Event information-
name
(string): Event name -
date
(string): Event date -
type
(string): Event type -
significance
(string): Cultural significance
-
-
details
(object): Event details-
description
(string): Event description -
traditions
(array): Traditional activities -
observedIn
(array): Regions celebrating
-
-
relatedDates
(array): Related events -
type
(string): Always "instantAnswers" -
configType
(string): Always "specialOccasion"