|
| 1 | +--- |
| 2 | +title: Links to the Azure Maps Rest API |
| 3 | +titleSuffix: Microsoft Azure Maps |
| 4 | +description: Links to the Azure Maps Rest API |
| 5 | +author: eriklindeman |
| 6 | +ms.author: eriklind |
| 7 | +ms.date: 02/05/2024 |
| 8 | +ms.topic: reference |
| 9 | +ms.service: azure-maps |
| 10 | +services: azure-maps |
| 11 | +--- |
| 12 | + |
| 13 | +# REST API |
| 14 | + |
| 15 | +Azure Maps is a set of mapping and geospatial services that enable developers and organizations to build intelligent location-based experiences for applications across many different industries and use cases. Use Azure Maps to bring maps, geocoding, location search, routing, real-time traffic, geolocation, time zone information and weather data into your web, mobile and server-side solutions. |
| 16 | + |
| 17 | +The following tables show overviews of the services that Azure Maps offers: |
| 18 | + |
| 19 | +## Latest released versions |
| 20 | + |
| 21 | +| API | Description | |
| 22 | +|-----|-------------| |
| 23 | +| [Data] | The Azure Maps Data v2 service has been deprecated and will be retired on 9/16/24. To avoid service disruptions, all calls to the Data service will need to be updated to use the Azure Maps [Data registry] service by 9/16/24. For more information, see [How to create data registry]. | |
| 24 | +| [Data Registry] | Programmatically store and update geospatial data to use in spatial operations. | |
| 25 | +| [Geolocation] | Convert IP addresses to country/region ISO codes. | |
| 26 | +| [Render] | Get road, satellite/aerial, weather, traffic map tiles and static map images. | |
| 27 | +| [Route] | Calculate optimized travel times and distances between locations for multiple modes of transportation and get localized travel instructions. | |
| 28 | +| [Search] | Geocode addresses and coordinates, search for business listings and places by name or category and get administrative boundary polygons. | |
| 29 | +| [Spatial] | Use geofences, great circle distances and other spatial operations to analyze location data. | |
| 30 | +| [Timezone] | Get time zone and sunrise/sunset information for specified locations. | |
| 31 | +| [Traffic] | Get current traffic information including traffic flow and traffic incident details. | |
| 32 | +| [Weather] | Get current, forecasted and historical weather conditions, air quality, tropical storm details and weather along a route. | |
| 33 | + |
| 34 | +## Previous release versions |
| 35 | + |
| 36 | +| API | Description | |
| 37 | +|-----|-------------| |
| 38 | +| [Data][Data-v1] | The Azure Maps Data v1 service has been deprecated and will be retired on 9/16/24. To avoid service disruptions, all calls to the Data service will need to be updated to use the Azure Maps [Data registry] service by 9/16/24. For more information, see [How to create data registry]. | |
| 39 | +| [Render][Render v1] | Get road, satellite/aerial, weather, traffic map tiles and static map images.<BR>The Azure Maps [Render v1] service is now deprecated and will be retired on 9/17/26. To avoid service disruptions, all calls to Render v1 API will need to be updated to use the latest version of the [Render] API by 9/17/26. | |
| 40 | +| [Search][Search-v1] | Geocode addresses and coordinates, search for business listings and places by name or category and get administrative boundary polygons. This is version 1.0 of the Search service. For the latest version, see [Search]. | |
| 41 | + |
| 42 | +## Latest preview version |
| 43 | + |
| 44 | +| API | Description | |
| 45 | +|-----|-------------| |
| 46 | +| [Route][Route-2023-10-01-preview] | Calculate optimized travel times and distances between locations for multiple modes of transportation and get localized travel instructions. | |
| 47 | + |
| 48 | +<!--- Links to latest versions of each service ----------------------------------> |
| 49 | +[Data]: /rest/api/maps/data |
| 50 | +[How to create data registry]: /azure/azure-maps/how-to-create-data-registries |
| 51 | +[Data Registry]: /rest/api/maps/data-registry |
| 52 | +[Geolocation]: /rest/api/maps/geolocation |
| 53 | +[Render]: /rest/api/maps/render |
| 54 | +[Route]: /rest/api/maps/route |
| 55 | +[Search]: /rest/api/maps/search |
| 56 | +[Spatial]: /rest/api/maps/spatial |
| 57 | +[Timezone]: /rest/api/maps/timezone |
| 58 | +[Traffic]: /rest/api/maps/traffic |
| 59 | +[Weather]: /rest/api/maps/weather |
| 60 | + |
| 61 | +<!--- Links to previous versions of each service --------------------------------> |
| 62 | +[Data-v1]: /rest/api/maps/data?view=rest-maps-1.0 |
| 63 | +[Render v1]: /rest/api/maps/render?view=rest-maps-1.0 |
| 64 | +[Search-v1]: /rest/api/maps/search?view=rest-maps-1.0 |
| 65 | + |
| 66 | +<!--- 2023-10-01-preview is the latest preview release of the Route service, |
| 67 | + currently the only Azure Maps service in Preview --------------------------> |
| 68 | +[Route-2023-10-01-preview]: /rest/api/maps/route?view=rest-maps-2023-10-01-preview |
0 commit comments