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://atlas.mapmyindia.com/api/places/woodpecker?address=237+Okhla+industrial+estate+phase+3+new+Delhi%2C+Delhi+110020https://atlas.mapmyindia.comParameters
addressrequiredThe full human readable address that needs to be standardized
237 Okhla industrial estate phase 3 new Delhi, Delhi 110020biasparameter value can be set to get the bias result towards the urban or rural side. (Default is 1.5 : urban). Where 1 is neutral and 1 is Urban biased.
1.5Build 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://atlas.mapmyindia.com/api/places/woodpecker?address=237+Okhla+industrial+estate+phase+3+new+Delhi%2C+Delhi+110020&bias=1.5curl --request GET \
--url 'https://atlas.mapmyindia.com/api/places/woodpecker?address=237+Okhla+industrial+estate+phase+3+new+Delhi%2C+Delhi+110020&bias=1.5' \
--header "Accept: application/json" \
--header "Authorization: Bearer ${MAPPLS_ACCESS_TOKEN}"Credential-safe by constructionSet MAPPLS_ACCESS_TOKEN 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://atlas.mapmyindia.com/api/places/woodpecker?address=237+Okhla+industrial+estate+phase+3+new+Delhi%2C+Delhi+110020' \
--header 'Authorization: Bearer YOUR_ACCESS_TOKEN'Responses
OK
Not found
Bad request
API access denied
Forbidden
Something went wrong
Internal server error
200 response fields
inputAddressrequiredthis is the address entered by the user.
237, MapmyIndia Head Office, Okhla Phase 3, New Delhi, Delhi 110010remainingAddressrequiredthis is the address striked out by the API.
mapmyindia head office, okhla newreferentialInformationrequiredNo field description in the source contract.
examplereferentialInformation.pincodesrequiredPIN code tagged from input address if found any.
110010referentialInformation.floorsrequiredFloor info tagged from input address if found any.
Floor No 1referentialInformation.roadsrequiredRoad tagged from the input address if found any.
Okhla RoadreferentialInformation.postOfficesrequiredPost offices tagged from the input address if found any.
—referentialInformation.careOfsrequiredCare of (C/O) tagged from the input address if found any.
—referentialInformation.landmarksrequiredLandmark tagged from the input address if found any.
—referentialInformation.houseNumbersrequiredHouse number information tagged from the input address if found any.
examplereferentialInformation.houseNumbers.prefixrequiredNo field description in the source contract.
—referentialInformation.houseNumbers.houseNorequiredNo field description in the source contract.
237referentialInformation.houseNumbers.formattedrequiredNo field description in the source contract.
237addressInformationrequiredNo field description in the source contract.
exampleaddressInformation.adminDetailsrequiredNo field description in the source contract.
exampleaddressInformation.adminDetails.staterequiredNo field description in the source contract.
1700000000000addressInformation.adminDetails.state.originalNamerequiredNo field description in the source contract.
DelhiaddressInformation.adminDetails.localityrequiredNo field description in the source contract.
exampleaddressInformation.adminDetails.locality.originalNamerequiredNo field description in the source contract.
New Moti NagaraddressInformation.adminDetails.cityrequiredNo field description in the source contract.
exampleaddressInformation.adminDetails.city.originalNamerequiredNo field description in the source contract.
New DelhiaddressInformation.adminDetails.sublocalityrequiredNo field description in the source contract.
exampleaddressInformation.adminDetails.sublocality.originalNamerequiredNo field description in the source contract.
Phase 3addressInformation.adminDetails.subsublocalityrequiredNo field description in the source contract.
exampleaddressInformation.adminDetails.subsublocality.originalNamerequiredNo field description in the source contract.
OkhlaaddressInformation.adminPatternrequiredNo field description in the source contract.
["state","city","locality","subLocality"]{
"inputAddress": "237, MapmyIndia Head Office, Okhla Phase 3, New Delhi, Delhi 110010",
"remainingAddress": "mapmyindia head office, okhla new",
"referentialInformation": {
"pincodes": "110010",
"floors": "Floor No 1",
"roads": "Okhla Road",
"postOffices": "",
"careOfs": "",
"landmarks": "",
"houseNumbers": {
"prefix": "",
"houseNo": "237",
"formatted": "237"
}
},
"addressInformation": {
"adminDetails": {
"state": {
"originalName": "Delhi"
},
"locality": {
"originalName": "New Moti Nagar"
},
"city": {
"originalName": "New Delhi"
},
"sublocality": {
"originalName": "Phase 3"
},
"subsublocality": {
"originalName": "Okhla"
}
},
"adminPattern": [
"state",
"city",
"locality",
"subLocality"
]
}
}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/woodpecker.yml- SHA-256
3f28b55a402736d962c9a4249a77738d2435dc61d2274164b43e440892aee908- Normalization
- Fields are parsed from OpenAPI. Operational guidance and language samples are generated and labeled separately.
- Source record
- Open repository audit