Sign in

Speed limits

documented

Return speed limit data for road segments.

GET /v1/speedLimitsRoads 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://roads.googleapis.com/v1/speedLimits?path={{$path}}&key={{MAPS_API_KEY}}&units={{$units}}" \
  -X GET \
  -H "Accept: application/json" \
  -H "Content-Type: application/json"