Summary: Get COVID-19 statistics for US states Operation ID: getAllStates Auth: none
Returns an array of COVID-19 statistics for all US states and territories. Each state object includes cases, deaths, recovered counts, and per-capita metrics. This is the US-specific equivalent of /countries, providing state-level breakdowns within the United States. The data structure is similar but simpler than country data - states don't have ISO codes or flags, but do include population figures for per-capita calculations.
Original spec description
Returns an array of COVID-19 data for all US states and territories.
Usage Tips
- Use `sort=cases` or `sort=deaths` to rank states by impact
- The response includes US territories (Puerto Rico, Guam, etc.) in addition to the 50 states
- Combine with `yesterday=true` to see day-over-day changes
- State names are returned as full names ("California", "New York") not abbreviations
- For county-level data within a state, use the /historical/{country} endpoint with province parameter