This operation was normalized from a MapmyIndia-generation specification. Validate its current Mappls host, path, package entitlement, authentication generation, and commercial availability before production use.
Call the operation
https://apis.mapmyindia.com/advancedmaps/v1/YOUR_REST_KEY/rev_geocode?lat=28.612964&lng=77.229463https://apis.mapmyindia.com/advancedmaps/v1Parameters
latrequiredThe latitude of the location
28.612964lngrequiredThe longitude of the location
77.229463REST_KEYrequiredThe rest key allocated to your account.
YOUR_REST_KEYregionIt takes in the country code. Possible values are listed in a table here. Default is India (IND).
INDlangThis parameter accepts the "hi" (ISO 639-1 Language Code for Hindi) as a value. This optional parameter & its related effect on response is not applicable for regions apart from India (IND).
hiBuild your request in eight languages
Change source-backed examples once, validate required inputs, and copy the synchronized cURL, JavaScript, Python, Java, C#, Go, PHP, or Ruby request. Credentials remain environment references, and this page never sends a provider request.
https://apis.mapmyindia.com/advancedmaps/v1/${MAPPLS_REST_KEY}/rev_geocode?lat=28.612964&lng=77.229463®ion=IND&lang=hicurl --request GET \
--url "https://apis.mapmyindia.com/advancedmaps/v1/${MAPPLS_REST_KEY}/rev_geocode?lat=28.612964&lng=77.229463®ion=IND&lang=hi" \
--header "Accept: application/json"Credential-safe by constructionSet MAPPLS_REST_KEY only in your trusted runtime. Code generation stays local. Sandbox execution sends only bounded fixture inputs to this developer platform and never reads a credential or calls Mappls.
Send a production-shaped request
Examples use environment-backed access tokens, explicit timeouts where supported, status checks, and JSON bodies derived from the source schema. Replace sample identifiers and coordinates with values from your application.
curl --request GET \
--url 'https://apis.mapmyindia.com/advancedmaps/v1/YOUR_REST_KEY/rev_geocode?lat=28.612964&lng=77.229463'Responses
OK
Not found
Bad request
API access denied
Forbidden
Something went wrong
Internal server error
200 response fields
responseCoderequiredThis shows the response code of the results.
200versionrequiredThis shows the API version
211.19resultsrequiredThe object contains the results of the reverse geocode API.
exampleresults[].houseNumberHouse Number of the POI.
237results[].houseNameHouse Name of the POI.
MMI Buildingresults[].poiName of the POI.
MapmyIndia Head Officeresults[].poi_distThe value of the poi district
8results[].streetName of the street.
Unnamed Roadresults[].street_distThe value of the street district.
14results[].subSubLocalityName of the subsublocality.
—results[].subLocalityName of the sublocality.
—results[].localityName of the locality.
Okhla industrial phase 3results[].villageName of the village.
Okhla Vilageresults[].subDistrictName of the subDistrict.
—results[].cityrequiredName of the city.
New Delhiresults[].staterequiredName of the state.
1700000000000results[].pincodePincode of the location.
110010results[].latrequiredIt shows us the latitude of the location searched.
28.612964results[].lngrequiredIt shows us the longitude of the location searched.
77.229463results[].areaIt shows the area on which the result has been found. for eg: India, Bangladesh, etc.
Indiaresults[].formatted_addressrequiredThis shows the formatted address of the POI.
237, MMI Building, MapmyIndia Head Office, Okhla industrial phase 3, Okhla Vilage, South Delhi, New Delhi, Delhi, 110010{
"responseCode": 200,
"version": "211.19",
"results": [
{
"city": "New Delhi",
"state": "Delhi",
"lat": "28.426335",
"lng": "77.092001",
"formatted_address": "237, MMI Building, MapmyIndia Head Office, Okhla industrial phase 3, Okhla Vilage, South Delhi, New Delhi, Delhi, 110010"
}
]
}Operate it safely
This operation is evaluated independently from the request. Cache and retry according to its documented semantics.
Contract provenance
- Source file
contenthub/dochub/mapmyindia-rest-api/docs/custom/revGeocode.yml- SHA-256
fe7746feeb136f533afaf6048c5d0d69a8f193de3c71ade521c9aa6f412eb2b1- Normalization
- Fields are parsed from OpenAPI. Operational guidance and language samples are generated and labeled separately.
- Source record
- Open repository audit