latestOpenAPI 3.0.02026-08-0811452.3 KB
d8c8699063a9
States Current and Historical Data
Metadata about a specific state
Metadata about a specific state
get/v1/states/{state}/info.{format}
Path parameters
formatstring required
Example:json
Use 'json' to return JSON arrays or object. Use 'csv' to return a CSV file.
statestring required
Example:ca
Use the two-letter state code to select the current value for a single state.
Response
OK
Example response
[
{
"state": "CA",
"notes": "This state reports data correctly.",
"covid19Site": "http://dhss.alaska.gov/dph/Epi/id/Pages/COVID-19/default.asp",
"covid19SiteSecondary": "http://dhss.alaska.gov/dph/Epi/id/Pages/COVID-19/default.asp",
"covid19SiteTertiary": "http://dhss.alaska.gov/dph/Epi/id/Pages/COVID-19/default.asp",
"covid19SiteQuaternary": "http://dhss.alaska.gov/dph/Epi/id/Pages/COVID-19/default.asp",
"covid19SiteQuinary": "http://dhss.alaska.gov/dph/Epi/id/Pages/COVID-19/default.asp",
"twitter": "@Alaska_DHSS",
"covid19SiteOld": "http://dhss.alaska.gov/dph/Epi/id/Pages/COVID-19/default.asp",
"name": "California",
"fips": "09"
}
]