Google Maps place details API
GET/google/map/place/:place_id
Returns detailed information for a specified place_id. Rate limit is enforced at 1 request per second.
Google Map Place in response
{
"code": 200,
"msg": "OK",
"data": {
"url": "https://www.google.com/maps/place/?q=place_id:ChIJs3cv0KuvEmsRHcXYwNJ6GU0",
"name": "Primi Italian",
"place_id": "ChIJs3cv0KuvEmsRHcXYwNJ6GU0",
"category": ["italian_restaurant"],
"address": "168 Clarence St,Sydney NSW 2000,Australia",
"latitude": -33.8701437,
"longitude": 151.2056158,
"rating": 4.7,
"review_count": 2920,
"website": "https://primiitalian.com.au/",
"phone": "+61282966430",
"description": "Hearty fare in a roomy, informal venue",
"image": "https://lh3.googleusercontent.com/p/AF1QipMcpXRTnFfzLisPeJEnVGOwWXz5CqZZy5s7z571=w408-h326-k-no",
"locations": [
"Australia",
"New South Wales",
"Australasia",
"Council of the City of Sydney",
"Cumberland County",
"Sydney",
"Eastern states of Australia"
],
"amenities": ["Bar onsite", "Restroom", "Wi-Fi"]
}
}
Request
Responses
- 200
- 400
- 429
- 500
OK
Response Headers
X-RateLimit-Per-Second-Remaining
Number of remaining requests per second
Invalid input
Rate limit exceeded
Internal server error