fbi_arrest_data
Retrieve FBI arrest statistics by offense, state, agency, or nationwide. Get counts or totals with breakdowns by age, sex, race, and ethnicity.
Instructions
Get arrest statistics from the FBI at national, state, or agency level. Offense codes are numeric: 'all' (all offenses), '11' (murder), '20' (rape), '30' (robbery), '50' (aggravated assault), '150' (drug abuse), and 40+ more. Returns counts or totals broken down by year, age, sex, race, ethnicity.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ori | No | Agency ORI code for agency-level data | |
| type | No | Data type: 'counts' (default) or 'totals' | |
| state | No | Two-letter state abbreviation for state-level data | |
| offense | Yes | Arrest offense code: '11' (Murder), '12' (Simple Assault), '20' (Rape), '23' (Larceny-Theft), '30' (Robbery), '50' (Aggravated Assault), ... (48 total) | |
| to_year | No | End year (default: current year) | |
| from_year | No | Start year (default: 5 years ago) |