{
  "name": "YuToo API",
  "version": "1.0.0",
  "description": "提供IP查询及天气查询",
  "features": [
    "YuToo API 程序"
  ],
  "endpoints": {
    "/ip": "获取当前访客的 IP 信息",
    "/ip?ip=1.2.3.4": "查询指定 IP",
    "/ip?provider=ip.sb": "使用指定接口 ip.sb/ip2location",
    "/ip?compare=1": "对比两个接口(compare=1)",
    "/weather?stationid=xxx": "天气更新",
    "/weather?refresh=1": "天气强制刷新"
  }
}