# JustRouting Docs - [JustRouting Docs](https://justrouting.mintlify.app/index.md): Super lightweight routing APIs for Southeast Asia — directions, distance matrix, and fleet optimization. - [Quickstart](https://justrouting.mintlify.app/quickstart.md): Get an API key, make your first routing request, and draw the route on a map in under three minutes. - [Authentication](https://justrouting.mintlify.app/authentication.md): How API keys work in JustRouting — creating keys, sending them, and understanding authentication errors. - [Rate Limits & Quotas](https://justrouting.mintlify.app/rate-limits.md): Request quotas, rate limits, and matrix/VRP size limits per plan, plus how 429 responses behave. - [Errors](https://justrouting.mintlify.app/errors.md): Error format, HTTP status codes, and the complete error code reference for JustRouting APIs. - [Coverage](https://justrouting.mintlify.app/coverage.md): Which countries JustRouting covers, the cross-country constraint, and how map data updates work. - [Directions API](https://justrouting.mintlify.app/api-reference/directions.md): Get road-following routes between coordinates — distance, duration, geometry, and turn-by-turn steps. - [Distance Matrix API](https://justrouting.mintlify.app/api-reference/distance-matrix.md): Compute travel times and distances between many points in a single request. - [Fleet Optimization API](https://justrouting.mintlify.app/api-reference/fleet-optimization.md): Multi-vehicle route optimization powered by VROOM — assign jobs, sequence stops, respect time windows and capacity. - [Map Matching API](https://justrouting.mintlify.app/api-reference/map-matching.md): Snap noisy GPS traces to the real road network and get back the actual driven route. - [Trip API](https://justrouting.mintlify.app/api-reference/trip.md): Solve the traveling salesman problem — find the fastest visiting order for many stops. - [Nearest API](https://justrouting.mintlify.app/api-reference/nearest.md): Snap a coordinate to the road network and get the nearest routable segments. - [Find the fastest route between coordinates in order](https://justrouting.mintlify.app/api-reference/route/find-the-fastest-route-between-coordinates-in-order.md) - [Compute durations/distances between all pairs of coordinates](https://justrouting.mintlify.app/api-reference/table/compute-durationsdistances-between-all-pairs-of-coordinates.md) - [Snap a GPS trace to the road network](https://justrouting.mintlify.app/api-reference/match/snap-a-gps-trace-to-the-road-network.md) - [Solve the traveling salesman problem for the given coordinates](https://justrouting.mintlify.app/api-reference/trip/solve-the-traveling-salesman-problem-for-the-given-coordinates.md) - [Snap a single coordinate to the nearest routable segments](https://justrouting.mintlify.app/api-reference/nearest/snap-a-single-coordinate-to-the-nearest-routable-segments.md) - [Solve a vehicle routing problem](https://justrouting.mintlify.app/api-reference/solve-a-vehicle-routing-problem.md) - [Draw a Route on a Map](https://justrouting.mintlify.app/guides/draw-route-on-map.md): Render JustRouting route geometry with Leaflet, Mapbox GL JS, or react-leaflet. - [Turn-by-Turn Navigation](https://justrouting.mintlify.app/guides/turn-by-turn.md): Extract maneuver instructions from route steps to build navigation UI. - [SDKs](https://justrouting.mintlify.app/guides/sdks.md): Official JustRouting client libraries for Python, JavaScript/TypeScript, and Go — zero dependencies. ## OpenAPI Specs - [osrm](/openapi/osrm.json) - [vroom](/openapi/vroom.json)