# StackExchange API **Provider:** StackExchange **Category:** developer **Base URL:** `https://api.stackexchange.com` **Auth:** oauth2 โ€” `Authorization: Bearer YOUR_TOKEN` **Rate Limit:** 300 req/day (no key) ยท 10,000 req/day (with key) **Free Tier:** Yes โ€” available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://api.stackexchange.com/ ## Description Q&A forum for developers ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://api.stackexchange.com/` | See documentation for endpoint reference | ## Authentication See documentation for auth details ``` Authorization: Bearer YOUR_TOKEN ``` ## Sample Request ```bash curl 'https://api.stackexchange.com' ``` ## Sample Response ```json {} ``` ## Pricing Details Free: 300 req/day (no key), 10,000 req/day (with key). Stack Exchange API. --- *Source: [API Map](https://apimap.dev/apis/stackexchange/) โ€” CC BY 4.0*