Reverse Geocoding

Use this API to convert geolocation coordinates (latitude and longitude) into readable location information for verification purposes.

Response

You get the following key information in the data object of the response:

NameData TypeDescription
latitudestringThe latitude of the location coordinates as provided in the API call input.
longitudestringThe longitude of the location coordinates as provided in the API call input.
addressstringPhysical address of the entered coordinates.
citystringName of the city of the entered coordinates.
statestringName of the state of the entered coordinates.
statecodestringState code of the entered coordinates.
countrycodestringCountry code of the entered coordinates.
pincodestringPIN code information of the entered coordinates.
scorenumberConfidence score of the entered coordinates.
statusstringStatus of the entered coordinates.
Language
Credentials
Click Try It! to start a request and see the response here!