GET
/
articles
/
{article_id}
/
voters
{
  "voters": [
    {
      "id": "ec76ef99bc09",
      "name": "Floriano Victor Peixoto",
      "username": "florianovictor"
    },
    {
      "id": "7e16f33439c",
      "name": "Rodney Barreto",
      "username": "rwbarreto"
    }
  ],
  "nextPage": {
    "page": 1,
    "limit": 20
  }
}

Headers

X-RapidAPI-Key
string
required

Path Parameters

article_id
string
required

An article ID is a unique identifier for an article on Medium

Query Parameters

limit
number

The maximum number of voters to return per page. (default: 20, max: 1000, min: 10).

Example:

20

page
number

The page number to fetch. Starts at 0. Default: 0.

Example:

1

Response

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