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
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 param | Description |
|---|---|
sectorCode | Sector identifier, e.g. a restaurant, hotel or activity sector code. |
Current traffic status. Companion endpoints under the same base and auth:
| Endpoint | Returns |
|---|---|
GET /api/v1/traffic/status | Overall traffic status. |
GET /api/v1/traffic/score | Traffic congestion score. |
GET /api/v1/traffic/bridges | Bridge status. |
GET /api/v1/traffic/routes | Route-level traffic. |
This page lists only the endpoints above. Operator and internal APIs are documented behind sign-in on docs.destinito.com.