Geocoding
Reverse Geocoding
Retrieve accurate location coordinates by entering a place name, returning an array of potential matches with their corresponding details.
Request Sample
Parameters
Parameter | Type | Description | Required |
---|---|---|---|
lat | string | Specifies the latitude of the location you want to query. | yes |
lon | string | Specifies the longitude of the location you want to query. | yes |
apiKey | string | Your API key for accessing Gebeta Maps. | yes |
Response Codes for Reverse Geocoding API
Status Code | Message | Description |
---|---|---|
200 | OK | The request was successful. The system found the matching location coordinates and returned the data. |
404 | Not Found | No matching location exists for the provided coordinates. Check the values and try again. |
401 | Not Authorized - No Token | Authentication failed. A valid API key must be provided. |
401 | Not Authorized - Invalid Token | The API key provided is either invalid or expired. Please use a current, valid API key. |
422 | Invalid Input | The request parameters are incorrect. Review and correct the input values as needed. |