API接口文档
为了大家的事业,本站免费开放接口,请勿恶意请求。
{
"code": 0,
"msg": "success",
"version": "1.0.0",
"email": "3632094@qq.com",
"domain": "https://www.xiaoyanger.net",
"wechat": "vip3632094",
"qq_group": "868850216",
"list": {
"list_new_site": {
"name": "最新站点",
"path": "/api/list_new_site.json",
"number": 100,
"cache": 600,
"description": "获取最新入库站点列表"
},
"list_go_site": {
"name": "最新出站",
"path": "/api/list_go_site.json",
"number": 100,
"cache": 600,
"description": "获取最近出站站点列表"
},
"list_search_site": {
"name": "模糊搜索",
"path": "/api/list_search_site.json",
"number": 10,
"cache": "0/600",
"description": "通过关键字(名称)模糊搜索站点,如:分类目录",
"params": {
"word": "分类目录"
},
"method": "GET/POST",
"example": "/api/list_search_site.json?word=分类目录"
},
"seo": {
"name": "智能SEO",
"path": "/api/seo.json",
"params": {
"title": "",
"keywords": "",
"description": ""
},
"method": "GET/POST",
"description": "根据用户传递的title、keywords和description参数,智能生成最佳的SEO方案"
},
"wechat": {
"name": "微信公众号文章内容提取",
"path": "/api/wechat.json",
"params": {
"url": "https://mp.weixin.qq.com/s/8_qXRaRgaC6fXbifZaksGQ"
},
"method": "GET/POST",
"description": "根据用户传递的微信公众号文章链接,智能提取文章内容"
}
},
"tips": [
"1. 接口旨在数据共享,如果您也愿意参与共享,请联系我们",
"2. 因接口返回的数据量庞大,服务器已做缓存,请勿频繁请求",
"3. 服务器带宽有限,目前最大的返回为10M+,如遇恶意频繁请求,你的请求可能会受限或者我们会下架该接口"
]
}