API documentation

Base URL

https://gw.taxiaddis.com

Authentication

Send your key in the X-API-Key header. For map-tile layers and <img> tags that cannot set headers, use the ?api_key= query parameter instead.

curl -H "X-API-Key: tak_live_xxx" "https://gw.taxiaddis.com/routing/route/v1/driving/38.75,9.01;38.80,9.03"
# or, for tiles:
https://gw.taxiaddis.com/tiles/{z}/{x}/{y}.png?api_key=tak_live_xxx

Services

Error codes

StatusCodeMeaning
401invalid_api_keyMissing or unknown key.
403key_disabledKey revoked or suspended.
402insufficient_creditsBalance exhausted — top up.
429rate_limitedToo many requests.
404unknown_serviceNo API mapped to this path.
502upstream_errorUpstream service failed.
503gateway_unavailableGateway temporarily down.