Skip to content

50,000 free calls a month, card-free. Get an API key →

Documentation menu
docs / api / get-places
places

GET/places

API key required, sent as Authorization: Bearer snk_… or ?api_key=snk_….

Call it

bash
curl -fsS -X GET "https://api.mapmap.ai/places" \
  -H "Authorization: Bearer $MAPMAP_KEY"

Responses

200The stored dataset
FieldTypeRequiredDescription
countintegeryesNumber of places stored.
placesPlace[]yesEvery stored place.
updated_atstringyesRFC 3339 timestamp of the last upload.
401Missing or invalid API key
404No dataset stored for this key, or customer places not configured

Error bodies follow the shared problem model documented on API conventions.

Also under places

Generated from https://api.mapmap.ai/openapi.json on 2026-09-17 · operationId get_places