If you want to try the COVID-19 (2019-nCov) API in action for yourself (or via one of your developers) you can use this curl command:
curl --header 'Content-Type: application/json' --data '{"spreadsheetID":"1yZv9w9zRKwrGTaR-YzmAqMefw4wMlaXocejdxZaTs6w"}' https://sheetload.datascout.com.au/v1/
And if you are restricted and happen to be using a Windows command version of curl (mine was https://curl.haxx.se/download.html) use this:
curl --header "Content-Type: application/json" --data "{\"spreadsheetID\":\"1yZv9w9zRKwrGTaR-YzmAqMefw4wMlaXocejdxZaTs6w\"}" https://sheetload.datascout.com.au/v1/
Yep – you can see here where exactly to put in your SpreadsheetID in order to get your Google Sheet out as an API! Queue the drums and horns – 🥁🎉. Remember to make your Google Sheet viewable by anyone with a link or publicly available to make your API work.