👮♂️ uk-police-api
An async Rust client for the UK Police API.
Installation
[]
= "0.1"
Usage
use ;
async
Supported endpoints
| Method | Description |
|---|---|
forces() |
List all police forces |
force(id) |
Get details for a specific force |
crime_categories(date) |
List crime categories, optionally filtered by date |
crime_last_updated() |
Get the date crime data was last updated |
street_level_crimes(category, area, date) |
Street-level crimes by point, polygon, or location ID |
street_level_outcomes(area, date) |
Street-level outcomes by point, polygon, or location ID |
License
MIT