API 端点:
https://uu.uucc.cc/api/v1/links
请求示例:
curl --location --request GET 'https://uu.uucc.cc/api/v1/links' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {api_key}'
search
search_by
title
, 别名 的 alias
, 网址 的 url
。 默认为:title
。status
0
, 积极的 的 1
, 已到期 的 2
, 已禁用 的 3
。 默认为:0
。space
domain
pixel
sort_by
id
, 点击次数 的 clicks
, 标题 的 title
, 别名 的 alias
, 网址 的 url
。 默认为:id
。sort
desc
, 上升 的 asc
。 默认为:desc
。per_page
10
, 25
, 50
, 100
。 默认为:10
。API 端点:
https://uu.uucc.cc/api/v1/links/{id}
请求示例:
curl --location --request GET 'https://uu.uucc.cc/api/v1/links/{id}' \ --header 'Accept: application/json' \ --header 'Authorization: Bearer {api_key}'
API 端点:
https://uu.uucc.cc/api/v1/links
请求示例:
curl --location --request POST 'https://uu.uucc.cc/api/v1/links' \ --header 'Content-Type: application/x-www-form-urlencoded' \ --header 'Authorization: Bearer {api_key}' \ --data-urlencode 'url={url}' \ --data-urlencode 'domain={id}'
url
domain
alias
password
space
pixels
disabled
0
, 已禁用 的 1
。 默认为:0
。privacy
0
, 不公开 的 1
, 密码 的 2
。 默认为:0
。privacy_password
privacy
设置为 2
。expiration_url
expiration_date
YYYY-MM-DD
格式的链接到期日期。expiration_time
HH:MM
格式的链接过期时间。expiration_clicks
target_type
0
, 地理 的 1
, 平台 的 2
, 回转 的 4
。country[index][value]
platform[index][key]
iOS
, Android
, Windows
, OS X
, Linux
, Ubuntu
, Chrome OS
。platform[index][value]
language[index][value]
rotation[index][value]
API 端点:
https://uu.uucc.cc/api/v1/links/{id}
请求示例:
curl --location --request PUT 'https://uu.uucc.cc/api/v1/links/{id}' \ --header 'Content-Type: application/x-www-form-urlencoded' \ --header 'Authorization: Bearer {api_key}' \ --data-urlencode 'url={url}'
url
alias
password
space
pixels
disabled
0
, 已禁用 的 1
。privacy
0
, 不公开 的 1
, 密码 的 2
。privacy_password
privacy
设置为 2
。expiration_url
expiration_date
YYYY-MM-DD
格式的链接到期日期。expiration_time
HH:MM
格式的链接过期时间。expiration_clicks
target_type
0
, 地理 的 1
, 平台 的 2
, 回转 的 4
。country[index][value]
platform[index][key]
iOS
, Android
, Windows
, OS X
, Linux
, Ubuntu
, Chrome OS
。platform[index][value]
language[index][value]
rotation[index][value]
API 端点:
https://uu.uucc.cc/api/v1/links/{id}
请求示例:
curl --location --request DELETE 'https://uu.uucc.cc/api/v1/links/{id}' \ --header 'Authorization: Bearer {api_key}'