Sign in

Place Details (New)

documented

Get details for a place by ID.

GET https://places.googleapis.com/v1/places/PLACE_IDPlaces API (New)no implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://places.googleapis.com/v1/places/{{$place_id}}" \
  -X GET \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -H "X-Goog-Api-Key: {{MAPS_API_KEY}}" \
  -H "X-Goog-FieldMask: {{$field_mask}}"