Skip to content

infotorch/covid19-australia-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 

Repository files navigation

infotorch logo

Infotorch COVID-19 Australia Data API

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

Details

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.

Endpoints

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 - States
  • AU - All of Australia
  • UK Singapore South Korea UK Spain - Country codes - more coming soon

Supported stat parameters

  • confirmed - confirmed cases
  • deaths - confirmed deaths
  • tested - tested cases
  • recovered - 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

Contact

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

About

Web Services API for up-to-date Australian COVID-19 Data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published