From 875a8235939d451b160b258f4c550afc196f80fc Mon Sep 17 00:00:00 2001 From: Forrest Jordan Date: Wed, 27 May 2026 11:44:47 -0500 Subject: [PATCH 1/3] Add TheRundown to Sports & Fitness --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ab5e418dbef..215f8d88969 100644 --- a/README.md +++ b/README.md @@ -1662,6 +1662,7 @@ API | Description | Auth | HTTPS | CORS | | [Squiggle](https://api.squiggle.com.au) | Fixtures, results and predictions for Australian Football League matches | No | Yes | Yes | | [Strava](https://strava.github.io/api/) | Connect with athletes, activities and more | `OAuth` | Yes | Unknown | | [SuredBits](https://suredbits.com/api/) | Query sports data, including teams, players, games, scores and statistics | No | No | No | +| [TheRundown](https://therundown.io/) | Real-time sports odds across 30+ leagues and 16+ sportsbooks plus Kalshi and Polymarket prediction markets in one unified schema. Free tier, no credit card. | `apiKey` | Yes | Yes | | [TheSportsDB](https://www.thesportsdb.com/api.php) | Crowd-Sourced Sports Data and Artwork | `apiKey` | Yes | Yes | | [TourneyRadar](https://tourneyradar-api.vercel.app) | Upcoming chess tournaments from 140+ national federations worldwide | No | Yes | Unknown | | [Tredict](https://www.tredict.com/blog/oauth_docs/) | Get and set activities, health data and more | `OAuth` | Yes | Unknown | From 7c4635e19361e2e3901f9b77926c7ae5883591d2 Mon Sep 17 00:00:00 2001 From: Forrest Jordan Date: Sun, 31 May 2026 16:35:10 -0500 Subject: [PATCH 2/3] Shorten TheRundown description to <100 chars, drop trailing period, 18+ sportsbooks Addresses review feedback: description now 94 chars (was 156), no trailing punctuation, and updates sportsbook coverage to 18+. Co-Authored-By: Claude Opus 4.8 (1M context) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 215f8d88969..0e520b2ac48 100644 --- a/README.md +++ b/README.md @@ -1662,7 +1662,7 @@ API | Description | Auth | HTTPS | CORS | | [Squiggle](https://api.squiggle.com.au) | Fixtures, results and predictions for Australian Football League matches | No | Yes | Yes | | [Strava](https://strava.github.io/api/) | Connect with athletes, activities and more | `OAuth` | Yes | Unknown | | [SuredBits](https://suredbits.com/api/) | Query sports data, including teams, players, games, scores and statistics | No | No | No | -| [TheRundown](https://therundown.io/) | Real-time sports odds across 30+ leagues and 16+ sportsbooks plus Kalshi and Polymarket prediction markets in one unified schema. Free tier, no credit card. | `apiKey` | Yes | Yes | +| [TheRundown](https://therundown.io/) | Real-time sports odds: 30+ leagues, 18+ sportsbooks, prediction markets, one schema, free tier | `apiKey` | Yes | Yes | | [TheSportsDB](https://www.thesportsdb.com/api.php) | Crowd-Sourced Sports Data and Artwork | `apiKey` | Yes | Yes | | [TourneyRadar](https://tourneyradar-api.vercel.app) | Upcoming chess tournaments from 140+ national federations worldwide | No | Yes | Unknown | | [Tredict](https://www.tredict.com/blog/oauth_docs/) | Get and set activities, health data and more | `OAuth` | Yes | Unknown | From ce747d1c1b5c535c028765817ed0a7f7ac3af057 Mon Sep 17 00:00:00 2001 From: Forrest Jordan Date: Sun, 31 May 2026 16:40:42 -0500 Subject: [PATCH 3/3] Reword TheRundown description to reflect full sports-data scope It's a sports DATA API (odds, scores, stats & prediction markets), not odds-only. 93 chars, no trailing period, 18+ sportsbooks retained. Co-Authored-By: Claude Opus 4.8 (1M context) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0e520b2ac48..ba360c11103 100644 --- a/README.md +++ b/README.md @@ -1662,7 +1662,7 @@ API | Description | Auth | HTTPS | CORS | | [Squiggle](https://api.squiggle.com.au) | Fixtures, results and predictions for Australian Football League matches | No | Yes | Yes | | [Strava](https://strava.github.io/api/) | Connect with athletes, activities and more | `OAuth` | Yes | Unknown | | [SuredBits](https://suredbits.com/api/) | Query sports data, including teams, players, games, scores and statistics | No | No | No | -| [TheRundown](https://therundown.io/) | Real-time sports odds: 30+ leagues, 18+ sportsbooks, prediction markets, one schema, free tier | `apiKey` | Yes | Yes | +| [TheRundown](https://therundown.io/) | Real-time sports data: odds, scores, stats & prediction markets, 30+ leagues, 18+ sportsbooks | `apiKey` | Yes | Yes | | [TheSportsDB](https://www.thesportsdb.com/api.php) | Crowd-Sourced Sports Data and Artwork | `apiKey` | Yes | Yes | | [TourneyRadar](https://tourneyradar-api.vercel.app) | Upcoming chess tournaments from 140+ national federations worldwide | No | Yes | Unknown | | [Tredict](https://www.tredict.com/blog/oauth_docs/) | Get and set activities, health data and more | `OAuth` | Yes | Unknown |