disease.sh · Example Payload

Statesfullvaccinetimeline

COVID-19DiseaseHealthEpidemiologyInfluenzaVaccineOpen DataPublic Health

Statesfullvaccinetimeline 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": "statesFullVaccineTimeline",
  "summary": "Full Vaccine Timeline",
  "value": [
    {
      "state": "California",
      "timeline": [
        {
          "total": 1000,
          "daily": 1000,
          "totalPerHundred": 1000,
          "dailyPerMillion": 1000,
          "date": "4/25/2021"
        }
      ]
    }
  ]
}