get_global_feed
Retrieve the global public check-in feed from Untappd (The Pub). Use min_id to fetch only new check-ins, reducing rate limit impact.
Instructions
Retrieve the global public check-in feed (The Pub). High rate-limit cost for the data returned — prefer min_id polling to fetch only new check-ins. Note: standard API keys may not be authorized for this endpoint (Untappd returns 'not authorized to call this method from this key')
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Results per page (max 50, default 25 — the API may cap some feeds at 25) | |
| max_id | No | Return results older than this checkin ID | |
| min_id | No | Return only checkins newer than this ID |