GET /api/0.1/post-boxes.json?token=*Demo*&lat=45.94&lon=-0.97&distance=5 !

Version float

The current version (and the only one for now) of this API.
New versions will be added but later, but still, older ones will continue be available.
version = 0.1

Token string

The token for the search. Searches results are limited for all tokens to reduce server overhead.
Note: Tokens limited to more results is planned.
token = *Demo*

Latitude float

The latitude (using WGS84 projection) of the center of the search.
lat = 45.95

Longitude float

The longitude (using WGS84 projection) of the center of the search.
lon = -0.97

Distance integer

The radius for the search, in kilometers, around the specified latitude/longitude.
distance = 5 (km)