← Tools Reference

Dev.to

Dev.to integration (Social). Imported from open-connector.

API key10 toolshttps://dev.to/api
GET
devto_list_articles
List published Dev.to articles with query filters.

/articles

9 parameters
ParamTypeRequiredDescription
pageintegeroptionalThe page number to fetch.
perPageintegeroptionalThe number of items per page.
tagstringoptionalThe tag filter.
tagsstringoptionalA tag list represented as a string or a string array.
tagsExcludestringoptionalA tag list represented as a string or a string array.
usernamestringoptionalThe username filter.
statestringoptionalThe article listing state.
topintegeroptionalThe top rank limit.
collectionIdintegeroptionalThe collection identifier filter.
GET
devto_list_latest_articles
List latest Dev.to articles.

/articles/latest

2 parameters
ParamTypeRequiredDescription
pageintegeroptionalThe page number to fetch.
perPageintegeroptionalThe number of items per page.
GET
devto_get_article
Get a Dev.to article by numeric id.

/articles/{articleId}

1 parameter
ParamTypeRequiredDescription
articleIdintegerrequiredAn article identifier accepted by the Dev.to API.
GET
devto_get_article_by_path
Get a Dev.to article by username and slug.

/articles/{username}/{slug}

2 parameters
ParamTypeRequiredDescription
usernamestringrequiredThe article author username.
slugstringrequiredThe article slug.
GET
devto_list_organization_articles
List articles under a Dev.to organization.

/organizations/{organizationUsername}/articles

3 parameters
ParamTypeRequiredDescription
organizationUsernamestringrequiredThe organization username.
pageintegeroptionalThe page number to fetch.
perPageintegeroptionalThe number of items per page.
GET
devto_get_organization
Get Dev.to organization profile.

/organizations/{organizationUsername}

1 parameter
ParamTypeRequiredDescription
organizationUsernamestringrequiredThe organization username.
GET
devto_list_videos
List Dev.to videos.

/videos

2 parameters
ParamTypeRequiredDescription
pageintegeroptionalThe page number to fetch.
perPageintegeroptionalThe number of items per page.
GET
devto_list_tags
List Dev.to tags.

/tags

2 parameters
ParamTypeRequiredDescription
pageintegeroptionalThe page number to fetch.
perPageintegeroptionalThe number of items per page.
GET
devto_get_current_user
Get the current authenticated Dev.to user profile.

/users/me

GET
devto_list_my_articles
List current user's own Dev.to articles by status.

/articles/me/unpublished

3 parameters
ParamTypeRequiredDescription
pageintegeroptionalThe page number to fetch.
perPageintegeroptionalThe number of items per page.
statusstringoptionalThe article status filter.