API endpoint
https://n3x.online/api/v1/stats/{website_id}
Request example
curl --location --request GET 'https://n3x.online/api/v1/stats/{website_id}?name={name}&from={from}&to={to}' \ --header 'Accept: application/json' \ --header 'Authorization: Bearer {api_key}'
Parameters
name
browser, campaign, city, continent, country, device, event, language, operating_system, page, pageview, referrer, screen_resolution, visitor.
from
Y-m-d format.
to
Y-m-d format.
search
search_by
value for Value.
sort_by
count for Count, value for Value. Defaults to: count.
sort
desc for Descending, asc for Ascending. Defaults to: desc.
per_page
10, 25, 50, 100. Defaults to: 100.