Access Forem articles, users and other resources via API. For a real-world example of Forem in action, check out DEV. All endpoints can be accessed with the 'api-key' header and a accept header, but some of them are accessible publicly without authentica
https://dev.to/api
Auth type
API Key Header
Auth header
api-key: YOUR_API_KEY
Rate limit
Not officially published
Pricing
Enterprise / contact sales
Free quota
None
Documentation
https://dev.to/api
Endpoint status
Live — HTTP 200 — endpoint is accessible5.58s
(checked Mar 29, 2026)
Builder score
D
43%
builder-friendly
API key in the request header (api-key)
api-key: YOUR_API_KEY
Free with Forem/DEV.to account. Open-source community platform API.
| Method | Path | Description |
|---|---|---|
| POST | /api/admin/users |
Invite a User |
| GET | /api/articles |
Published articles |
| POST | /api/articles |
Publish article |
| GET | /api/articles/latest |
Published articles sorted by published date |
| GET | /api/articles/me |
User's articles |
| GET | /api/articles/me/all |
User's all articles |
| GET | /api/articles/me/published |
User's published articles |
| GET | /api/articles/me/unpublished |
User's unpublished articles |
curl -X GET 'https://dev.to/api/api/admin/users' \ -H 'api-key: YOUR_API_KEY'
{}
Data sourced from API Map. Always verify pricing and rate limits against the official Forem API V1 documentation.