Playground

Google Maps place details API API playground

Returns detailed information for a specified place_id. Rate limit is enforced at 1 request per second.

GETapiKey5 credits/requestgoogle.mapPlaceResponseDoc

Selected endpoint

GET /google/map/place/{place_id}

Returns detailed information for a specified place_id. Rate limit is enforced at 1 request per second.

Group
Google Map
Authentication
apiKey
Credit cost
5 credits/request
Path parameters
1
Query parameters
0
Body parameters
0
GETapiKey5 credits/requestmapPlaceResponseDoc

Google Maps place details API

Returns detailed information for a specified place_id. Rate limit is enforced at 1 request per second.

API key required. Paste a full key or rotate one from the API Keys page.

Set up API key

Path parameters

Request URL will appear here.

Request headers will appear here.

Request body preview will appear here when applicable.

Status, latency, response headers, and response body will appear after a request.

{
  "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
  }
}