Geos
GET

/api/v1/geos/name-lookup

10 credits

Resolve a location name to a Geo ID.

Try in Playground

Parameters

NameTypeRequiredDescription
querystringyesLocation name (e.g. San Francisco)

Example request

curl -H "X-API-Key: zq_…" \
  "https://zooq.dev/api/v1/geos/name-lookup?query=San+Francisco"

Example response

A worked example for this endpoint is on its way. In the meantime, try it in the Playground with your API key to see the live shape.