# Geocode (TomTom) — https://geo-geocode.0exec.com Free-text address → lat/lon via TomTom. ## Endpoints - `GET /` — Geocode an address - `text` (query, optional): Address (free-form text) - `url` (query, optional): URL whose body is the address text - `output` (query, optional): json (default) | xml - `final` (query, optional): true for formatted output - `force` (query, optional): Bypass cache and re-query upstream - returns: application/json - {city, lat, lon, country, ...} - example: `https://geo-geocode.0exec.com/?text=Bucharest&final=true` ## Examples curl 'https://geo-geocode.0exec.com/?text=Bucharest&final=true' ## Meta endpoints (gateway-served, no upstream call) - `GET /.deploy/version.json` — current deployed commit - `GET /openapi.json` — machine-readable OpenAPI 3.1 spec - `GET /llms.txt` — this file - `GET /_gw_health` — gateway liveness probe Source: https://github.com/baditaflorin/geo-geocode