Articles
Get Article Responses
API Documentation
Articles
Users
Tags
Publications
Articles
Get Article Responses
This endpoint allows you to retrieve responses (comments)
for a specific article on Medium. The responses are paginated, and you
can control the number of responses returned per request using the limit
parameter. To manage pagination, the API uses a unique string (e.g., a cursor or token) that indicates the starting point for the next set of responses.
GET
/
articles
/
{article_id}
/
responses
{
"nextPage": {
"limit": 10,
"to": "3.1736491276622:78c934f0daa3"
},
"replays": [
{
"id": "027f9872b225",
"url": "https://medium.com/@04bshitters/imagine-an-ai-that-can-take-on-complex-multi-step-tasks-that-are-currently-performed-by-a-human-027f9872b225",
"author": {
"id": "1a7c5a422267",
"name": "Gabe Domen",
"username": "04bshitters"
},
"clapCount": 219,
"responsesCount": 2,
"createdAt": "2024-12-28T15:02:11.155Z",
"firstPublishedAt": "2024-12-28T15:02:11.500Z",
"latestPublishedAt": "2024-12-28T15:02:11.500Z",
"revision": 2,
"sequence": null,
"isPublic": true,
"isPublished": true,
"publication": null,
"inResponseTo": {
"id": "3b8f95fd58ebe433f228cae15c4b4316",
"url": "https://medium.com/@maximilian.vogel/what-are-ai-agents-your-step-by-step-guide-to-build-your-own-df54193e2de3"
},
"content": "Imagine — an AI that can take on complex, multi-step tasks that are currently performed by a human employee or an entire department.\nImagine... What are people will be doing?...and please don't answer me back \"more intelligent things\" or \"Applying knowledge\" because training won't be necessary and will NEVER be on time (time spent on AI developments). What will people who are low skilled or less resourceful do? Because you'll be amazed how many billions are doing stupid stuff BUT keep this consumer demand economy moving. Cheers. 🥂"
},
{
"id": "fb4786be8a48",
"url": "https://medium.com/@luowuyu/i-like-this-metaphor-it-clearly-explains-the-difference-between-ai-and-ai-agent-in-one-sentence-fb4786be8a48",
"author": {
"id": "445e68d24051",
"name": "PeterL",
"username": "luowuyu"
},
"clapCount": 61,
"responsesCount": 1,
"createdAt": "2024-12-31T03:57:03.868Z",
"firstPublishedAt": "2024-12-31T03:57:04.358Z",
"latestPublishedAt": "2024-12-31T03:57:04.358Z",
"revision": 4,
"sequence": null,
"isPublic": true,
"isPublished": true,
"publication": null,
"inResponseTo": {
"id": "490c4fc3afbbd808072b34e92a6da4a6",
"url": "https://medium.com/codex/what-are-ai-agents-your-step-by-step-guide-to-build-your-own-df54193e2de3#81a0--highlight-c1a209262cf7",
"content": "The Espresso Machine and the Barista"
},
"content": "I like this metaphor. It clearly explains the difference between AI and AI agent in one sentence."
}
]
}
Headers
Path Parameters
An article ID is a unique identifier for an article on Medium
Query Parameters
Limit the number of response returned (default: 10, max: 25, min: 1).
Example:
10
A unique string (cursor/token) that represents the starting point for the next set of responses. Omit this parameter for the first request.
Example:
"4.1737300078568005:4d7952c9533a"
Response
200 - application/json
OK
{
"nextPage": {
"limit": 10,
"to": "3.1736491276622:78c934f0daa3"
},
"replays": [
{
"id": "027f9872b225",
"url": "https://medium.com/@04bshitters/imagine-an-ai-that-can-take-on-complex-multi-step-tasks-that-are-currently-performed-by-a-human-027f9872b225",
"author": {
"id": "1a7c5a422267",
"name": "Gabe Domen",
"username": "04bshitters"
},
"clapCount": 219,
"responsesCount": 2,
"createdAt": "2024-12-28T15:02:11.155Z",
"firstPublishedAt": "2024-12-28T15:02:11.500Z",
"latestPublishedAt": "2024-12-28T15:02:11.500Z",
"revision": 2,
"sequence": null,
"isPublic": true,
"isPublished": true,
"publication": null,
"inResponseTo": {
"id": "3b8f95fd58ebe433f228cae15c4b4316",
"url": "https://medium.com/@maximilian.vogel/what-are-ai-agents-your-step-by-step-guide-to-build-your-own-df54193e2de3"
},
"content": "Imagine — an AI that can take on complex, multi-step tasks that are currently performed by a human employee or an entire department.\nImagine... What are people will be doing?...and please don't answer me back \"more intelligent things\" or \"Applying knowledge\" because training won't be necessary and will NEVER be on time (time spent on AI developments). What will people who are low skilled or less resourceful do? Because you'll be amazed how many billions are doing stupid stuff BUT keep this consumer demand economy moving. Cheers. 🥂"
},
{
"id": "fb4786be8a48",
"url": "https://medium.com/@luowuyu/i-like-this-metaphor-it-clearly-explains-the-difference-between-ai-and-ai-agent-in-one-sentence-fb4786be8a48",
"author": {
"id": "445e68d24051",
"name": "PeterL",
"username": "luowuyu"
},
"clapCount": 61,
"responsesCount": 1,
"createdAt": "2024-12-31T03:57:03.868Z",
"firstPublishedAt": "2024-12-31T03:57:04.358Z",
"latestPublishedAt": "2024-12-31T03:57:04.358Z",
"revision": 4,
"sequence": null,
"isPublic": true,
"isPublished": true,
"publication": null,
"inResponseTo": {
"id": "490c4fc3afbbd808072b34e92a6da4a6",
"url": "https://medium.com/codex/what-are-ai-agents-your-step-by-step-guide-to-build-your-own-df54193e2de3#81a0--highlight-c1a209262cf7",
"content": "The Espresso Machine and the Barista"
},
"content": "I like this metaphor. It clearly explains the difference between AI and AI agent in one sentence."
}
]
}