cdc_weekly_deaths_by_state
ActiveTool of io.github.blackboxfoundry/livedatalink
CDC weekly provisional deaths by state and cause (NCHS dataset muzy-jte6). Returns all-cause and selected-cause death counts per state per ISO week. Useful for excess-mortality and respiratory-disease seasonality analysis.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"year": {
"type": "number",
"description": "Year (e.g. 2024)"
},
"cause": {
"type": "string",
"description": "Cause category (e.g. 'All Cause', 'COVID-19 (U071, Multiple Cause of Death)', 'Influenza and pneumonia')"
},
"limit": {
"type": "number",
"description": "Max rows (default 50)"
},
"state": {
"type": "string",
"description": "Full state name or 'United States' for national. Default 'United States'."
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
io.github.blackboxfoundry/livedatalink
https://github.com/blackboxfoundry/livedatalink
2/7 registries