//Endpoints · Medium
Medium Endpoint Reference
10 maintained endpoints and what each returns. For the full Medium overview — sample response, FAQ and use cases — see the source page.
About the Medium source/api/medium/postsFull post data by post ID or URL — title, subtitle, full text, tags, images, clap count, response count, word count, reading time, paywall flag, author profile, and publication details.
/api/medium/posts/responsesResponses (threaded comments) on a post — each response with its own author, content, clap count, and timestamps.
/api/medium/posts/searchKeyword search across Medium posts — post cards with title, author, publication, clap count, reading time, tags, and paywall flag.
/api/medium/publicationsPublication profile by slug or URL — name, description, tagline, logo, follower count, tags, custom domain, and social handles.
/api/medium/publications/postsPosts within a given publication — ordered feed of post cards with title, author, clap count, reading time, and paywall status.
/api/medium/publications/searchSearch publications by keyword — publication cards with name, description, follower count, and topic tags.
/api/medium/tags/postsLatest posts for a given tag — supports any tag slug (e.g. python, machine-learning, startups).
/api/medium/usersUser profile by username — name, bio, follower count, following count, post count, top writer tags, and social handles.
/api/medium/users/postsPosts by a specific user — feed of that author’s articles with clap counts, reading times, and publication affiliation.
/api/medium/users/searchSearch Medium users by keyword — user cards with name, bio, follower count, and post count.