Health · head-to-head
Longevity World Cup vs Open Disease
Longevity World Cup
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.
Open Disease
disease.sh aggregates COVID-19, influenza, and general public-health case/vaccination data from Johns Hopkins CSSE, WHO, and other public feeds into a single keyless JSON API, with endpoints scoped by country, US state, or continent plus historical time-series. A live GET against disease.sh/v3/covid-19/all and a live Origin-header probe both return Access-Control-Allow-Origin: *, reconfirming the already-stored 'yes'.
| Longevity World Cup | Open Disease | |
|---|---|---|
| Authentication | None | None |
| Pricing | free | free |
| Formats | JSON | JSON |
| CORS | yes | yes |
| HTTPS | Yes | Yes |