GET
/
lists
/
{list_id}
/
responses
{
  "listId": "f2d429d4f0cd",
  "responseCount": 4,
  "responses": [
    {
      "id": "b34caef4f736",
      "url": "https://medium.com/@ngundengdiewmachar/thank-b34caef4f736",
      "clapCount": 3,
      "responsesCount": 0,
      "voterCount": 3,
      "title": "Thank",
      "author": {
        "id": "51d080b421d5",
        "name": "Diew Machar Ngundeng",
        "username": "ngundengdiewmachar"
      }
    },
    {
      "id": "082f9b3dbd33",
      "url": "https://medium.com/@nilimapradhan061/i-am-content-writer-so-coding-allows-me-to-customize-my-website-by-adding-unique-features-082f9b3dbd33",
      "clapCount": 2,
      "responsesCount": 0,
      "voterCount": 2,
      "title": "I am content writer so Coding allows me to customize my website by adding unique features…",
      "author": {
        "id": "ff348785ac49",
        "name": "Nilimapradhan",
        "username": "nilimapradhan061"
      }
    }
  ],
  "nextPage": {
    "limit": 2,
    "to": "2.1729749343631:082f9b3dbd33"
  }
}

Headers

X-RapidAPI-Key
string
required

Path Parameters

list_id
string
required

A list ID is a unique identifier for a list on Medium

Query Parameters

limit
number

Limit the number of response returned (default: 10, max: 25, min: 1).

Example:

2

to
string

A unique string (cursor/token) that represents the starting point for the next set of responses. Omit this parameter for the first request.

Example:

"0.1732995416711:c906d3cac2ed"

Response

200 - application/json
OK
listId
string
responseCount
integer
responses
object[]
nextPage
object