All requests to the API must be authenticated using an API key.
Keys are issued per account and should be kept secret. Requests without a valid key will be rejected. Add your key as the api_key query parameter in every request.
api_key (required) — Your personal API key.GET https://platform-api.infoplaza.com/v1/geo/nearby?lat=52.02&lon=5.16&api_key=API_KEY
401 Unauthorized.{
success: false,
meta: {
credits_used: 0
},
error: {
message: "Invalid API key"
}
}