Description | : >[!Important] >The Azure Maps Elevation services and Render V2 DEM tiles have been retired and will no longer be available and supported after 5 May 2023. All other Azure Maps APIs, Services and TilesetIDs are unaffected by this retirement. For more details, see [Elevation Services Retirement](https://azure.microsoft.com/en-us/updates/azure-maps-elevation-apis-and-render-v2-dem-tiles-will-be-retired-on-5-may-2023/). **Applies to:** see pricing [tiers](https://aka.ms/AzureMapsPricingTier). The Get Data for Points API provides elevation data for one or more points. A point is defined in lat,long coordinate format. Due to the URL character length limit of 2048, it's not possible to pass more than 100 coordinates as a pipeline delimited string in a URL GET request. If you intend to pass more than 100 coordinates as a pipeline delimited string, use the [POST Data For Points](https://docs.microsoft.com/rest/api/maps/elevation/postdataforpoints). The result will be in the same sequence of points listed in the request. |
Reference | : Link ¶ |
⚼ Request
GET:
/elevation/point/{format}
{
x-ms-client-id:
string
,
api-version:
string
,
format:
string
,
points:
array
,
}
⚐ Response (200)
{
data:
}
[
]
,
{
,
coordinate:
{
,
latitude:
number
,
longitude:
number
,
}
elevationInMeter:
number
,
}
⚐ Response (default)
{
error:
}
{
,
code:
string
,
message:
string
,
target:
string
,
details:
[
,
string
,
]
additionalInfo:
}
[
]
,
{
,
type:
string
,
info:
object
,
}