公共API接口
随机图API接口
二次元
必应Bing每日壁纸API
- API地址:https://bing.biturl.top
- API请求:https://bing.biturl.top/?resolution=1920&format=json&index=0&mkt=zh-CN
各大搜索引擎搜索词自动补全API
- 百度:http://suggestion.baidu.com/su?wd=[搜索词]&cb=window.baidu.sug
- 必应:https://api.bing.com/qsonhs.aspx?type=cb&q=[搜索词]&cb=window.bing.sug
- 必应-联想搜索:https://api.bing.com/qsonhs.aspx?type=cb&q=[搜索词]
- 谷歌:http://suggestqueries.google.com/complete/search?client=youtube&q=[搜索词]&jsonp=window.google.ac.h
IP归属地查询API
- https://whois.pconline.com.cn/ipJson.jsp?ip=[IP]&json=true
- http://ip-api.com/json/[IP] (纯英文)
- http://ip-api.com/json/[IP]?lang=zh-CN
- https://opendata.baidu.com/api.php?query=[IP]&co=&resource_id=6006&oe=utf8
- https://ip.useragentinfo.com/json?ip=[IP] (没有频率限制)
- https://api.vore.top/api/IPdata?ip=[IP] (没有频率限制)
时间API
worldtimeapi.org
请求utc时间API地址:https://worldtimeapi.org/api/timezone/utc
返回结果:
json
{
"utc_offset": "+00:00",
"timezone": "UTC",
"day_of_week": 6,
"day_of_year": 349,
"datetime": "2024-12-14T15:30:34.116989+00:00",
"utc_datetime": "2024-12-14T15:30:34.116989+00:00",
"unixtime": 1734190234,
"raw_offset": 0,
"week_number": 50,
"dst": false,
"abbreviation": "UTC",
"dst_offset": 0,
"dst_from": null,
"dst_until": null,
"client_ip": "2404:8c80:85:1011:1:1:a65:9bbf"
}
timeapi.io
请求utc时间API地址:https://timeapi.io/api/time/current/zone?timeZone=utc
返回结果:
json
{
"year": 2024,
"month": 12,
"day": 14,
"hour": 15,
"minute": 13,
"seconds": 43,
"milliSeconds": 281,
"dateTime": "2024-12-14T15:13:43.2810988",
"date": "12/14/2024",
"time": "15:13",
"timeZone": "UTC",
"dayOfWeek": "Saturday",
"dstActive": false
}
苏宁时间 API
API地址:https://quan.suning.com/getSysTime.do
返回结果:
json
{"sysTime2":"2024-12-14 22:32:48","sysTime1":"20241214223248"}