disease.sh · Example Payload

Countrysimplevaccinetimeline

COVID-19DiseaseHealthEpidemiologyInfluenzaVaccineOpen DataPublic Health

Countrysimplevaccinetimeline is an example object payload from disease.sh, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

namesummaryvalue

Example Payload

Raw ↑
{
  "name": "countrySimpleVaccineTimeline",
  "summary": "Simple Vaccine Timeline",
  "value": {
    "country": "USA",
    "timeline": {
      "4/25/2021": 1000
    }
  }
}