Sign in

Place Details (Legacy)

documented

Get details for a place.

GET /maps/api/place/details/outputPlaces API (Legacy)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://maps.googleapis.com/maps/api/place/details/output?place_id={{$place_id}}&key={{MAPS_API_KEY}}&fields={{$fields}}&language={{$language}}&region={{$region}}" \
  -X GET \
  -H "Accept: application/json"
Place Details (Legacy) · Google Maps · OpenIntegrations