Kalshi View static API
Static, cache-friendly exports of Kalshi View editorial content: JSON catalogs, per-article Markdown and JSON, iCalendar event feeds, JSON Feeds, and embeddable widgets. No API key, no rate limits beyond the CDN, CORS enabled.
Everything below is a plain static file regenerated by the editorial pipeline. URLs are stable; new articles extend the catalogs without breaking existing fields.
Endpoints
| Path | Description | Format |
|---|---|---|
/api/v1/index.json | This catalog. Open | json |
/api/v1/articles.json | All public articles with title, canonical URL, date, topic, and excerpt. Open | json |
/api/v1/articles/{slug}.json | Per-article export with excerpt, FAQ, and ready-made APA/BibTeX citations (example URL shown). Open | json |
/blog/{slug}/article.json | The same per-article JSON export, published next to the article (example URL shown). Open | json |
/blog/{slug}/article.md | Markdown export of the article with YAML front matter (example URL shown). Open | markdown |
/api/v1/calendars.json | Catalog of the ICS event calendars with event counts. Open | json |
/api/v1/datasets.json | Catalog of the published research datasets. Open | json |
/api/v1/widgets.json | Catalog of the embeddable widgets. Open | json |
/calendars/all.ics | All verified events as one iCalendar file; per-cluster files are listed in calendars.json. Open | ics |
/feed.json | JSON Feed 1.1 of all public articles. Open | json-feed |
/feed-taxes.json | JSON Feed 1.1 of articles in the Taxes topic bucket. Open | json-feed |
/feed-fees-and-money-movement.json | JSON Feed 1.1 of articles in the Fees & money movement topic bucket. Open | json-feed |
/feed-api-and-tools.json | JSON Feed 1.1 of articles in the API & tools topic bucket. Open | json-feed |
/feed-politics-and-elections.json | JSON Feed 1.1 of articles in the Politics & elections topic bucket. Open | json-feed |
/feed-fed-and-macro.json | JSON Feed 1.1 of articles in the Fed & macro topic bucket. Open | json-feed |
/feed-sports.json | JSON Feed 1.1 of articles in the Sports topic bucket. Open | json-feed |
/feed-awards-and-entertainment.json | JSON Feed 1.1 of articles in the Awards & entertainment topic bucket. Open | json-feed |
/feed-markets-and-commodities.json | JSON Feed 1.1 of articles in the Markets & commodities topic bucket. Open | json-feed |
Topic feed buckets
Each article is assigned to exactly one topic feed by an ordered keyword classifier running over the article title, topic, and slug. Rules are evaluated top to bottom and the first match wins; keywords match whole words. Articles matching no rule land in the final catch-all bucket.
| Feed | Bucket | Articles | Keyword rule (first match wins) |
|---|---|---|---|
| feed-taxes.json | Taxes | 7 | tax, taxes, 1099, 1256, irs, deductible |
| feed-fees-and-money-movement.json | Fees & money movement | 10 | fee, fees, deposit, deposits, withdrawal, withdrawals, cash out, kyc, payout, payouts |
| feed-api-and-tools.json | API & tools | 6 | api, webhook, webhooks, backtester, excel, sheets, spreadsheet |
| feed-politics-and-elections.json | Politics & elections | 19 | election, elections, senate, house, midterm, midterms, gubernatorial, governor, primary, primaries, congress, trump, indictment, fbi, supreme court, shutdown, funding, ceasefire, conflict, tariffs, sanctions, hormuz, polling |
| feed-fed-and-macro.json | Fed & macro | 31 | fomc, fed, federal reserve, rate, rates, cpi, inflation, pce, gdp, payroll, payrolls, nonfarm, jobs, employment, unemployment, recession, ism, retail, central bank, macro |
| feed-sports.json | Sports | 30 | nfl, nba, nhl, mlb, ncaa, super bowl, world cup, kickoff, playoff, playoffs, postseason, heisman, wimbledon, tennis, golf, masters, fifa, draft, all star, march madness, sportsbook, sports, football, basketball, hockey, baseball, french open, australian open, us open |
| feed-awards-and-entertainment.json | Awards & entertainment | 10 | emmy, emmys, oscar, oscars, grammy, grammys, golden globes, globes, nobel, gta, award, awards, video game, video games |
| feed-markets-and-commodities.json | Markets & commodities | 29 | everything not matched above (catch-all) |
Usage terms
- Public use requires a visible link to kalshiview.com (or the specific article page you quote).
- Text and data are licensed CC BY 4.0; see how to cite Kalshi View for ready-made APA and BibTeX strings.
- Embedded widgets must keep the visible Powered by kalshiview.com link; see the widget gallery.
- Content is educational information, not financial, tax, or legal advice.
Related machine-readable surfaces: llms.txt, llms-full.txt, RSS feed, sitemap, and the calendar hub.