Covid 19 api for Portugal data served directly from https://github.com/dssg-pt/covid19pt-data as a rest API.
This api is only for reading data, therefore it only supports GET
requests.
- Data - The main data about new covid19 cases.
- Vaccines
- Data by county
- Get all historic data:
- Get the last data entry:
- Get data for the last X days (ex:
/api/v1/data/last/3
will return the data for the last 3 days.) - Get the data update, this will try to see how much numbers have increased/decreased over the last 2 days