fbi_nibrs
Retrieve detailed FBI crime statistics from the National Incident-Based Reporting System (NIBRS) for analysis of incidents, demographics, weapons, and locations across 71 offense types.
Instructions
Get NIBRS (National Incident-Based Reporting System) data from the FBI. More detailed than summarized UCR data — includes victim/offender demographics, relationships, weapons, location, and time of day for 71 offense types. Offense codes use NIBRS format: '13A' (aggravated assault), '09A' (murder), '23H' (all other larceny), '35A' (drug violations), '220' (burglary), etc.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| offense | Yes | NIBRS offense code: '100' (Kidnapping/Abduction), '101' (Treason), '103' (Espionage), '120' (Robbery), '200' (Arson), '210' (Extortion/Blackmail), ... (72 total) | |
| state | No | Two-letter state abbreviation for state-level data | |
| ori | No | Agency ORI code for agency-level data | |
| type | No | Data type (default: counts) | |
| from_year | No | Start year | |
| to_year | No | End year |