Getting started
Introduction | Rijwind docs
Rijwind
Rijwind is a cloud-native, European, privacy-friendly maps API. One key gives you:
- A vector basemap served from a global CDN — drop-in for MapLibre GL JS.
- Forward + reverse geocoding over a worldwide place index.
- Routing, travel-time matrices, and isochrones for car, bike, and pedestrian profiles.
What's in v1
| Endpoint | Cost per call |
|---|---|
GET /v1/tiles-token | 1 unit |
GET /v1/geocode/search | 1 unit |
GET /v1/geocode/autocomplete | 0.1 unit |
GET /v1/geocode/reverse | 1 unit |
POST /v1/route | 1 unit |
POST /v1/matrix | M × N units (≤ 2500) |
POST /v1/isochrone | 5 × L × C units (≤ 20) |
See the API Reference for full request/response schemas.
Where to next
- Quickstart — sign up, get a key, make a request.
- Authentication — how to pass the key, key scoping, origin whitelists.
- Quotas & rate limits — how monthly quota works, what happens at the boundary, hard vs soft caps.
- Error responses — the error envelope and what each code means.
Last modified on