v1

latestOpenAPI 3.1.02026-08-041130479.2 KB

Reverse Geocoding

post/v1/api_hub/reverse_geocoding_l1

Request body

latitudestring required
longitudestring required

Response

200

verification_idstring
reference_idinteger
statusstring
latitudestring
longitudestring
addressstring
citystring
statestring
statecodestring
countrystring
countrycodestring
pincodestring
scorenumber

Example response

{
  "verification_id": "1724141619175",
  "reference_id": 151047,
  "status": "VALID",
  "latitude": "19.0746554",
  "longitude": "72.9977666",
  "address": "VASHI KOPAR KHAIRANE RD, JUHU NAGAR, SECTOR 9A, VASHI, NAVI MUMBAI, MAHARASHTRA 400703, INDIA",
  "city": "NAVI MUMBAI",
  "state": "MAHARASHTRA",
  "statecode": "MH",
  "country": "INDIA",
  "countrycode": "IN",
  "pincode": "400703",
  "score": 0.7
}