Geocoding
This API provides the following functionality: Geocode Addresses: A solution to convert addresses into accurate longitudes and latitudes.
Reverse Geocoding: Transform geographic coordinates into human-readable addresses effortlessly.
Convert addresses into accurate longitudes and latitudes.
Obtain geographic coordinates for a given address or perform a free-format search. Choose between providing a free-text address using the 'address' query parameter or use structured parameters for more granular control.
- addressrequired
Free-text address for a free-format search.
- streetNamerequired
Name of the street.
- houseNumberrequired
Number of the building or house.
- houseNumberAdditionrequired
Additional information for the house number, if applicable (e.g., apartment number or building section).
- postcoderequired
Postal code of the area.
- cityNamerequired
Name of the city or locality.
- countryCoderequired
ISO 3166-1 alpha-2 country code.
- 200
Successful response with geocoded coordinates or address details.
- 400
There was a problem with the request itself. See the response for a more detailed error description.
- 401
Authentication information is missing or invalid. See the response for more detailed error description.
- 403
The user (or API key) does not have enough permissions to execute the request. See the response for more detailed error description.
- 500
Unexpected error. Please contact RoutiGo for more details.
Transform geographic coordinates into human-readable addresses.
Perform reverse geocoding by providing latitude and longitude coordinates. The API will return a human-readable address corresponding to the specified location.
- latrequired
A numeric representation of a location's north-south position on the Earth's surface. This value typically ranges from -90 (representing the South Pole) to 90 (representing the North Pole). Positive values indicate positions north of the equator, while negative values indicate positions south of the equator.
- lngrequired
A numeric representation of a location's east-west position on the Earth's surface. This value typically ranges from -180 (representing the International Date Line in the Pacific Ocean) to 180 (representing the same meridian in the Atlantic Ocean). Positive values indicate positions east of the Prime Meridian, while negative values indicate positions west of the Prime Meridian.
- 200
Successful response with the reverse geocoded address.
- 400
There was a problem with the request itself. See the response for a more detailed error description.
- 401
Authentication information is missing or invalid. See the response for more detailed error description.
- 403
The user (or API key) does not have enough permissions to execute the request. See the response for more detailed error description.
- 500
Unexpected error. Please contact RoutiGo for more details.
Address
example: Bisonspoor
Name of the street.
example: 3002
Number of the building or house.
example: A 901
Additional information for the house number, if applicable (e.g., apartment number or building section).
example: 3605 LT
Postal code of the area.
example: Maarssen
Name of the city or locality.
example: NL
ISO 3166-1 alpha-2 country code.
Geocode
example: 52.13905
The latitude of the location. Must be a valid numeric value.
example: 5.03968
The longitude of the location. Must be a valid numeric value.
GeocodingResult
example: 9
The confidence level of the geocoding result. Higher values indicate higher confidence.
example: Athens Tower, 8th floor Bisonspoor 3002, A901, 3605 LT Maarssen
The formatted human-readable address corresponding to the geocoding result.
Geocode information representing latitude and longitude coordinates.
example: 52.13905
The latitude of the location. Must be a valid numeric value.
example: 5.03968
The longitude of the location. Must be a valid numeric value.
Represents an address with structured components.
example: Bisonspoor
Name of the street.
example: 3002
Number of the building or house.
example: A 901
Additional information for the house number, if applicable (e.g., apartment number or building section).
example: 3605 LT
Postal code of the area.
example: Maarssen
Name of the city or locality.
example: NL
ISO 3166-1 alpha-2 country code.
Geocode information representing latitude and longitude coordinates.
example: 52.13905
The latitude of the location. Must be a valid numeric value.
example: 5.03968
The longitude of the location. Must be a valid numeric value.