The source of this information is the ministry of health.
git clone https://github.com/Cihatata/TurkeyCovidDataAPI.git
cd TurkeyCovidDataAPI
npm install
node app.js
Request '/'
Request '/provinces'
Response
{
"total_tests":106799,
"tests_done_today":15679,
"deaths":277,
"intensive_care":979,
"intubated_patients":692,
"recoverd":333,<br/>
"confirmed_cases":14396,
"confirmed_cases_today":2148,
"deaths_today":63,
"date":"2020-4-1"
}