GET topfeeds/{tag}/{mode}

medium.com

Summary: Get Topfeeds
Operation ID:
Auth: unknown
Description

Returns a list of `article_ids` (length: 25) for the given `tag` and `mode`.

Parameters (4)

after (integer, query, optional, default: 0)

To get the subsequent top feeds. (`after` < 250)

count (integer, query, optional, default: 25)

To limit the number of top feeds. (`count` < 25)

mode (string, path, required)

Mode: - `hot` : For getting trending articles - `new` : For getting latest articles - `top_year` : For getting best articles of the year - `top_month` : For getting best articles of the month - `top_week` : For getting best articles of the week - `top_all_time`: For getting best article of all time

tag (string, path, required)

It's a unique string, usually hyphen-separated, representing a class of content.

No probe data for this endpoint yet.