# Foursquare API **Provider:** Foursquare **Category:** social **Base URL:** `https://developer.foursquare.com` **Auth:** oauth2 — `Authorization: Bearer YOUR_TOKEN` **Rate Limit:** See documentation **Free Tier:** No **Pricing:** Pay per use (pay-as-you-go) **Docs:** https://developer.foursquare.com/ ## Description Interact with Foursquare users and places (geolocation-based checkins, photos, tips, events, etc) ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://developer.foursquare.com/` | See documentation for endpoint reference | ## Authentication See documentation for auth details ``` Authorization: Bearer YOUR_TOKEN ``` ## Sample Request ```bash curl 'https://developer.foursquare.com' ``` ## Sample Response ```json {} ``` ## Pricing Details In-person: 2.6% + $0.10. Online: 2.9% + $0.30. Keyed-in: 3.5% + $0.15. No monthly fee for basic processing. --- *Source: [API Map](https://apimap.dev/apis/foursquare/) — CC BY 4.0*