Số liệu

Notes
Expert level
The API key should be sent as a Bearer token in the Authorization header of the request. Get your API key.
Hiện

API endpoint:

GET
http://analytics.mathtasy.com/api/v1/stats/{id}

Request example:

curl --location --request GET 'http://analytics.mathtasy.com/api/v1/stats/{id}?name={name}&from={from}&to={to}' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {api_key}'
Parameter
Type
Mô tả
name
bắt buộc string
The name of the statistic. Possible values are: browser, campaign, city, continent, country, device, event, landing_page, language, os, page, pageviews, pageviews_hours, referrer, resolution, visitors, visitors_hours.
from
bắt buộc string
The starting date in Y-m-d format.
to
bắt buộc string
The ending date in Y-m-d format.
search
tùy chọn string
The search query.
search_by
tùy chọn string
Tìm kiếm theo. Possible values are: value for Giá trị. Defaults to: url.
sort_by
tùy chọn string
Sắp xếp theo. Possible values are: count for Count, value for Giá trị. Defaults to: count.
sort
tùy chọn string
Sort. Possible values are: desc for Descending, asc for Ascending. Defaults to: desc.
per_page
tùy chọn int
Số kết quả mỗi trang. Possible values are: 10, 25, 50, 100. Defaults to: 10.