Sign in

Place Photos (New)

documented

Get photos for a place.

GET https://places.googleapis.com/v1/places/PLACE_ID/mediaPlaces 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}}/photos/{{$photo_reference}}/media?maxWidthPx={{$maxWidthPx}}&maxHeightPx={{$maxHeightPx}}&skipHttpRedirect={{$skipHttpRedirect}}&key={{MAPS_API_KEY}}" \
  -X GET \
  -H "Accept: application/json" \
  -H "Content-Type: application/json"