Backend for Outpost, an app that maps sports backer bars.
This host serves a small read/write API for the Outpost apps. It is first-party infrastructure — it is not a public API, not a proxy, and it calls no third-party services on a user's behalf.
GET /bars — bars for a team in a cityPOST /vote — one "would you watch here again?" verdictPOST /nominate — submit a bar not yet listedAll three require a shared secret and are rate-limited per account. There is nothing to browse here.