Rijwind API
integer · int64 · requiredstring · required
Sign a tile-server URL.
GET
https://api.rijwind.com
/v1/tiles-token
Returns a short-lived signed URL for the vector basemap. The signature is bound to the requesting IP and expires after one hour by default — fetch a new one when the page loads, then feed it to MapLibre's pmtiles:// protocol handler.
Quota cost: 1 unit per call (one "tile session", not one tile).
Sign a tile-server URL. › Responses
Signed URL.
Short-lived signed URL pointing at the basemap on `cdn.rijwind.com`. The signature is bound to the requester's IP and expires after one hour by default.
expires_atUnix timestamp (seconds) when the signature expires.
urlSigned URL ready to feed to MapLibre's pmtiles:// protocol handler.