get_nibrs_estimation
Retrieve NIBRS national crime estimates with breakdowns by state, region, agency type, or population size.
Instructions
Get NIBRS national crime estimates derived from incident data. Supports breakdowns by state, region, agency type, and population size.
Args: offense: NIBRS offense code (e.g., "13A", "09A"). Use get_nibrs_data docs for codes. level: "national", "state", "region", "agency-type", or "size" year: Year for estimation data state: Two-letter state abbreviation (required when level is "state") region: Region code — "M" (Midwest), "N" (Northeast), "S" (South), "W" (West). Required when level is "region". agency_type: "S" (Size) or "T" (Agency Type). Required when level is "agency-type" or "size". agency_type_location: "C" (City) or "N" (County). Required when level is "agency-type". size_group: Size group "1"-"8" (1=Cities 250K+, 6=Cities under 10K, 7=MSA Counties, 8=Non-MSA Counties). Required when level is "size".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| year | Yes | ||
| level | Yes | ||
| state | No | ||
| region | No | ||
| offense | Yes | ||
| size_group | No | ||
| agency_type | No | ||
| agency_type_location | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |