fbi_arrest_data
Retrieve FBI arrest statistics by offense type, location, and demographic breakdown to analyze crime trends and patterns.
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
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| offense | Yes | Arrest offense code: '11' (Murder), '12' (Simple Assault), '20' (Rape), '23' (Larceny-Theft), '30' (Robbery), '50' (Aggravated Assault), ... (48 total) | |
| state | No | Two-letter state abbreviation for state-level data | |
| ori | No | Agency ORI code for agency-level data | |
| type | No | Data type: 'counts' (default) or 'totals' | |
| from_year | No | Start year (default: 5 years ago) | |
| to_year | No | End year (default: current year) |