Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
barismeral authored Sep 4, 2020
1 parent a65499b commit 211e715
Showing 1 changed file with 19 additions and 2 deletions.
21 changes: 19 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,22 @@ https://tccovid-19api.herokuapp.com/covid-19 adresine get isteği yaparak json
Örnek Çıktı:

```json
[{"tarih":"04.09.2020","gunluk_test":"117.113","gunluk_vaka":"1.612","gunluk_vefat":"53","gunluk_iyilesen":"1.021","toplam_test":"7.583.200","toplam_vaka":"276.555","toplam_vefat":"6.564","toplam_iyilesen":"249.108","toplam_yogun_bakim":"","toplam_entube":"","hastalarda_zaturre_oran":"7.5","agir_hasta_sayisi":"1.076"}]
```
[
{
"tarih":"04.09.2020",
"gunluk_test":"117.113",
"gunluk_vaka":"1.612",
"gunluk_vefat":"53",
"gunluk_iyilesen":"1.021",
"toplam_test":"7.583.200",
"toplam_vaka":"276.555",
"toplam_vefat":"6.564",
"toplam_iyilesen":"249.108",
"toplam_yogun_bakim":"",
"toplam_entube":"",
"hastalarda_zaturre_oran":"7.5",
"agir_hasta_sayisi":"1.076"
}
]

```

0 comments on commit 211e715

Please sign in to comment.