GET
/
tags
/
{tag}
/
archived-articles
{
  "articles": [
    {
      "articleId": "78e0c7641d4d",
      "title": "Can You Pass This Apple-Orange Interview At Apple 🍎?",
      "imageUrl": "https://miro.medium.com/1*3_NjzkVEbMhPwJTH9BajWw.png",
      "url": "https://medium.com/illumination/can-you-pass-this-apple-orange-interview-at-apple-78e0c7641d4d",
      "slug": "can-you-pass-this-apple-orange-interview-at-apple-78e0c7641d4d",
      "author": {
        "id": "317d2c36c3c2",
        "name": "BL",
        "username": "mathgames"
      }
    },
    {
      "articleId": "1ff5ec912c44",
      "title": "Apple Just Silently Launched A Mind-blowing Feature And Nobody Is Talking About It",
      "imageUrl": "https://miro.medium.com/1*iCy3qoUqT9Hoeyjyti-97A.png",
      "url": "https://ideaswithwings.org/apple-just-silently-launched-a-mind-blowing-feature-and-nobody-is-talking-about-it-1ff5ec912c44",
      "slug": "apple-just-silently-launched-a-mind-blowing-feature-and-nobody-is-talking-about-it-1ff5ec912c44",
      "author": {
        "id": "245df26bd36b",
        "name": "Jano le Roux",
        "username": "janoleroux"
      }
    }
  ],
  "nextPage": {
    "id": "19"
  }
}

Headers

X-RapidAPI-Key
string
required

Path Parameters

tag
string
required

Unique identifier of tag

Query Parameters

month
string

The month to filter by (1-12). (e.g., 10 for October)

Example:

"1"

year
string

The year to filter by. (e.g., 2023)

Example:

"2024"

limit
string

The maximum number of articles to return per request. Default is 20. Maximum allowed limit should be documented (e.g., max 20).

Example:

"25"

sort_order
string

The sorting order. Possible values: NEWEST, OLDEST, MOST_READ. Default value: MOST_READ

Example:

"MOST_READ"

next_page_id
string

The token of the next page to retrieve. This is used for pagination. If not provided, the first page is returned.

Example:

"{\\\"column\\\":{\\\"S\\\":\\\"10c0a5d07142\\\"},\\\"postPublishedAt\\\":{\\\"N\\\":\\\"1706634121535\\\"},\\\"tagSlug\\\":{\\\"S\\\":\\\"apple\\\"}}"

Response

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