mapquest-api tagged requests and articles

Categorized request examples and articles tagged with [mapquest-api] keyword
How do I make Geocoding API request to MapQuest API?
To make a geocoding API request to the MapQuest API, you need to make an HTTP POST request to the mapquestapi geocoding API endpoint and provide JSON with the location data and the MapQuest API key in the URL parameter. The MapQuest API will return JSON with latitude and longitude for the given address.

Convert Latitude and Longitude to Address via REST API
Convert latitude and longitude to a location (reverse geocode) by sending a POST request to the Mapquest.com REST API. Replace {mapquest_apikey} with your own Mapquest API key.

Search Map Objects by Address via REST API
Search the objects on the map next to the address by sending a POST request to the Mapquest.com REST API. Replace {mapquest_apikey} with your own Mapquest API key.

Search Map Objects by Latitude and Longitude via REST API
Search the objects on the map using a latitude/longitude pair by sending a POST request to the Mapquest.com REST API. Replace {mapquest_apikey} with your own Mapquest API key.