Unofficial Medium API Wrapper
A robust API service to programmatically access Medium data. Retrieve posts, users, tags, and publications in real-time. Whether you are building a personal portfolio, a cross-posting tool, or a content aggregator, this API provides the reliability and speed you need to build at scale.
Unofficial Medium API Wrapper endpoints
| Method | Endpoint | Description |
|---|---|---|
| User | ||
| GET |
get_GetUserInfo /api/user/{user_id} |
|
| GET |
get_GetUserId /api/user/{username}/id |
|
| GET |
get_GetUserPublications /api/user/{user_id}/publications |
|
| GET |
get_GetUserBooks /api/user/{user_id}/books |
|
| GET |
get_GetUserInterests /api/user/{user_id}/interests |
|
| GET |
get_GetUserFollowing /api/user/{user_id}/following |
|
| GET |
get_GetUserFollowers /api/user/{user_id}/followers |
|
| GET |
get_GetUserPublicationFollowing /api/user/{user_id}/publication-following |
|
| GET |
get_GetUserLists /api/user/{user_id}/lists |
|
| GET |
get_GetUserArticles /api/user/{user_id}/articles |
|
| GET |
get_GetUserTopArticles /api/user/{user_id}/top-articles |
|
| Article | ||
| GET |
get_GetArticleHtml /api/article/{article_id}/html |
|
| GET |
get_GetArticleResponses /api/article/{article_id}/responses |
|
| GET |
get_GetArticleContent /api/article/{article_id}/content |
|
| GET |
get_GetArticleInfo /api/article/{article_id} |
|
| GET |
get_GetArticleFans /api/article/{article_id}/fans |
|
| GET |
get_GetRelatedArticles /api/article/{article_id}/related |
|
| GET |
get_GetArticleAssets /api/article/{article_id}/assets |
|
| GET |
get_GetArticleMarkdown /api/article/{article_id}/markdown |
|
| Publication | ||
| GET |
get_GetPublicationInfo /api/publication/{publication_id} |
|
| GET |
get_GetPublicationId /api/publication/{slug}/id |
|
| GET |
get_GetPublicationNewsletter /api/publication/{publication_id}/newsletter |
|
| GET |
get_GetPublicationArticles /api/publication/{publication_id}/articles |
|
| Misc | ||
| GET |
get_GetRecommendedLists /api/recommended-lists |
|
| GET |
get_GetTagInfo /api/tag/{tag} |
|
| GET |
get_GetTopWriters /api/top-writers |
|
| GET |
get_GetLatestPosts /api/latest-posts |
|
| GET |
get_GetArchivedArticles /api/archived-articles |
|
| GET |
get_GetRelatedTags /api/tag/{tag}/related |
|
| GET |
get_GetRecommendedFeed /api/recommended-feed |
|
| GET |
get_GetTopFeeds /api/top-feeds |
|
| GET |
get_GetRootTags /api/root-tags |
|
| GET |
get_GetRecommendedUsers /api/recommended-users |
|
| List | ||
| GET |
get_GetListInfo /api/list/{list_id} |
|
| GET |
get_GetListResponses /api/list/{list_id}/responses |
|
| GET |
get_GetListArticles /api/list/{list_id}/articles |
|
| Search | ||
| GET |
get_SearchUsers /api/search/users |
|
| GET |
get_SearchPublications /api/search/publications |
|
| GET |
get_SearchArticles /api/search/articles |
|
| GET |
get_SearchLists /api/search/lists |
|
| GET |
get_SearchTags /api/search/tags |
|
Unofficial Medium API Wrapper pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $5.99 / month | — |
|
| ULTRA | $29.99 / month | — |
|
| MEGA | $168 / month | — |
|