fbi_cde_national_crime_trend
Return a bounded U.S. monthly FBI summarized UCR offense-rate trend with national reporting population and coverage from LiveDataLink's self-hosted CDE snapshot. Use this for 'national burglary rate trend in 2020', 'U.S. violent-crime reporting coverage by month', or national context before a state comparison. The upstream national response does not publish reported count fields in this endpoint, so counts are null rather than back-calculated; crimes known to law enforcement only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum monthly observations. Default 24. | |
| offset | No | Monthly observations to skip. Default 0. | |
| offense | Yes | FBI CDE summarized offense category. Aggregate categories overlap their component offenses. | |
| end_month | Yes | Calendar month in YYYY-MM format within the hosted snapshot. | |
| start_month | Yes | Calendar month in YYYY-MM format within the hosted snapshot. | |
| response_format | No | Human-readable markdown or machine-readable JSON. Default markdown. |