/api/forces
getForcesReturns a list of all UK police forces. Each force object contains the force's name and unique identifier (id). Use this endpoint to discover available force IDs, which are required for retrieving force details, senior officers, or neighbourhood data.
Responses
Status | Description |
---|---|
200 | A list of all UK police forces, each with its name and unique identifier (id). Use the 'id' value to call other endpoints that require a force ID. |