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 Community articles API

The articles API from DEV Community — 22 operation(s) for articles.

DEV Community articles API is one of 19 APIs that DEV Community 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 26 operations across 22 paths, and defines 6 schemas. It is described by OpenAPI 3.0.3, at version 1.0.0.

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

26 operations 22 paths 6 schemas 20 GET2 POST4 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
1.0.0
Base URL
https://dev.to/api
Authentication
API Key
Resource Areas
1

Authentication & Security 1

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

  • api-key — API Key authentication. Authentication for some endpoints, like write operations on the Articles API require a DEV API key. All authenticated endpoints are COR…

Paths & Operations 26

Across 22 paths, the API surfaces 26 operations — 20 GET, 2 POST, 4 PUT. Each is listed below with its method, path, parameters, and response codes.

articles 26
POST
/api/articles
Publish article
createArticle body → 201401422
GET
/api/articles
Published articles
getArticles 9 params → 200
GET
/api/articles/latest
Published articles sorted by published date
getLatestArticles 2 params → 200
GET
/api/articles/{id}
Published article by id
getArticleById 1 param → 200404
PUT
/api/articles/{id}
Update an article by id
updateArticle 1 param body → 200404401422
GET
/api/articles/{username}/{slug}
Published article by path
getArticleByPath 2 params → 200404
GET
/api/articles/me
User's articles
getUserArticles 2 params → 401200
GET
/api/articles/me/published
User's published articles
getUserPublishedArticles 2 params → 401200
GET
/api/articles/me/unpublished
User's unpublished articles
getUserUnpublishedArticles 2 params → 401200
GET
/api/articles/me/all
User's all articles
getUserAllArticles 2 params → 401200
PUT
/api/articles/{id}/unpublish
Unpublish an article
unpublishArticle 2 params → 204401404
GET
/api/organizations/{organization_id_or_username}/articles
Organization's Articles
getOrgArticles 3 params → 200404
GET
/api/videos
Articles with a video
videos 2 params → 200
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 2 params → 204401404
GET
/organizations/{username}/articles
Organization's Articles
getOrgArticles 3 params → 200404
GET
/videos
Articles with a video
videos 2 params → 200

Schemas 6

The contract defines 6 schemas that model the data the API accepts and returns. The most detailed are ArticleIndex (25 properties), VideoArticle (9 properties), SharedUser (7 properties), SharedOrganization (5 properties). Each schema is shown below with its type and property counts.

SharedOrganization
object
The organization the resource belongs to
5 properties
ArticleFlareTag
object
Flare tag of the article
3 properties
Article
object
Representation of an Article to be created/updated
1 property
VideoArticle
object
Representation of an Article with video
9 properties
SharedUser
object
The resource creator
7 properties
ArticleIndex
object
Representation of an article or post returned in a list
25 properties 24 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

devto-articles-api-openapi.yml Raw ↑

Other APIs DEV Community publishes across the network.

DEV Community agent_sessions API
DEV Community billboards API
DEV Community comments API
DEV Community display ads API
DEV Community followed_tags API
DEV Community followers API
DEV Community organizations API
DEV Community pages API
DEV Community podcast_episodes API
DEV Community profile images API
DEV Community reactions API
DEV Community readinglist API
Where this information came from

This is an independent, third-party profile of DEV Community 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.