状态

说明
专家级
API 密钥应作为请求的授权标头中的不记名令牌发送. 获取您的 API 密钥.
Show

API endpoint:

GET
https://goo.cm/api/v1/stats/{id}

请求示例:

curl --location --request GET 'https://goo.cm/api/v1/stats/{id}' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {api_key}'
Parameter
类型
描述
from
required string
The starting date in Y-m-d format.
to
required string
The ending date in Y-m-d format.
name
required string
The name of the statistic. Possible values are: browser, cities, clicks, clicks_hours, country, device, language, platform, referrer.
search
optional string
The search query.
sort
optional string
排序. Possible values are: max for 最佳表现, min for 表现最差. Defaults to: max.
per_page
optional int
每页结果. Possible values are: 10 to 100. Defaults to: 10.