API 端点:
https://f27.net/api/v1/websites
请求示例:
curl --location --request GET 'https://f27.net/api/v1/websites' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {api_key}'
                searchsearch_bydomain。 默认为:domain。favoritesort_byid, 域名 的 domain。 默认为:id。sortdesc, 升序 的 asc。 默认为:desc。per_page10, 25, 50, 100。 默认为:10。API 端点:
https://f27.net/api/v1/websites/{id}
请求示例:
curl --location --request GET 'https://f27.net/api/v1/websites/{id}' \ --header 'Accept: application/json' \ --header 'Authorization: Bearer {api_key}'
API 端点:
https://f27.net/api/v1/websites
请求示例:
curl --location --request POST 'https://f27.net/api/v1/websites' \ --header 'Content-Type: application/x-www-form-urlencoded' \ --header 'Authorization: Bearer {api_key}' \ --data-urlencode 'domain={domain}'
domainprivacy0, 私密 的 1, 密码 的 2。 默认为:0。passwordprivacy field set to 2.email0, 启用 的 1。 默认为:0。exclude_bots0, 启用 的 1。 默认为:1。exclude_paramsexclude_ipsAPI 端点:
https://f27.net/api/v1/websites/{id}
                    请求示例:
curl --location --request PUT 'https://f27.net/api/v1/websites/{id}' \ --header 'Content-Type: application/x-www-form-urlencoded' \ --header 'Authorization: Bearer {api_key}'
privacy0, 私密 的 1, 密码 的 2。passwordprivacy field set to 2.email0, 启用 的 1。exclude_bots0, 启用 的 1。exclude_paramsexclude_ipsfavoriteAPI 端点:
https://f27.net/api/v1/websites/{id}
                    请求示例:
curl --location --request DELETE 'https://f27.net/api/v1/websites/{id}' \ --header 'Authorization: Bearer {api_key}'