Stats

Märkmed
Expert level
The API key should be sent as a Bearer token in the Authorization header of the request. Get your API key.
Näita

API lõpp-punkt:

GET
https://stat.pulss.eu/api/v1/stats/{id}

Request example:

curl --location --request GET 'https://stat.pulss.eu/api/v1/stats/{id}?name={name}&from={from}&to={to}' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {api_key}'
Parameter
Tüüp
Description
name
nõutud string
The name of the statistic. Possible values are: browser, campaign, city, continent, country, device, event, landing_page, language, os, page, pageviews, pageviews_hour, referrer, resolution, visitors, visitors_hour.
from
nõutud string
The starting date in Y-m-d format.
to
nõutud string
The ending date in Y-m-d format.
search
valikuline string
The search query.
search_by
valikuline string
Otsi. Possible values are: value for Value. Defaults to: url.
sort_by
valikuline string
Sort by. Possible values are: count for Count, value for Value. Defaults to: count.
sort
valikuline string
Sort. Possible values are: desc for Z-A, asc for A-Z. Defaults to: desc.
per_page
valikuline integer
Results per page. Possible values are: 10, 25, 50, 100. Defaults to: 10.