Covid-19 JHU CSSE
基于 JHU CSSE 的开源 Covid19 病例探索 API
- 认证方式
- No auth
- HTTPS
- Yes
- CORS
- Yes
- 分类
- 健康
简介
这个 API 镜像约翰霍普金斯大学 CSSE 的新冠数据——地区、国家和每日报告——免密钥(实测可用)。
快速开始
地区(实测可用):
curl "https://covid-api.com/api/regions"
{
"data": [
{ "iso": "CHN", "name": "China" },
{ "iso": "USA", "name": "US" },
{ "iso": "JPN", "name": "Japan" }
]
}
汇总:
curl "https://covid-api.com/api/summary"
认证方式
无需认证——免密钥。
速率限制与注意事项
- 免费;请礼貌使用——没有公开的硬性限制。
- 数据来自 JHU CSSE(新冠);疫情后报告已停但镜像保持在线。
常见问题
这个新冠 API 免费吗? 是的——免费且免密钥(实测)。
主机是什么?
covid-api.com(nuttaphat.com 文档镜像)。
有什么数据? 地区、国家和每日报告。
健康 分类更多
| API | Auth | HTTPS | CORS | |
|---|---|---|---|---|
| Clinical Trials Directory Every clinical trial registered with ClinicalTrials.gov, indexed by condition and sponsor | No auth | Yes | Yes | ↗ |
| CMS.gov Access to the data from the CMS - medicare.gov | API Key | Yes | Unknown | ↗ |
| Coronavirus HTTP API for Latest Covid-19 Data | No auth | Yes | Unknown | ↗ |
| Coronavirus in the UK UK Government coronavirus data, including deaths and cases by region | No auth | Yes | Unknown | ↗ |
| Covid Tracking Project Covid-19 data for the US | No auth | Yes | No | ↗ |