- bing每日壁纸接口
 https://www.bing.com/HPImageArchive.aspx?format=js&idx=0&n=8&mkt=en-US
 idx=0 表示今天
 n=1 获取1张,最多8张
- 世界时间
 https://worldtimeapi.org/api/timezone/Asia/Shanghai
 {
 “abbreviation”: “CST”,
 “client_ip”: “222.247.228.58”,
 “datetime”: “2022-11-24T18:08:32.725519+08:00”,
 “day_of_week”: 4,
 “day_of_year”: 328,
 “dst”: false,
 “dst_from”: null,
 “dst_offset”: 0,
 “dst_until”: null,
 “raw_offset”: 28800,
 “timezone”: “Asia/Shanghai”,
 “unixtime”: 1669284512,
 “utc_datetime”: “2022-11-24T10:08:32.725519+00:00”,
 “utc_offset”: “+08:00”,
 “week_number”: 47
 }
- 时间ip
 http://worldtimeapi.org/api/ip
 {
 “abbreviation”: “CST”,
 “client_ip”: “222.247.228.58”,
 “datetime”: “2022-11-24T18:20:31.460418+08:00”,
 “day_of_week”: 4,
 “day_of_year”: 328,
 “dst”: false,
 “dst_from”: null,
 “dst_offset”: 0,
 “dst_until”: null,
 “raw_offset”: 28800,
 “timezone”: “Asia/Shanghai”,
 “unixtime”: 1669285231,
 “utc_datetime”: “2022-11-24T10:20:31.460418+00:00”,
 “utc_offset”: “+08:00”,
 “week_number”: 47
 }
- 返回地址
 http://isc.net.cn/api/?ip=222.247.228.58
 {
 “msg”: “ok”,
 “data”: {
 “area”: “湖南省长沙市”,
 “info”: “电信”
 }
 }
- 返回猫猫图片
 https://cataas.com/cat?width=600&height=600
- 返回json狗狗
 https://dog.ceo/api/breeds/image/random
 {
 “message”: “https://images.dog.ceo/breeds/bouvier/n02106382_2323.jpg",
 “status”: “success”
 }
- 统计
 https://api.countapi.xyz/hit/shanliwawa.top/num
 后面两个可以定义
 {
 “value”: 7
 }
- 返回ip
 https://api.country.is/
 {
 “country”: “CN”,
 “ip”: “220.168.8.107”
 }
 https://api.country.is/9.9.9.9
 {
 “country”: “US”,
 “ip”: “9.9.9.9”
 }
- 生成二维码
 https://image-charts.com/chart?chs=150x150&cht=qr&chl=测试&choe=UTF-8
- 百度地图浏览器apiIkwPSRkTb7ma52XqzznO7wpUuGy30aeI
作者:Yoby  创建时间:2021-06-08 12:01
最后编辑:Yoby 更新时间:2025-07-05 03:22
最后编辑:Yoby 更新时间:2025-07-05 03:22
