Health · head-to-head
Covid-19 India vs Longevity World Cup
A volunteer-run archive of India's COVID-19 statistics — state- and district-level confirmed/recovered/deceased counts and vaccination totals — served as JSON (v4 endpoints) and CSV from data.covid19india.org. The original api.covid19india.org project and its per-request JSON routes were deprecated in August 2021 in favor of these v4/CSV endpoints; the data itself is a static historical snapshot, last modified October 2025 per the response headers, not a live daily feed. A live GET against data.covid19india.org returns no Access-Control-Allow-Origin header, resolving the stored 'unknown' cors to 'no'.
Longevity World Cup runs a public, no-auth JSON API behind its biological-age competition site, serving athlete biomarker and leaderboard data alongside biological-age calculators (phenotypic age, Bortz age) and reference data such as divisions and flags, documented via a live OpenAPI 3.0 spec at /swagger.
| Covid-19 India | Longevity World Cup | |
|---|---|---|
| Authentication | None | None |
| Pricing | free | free |
| Formats | JSON, CSV | JSON |
| CORS | no | yes |
| HTTPS | Yes | Yes |
Longevity World Cup supports CORS, while Covid-19 India doesn't — pick Longevity World Cup for direct browser calls.