fbi_crime_summarized
Retrieve summarized FBI UCR crime data by offense, location, and year. Provides counts and rates for violent crime, property crime, and specific offenses at national, state, or agency level.
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
| Name | Required | Description | Default |
|---|---|---|---|
| ori | No | Agency ORI code for agency-level data (e.g., 'WASPD0000') | |
| state | No | Two-letter state abbreviation for state-level data | |
| 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) | |
| to_year | No | End year (default: current year) | |
| from_year | No | Start year (default: 5 years ago) |