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/elevation?locations=28.612964%2C77.229463https://apis.mapmyindia.com/advancedmaps/v1Parameters
REST_KEYrequiredThe REST API licence key allocated to you by signing into our services and registering yourself as a developer.
YOUR_REST_KEYlocationsrequiredThe location coordinates are expressed in pairs of (latitude,longitude|latitude,longitude)
28.612964,77.229463Build 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}/elevation?locations=28.612964%2C77.229463curl --request GET \
--url "https://apis.mapmyindia.com/advancedmaps/v1/${MAPPLS_REST_KEY}/elevation?locations=28.612964%2C77.229463" \
--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/elevation?locations=28.612964%2C77.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.18resultsrequiredThe object contains the results of the Elevation API.
exampleresults[].longituderequiredIt shows us the longitude of the location serached
77.229463results[].latituderequiredIt shows us the latitude of the location searched
28.612964results[].elevationrequiredThe elevation of the location
523{
"responseCode": 200,
"version": "211.18",
"results": [
{
"longitude": 76.998825,
"latitude": 9.53835,
"elevation": 523
}
]
}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/Elevation-API.yml- SHA-256
6db3e99ab47abbb74165fae787760a3776568476cc4a4e6cf9f8e8040bba3a93- Normalization
- Fields are parsed from OpenAPI. Operational guidance and language samples are generated and labeled separately.
- Source record
- Open repository audit