This API was made cause of my curiosity what i take to get a data from official provider such as WHO. I use chrome developer tools to capture request and all of data in v1 from here. Oh by the way if you find this API is slow that because it has to downlaod 2mb json file and i'm not setup cache system for it. Also i put this API in vercel at singapore region, if the latency was the problem you can deploy it by yourself in vercel and try others regions. This API still in progress for v2, the goal is to have one stop solution when came to search for COVID-19 API
- /api/v1
This endpoint gonna return the latest summary data
- /api/v1/yesterday
This endpoint gonna return yesterday summary data
- /api/v1/daily
This endpoint gonna return summary data from start of pandemic
- /api/v1/daily/{date}
This endpoint gonna return summary data of specific time.
Example: /api/v1/daily/2020-10-19 - /api/v1/countries
This endpoint gonna return summary data of all countires that have been affected
- /api/v1/countries/{country}
This endpoint gonna return summary data of specify country.
Example: /api/v1/countries/US