# MapQuest API **Provider:** MapQuest **Category:** maps **Base URL:** `https://developer.mapquest.com` **Auth:** api-key — `Authorization: Bearer YOUR_TOKEN` **Rate Limit:** 500 req/s (paid plans) **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://developer.mapquest.com/ ## Description To access tools and resources to map the world ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://developer.mapquest.com/` | See documentation for endpoint reference | ## Authentication See documentation for auth details ``` Authorization: Bearer YOUR_TOKEN ``` ## Sample Request ```bash curl 'https://developer.mapquest.com' ``` ## Sample Response ```json {} ``` ## Pricing Details Free: 15,000 transactions/month. Advanced $49/mo (up to 50K transactions). On Demand: $0.005/transaction above free quota. Enterprise custom. --- *Source: [API Map](https://apimap.dev/apis/mapquest/) — CC BY 4.0*