Analytics overview
GET
/v1/analytics/overview
const url = 'https://api.extport.dev/api/v1/analytics/overview';const options = {method: 'GET', headers: {Authorization: 'Bearer <token>'}};
try { const response = await fetch(url, options); const data = await response.json(); console.log(data);} catch (error) { console.error(error);}curl --request GET \ --url https://api.extport.dev/api/v1/analytics/overview \ --header 'Authorization: Bearer <token>'Weekly actives, all-time installs, and the current version distribution — all derived from the same rollup /series reads, so this can never disagree with the charts. Empty until the first nightly rollup runs for this extension (never live-queried install state, which used to be able to show numbers the charts had no way to display yet).
Authorizations
Section titled “Authorizations”Responses
Section titled “Responses”OK
Extension not found