GET
/
users
/
{username}
/
following
{
  "following": [
    {
      "id": "a5639a6e3431",
      "name": "Aymar Sossou",
      "username": "saymar90"
    },
    {
      "id": "7d8e5127a573",
      "name": "Kem-Laurin Lubin, Ph.D-C",
      "username": "kemlaurin"
    }
  ],
  "nextPage": {
    "from": "1687388185882",
    "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:

"1712676630203"

limit
number

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

Example:

20

Response

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