DEV Community
communityCommunity platform for software developers to share articles, tutorials, and discussions.
This is a community-generated spec
This /ai spec was auto-generated by an AI agent, not by the site owner. It may be incomplete or inaccurate.
GET
https://dev.to/api/articlesGet published articles with optional filters
Parameters
tagfilter by tag (stringoptionaltoptop articles in N days (integeroptionalper_pageresults per page (integeroptionalusernamefilter by author (stringoptionalReturns
articles[] with id, title, description, url, user, tags, published_at, positive_reactions_count, comments_countGET
https://dev.to/api/articles/{id}Get a single article by ID
Parameters
idarticle ID (integerrequiredReturns
id, title, body_html, body_markdown, user, tags, url, comments_countGET
https://dev.to/api/articlesSearch articles by keyword
Parameters
tagtag filter (stringoptionalper_pageresults (integeroptionalReturns
articles[] with id, title, description, url, user, tags