Azure Maps website screenshot

Azure Maps

Azure Maps provides geospatial APIs for maps, routing, geocoding, traffic, weather, and spatial analysis. The service offers a comprehensive suite of REST APIs to embed location intelligence into applications spanning mobile, web, and IoT scenarios across multiple transport modes.

10 APIs 0 Features
GeocodingGeospatialLocationMapsMobilityRoutingTrafficWeather

APIs

Azure Maps Search API

Provides geocoding, reverse geocoding, address parsing, point of interest search, and structured search. Returns candidate matches ranked by relevance for free-form, structured,...

Azure Maps Route API

Calculates routes between origin and destination, provides turn-by-turn directions, supports multiple travel modes, traffic-aware routing, route matrices, and route range (isoch...

Azure Maps Render API

Returns map tiles, static images, and vector tiles in multiple styles including satellite, road, and hybrid. Supports raster and vector tile formats, custom imagery, and traffic...

Azure Maps Traffic API

Provides real-time and historical traffic data including traffic flow, incident reports, and traffic tile imagery. Useful for routing, fleet management, and applications requiri...

Azure Maps Weather API

Provides current weather conditions, hourly and daily forecasts, severe weather alerts, weather along a route, and historical weather. Powered by AccuWeather data and global cov...

Azure Maps Timezone API

Returns time zone information for a given coordinate, IANA time zone ID, or Windows time zone ID. Includes current time, daylight saving offsets, and time zone metadata.

Azure Maps Geolocation API

Returns the ISO country code for a supplied IP address, useful for content localization, regulatory compliance, and access control based on user geographic location.

Azure Maps Spatial API

Performs spatial computations such as distance, closest point, point in polygon, geofence evaluation, and great circle distance. Enables location analytics and spatial reasoning...

Azure Maps Elevation API

Returns elevation data in meters above sea level for points, polylines, and bounding boxes. Useful for terrain analysis, topographic visualization, and elevation profile calcula...

Azure Maps Creator API

Indoor maps service for creating, managing, and rendering custom indoor maps. Supports drawing package conversion, dataset and tileset management, feature state, and wayfinding ...

Collections

Pricing Plans

Rate Limits

Microsoft Azure Maps Rate Limits

5 limits

RATE LIMITS

FinOps

Resources

🌐
Portal
Portal
🔗
Documentation
Documentation
🚀
GettingStarted
GettingStarted
🔑
Authentication
Authentication
📦
SDKs
SDKs
💰
Pricing
Pricing
🟢
StatusPage
StatusPage
💬
Support
Support
📰
Blog
Blog
📄
ChangeLog
ChangeLog
📜
TermsOfService
TermsOfService
📜
PrivacyPolicy
PrivacyPolicy
👥
GitHubOrganization
GitHubOrganization
🔗
Website
Website
🔗
Login
Login
📝
Signup
Signup
🔗
LlmsText
LlmsText

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Azure Maps Search REST API
  version: '1.0'
request:
  auth:
    type: apikey
    key: subscription-key
    value: '{{subscription-key}}'
    placement: query
items:
- info:
    name: Geocoding
    type: folder
  items:
  - info:
      name: Maps Address search
      type: http
    http:
      method: GET
      url: https://atlas.microsoft.com/search/address/:format
      params:
      - name: format
        value: ''
        type: path
      - name: api-version
        value: ''
        type: query
      - name: query
        value: ''
        type: query
    docs: Geocodes a free-form address.
  - info:
      name: Maps Reverse geocode
      type: http
    http:
      method: GET
      url: https://atlas.microsoft.com/search/address/reverse/:format
      params:
      - name: format
        value: ''
        type: path
      - name: api-version
        value: ''
        type: query
      - name: query
        value: ''
        type: query
    docs: Reverse geocodes coordinates to address.
- info:
    name: Search
    type: folder
  items:
  - info:
      name: Maps POI search
      type: http
    http:
      method: GET
      url: https://atlas.microsoft.com/search/poi/:format
      params:
      - name: format
        value: ''
        type: path
      - name: api-version
        value: ''
        type: query
      - name: query
        value: ''
        type: query
    docs: Searches points of interest by category.
  - info:
      name: Maps Fuzzy search
      type: http
    http:
      method: GET
      url: https://atlas.microsoft.com/search/fuzzy/:format
      params:
      - name: format
        value: ''
        type: path
      - name: api-version
        value: ''
        type: query
      - name: query
        value: ''
        type: query
    docs: Fuzzy search supporting POIs, addresses, and geographies.
bundled: true