MapQuest website screenshot

MapQuest

MapQuest provides mapping, geocoding, routing, and traffic data APIs for developers to build location-aware applications. The developer portal offers free API keys and documentation for directions, static maps, geocoding, and traffic incident services.

10 APIs 0 Features
GeocodingMappingMapsNavigationRoutingTraffic

APIs

MapQuest Directions API

The MapQuest Directions API provides routing capabilities with turn-by-turn directions, alternate routes, optimized routes, and travel time estimates using real-time traffic data.

MapQuest Geocoding API

The MapQuest Geocoding API converts addresses into geographic coordinates and vice versa, supporting both single and batch geocoding requests.

MapQuest Static Map API

The MapQuest Static Map API returns a map image based on specified parameters including center, zoom, size, and map type.

MapQuest Traffic API

The MapQuest Traffic API returns traffic incidents for a specified bounding box in JSON or XML formats, including road construction and collisions.

MapQuest Search API

The MapQuest Search API supports radius, rectangle, polygon, and corridor searches against MapQuest hosted data tables, returning matching points of interest with attributes.

MapQuest Place Search API

The MapQuest Place Search API returns places matching a search query, with support for category, location, and bounding-box filtering.

MapQuest Search Ahead API

The MapQuest Search Ahead API delivers prediction-based search suggestions as users type, supporting addresses, places, categories, and admin areas.

MapQuest Geolocation API

The MapQuest Geolocation API returns the approximate location of a device based on cell tower and Wi-Fi access point information.

MapQuest Icons API

The MapQuest Icons API serves customizable map marker icons for use with MapQuest static and interactive maps.

MapQuest Data Manager API

The MapQuest Data Manager API allows developers to upload, manage, and query custom hosted data tables for use with MapQuest search and mapping services.

Collections

Pricing Plans

Mapquest Plans Pricing

3 plans

PLANS

Rate Limits

Mapquest Rate Limits

5 limits

RATE LIMITS

FinOps

Resources

👥
GitHubOrganization
GitHubOrganization
🔗
LinkedIn
LinkedIn
🌐
Portal
Portal
🚀
GettingStarted
GettingStarted
📝
Signup
Signup
🔗
Login
Login
💬
Support
Support
📜
TermsOfService
TermsOfService
📜
PrivacyPolicy
PrivacyPolicy

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: MapQuest Directions API
  version: 2.0.0
items:
- info:
    name: Calculate a route between locations
    type: http
  http:
    method: GET
    url: https://www.mapquestapi.com/directions/v2/route
  docs: Calculate a route between locations
- info:
    name: Calculate a route between locations
    type: http
  http:
    method: POST
    url: https://www.mapquestapi.com/directions/v2/route
  docs: Calculate a route between locations
- info:
    name: Calculate an optimized route
    type: http
  http:
    method: GET
    url: https://www.mapquestapi.com/directions/v2/optimizedroute
  docs: Calculate an optimized route
- info:
    name: Calculate an optimized route
    type: http
  http:
    method: POST
    url: https://www.mapquestapi.com/directions/v2/optimizedroute
  docs: Calculate an optimized route
- info:
    name: Calculate a route matrix
    type: http
  http:
    method: POST
    url: https://www.mapquestapi.com/directions/v2/routematrix
  docs: Calculate a route matrix
- info:
    name: Submit an asynchronous route matrix job
    type: http
  http:
    method: POST
    url: https://www.mapquestapi.com/directions/v2/routematrix/jobs
  docs: Submit an asynchronous route matrix job
- info:
    name: Retrieve route matrix job status
    type: http
  http:
    method: GET
    url: https://www.mapquestapi.com/directions/v2/routematrix/jobs/:jobId
    params:
    - name: jobId
      value: ''
      type: path
  docs: Retrieve route matrix job status
- info:
    name: Retrieve route matrix job results
    type: http
  http:
    method: GET
    url: https://www.mapquestapi.com/directions/v2/routematrix/jobs/:jobId/results
    params:
    - name: jobId
      value: ''
      type: path
  docs: Retrieve route matrix job results
- info:
    name: Calculate alternate routes
    type: http
  http:
    method: GET
    url: https://www.mapquestapi.com/directions/v2/alternateroutes
  docs: Calculate alternate routes
- info:
    name: Calculate alternate routes
    type: http
  http:
    method: POST
    url: https://www.mapquestapi.com/directions/v2/alternateroutes
  docs: Calculate alternate routes
- info:
    name: Retrieve route shape geometry
    type: http
  http:
    method: GET
    url: https://www.mapquestapi.com/directions/v2/routeshape
  docs: Retrieve route shape geometry
bundled: true