# Revolt API **Provider:** Revolt **Category:** social **Base URL:** `https://developers.revolt.chat` **Auth:** api-key — `Authorization: Bearer YOUR_TOKEN` **Rate Limit:** 10 req/s (bot tokens) **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://developers.revolt.chat/api/ ## Description Revolt open source Discord alternative ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://developers.revolt.chat/` | See documentation for endpoint reference | ## Authentication See documentation for auth details ``` Authorization: Bearer YOUR_TOKEN ``` ## Sample Request ```bash curl 'https://developers.revolt.chat' ``` ## Sample Response ```json {} ``` ## Pricing Details Free open-source Discord alternative. API is free for bot developers. Self-hostable. No paid tiers for API use. --- *Source: [API Map](https://apimap.dev/apis/revolt/) — CC BY 4.0*