Discover Place
Description: Provides comprehensive information about locations, including attractions, activities, and local highlights.
API Response Structure:
{
"place": {
"name": "Paris",
"country": "France",
"type": "City",
"description": "Capital city of France",
"coordinates": {
"latitude": 48.8566,
"longitude": 2.3522
}
},
"highlights": [
{
"name": "Eiffel Tower",
"category": "Landmark",
"rating": 4.8,
"description": "Iconic iron lattice tower",
"image": "https://example.com/eiffel.jpg"
}
],
"localInfo": {
"weather": {
"current": "Sunny",
"temperature": "22°C"
},
"timezone": "CET",
"language": "French",
"currency": "EUR
},
"type": "instantAnswers",
"configType": "discoverPlace"
}
Fields:
-
place(object): Location information-
name(string): Place name -
country(string): Country -
type(string): Location type -
description(string): Brief description -
coordinates(object): Geographic coordinates
-
-
highlights(array): Notable attractions -
localInfo(object): Local information -
type(string): Always "instantAnswers" -
configType(string): Always "discoverPlace"
