G

Gisgraphy webservices

by Gisgraphy webservices Free tier

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

mapsgisgraphy

Quick Reference

Base URL 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
Pricing
28
Latency
20
Depth
64

Authentication

API key as a query parameter (api_key)

GET /endpoint?api_key=YOUR_KEY

Pricing

Model subscription Starting price Enterprise / contact sales Free quota None

Free and open-source (self-hosted). Geocoding and geosearch; hosted from $49/mo.

Key Endpoints

MethodPathDescription
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

Sample Request

curl -X GET 'http://free.gisgraphy.com//addressparser/parse' \
  -H 'GET /endpoint?api_key=YOUR_KEY'

Sample Response

{}

Data sourced from API Map. Always verify pricing and rate limits against the official Gisgraphy webservices documentation.