Since 2006, Gisgraphy is a free, open source framework that offers the possibility to do geolocalisation and geocoding via Java APIs or REST webservices. Because geocoding is nothing without data, it provides an easy to use importer that will automatically download and im
http://free.gisgraphy.com/
Auth type
API Key Header
Auth header
GET /endpoint?api_key=YOUR_KEY
Rate limit
Based on deployment
Pricing
Enterprise / contact sales
Free quota
None
Documentation
http://free.gisgraphy.com/
Endpoint status
Server online — HTTP 403 — server is online but path returned an error (may require auth)3.13s
(checked Mar 29, 2026)
Builder score
D
40%
builder-friendly
API key as a query parameter (api_key)
GET /endpoint?api_key=YOUR_KEY
Free and open-source (self-hosted). Geocoding and geosearch; hosted from $49/mo.
| Method | Path | Description |
|---|---|---|
| GET | /addressparser/parse |
split a raw address into several parts |
| GET | /fulltext/search |
search for places by text around a GPS point |
| GET | /geocoding/geocode |
Geocode an address |
| GET | /geoloc/search |
Geocode an address |
| GET | /reversegeocoding/reversegeocode |
Reverse geocode an address |
| GET | /street/find |
Geocode an address |
curl -X GET 'http://free.gisgraphy.com//addressparser/parse' \ -H 'GET /endpoint?api_key=YOUR_KEY'
{}
Data sourced from API Map. Always verify pricing and rate limits against the official Gisgraphy webservices documentation.