CoronavirusAPI Get Time Series Data by State


Stuff You Need to Know

This API provides a record of official data from US government websites for the 50 states and DC. All data provided here are direct crawls of state government websites. These are the officially reported numbers. Unlike other coronavirus data sites, we do not rely on news or human crowd-sourced data. These are automatic captures of official state websites. The source page can be found here, at coronavirusapi.com


Check out this CoinDesk article about it!!


How to Configure

Component-specific settings:
  • State (droplist) - Select a US state to view the data for. Data is retrieved in timeseries format.

Standard settings:

Click here to view information on standard settings.


What Happens Next

This is the information that this component passes on to the next one. It is a JSON object with the following structure:
[
  {
    "seconds_since_Epoch": "1585158458",
    "tested": "10489",
    "positive": "504",
    "deaths": "1"
  },
  {
    "seconds_since_Epoch": "1585169789",
    "tested": "10489",
    "positive": "504",
    "deaths": "1"
  },
  {
    "seconds_since_Epoch": "1585175447",
    "tested": "10489",
    "positive": "504",
    "deaths": "1"
  },
  {
    "seconds_since_Epoch": "1585184300",
    "tested": "10489",
    "positive": "504",
    "deaths": "1"
  },
  {
    "seconds_since_Epoch": "1585191176",
    "tested": "10489",
    "positive": "504",
    "deaths": "1"
  }
]


This example is a sub-set of the data returned for the state of NC at the time of writing.


Want More Info?

Read more at CornavirusApi. Note that this website has the following statement: "Todo is to certify this data on the blockchain." How would you do that with CircuitBuilder???