All Projects → Code4PuertoRico → covid19-pr-api

Code4PuertoRico / covid19-pr-api

Licence: other
COVID-19 Open API for Datasets in Puerto Rico

Programming Languages

HTML
75241 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to covid19-pr-api

covid-19
An app made with Flutter to track COVID-19 case counts.
Stars: ✭ 47 (+123.81%)
Mutual labels:  coronavirus, covid-19, covid19, covid19-data
covid19-timeseries
Covid19 timeseries data store
Stars: ✭ 38 (+80.95%)
Mutual labels:  coronavirus, covid-19, covid19, covid19-data
covid19africa
Africa open COVID-19 data working group
Stars: ✭ 47 (+123.81%)
Mutual labels:  coronavirus, covid-19, covid19, covid19-data
coronainfobd
Real-time corona-virus tracker of Bangladesh 🇧🇩 which includes latest updates, data visualization, public awareness from WHO and some advice to aware people. 🥰❤
Stars: ✭ 46 (+119.05%)
Mutual labels:  coronavirus, covid-19, covid19, covid19-data
covid-19-image-repository
Anonymized dataset of COVID-19 cases with a focus on radiological imaging. This includes images (x-ray / ct) with extensive metadata, such as admission-, ICU-, laboratory-, and patient master-data.
Stars: ✭ 42 (+100%)
Mutual labels:  coronavirus, covid-19, covid19, covid19-data
coviddata
Daily COVID-19 statistics by country, region, and city
Stars: ✭ 49 (+133.33%)
Mutual labels:  coronavirus, covid-19, covid19, covid19-data
COVID19Py
A tiny Python package for easy access to up-to-date Coronavirus (COVID-19, SARS-CoV-2) cases data.
Stars: ✭ 86 (+309.52%)
Mutual labels:  coronavirus, covid-19, covid19, covid19-data
covid19-visualized
COVID-19 World update with data Visualization (Include Indonesia cases)
Stars: ✭ 23 (+9.52%)
Mutual labels:  coronavirus, covid-19, covid19, covid19-data
COVID-19-Datasets
Novel Coronavirus (COVID-19) Cases for India, provided by University of Kalyani.
Stars: ✭ 19 (-9.52%)
Mutual labels:  coronavirus, covid-19, covid19, covid19-data
COVID-19-AI
Collection of AI resources to fight against Coronavirus (COVID-19)
Stars: ✭ 25 (+19.05%)
Mutual labels:  coronavirus, covid-19, covid19, covid19-data
covid19gr
Open Data Aggregation & Knowledge Base Repository for the evolution of the SARS-COV-2 pandemic in Greece.
Stars: ✭ 21 (+0%)
Mutual labels:  coronavirus, covid-19, covid19, covid19-data
COVID19
A web app to display the live graphical state-wise reported corona cases in India so far. It also shows the latest news for COVID-19. Stay Home, Stay Safe!
Stars: ✭ 122 (+480.95%)
Mutual labels:  coronavirus, covid-19, covid19, covid19-data
COVID-19-DETECTION
Detect Covid-19 with Chest X-Ray Data
Stars: ✭ 43 (+104.76%)
Mutual labels:  coronavirus, covid-19, covid19, covid19-data
coronavirus-data
This repository contains data on Coronavirus Disease 2019 (COVID-19) in New York City (NYC), from the NYC Department of Health and Mental Hygiene.
Stars: ✭ 926 (+4309.52%)
Mutual labels:  coronavirus, covid-19, covid19, covid19-data
covidtrackerapiwrapper
CovidSharp is a crossplatform C# API wrapper for the Coronavirus tracking API (https://github.com/ExpDev07/coronavirus-tracker-api)
Stars: ✭ 11 (-47.62%)
Mutual labels:  coronavirus, covid-19, covid19
coronavirus-dashboard-api-R-sdk
Coronavirus (COVID-19) in the UK - API Service SDK for R
Stars: ✭ 23 (+9.52%)
Mutual labels:  coronavirus, covid19, covid19-data
PhoNER COVID19
COVID-19 Named Entity Recognition for Vietnamese (NAACL 2021)
Stars: ✭ 55 (+161.9%)
Mutual labels:  covid-19, covid19, covid19-data
CoWin-Vaccine-Notifier
Automated Python Script to retrieve vaccine slots availability and get notified when a slot is available.
Stars: ✭ 102 (+385.71%)
Mutual labels:  coronavirus, covid-19, covid19
FaceMaskDetector
Real time face-mask detection using Deep Learning and OpenCV
Stars: ✭ 106 (+404.76%)
Mutual labels:  coronavirus, covid-19, covid19
COVID19-taiwan
Release COVID-19 (SARS-CoV-2) FDA / NHI drugs screening results.
Stars: ✭ 24 (+14.29%)
Mutual labels:  coronavirus, covid-19, covid19

(Work-in-progress) COVID-19 Open API for data in Puerto Rico

The Institute of Statistics of Puerto Rico has prepared an open database for COVID-19 cases in Puerto Rico, sourced by the Department of Health. The goal of this project is to offer developers an easy way to access COVID-19 datasets from Puerto Rico. Currently the open database only includes cases from the Department of Health, but please submit an isssue if you have ideas for more.

screenshot of covid-19 dataset

Data will be uploaded daily from their website. (Last Updated 4/11/20 7:00 AM).

Disclaimer:

The data in this API was sourced from The Department of Health of Puerto Rico. Data may have errors and/or omissions.

Data Sources

  1. Official daily report from the Puerto Rico Medical Task Force COVID-19

Installation

Coming Soon

Docker

$ docker-compose up --build

GET /cases

Get all current published data about COVID-19 cases in Puerto Rico.

Sample Response

[
   {
      "id":1,
      "edad":68,
      "numero_de_caso_positivo":1,
      "sexo":"F",
      "region":"Metro",
      "resultado":true,
      "fecha_de_envio_de_prueba":null,
      "source":"DS",
      "created_at":"2020-04-01T14:23:28.817Z",
      "updated_at":"2020-04-01T14:23:28.817Z"
   },
   {
      "id":2,
      "edad":70,
      "numero_de_caso_positivo":2,
      "sexo":"M",
      "region":"Metro",
      "resultado":true,
      "fecha_de_envio_de_prueba":null,
      "source":"DS",
      "created_at":"2020-04-01T14:47:19.603Z",
      "updated_at":"2020-04-01T14:47:19.603Z"
   },
   {
      "id":3,
      "edad":72,
      "numero_de_caso_positivo":3,
      "sexo":"M",
      "region":"Metro",
      "resultado":true,
      "fecha_de_envio_de_prueba":null,
      "source":"DS",
      "created_at":"2020-04-01T15:06:03.126Z",
      "updated_at":"2020-04-01T15:06:03.126Z"
   }
]

GET /cases/:id

Find data about an individual case by number.

Sample Response

{
   "id":1,
   "edad":68,
   "numero_de_caso_positivo":1,
   "sexo":"F",
   "region":"Metro",
   "resultado":true,
   "fecha_de_envio_de_prueba":null,
   "source":"DS",
   "created_at":"2020-04-01T14:23:28.817Z",
   "updated_at":"2020-04-01T14:23:28.817Z"
}

GET /cases/count

Get total number of positive cases.

Sample Response

513
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].