Maps & Geocoding Domain

Maps & Geocoding API

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 Playground

Capabilities

What you can simulate

Mix and match endpoints to validate dashboards, onboarding flows, error states, and integration docs before touching production systems.

1

Geocode and reverse-geocode responses

2

Places search with rating and vicinity metadata

3

Directions payloads for route planning flows

4

Autocomplete results for search boxes

5

Google-style response envelopes

6

Location-aware demos without quota costs

Endpoints

Available routes

Each endpoint responds with JSON objects modeled after production systems, complete with pagination, filtering, and optional latency controls for stress testing.

GET

/api/maps/geocode?address=742+Evergreen+Terrace+Springfield+IL

Try it
GET

/api/maps/reverse?lat=39.7817&lng=-89.6501

Try it
GET

/api/maps/places/search?q=coffee+shops&lat=40.7128&lng=-74.006

Try it
GET

/api/maps/directions?origin=JFK&destination=Times+Square&mode=driving

Try it
POST

/api/maps/directions

Try it
GET

/api/maps/autocomplete?input=742+Ever

Try it
maps

Ship map-powered prototypes

Validate geocoding, place search, and route planning flows without hitting a paid maps provider.

Explore more

Other mock API domains

Browse the full library of free mock API domains for your next project.