# Dev.to API **Provider:** Dev.to **Category:** entertainment **Base URL:** `https://developers.forem.com` **Auth:** api-key — `Authorization: Bearer YOUR_TOKEN` **Rate Limit:** 3 write req/s; 10 read req/s **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://developers.forem.com/api ## Description Access Forem articles, users and other resources via API ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://developers.forem.com/` | See documentation for endpoint reference | ## Authentication See documentation for auth details ``` Authorization: Bearer YOUR_TOKEN ``` ## Sample Request ```bash curl 'https://developers.forem.com' ``` ## Sample Response ```json {} ``` ## Pricing Details Free to use. No paid tiers; open API for DEV Community content. --- *Source: [API Map](https://apimap.dev/apis/dev-to/) — CC BY 4.0*