Developer reference

Map Observer Public API

Free JSON endpoints for the data behind Map Observer’s trackers: confirmed and suspected algorithm updates, Map Pack volatility scores, and the Google Business Profile category list. No key, no signup, no rate-limit headers — just a link back to mapobserver.com wherever you use the data.

Terms (the short version)

  • Free for any use — dashboards, articles, internal tools, side projects.
  • Include a visible link to the relevant Map Observer page (we’ll list it in attribution.url on every response).
  • Don’t hammer it — endpoints are cached for 10–30 minutes; if you need more, email us.
  • We may rate-limit abusive clients at the edge.

Endpoints

GET/api/public/v1/updates?limit=50

Confirmed and suspected Google local-search algorithm updates, newest first.

curl https://mapobserver.com/api/public/v1/updates?limit=10
GET/api/public/v1/volatility?limit=52

Weekly Map Pack volatility scores (0–10) with level classification (calm → turbulent).

curl https://mapobserver.com/api/public/v1/volatility?limit=12
GET/api/public/v1/categories?q=plumber&limit=25

Search the Google Business Profile category list. Omit q to list all categories.

curl "https://mapobserver.com/api/public/v1/categories?q=dentist&limit=10"

Also available