应用程序接口端点:
https://goo.vc/api/v1/domains?zh
申请示例:
curl --location --request GET 'https://goo.vc/api/v1/domains?zh' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {api_key}'
search
search_by
name
为名称_. 默认为name
.sort_by
id
为创建日期_, name
为名称_. 默认为id
.sort
desc
为下降_, asc
为上升_. 默认为desc
.per_page
10
, 25
, 50
, 100
. 默认为10
.应用程序接口端点:
https://goo.vc/api/v1/domains/{id}?zh
申请示例:
curl --location --request GET 'https://goo.vc/api/v1/domains/{id}?zh' \ --header 'Accept: application/json' \ --header 'Authorization: Bearer {api_key}'
应用程序接口端点:
https://goo.vc/api/v1/domains?zh
申请示例:
curl --location --request POST 'https://goo.vc/api/v1/domains?zh' \ --header 'Content-Type: application/x-www-form-urlencoded' \ --header 'Authorization: Bearer {api_key}' \ --data-urlencode 'name={name}'
name
index_page
not_found_page
应用程序接口端点:
https://goo.vc/api/v1/domains/{id}?zh
申请示例:
curl --location --request PUT 'https://goo.vc/api/v1/domains/{id}?zh' \ --header 'Content-Type: application/x-www-form-urlencoded' \ --header 'Authorization: Bearer {api_key}'
index_page
not_found_page
应用程序接口端点:
https://goo.vc/api/v1/domains/{id}?zh
申请示例:
curl --location --request DELETE 'https://goo.vc/api/v1/domains/{id}?zh' \ --header 'Authorization: Bearer {api_key}'