Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/igr/c19json
Otvoreni setovi podataka u smislenoj strukturi i mašinski čitljivijem formatu.
https://github.com/igr/c19json
open-data serbian
Last synced: 4 months ago
JSON representation
Otvoreni setovi podataka u smislenoj strukturi i mašinski čitljivijem formatu.
- Host: GitHub
- URL: https://github.com/igr/c19json
- Owner: igr
- License: bsd-2-clause
- Created: 2020-03-26T20:36:20.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-15T23:21:26.000Z (over 3 years ago)
- Last Synced: 2024-05-02T05:53:01.330Z (9 months ago)
- Topics: open-data, serbian
- Language: JavaScript
- Homepage:
- Size: 1.08 MB
- Stars: 6
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# COVID-19.json for Serbia
![](https://github.com/igr/c19json/workflows/RepoUpdater/badge.svg)
Preformatirani **ZVANIČNI** otvoreni podaci u `JSON` formatu.
> PODACI SE AUTOMATSKI OSVEŽAVAJU SVAKI SAT.
## 🟢 Potvrđeni slučajevi, dnevni trend, samoizolacija / po danima / regioni i sumarno
📖 **IZVOR**: https://covid19.data.gov.rs
```json
{
"date": "",
"serbia": [
{
"date": "2020-03-06",
"confirmed": 1,
"isolation": 3,
"daily": 2,
},
...
],
"regions": [
{
region: "",
data: [
{
"date": "2020-03-06",
"confirmed": 7,
"isolation": 5,
"daily": 2,
},
...
},
]
}```
Vrednosti koje _NE POSTOJE_ su obeležene sa `-1`!
🔗 LINK:
```
https://raw.githubusercontent.com/igr/c19json/master/covid19-rs.json
```### https://raw.githubusercontent.com/igr/c19json/master/covid19-rs.json
[Celokupna istorija izmena](https://github.com/igr/c19json/commits/master/covid19-rs.json).
## 🟢 Potvrđeni, preminuli, oporavljeni / po danima
📖 **IZVOR**: https://github.com/CSSEGISandData/COVID-19
```json
{
"date": "",
"serbia": [
{
"date": "2020-03-06",
"confirmed":1,
"deaths":0,
"recovered":0
},
...
]
}```
🔗 LINK:
```
https://raw.githubusercontent.com/igr/c19json/master/covid19-jhc.json
```### https://raw.githubusercontent.com/igr/c19json/master/covid19-jhc.json
## 🙏 Hvala
Hajde da održavamo bazu otvorenih setova podataka u smislenoj strukturi i mašinski čitljivijem formatu.
Licenca: BSD 2-Clause License