GET /top_writer/{topic_slug}
Summary: Get Top Writers
Operation ID: —
Auth: unknown
Operation ID: —
Auth: unknown
Description
Returns a list of top writers (`user_ids`) within a particular topic/niche (`topic_slug`). e.g. - blockchain - relationships - artificial-intelligence, etc ... **Note:** You can use optional `count` query parameter to limit the number of results. The maximum number of top writers within a topic/niche will be 250.
Parameters (2)
count
(integer, query, optional)
Limits the number of `article_ids` in the result.
topic_slug
(string, path, required)
It's a unique string, usually hyphen-separated, representing a topic/niche, as classified by Medium.
No probe data for this endpoint yet.