Sign in

Elevation (JSON)

documented

Return elevation data for one or more locations in JSON.

GET /maps/api/elevation/jsonElevation APIno 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/elevation/json?locations={{$locations}}&key={{MAPS_API_KEY}}" \
  -X GET \
  -H "Accept: application/json"