REST API for covid19-trends.de
There is only one endpoint currently
/fetch/{countrycode}
The country code must be 2 chars long and uppercase, e.g.
- valid: 'US'
- invalid: 'us'
- If you give a country code, which can't be matched to a country, the response status is 404.
- If the data can't be fetched from the remote source, the status is 500
- If the country code is invalid, the response status is 400
- If okay - 200 :)