The playground

Try any of 1042 endpoints — live.

Pick an endpoint, load a working example, tweak the params, and send — no signup to try. Results render the way the data deserves; raw JSON, headers & code are one tab away.

Playground demo key · api.reefapi.com
post/google-maps/v1/place/freshness2 credits

Monitor a place for changes: returns the current place plus a typed diff vs the snapshot you pass from a previous call (hours/phone/website/rating changes).

Working example
Parameters

The business to monitor (same query each run).

Latitude to bias the search around. Strongly recommended — without it Google assumes the central US. (-90–90)

Longitude to bias the search around (pair with lat). (-180–180)

The `place` object from your previous freshness call. Omit on the first run (returns first_seen: true); pass it on later runs to get the change diff.

Result language (Google hl code: en, de, tr, es…). Affects category names and localized fields.

Region bias (Google gl country code: us, de, tr…).

request preview
curl -X POST https://api.reefapi.com/google-maps/v1/place/freshness \
  -H "x-api-key: $REEF_KEY" \
  -H "content-type: application/json" \
  -d '{"query":"Katz's Delicatessen Manhattan","lat":"40.7223","lng":"-73.9874"}'

Hit Send to run this endpoint live.