FREE 1000 requests/month
€0.001 + VAT
FREE requests
Transforms a street address into geographical coordinates and vice versa. Everything via API. Geocoding service available for 196 countries, with high precision mapping.
The Geocoding service allows you to convert street addresses into geographic coordinates (latitude and longitude) in real-time or convert geographic locations into addresses (reverse geocoding). The Geocoding service is available in over 196 countries and is designed to handle a high volume of requests per second, making it perfect for large-scale applications.
The Geocoding service, as mentioned earlier, allows you to convert an address or a point of interest into precise geographical coordinates.
The parameter requires passing the information: address.
POST /geocode
The Geocoding service does not require passing any parameters in the endpoint
https://geocoding.openapi.it/geocode
The payload must include the address data to be converted into coordinates. The address should be formatted as follows: [street], [city] [postal code] [country].
{
"address": "Via Cristoforo Colombo, Roma RM"
}
POST /geocode
The response will include the geographic coordinates corresponding to the specified address, along with additional information about the location:
{
{
"success": "true",
"elements": {
"id": "v442c6653ee93a5733e8a9ea2f842cd5c250d2b6ab",
"element": {
"providedBy": "google_maps | openstreetmap",
"latitude": 41.808916,
"longitude": 12.4535602,
"bounds": {
"south": 41.7691104,
"west": 12.3831487,
"north": 41.8731993,
"east": 12.4985637
},
"streetNumber": "null",
"streetName": "Via Cristoforo Colombo",
"postalCode": "04019",
"locality": "Roma",
"subLocality": "null",
"adminLevels": {
"1": {
"name": "Lazio",
"code": "Lazio",
"level": 1
},
"2": {
"name": "Citta Metropolitana di Roma",
"code": "RM",
"level": 2
},
"3": {
"name": "Roma",
"code": "Roma",
"level": 3
}
},
"country": "Italy",
"countryCode": "IT",
"timezone": "null"
}
}
}
Starting from the geographic coordinates - latitude and longitude, you can obtain the address.
POST /reverse
The Reverse Geocoding service also does not require passing any parameters in the endpoint.
https://geocoding.openapi.it/reverse
The payload must include the geographic coordinates to be converted into an address. The coordinates should be formatted as follows: "lat": "
{
"type": "coordinates",
"lat": 41.289294,
"long": 13.2349029
}
POST /reverse<
The response will include the complete address along with additional information about the geographic area:
{
"success": "true",
"elements": {
"id": "v442c6653ee93a5733e8a9ea2f842cd5c250d2b6ab",
"element": {
"providedBy": "google_maps | openstreetmap",
"latitude": 41.808916,
"longitude": 12.4535602,
"bounds": {
"south": 41.7691104,
"west": 12.3831487,
"north": 41.8731993,
"east": 12.4985637
},
"streetNumber": "null",
"streetName": "Via Cristoforo Colombo",
"postalCode": "04019",
"locality": "Rome",
"subLocality": "null",
"adminLevels": {
"1": {
"name": "Lazio",
"code": "Lazio",
"level": 1
},
"2": {
"name": "Metropolitan City of Rome",
"code": "RM",
"level": 2
},
"3": {
"name": "Rome",
"code": "Rome",
"level": 3
}
},
"country": "Italy",
"countryCode": "IT",
"timezone": "null"
}
}
}
Geocoding is the ideal solution for developers, tech companies, logistics services, and anyone needing to manage geographic data accurately and efficiently.
Do you need help?
Haven't found the answer you're looking for?
Fill in all the details, we will get back to you as soon as possible!
Geocoding is a service that allows you to convert an address or a location description (e.g., "Via Roma 10, Milan") into precise geographic coordinates such as latitude and longitude in real-time. This is useful for pinpointing a specific location on a map, facilitating operations such as navigation and digital map management.
Reverse Geocoding, on the other hand, performs the opposite operation: it converts geographic coordinates (latitude and longitude) into a readable address or location description, such as a street name, city, or specific area.
The Geocoding service is available for 196 countries with high-precision mapping.
The Geocoding service returns the following information based on an address or geographic coordinates (latitude and longitude):
The Geocoding service is designed for companies in sectors such as logistics, real estate, food delivery, and those that need to locate a specific point on a map, simplify navigation route visualization, and manage digital maps.
Yes, through Openapi’s APIs, you can access over 28 services dedicated to the real estate sector:
These services are available through different APIs: Docuengine, Cadastre, Real Estate.
Geocoding allows you to access data from top services like HERE, Google Maps, and Open Street Maps with a single request. The Geocoding API will provide the best result in a few seconds.
The data is returned in real time.
The service costs start at €0.01, with 1,000 free requests per month.