F

Forem API V1

by Forem API V1 Free tier

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

searchdev

Quick Reference

Base URL 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
Pricing
28
Latency
20
Depth
72

Authentication

API key in the request header (api-key)

api-key: YOUR_API_KEY

Pricing

Model subscription Starting price Enterprise / contact sales Free quota None

Free with Forem/DEV.to account. Open-source community platform API.

Key Endpoints

MethodPathDescription
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

Sample Request

curl -X GET 'https://dev.to/api/api/admin/users' \
  -H 'api-key: YOUR_API_KEY'

Sample Response

{}

Data sourced from API Map. Always verify pricing and rate limits against the official Forem API V1 documentation.