GET /api/0.1/cityhalls.json?token=*Demo*&lat=47.00&lon=3.00&distance=485 !

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 = 47.00

Longitude float

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

Distance integer

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