# Gisgraphy webservices **Provider:** Gisgraphy webservices **Category:** maps **Base URL:** `http://free.gisgraphy.com/` **Auth:** api-key — `GET /endpoint?api_key=YOUR_KEY` **Rate Limit:** Based on deployment **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** http://free.gisgraphy.com/ ## Description 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 ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `http://free.gisgraphy.com//addressparser/parse` | split a raw address into several parts | | GET | `http://free.gisgraphy.com//fulltext/search` | search for places by text around a GPS point | | GET | `http://free.gisgraphy.com//geocoding/geocode` | Geocode an address | | GET | `http://free.gisgraphy.com//geoloc/search` | Geocode an address | | GET | `http://free.gisgraphy.com//reversegeocoding/reversegeocode` | Reverse geocode an address | | GET | `http://free.gisgraphy.com//street/find` | Geocode an address | ## Authentication API key as a query parameter (api_key) ``` GET /endpoint?api_key=YOUR_KEY ``` ## Sample Request ```bash curl -X GET 'http://free.gisgraphy.com//addressparser/parse' \ -H 'GET /endpoint?api_key=YOUR_KEY' ``` ## Sample Response ```json {} ``` ## Pricing Details Free and open-source (self-hosted). Geocoding and geosearch; hosted from $49/mo. --- *Source: [API Map](https://apimap.dev/apis/gisgraphy-webservices/) — CC BY 4.0*