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://geoanalytics.mapmyindia.com/listingapi?api=district&get_attr=dst_id%2Cdst_nme%2Cstt_nme%2Cstt_id%2Cb_boxhttps://geoanalytics.mapmyindia.comParameters
geo_bound_typeParent type; required with geobound when addr is absent.
stt_nmegeo_boundParent value; required with geoboundtype when addr is absent.
HaryanaaddrComma-separated address; required when geoboundtype and geobound are absent.
Jhansi, Uttar PradeshapirequiredLayer name such as state, district, subdistrict, village, or pincode.
districtget_attrrequiredComma-separated documented attributes or bbox.
dst_id,dst_nme,stt_nme,stt_id,b_boxBuild 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://geoanalytics.mapmyindia.com/listingapi?geo_bound_type=stt_nme&geo_bound=Haryana&addr=Jhansi%2C+Uttar+Pradesh&api=district&get_attr=dst_id%2Cdst_nme%2Cstt_nme%2Cstt_id%2Cb_boxcurl --request GET \
--url 'https://geoanalytics.mapmyindia.com/listingapi?geo_bound_type=stt_nme&geo_bound=Haryana&addr=Jhansi%2C+Uttar+Pradesh&api=district&get_attr=dst_id%2Cdst_nme%2Cstt_nme%2Cstt_id%2Cb_box' \
--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://geoanalytics.mapmyindia.com/listingapi?api=district&get_attr=dst_id%2Cdst_nme%2Cstt_nme%2Cstt_id%2Cb_box' \
--header 'Authorization: Bearer YOUR_ACCESS_TOKEN'Responses
Documented successful listing response.
Client-side request error documented by responseCode class.
Server-side error documented by responseCode class.
200 response fields
responseCoderequiredNo field description in the source contract.
200versionrequiredNo field description in the source contract.
1.0.0total_feature_countrequiredNo field description in the source contract.
1resultsrequiredNo field description in the source contract.
exampleresults.api_nameNo field description in the source contract.
districtresults.attributeNo field description in the source contract.
dst_idresults.get_attr_valuesNo field description in the source contract.
example{
"responseCode": 200,
"version": "1.0.0",
"total_feature_count": 1,
"results": {
"api_name": "district",
"attribute": "dst_id",
"get_attr_values": [
"example"
]
}
}Operate it safely
This operation is evaluated independently from the request. Cache and retry according to its documented semantics.
Contract provenance
- Source file
mappls-developer-platform/data/contracts/geoanalytics-listing.openapi.yml- SHA-256
e358eab2ef038c2d03df69920dd1789bdd188b5196b8cf8d780bfab7693eb6e3- Normalization
- Fields are parsed from OpenAPI. Operational guidance and language samples are generated and labeled separately.
- Source record
- Open repository audit