{
  "name": "Kalshi View static API",
  "description": "Static, cache-friendly JSON, Markdown, ICS, and JSON Feed exports of Kalshi View editorial content. No auth, no rate limits beyond the CDN.",
  "site": "https://kalshiview.com/",
  "license": "CC-BY-4.0",
  "attribution": "Public use requires a visible link to kalshiview.com. Text and data are licensed CC BY 4.0.",
  "endpoints": [
    {
      "path": "/api/v1/index.json",
      "url": "https://kalshiview.com/api/v1/index.json",
      "description": "This catalog.",
      "format": "json"
    },
    {
      "path": "/api/v1/articles.json",
      "url": "https://kalshiview.com/api/v1/articles.json",
      "description": "All public articles with title, canonical URL, date, topic, and excerpt.",
      "format": "json"
    },
    {
      "path": "/api/v1/articles/{slug}.json",
      "url": "https://kalshiview.com/api/v1/articles/2026-27-nhl-season-tipoff-final-schedule-kalshi-contract-check.json",
      "description": "Per-article export with excerpt, FAQ, and ready-made APA/BibTeX citations (example URL shown).",
      "format": "json"
    },
    {
      "path": "/blog/{slug}/article.json",
      "url": "https://kalshiview.com/blog/2026-27-nhl-season-tipoff-final-schedule-kalshi-contract-check/article.json",
      "description": "The same per-article JSON export, published next to the article (example URL shown).",
      "format": "json"
    },
    {
      "path": "/blog/{slug}/article.md",
      "url": "https://kalshiview.com/blog/2026-27-nhl-season-tipoff-final-schedule-kalshi-contract-check/article.md",
      "description": "Markdown export of the article with YAML front matter (example URL shown).",
      "format": "markdown"
    },
    {
      "path": "/api/v1/calendars.json",
      "url": "https://kalshiview.com/api/v1/calendars.json",
      "description": "Catalog of the ICS event calendars with event counts.",
      "format": "json"
    },
    {
      "path": "/api/v1/datasets.json",
      "url": "https://kalshiview.com/api/v1/datasets.json",
      "description": "Catalog of the published research datasets.",
      "format": "json"
    },
    {
      "path": "/api/v1/widgets.json",
      "url": "https://kalshiview.com/api/v1/widgets.json",
      "description": "Catalog of the embeddable widgets.",
      "format": "json"
    },
    {
      "path": "/calendars/all.ics",
      "url": "https://kalshiview.com/calendars/all.ics",
      "description": "All verified events as one iCalendar file; per-cluster files are listed in calendars.json.",
      "format": "ics"
    },
    {
      "path": "/feed.json",
      "url": "https://kalshiview.com/feed.json",
      "description": "JSON Feed 1.1 of all public articles.",
      "format": "json-feed"
    },
    {
      "path": "/feed-taxes.json",
      "url": "https://kalshiview.com/feed-taxes.json",
      "description": "JSON Feed 1.1 of articles in the Taxes topic bucket.",
      "format": "json-feed"
    },
    {
      "path": "/feed-fees-and-money-movement.json",
      "url": "https://kalshiview.com/feed-fees-and-money-movement.json",
      "description": "JSON Feed 1.1 of articles in the Fees & money movement topic bucket.",
      "format": "json-feed"
    },
    {
      "path": "/feed-api-and-tools.json",
      "url": "https://kalshiview.com/feed-api-and-tools.json",
      "description": "JSON Feed 1.1 of articles in the API & tools topic bucket.",
      "format": "json-feed"
    },
    {
      "path": "/feed-politics-and-elections.json",
      "url": "https://kalshiview.com/feed-politics-and-elections.json",
      "description": "JSON Feed 1.1 of articles in the Politics & elections topic bucket.",
      "format": "json-feed"
    },
    {
      "path": "/feed-fed-and-macro.json",
      "url": "https://kalshiview.com/feed-fed-and-macro.json",
      "description": "JSON Feed 1.1 of articles in the Fed & macro topic bucket.",
      "format": "json-feed"
    },
    {
      "path": "/feed-sports.json",
      "url": "https://kalshiview.com/feed-sports.json",
      "description": "JSON Feed 1.1 of articles in the Sports topic bucket.",
      "format": "json-feed"
    },
    {
      "path": "/feed-awards-and-entertainment.json",
      "url": "https://kalshiview.com/feed-awards-and-entertainment.json",
      "description": "JSON Feed 1.1 of articles in the Awards & entertainment topic bucket.",
      "format": "json-feed"
    },
    {
      "path": "/feed-markets-and-commodities.json",
      "url": "https://kalshiview.com/feed-markets-and-commodities.json",
      "description": "JSON Feed 1.1 of articles in the Markets & commodities topic bucket.",
      "format": "json-feed"
    }
  ]
}
