GET /states/{state}

disease.sh:covid-19-api-disease.sh

Summary: Get COVID-19 statistics for a specific US state
Operation ID: getState
Auth: none

Returns COVID-19 statistics for a specific US state by name. This is the state-level equivalent of /countries/{country}, providing detailed metrics for a single US state or territory. Pass the state name as a path parameter (e.g., "California", "New York", "Texas"). The response includes the same metrics as the /states list endpoint but focused on one state.

Original spec description

Returns COVID-19 data for a specific US state.

Usage Tips

- Use full state names: /states/California, /states/New%20York - You can request multiple states with comma-separated values: /states/California,Texas,Florida - The `yesterday` parameter returns previous day's data - State names are case-sensitive - use proper capitalization - For historical state data over time, use /historical/{country} with the state as a province

Parameters (2)

state (string, path, required)

State name. Use comma-separated values for multiple states.

yesterday (string, query, optional)

Include yesterday's data

Constraints: {'enum': ['true', 'false', '1', '0']}

Examples (4)

TitleTypeURLAction
Get COVID-19 data for California curl https://disease.sh/v3/covid-19/states/California
Get COVID-19 data for New York curl https://disease.sh/v3/covid-19/states/New%20York
Get COVID-19 data for Texas curl https://disease.sh/v3/covid-19/states/Texas
Get COVID-19 statistics for a specific US state openapi-spec https://disease.sh/v3/covid-19/states/California

Probe History

Latency

Status Codes

TimeStatusLatencySize
2026-03-23 10:11:09.788758 200 102ms
2026-03-23 09:50:03.231173 200 104ms
2026-03-23 09:24:12.664163 200 893ms
2026-03-23 09:22:01.267188 200 1320ms

Response Changes

WhenOldNew
2026-03-23 09:24:12.664163 b007c6bf2689 d87d4d6ba55d
2026-03-23 09:50:03.231173 d87d4d6ba55d c88c80cbdf68
2026-03-23 10:11:09.788758 c88c80cbdf68 cc2945f79cc6