fbi_crime_summarized
Access summarized FBI crime statistics for national, state, or agency levels across 10 offense categories. Retrieve year-by-year data with counts and rates to analyze crime trends.
Instructions
Get summarized UCR crime data from the FBI at national, state, or agency level. Covers 10 offense categories: V (violent crime), P (property crime), HOM (homicide), RPE (rape), ROB (robbery), ASS (aggravated assault), BUR (burglary), LAR (larceny/theft), MVT (motor vehicle theft), ARS (arson). Returns year-by-year data with counts and rates.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| offense | Yes | UCR offense code: 'V' (Violent Crime), 'P' (Property Crime), 'HOM' (Homicide), 'RPE' (Rape), 'ROB' (Robbery), 'ASS' (Aggravated Assault), 'BUR' (Burglary), 'LAR' (Larceny/Theft), 'MVT' (Motor Vehicle Theft), 'ARS' (Arson) | |
| state | No | Two-letter state abbreviation for state-level data | |
| ori | No | Agency ORI code for agency-level data (e.g., 'WASPD0000') | |
| from_year | No | Start year (default: 5 years ago) | |
| to_year | No | End year (default: current year) |