This is an API of COVID-19 data for Australia proivded by Infotorch as part of our COVID-19 portal
The data is sourced from the various website of state government health and other departments and parsed into a format. We crawl the websites every 10-15 minutes so updates should be frequent and regular.
Our crawl of Australian data tends to outpace the official federal governemtn stats at health.gov.au
by 24-48 hours or more
We will also be providing a backfill of international data using the ECDC dataset
The base endpoint is at
https://api.infotorch.org/api/covid19/
The API is web browsable and you can perform test actions if you visit any webpoint in a browser.
Endpoints support content negotiation.
No authentication is required.
Totals:
https://api.infotorch.org/api/covid19/totals/
Returns a JSON object
Time Series:
https://api.infotorch.org/api/covid19/statlist/?geos=&stat=confirmed
Both geos
and stat
query parameters are required
Where geos is one or more list of supported geographies comma separated ,
Supported geos are:
NSW
VIC
QLD
WA
SA
TAS
ACT
NT
- StatesAU
- All of AustraliaUK
Singapore
South Korea
UK
Spain
- Country codes - more coming soon
Supported stat parameters
confirmed
- confirmed casesdeaths
- confirmed deathstested
- tested casesrecovered
- recovered cases
Example: Confirmed cases from the UK and Spain in time series
https://api.infotorch.org/api/covid19/statlist/?geos=UK,Spain&stat=confirmed
If you are using our API or have any questions email on [email protected]
More endpoints will be added as we expand our data coverage - stay up to date by following @infotorchorg