Sports & Fitness · head-to-head
DiscGolf vs MLB Records and Stats
DiscGolfAPI catalogs disc golf courses worldwide with location, hole counts, and a confidence score showing how well each listing has been verified, aimed at map and directory builders rather than official tour data. The public read endpoints (courses, countries, regions) need no API key and return JSON, throttled only by a fair-use policy against excessive automated traffic; a separate POST endpoint lets anyone submit corrections.
This entry documents MLB's own `statsapi.mlb.com` backend -- the same undocumented, keyless JSON API that powers MLB.com and its official apps -- covering teams, rosters, schedules, box scores, standings, and decades of historical stats, reverse-engineered and mirrored in the community `mlb-data-api-docs` reference. There's no official support or SLA since MLB never published it as a public product, but it has stayed stable and free for years. A live probe of the real host returned data with no API key and a wildcard `Access-Control-Allow-Origin`, resolving `cors: unknown -> yes` and correcting `https: false -> true` -- the stored `false` was stale, the host is https-only.
| DiscGolf | MLB Records and Stats | |
|---|---|---|
| Authentication | None | None |
| Pricing | free | free |
| Formats | JSON | JSON |
| CORS | yes | yes |
| HTTPS | Yes | Yes |