# UK Police Force Detail Lookup

> UK Police Force Detail Lookup is a paid API for AI agents from proxy.suverse.io, paid per call via x402, $0.08/call, status unknown (last checked 2026-09-15).

Returns profile information for a specific UK police force including name, description, telephone number, official website, and engagement channels.

## Facts

- Endpoint: POST https://proxy.suverse.io/v1/data/suverse-ukpolice-force-detail
- Price: $0.08/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/uk-police-force-detail-lookup-90a4c1c8
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_pur6Rq8WoGcZeoz2XmnrM

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability uk-police-force-detail-lookup-90a4c1c8 -d '<json body>'
```

Example prompt: Can you look up the profile details for the Metropolitan Police, including their phone number, official website, and any engagement channels they have?

## When to prefer this

Use this endpoint when you need structured profile data for a specific UK police force by its slug ID (e.g. 'metropolitan', 'thames-valley'). It is the right choice for building UK police directories, contact lookup tools, civic apps, or any workflow that needs authoritative police force metadata including telephone and website. It is not suitable for listing all forces (use a list endpoint) or for crime statistics queries.

## Known failure modes

- Invalid or unrecognized force ID returns an error or empty result
- Force ID not matching any known UK police force slug
- Network or upstream API unavailability causing timeout
- Malformed POST body or missing required force ID field

## How this service works

Profile for one UK police force: name, description, telephone and official website plus engagement channels. Pass a force id such as metropolitan. Keyless.

## Output

Returns a structured profile for the requested UK police force, including its official name, a text description of the force, a contact telephone number, its official website URL, and a list of engagement channels (such as social media or community contact options).

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method",
    "bodyType",
    "body"
   ],
   "properties": {
    "body": {
     "properties": {}
    },
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "POST",
      "PUT",
      "PATCH"
     ],
     "type": "string"
    },
    "bodyType": {
     "enum": [
      "json",
      "form-data",
      "text"
     ],
     "type": "string"
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/uk-police-force-detail-lookup-90a4c1c8/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from proxy.suverse.io](https://www.zero.xyz/host/proxy.suverse.io/llms.txt)
