DESTINITO FOR PARTNERS

Developers

Destinito API

A small set of public, read-only endpoints for pricing and live traffic data. Deeper operator and internal references live in the documentation site.

Authentication & rate limits

The pricing endpoint is open. The Traffic API requires an API key, sent as an X-Api-Key request header. Requests without a valid key return 401 (missing_key or invalid_key).

Traffic API calls are rate-limited per minute. Every response carries X-RateLimit-Limit and X-RateLimit-Remaining; once the limit is hit you get 429 with a Retry-After header (seconds).

Need a key? Ask during your demo or contact us. Only endpoints listed here are public.

Endpoints

GET /api/pricing/{sectorCode} Public ยท no key

Returns the published pricing table for a sector (the same data behind the on-site pricing tables). Returns 404 when no table is configured for the sector.

Path paramDescription
sectorCodeSector identifier, e.g. a restaurant, hotel or activity sector code.
GET /api/v1/traffic/status Requires X-Api-Key

Current traffic status. Companion endpoints under the same base and auth:

EndpointReturns
GET /api/v1/traffic/statusOverall traffic status.
GET /api/v1/traffic/scoreTraffic congestion score.
GET /api/v1/traffic/bridgesBridge status.
GET /api/v1/traffic/routesRoute-level traffic.

This page lists only the endpoints above. Operator and internal APIs are documented behind sign-in on docs.destinito.com.

Build with Destinito

Book a demo to talk through API access for your integration.