{
  "api": "AInformer API",
  "version": "1.0.0",
  "description": "AI 资讯日报 JSON API，提供每日/每月/每年 AI 行业简报的结构化数据。",
  "site_url": "https://chdendi.github.io/AInformer",
  "updated_at": "2026-05-13T09:39:38.052297+08:00",
  "stats": {
    "total_daily_reports": 6,
    "total_monthly_reports": 0,
    "total_yearly_reports": 0,
    "latest_daily_date": "2026-05-13",
    "latest_monthly_label": null,
    "latest_yearly_label": null
  },
  "endpoints": {
    "daily": {
      "index": "https://chdendi.github.io/AInformer/api/v1/daily/index.json",
      "latest": "https://chdendi.github.io/AInformer/api/v1/daily/latest.json",
      "description": "每日 AI 资讯简报列表，latest 为最新一期的完整引用"
    },
    "monthly": {
      "index": "https://chdendi.github.io/AInformer/api/v1/monthly/index.json",
      "latest": "https://chdendi.github.io/AInformer/api/v1/monthly/latest.json",
      "description": "每月 AI 资讯月报列表"
    },
    "yearly": {
      "index": "https://chdendi.github.io/AInformer/api/v1/yearly/index.json",
      "latest": "https://chdendi.github.io/AInformer/api/v1/yearly/latest.json",
      "description": "每年 AI 资讯年报列表"
    }
  }
}