Gisgraphy
Connector for the gisgraphy API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
http://free.gisgraphy.com - Auth:
query:api_key(pass your key via theapiKeyinput)
Operations
addressparsing— GET /addressparser/parse — split a raw address into several partsfulltxtsearch— GET /fulltext/search — search for places by text around a GPS pointgeocode— GET /geocoding/geocode — Geocode an addressgeoloc— GET /geoloc/search — Geocode an addressreversegeocode— GET /reversegeocoding/reversegeocode — Reverse geocode an addressstreetsearch— GET /street/find — Geocode an address
Inputs
apiKey— your gisgraphy API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: addressparsing
apiKey: <your key>