GET
/
users
/
{username}
/
followers
{
  "followers": [
    {
      "id": "11540f1d8f7",
      "name": "Onyebuchiemmress",
      "username": "onyebuchiemmress"
    },
    {
      "id": "117614d7351b",
      "name": "Suksa N",
      "username": "devrabbiz"
    }
  ],
  "nextPage": {
    "from": "136663019227",
    "limit": 20
  },
  "username": "sbipe",
  "followersCount": 2400
}

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:

"11440157aa09"

limit
number

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

Example:

20

Response

200 - application/json
OK
followers
object[]
nextPage
object
username
string
followersCount
integer