llms.txt Content
# Medium API (Unofficial)
> Medium API allows developers to reliably fetch clean, structured data from [Medium's website](https://medium.com). It supports data extraction for users, articles, publications, search results, lists, top writers, top articles, and more. The API is available on the [RapidAPI Hub](http://hub.mediumapi.com).
Note: This is a RESTful API with 42 GET-only endpoints, all returning data in JSON format.
## How to use Medium API
1. Sign up at [RapidAPI](https://rapidapi.com/auth/sign-up) (if you haven't already).
2. Get your API key from [Medium API](http://hub.mediumapi.com) page.
3. Go to the pricing page and choose a plan - BASIC, PRO, ULTRA or MEGA. Enter your payment details and press subscribe!
4. Authenticate requests by passing your API key in the `x-rapidapi-key` header.
**Note:** For testing purposes, start with our BASIC free plan. It includes 150 API calls per month.
For a more detailed step-by-step guide on how to subscribe to Medium API and get your API key, please read the following articles:
https://mediumapi.com/how-to-subscribe-to-medium-api.html
## Documentation
All about Medium API endpoints, their request parameters and output responses.
- [Full detailed Documentation](https://mediumapi.com/documentation.html)
- [Swagger Documentation](https://docs.mediumapi.com)
- [RapidAPI Playground](http://hub.mediumapi.com)
### List of all endpoints
https://mediumapi.com/#endpoints
**User**
- User ID
- User Info
- User Articles
- User Top Articles
- User Books
- User Followers
- User Following
- User Lists
- User Publications
- User Publication Following
- User Interests
**Article**
- Article Info
- Article Content
- Article Markdown
- Article HTML
- Articles Responses
- Article Fans
- Article Assets
- Related Articles
- Recommended Articles
**Publication**
- Publication ID
- Publication Info
- Publication Articles
- Publication Newsletter
**Search**
- Search Articles
- Search Users
- Search Publications
- Search Li