v1

latestOpenAPI 3.0.1Apache-2.02026-07-17105189262.9 KB
Default

COVID-19

Get real-time updates on the number of COVID-19 (Corona virus) cases in the US with a state-by-state breakdown. Data is sourced from CDC and reputable sources. You can also access this API <a href="https://rapidapi.com/Finnhub/api/finnhub-real-time-covid-19" target="_blank" rel="nofollow">here</a>

get/covid19/us

Response

successful operation

statestring

State.

casenumber float

Number of confirmed cases.

deathnumber float

Number of confirmed deaths.

updatedstring

Updated time.

Example response

[
  {
    "death": 6.0274563,
    "state": "state",
    "updated": "updated",
    "case": 0.8008282
  }
]