GET
/
tags
/
{tag}
/
recommended-articles
{
  "nextPage": {
    "from": "10",
    "limit": 10
  },
  "articles": [
    {
      "articleId": "259268329196",
      "title": "7 Mac Apps So Powerful, They Feel Illegal",
      "imageUrl": "https://miro.medium.com/0*Xdgq64HaW81Mpe_F",
      "url": "https://medium.com/@hii_mohit/7-mac-apps-so-powerful-they-feel-illegal-259268329196",
      "slug": "7-mac-apps-so-powerful-they-feel-illegal-259268329196",
      "author": {
        "id": "6f66ae10be79",
        "name": "Mohit Vaswani",
        "username": "hii_mohit"
      }
    },
    {
      "articleId": "91c965eee62d",
      "title": "Is the Apple Alibaba deal the start of something big, or simply a short-term solution?",
      "imageUrl": "https://miro.medium.com/1*wVvL3ww5z1DuD3-Gfr4iUQ.jpeg",
      "url": "https://medium.com/enrique-dans/is-the-apple-alibaba-deal-the-start-of-something-big-or-simply-a-short-term-solution-91c965eee62d",
      "slug": "is-the-apple-alibaba-deal-the-start-of-something-big-or-simply-a-short-term-solution-91c965eee62d",
      "author": {
        "id": "acfc0d77aeef",
        "name": "Enrique Dans",
        "username": "edans"
      }
    }
  ]
}

Headers

X-RapidAPI-Key
string
required

Path Parameters

tag
string
required

Unique identifier of tag

Query Parameters

from
integer

The offset from which to start retrieving articles. This is used for pagination. Default is 0 (start from the beginning).

Example:

10

limit
integer

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

Example:

25

Response

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