GET
/
users
/
{username}
/
lists
{
  "lists": [
    {
      "id": "0a856388a93a",
      "name": "Natural Language Processing",
      "postsCount": 1943
    },
    {
      "id": "8d700112eb3e",
      "name": "Machine Learning",
      "postsCount": 452
    }
  ],
  "nextPage": {
    "id": "{\"catalogId\":{\"s\":\"a628264b4455\"},\"column\":{\"s\":\"@\"},\"creatorId\":{\"s\":\"2eb23a991a63\"},\"updatedAt\":{\"n\":\"1738668539895\"}}"
  }
}

Headers

X-RapidAPI-Key
string
required

Path Parameters

username
string
required

A username is a unique identifier for a user on Medium

Query Parameters

next_page_id
string

The token of the next page to retrieve. This is used for pagination. If not provided, the first page is returned.

Example:

"{\\\"catalogId\\\":{\\\"s\\\":\\\"c0bc1c468d81\\\"},\\\"column\\\":{\\\"s\\\":\\\"@\\\"},\\\"creatorId\\\":{\\\"s\\\":\\\"2eb23a991a63\\\"},\\\"updatedAt\\\":{\\\"n\\\":\\\"1736759746724\\\"}}"

Response

200 - application/json
OK
lists
object[]
nextPage
object