Skip to content

公共API接口

随机图API接口

二次元

必应Bing每日壁纸API

各大搜索引擎搜索词自动补全API

IP归属地查询API

时间API

worldtimeapi.org

官网:https://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

官网:https://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"}