distribution
Get the top N articles by hits
Get the top N articles by hits.
get/v1/distribution/articles/top_n
Query parameters
limitinteger
Number of top articles to return (page size)
Number of top articles to return (page size)
pageinteger
Page number (1-based; page size = limit)
Page number (1-based; page size = limit)
start_dateinteger nullable
Start date to filter by (timestamp in seconds since epoch)
Start date to filter by (timestamp in seconds since epoch)
end_dateinteger nullable
End date to filter by (timestamp in seconds since epoch)
End date to filter by (timestamp in seconds since epoch)
domain_namesstring[] nullable
List of domain names to filter by
List of domain names to filter by
Response
A list of top articles with their hit counts
Changes
No recorded changes to this endpoint across all 1 revision of this API.