How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

dev-to Articles API

Endpoints for creating, reading, updating, and managing articles (blog posts, discussions, help threads) on the platform.

dev-to Articles API is one of 15 APIs that dev-to publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Articles. The published artifact set on APIs.io includes an OpenAPI specification and API documentation.

This API exposes 12 operations across 10 paths, and defines 4 schemas. It is described by OpenAPI 3.1.0, at version 1.0.0.

Requests are made against a single base URL, https://dev.to/api.

12 operations 10 paths 4 schemas 9 GET1 POST2 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
1.0.0
Base URL
https://dev.to/api
Authentication
API Key
Terms of Service
Resource Areas
1

Authentication & Security 1

dev-to Articles API declares 1 security scheme for authenticating requests. An API key is passed in the header as api-key (apiKey). By default, every request must be authenticated.

  • apiKey — API key obtained from the DEV.to settings page. Pass in the api-key header for authenticated requests.

Paths & Operations 12

Across 10 paths, the API surfaces 12 operations — 9 GET, 1 POST, 2 PUT. Each is listed below with its method, path, parameters, and response codes.

Articles 12

Endpoints for creating, reading, updating, and managing articles (blog posts, discussions, help threads) on the platform.

POST
/articles
Publish article
createArticle body → 201401422
GET
/articles
Published articles
getArticles 9 params → 200
GET
/articles/latest
Published articles sorted by published date
getLatestArticles 2 params → 200
GET
/articles/{id}
Published article by id
getArticleById 1 param → 200404
PUT
/articles/{id}
Update an article by id
updateArticle 1 param body → 200401404422
GET
/articles/{username}/{slug}
Published article by path
getArticleByPath 2 params → 200404
GET
/articles/me
User's articles
getUserArticles 2 params → 200401
GET
/articles/me/published
User's published articles
getUserPublishedArticles 2 params → 200401
GET
/articles/me/unpublished
User's unpublished articles
getUserUnpublishedArticles 2 params → 200401
GET
/articles/me/all
User's all articles
getUserAllArticles 2 params → 200401
PUT
/articles/{id}/unpublish
Unpublish an article
unpublishArticle 1 param → 204401404
GET
/organizations/{username}/articles
Organization's Articles
getOrgArticles 3 params → 200404

Schemas 4

The contract defines 4 schemas that model the data the API accepts and returns. The most detailed are Article (28 properties), ArticleIndex (22 properties), User (11 properties), Organization (5 properties). Each schema is shown below with its type and property counts.

Organization
object
An organization on the DEV platform that can publish articles and have members.
5 properties
ArticleIndex
object
A summary article object returned in list endpoints, with fewer fields than the full article representation.
22 properties
User
object
A user account on the DEV platform.
11 properties
Article
object
A full article object with all detail fields, returned when retrieving a single article.
28 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

dev-to-articles-api-openapi.yml Raw ↑

Other APIs dev-to publishes across the network.

Dev.to Webhooks API
dev-to Comments API
dev-to DisplayAds API
dev-to FollowedTags API
dev-to Followers API
dev-to Organizations API
dev-to Pages API
dev-to PodcastEpisodes API
dev-to ProfileImages API
dev-to Reactions API
dev-to ReadingList API
dev-to Tags API
Where this information came from

This is an independent, third-party profile of dev-to Articles API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.