All requests to Geocode Earth must be authenticated with your API key.
Geocode Earth API keys all follow a similar format: the prefix ge-
followed by 16 hexidecimal characters. For example, ge-1234567890abcdef
.
API keys are specified in all requests with the api_key
parameter.
A basic query to our search endpoint might look like this:
curl "https://api.geocode.earth/v1/search?api_key=<YOUR API KEY>&text=london"