Maps & Geocoding Domain
Geocoding, reverse lookup, places, directions, and autocomplete
API Prefix
/api/maps
Every endpoint hangs off this prefix so you can compose requests consistently.
Endpoint coverage
6
Curated routes spanning common workflows
Playground ready
Deep link directly into the playground with your preferred method and path.
Open in PlaygroundCapabilities
Mix and match endpoints to validate dashboards, onboarding flows, error states, and integration docs before touching production systems.
Geocode and reverse-geocode responses
Places search with rating and vicinity metadata
Directions payloads for route planning flows
Autocomplete results for search boxes
Google-style response envelopes
Location-aware demos without quota costs
Endpoints
Each endpoint responds with JSON objects modeled after production systems, complete with pagination, filtering, and optional latency controls for stress testing.
/api/maps/geocode?address=742+Evergreen+Terrace+Springfield+IL
/api/maps/reverse?lat=39.7817&lng=-89.6501
/api/maps/places/search?q=coffee+shops&lat=40.7128&lng=-74.006
/api/maps/directions?origin=JFK&destination=Times+Square&mode=driving
/api/maps/directions
/api/maps/autocomplete?input=742+Ever
Validate geocoding, place search, and route planning flows without hitting a paid maps provider.
Explore more
Browse the full library of free mock API domains for your next project.