网站公告:高级SEO优化探测免费使用,如域名打不开,那本免费域名被劫持了

SEO分析

笔记
Expert level
API 密钥应作为请求的授权头中的承载令牌发送。 获取 API 密钥.
名单

API 接口:

GET
https://seo.auu.us.kg/api/v1/reports

请求示例:

curl --location --request GET 'https://seo.auu.us.kg/api/v1/reports' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {api_key}'
参数
类型
描述
search
可选 string
搜索查询。
search_by
可选 string
搜索依据. 可能的值为:值。 默认值为url.
project
可选 string
项目名称。
result
可选 string
The report result. 可能的值为:值。
sort_by
可选 string
排序依据. 可能的值为:值。 默认值为id.
sort
可选 string
排序. 可能的值为:值。 默认值为desc.
per_page
可选 integer
每页的结果. 可能的值为:值。 默认值为10.
显示

API 接口:

GET
https://seo.auu.us.kg/api/v1/reports/{id}

请求示例:

curl --location --request GET 'https://seo.auu.us.kg/api/v1/reports/{id}' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {api_key}'
商店

API 接口:

POST
https://seo.auu.us.kg/api/v1/reports

请求示例:

curl --location --request POST 'https://seo.auu.us.kg/api/v1/reports' \
--header 'Content-Type: application/x-www-form-urlencoded' \
--header 'Authorization: Bearer {api_key}' \
--data-urlencode 'url={url}'
参数
类型
描述
url
必需的 string
The webpage's URL.
privacy
可选 integer
Report page privacy. 可能的值为:值。 默认值为0.
password
可选 string
The password for the report page. Only works with privacy set to 2.
更新

API 接口:

PUT PATCH
https://seo.auu.us.kg/api/v1/reports/{id}

请求示例:

curl --location --request PUT 'https://seo.auu.us.kg/api/v1/reports/{id}' \
--header 'Content-Type: application/x-www-form-urlencoded' \
--header 'Authorization: Bearer {api_key}'
参数
类型
描述
privacy
可选 integer
Report page privacy. 可能的值为:值。
password
可选 string
The password for the report page. Only works with privacy set to 2.
results
可选 integer
Update the report results. 可能的值为:值。 默认值为0.
删除

API 接口:

DELETE
https://seo.auu.us.kg/api/v1/reports/{id}

请求示例:

curl --location --request DELETE 'https://seo.auu.us.kg/api/v1/reports/{id}' \
--header 'Authorization: Bearer {api_key}'