v1
latestOpenAPI 3.0.02026-07-247251950.2 KBPlaces
Search for a specific place
Overview
Get detailed information about a specific place using its Place ID. Returns complete place details including boundaries and location information.
Pricing: $0.01 per request
When to Use
- Place details - Get full information about a selected place
- Boundary information - Retrieve place boundaries for hotel searches
- Location verification - Verify place details before using in searches
- Display information - Show place names and addresses to users
What You Get
- Complete place details - Full information about the place
- Boundary data - Geographic boundaries for the place
- Location information - Coordinates, address, and display name
- Place metadata - Types, formatted address, and language
Quick Start
Provide the placeId in the URL path. Returns complete details for that specific place.
get/data/places/{placeId}
Path parameters
placeIdstring required
Unique identifier of the place to retrieve.
Query parameters
languagestring
The language code, indicating in which language the results should be returned. e.g. 'en'
sessionIdstring
Optional Google Places billing session ID. Pass the same value used in the preceding autocomplete calls to settle the billing session, making those autocomplete calls free. Can also be passed via the X-Places-Session-Id header (header takes priority).
Response
OK