distribution
Get the top N articles by hits for domains
Get the top N domain articles by hits.
get/v1/distribution/articles/top_n_for_domains
Query parameters
domain_namesstring[] required
Domain names to filter by
Domain names to filter by
limitinteger
Number of top domain articles to return (page size)
Number of top domain 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)
Response
A list of top domain articles with their hit counts
Changes
No recorded changes to this endpoint across all 1 revision of this API.