Top Articles

GET /v1/stats/article Retrieve stats about how many views each of your articles have received in a given timeframe. This route accepts all stats filters as query parameters. Example response: { "top_…

Taylor Sloane
Updated by Taylor Sloane

GET /v1/stats/article

Retrieve stats about how many views each of your articles have received in a given timeframe. 

This route accepts all stats filters as query parameters.

Example response:

{
"top_articles": [
{
"article_id": "[a-zA-Z0-9]{10}",
"count": 10,
"title": "My article title" // this will be translated if you pass a `language_code` query parameter
},
...
]
}

How did we do?

Search Terms

Contact