API 端点:
https://tools.wishkj.cn/api/v1/websites
请求示例:
curl --location --request GET 'https://tools.wishkj.cn/api/v1/websites' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {api_key}'
searchsearch_bydomainfavoritesort_byidsortdescper_page10, 25, 50, 100 默认为:10API 端点:
https://tools.wishkj.cn/api/v1/websites/{id}
请求示例:
curl --location --request GET 'https://tools.wishkj.cn/api/v1/websites/{id}' \ --header 'Accept: application/json' \ --header 'Authorization: Bearer {api_key}'
API 端点:
https://tools.wishkj.cn/api/v1/websites
请求示例:
curl --location --request POST 'https://tools.wishkj.cn/api/v1/websites' \ --header 'Content-Type: application/x-www-form-urlencoded' \ --header 'Authorization: Bearer {api_key}' \ --data-urlencode 'domain={domain}'
domainprivacy0passwordprivacy 设置为 2email0exclude_bots1exclude_paramsexclude_ipsAPI 端点:
https://tools.wishkj.cn/api/v1/websites/{id}
请求示例:
curl --location --request PUT 'https://tools.wishkj.cn/api/v1/websites/{id}' \ --header 'Content-Type: application/x-www-form-urlencoded' \ --header 'Authorization: Bearer {api_key}'
privacypasswordprivacy 设置为 2emailexclude_botsexclude_paramsexclude_ipsfavoriteAPI 端点:
https://tools.wishkj.cn/api/v1/websites/{id}
请求示例:
curl --location --request DELETE 'https://tools.wishkj.cn/api/v1/websites/{id}' \ --header 'Authorization: Bearer {api_key}'