GET
/
users
/
{username}
/
articles
{
  "page": {
    "limit": 20,
    "from": "L1630301172379"
  },
  "articles": [
    {
      "id": "d2d1939cfe5c",
      "title": "Writer of the Week: James Bryce",
      "slug": "writer-of-the-week-james-bryce-d2d1939cfe5c",
      "url": "https://javascript.plainenglish.io/writer-of-the-week-james-bryce-d2d1939cfe5c"
    },
    {
      "id": "f75ab0a4ae4e",
      "title": "Writer of the Week: Emily Y Leung",
      "slug": "writer-of-the-week-emily-y-leung-f75ab0a4ae4e",
      "url": "https://javascript.plainenglish.io/writer-of-the-week-emily-y-leung-f75ab0a4ae4e"
    }
  ]
}

Headers

X-RapidAPI-Key
string
required

Path Parameters

username
string
required

A username is a unique identifier for a user on Medium

Query Parameters

from
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:

"L1642993786523"

limit
number

Limit the number of artucles returned (default: 20, max: 25).

Example:

20

Response

200 - application/json
OK
page
object
articles
object[]