cURL
curl --request GET \ --url https://api.liteapi.travel/v3.0/data/places/{placeId} \ --header 'X-API-Key: <api-key>'
{ "data": { "addressComponents": [ { "languageCode": "en", "longText": "140", "shortText": "140", "types": [ "street_number" ] }, { "languageCode": "en", "longText": "Park Lane", "shortText": "Park Ln", "types": [ "route" ] }, { "languageCode": "en", "longText": "London", "shortText": "London", "types": [ "postal_town" ] }, { "languageCode": "en", "longText": "Greater London", "shortText": "Greater London", "types": [ "administrative_area_level_2", "political" ] }, { "languageCode": "en", "longText": "England", "shortText": "England", "types": [ "administrative_area_level_1", "political" ] }, { "languageCode": "en", "longText": "United Kingdom", "shortText": "GB", "types": [ "country", "political" ] }, { "languageCode": "en", "longText": "W1K 7AA", "shortText": "W1K 7AA", "types": [ "postal_code" ] } ], "displayName": "London Marriott Hotel Park Lane", "location": { "latitude": 51.513107299999994, "longitude": -0.1577347 }, "types": [ "hotel", "wedding_venue", "event_venue", "lodging", "point_of_interest", "establishment" ], "viewport": { "high": { "latitude": 51.614437080291495, "longitude": -0.05660501970849796 }, "low": { "latitude": 51.41173911970849, "longitude": -0.259302980291502 } } } }
Get detailed information about a specific place using its Place ID. Returns complete place details including boundaries and location information.
Provide the placeId in the URL path. Returns complete details for that specific place.
placeId
Unique identifier of the place to retrieve.
The language code, indicating in which language the results should be returned. e.g. 'en'
OK
Show child attributes
Was this page helpful?