Covid Tracking Project vs LAPIS
If you need a Health API that's easy to integrate, go with LAPIS.
Covid Tracking Project
Covid-19 data for the US
Covid Tracking Project
- No authentication required
- HTTPS supported
- No CORS support
LAPIS
- No authentication required
- HTTPS supported
- CORS enabled for frontend use
| Feature | Covid Tracking Project | LAPIS |
|---|---|---|
| Authentication | None | None |
| HTTPS | Yes | Yes |
| CORS | No | Yes |
When to use which?
LAPIS works directly from the browser with CORS enabled, making it better for frontend-only apps.