# Pinball Map API **Provider:** Pinball Map **Category:** maps **Base URL:** `https://pinballmap.com` **Auth:** none — `# No auth required` **Rate Limit:** See documentation **Free Tier:** Yes — [object Object] **Pricing:** Free tier available (freemium) **Docs:** https://pinballmap.com/api/v1/docs ## Description A crowdsourced map of public pinball machines ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://pinballmap.com/` | See documentation for endpoint reference | ## Authentication No authentication required ``` # No auth required ``` ## Sample Request ```bash curl 'https://pinballmap.com' ``` ## Sample Response ```json {} ``` ## Pricing Details Free — open public API, no authentication required. --- *Source: [API Map](https://apimap.dev/apis/pinball-map/) — CC BY 4.0*