ToolAssay

UK street-level crime around a location from the Home Office data.police.uk serv

UK street-level crime around a location from the Home Office data.police.uk service. Give a latitude/longitude (and optional month YYYY-MM, defaults to the latest available — UK data lags ~2 months) and get the total crime count, a breakdown by category (anti-social behaviour, burglary, violent crime, vehicle crime, etc.), and recent individual records (category, approximate street, lat/lon, and outcome status). Free, Open Government Licence (commercial use permitted). Location-risk signal an LLM cannot recall — for property, insurance, and safety agents. Locations are anonymised to nearby map points by the Home Office.

Answeringour last check, 2026-09-24
1 of 1checks answered this week
261 msmedian answer time
$0.0027listed price per call
$0.0027price it asked us

Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.

Endpoint

GET https://2s.io/api/gov/uk-crime

CategoryEverything else
Provider host2s.io
Networkseip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp
Payment schemesexact
Self-reported calls, 30 days1 from 1 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.0027 261 ms

Example input (from the provider)

{
  "method": "GET",
  "queryParams": {
    "lat": 51.5074,
    "lng": -0.1278
  },
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "input": {
      "properties": {
        "method": {
          "const": "GET"
        },
        "queryParams": {
          "properties": {
            "lat": {
              "maximum": 90,
              "minimum": -90,
              "type": "number"
            },
            "limit": {
              "description": "Max individual records (1-50, default 20).",
              "type": "integer"
            },
            "lng": {
              "maximum": 180,
              "minimum": -180,
              "type": "number"
            },
            "month": {
              "description": "YYYY-MM (default latest available).",
              "type": "string"
            }
          },
          "required": [
            "lat",
            "lng"
          ]
        },
        "type": {
          "const": "http"
        }
      },
      "required": [
        "type",
        "method",
        "queryParams"
      ],
      "type": "object"
    }
  },
  "required": [
    "input"
  ],
  "type": "object"
}

This page as JSON