Replacing getAddress.io? Free drop-in replacement →
GET /api/crime/ 14 categories Monthly updates Starter plan required

Crime Statistics for Any UK Postcode — Powered by Police Data

Street-level crime data for any UK postcode or coordinate — aggregated by category, with sample locations and monthly breakdowns. Burglary, anti-social behaviour, violent crime, vehicle crime, and 10 more categories. Powered by Police UK open data.

Free tier: 100 requests/month. No credit card required.

One postcode. Full crime breakdown.

Pass a UK postcode — get back every crime reported within a 1-mile radius, aggregated by category with totals. No separate geocoding step needed — we handle postcode-to-coordinate resolution automatically.

Want coordinate-based search instead? Pass lat + lng directly. Filter by month with the date parameter (YYYY-MM format).

1
Get your API key
Free account — no credit card needed.
2
Pass a postcode or coordinates
Any location in England, Wales, or Northern Ireland.
3
Get aggregated crime data
14 categories with counts, sorted by frequency.
Request
curl "https://api.homedata.co.uk/api/crime/?postcode=SW1A+2AA" \
  -H "Authorization: Api-Key YOUR_API_KEY"
Response 200 OK
{
  "total_crimes": 847,
  "month": "2025-12",
  "search_point": {
    "latitude": 51.50354,
    "longitude": -0.127695
  },
  "categories": [
    {
      "category": "violent-crime",
      "label": "Violence and sexual offences",
      "count": 203,
      "latest_month": "2025-12",
      "sample_locations": [
        { "street": "On or near Whitehall", "latitude": "51.504284", "longitude": "-0.126366" }
      ]
    },
    {
      "category": "anti-social-behaviour",
      "label": "Anti-social behaviour",
      "count": 156
    },
    {
      "category": "burglary",
      "label": "Burglary",
      "count": 45
    }
  ],
  "coverage_note": "England, Wales, and Northern Ireland."
}

14 crime categories

Every report is classified by Police UK into one of 14 categories. The API returns all categories with counts, sorted by frequency — you can also filter by a single category.

violent-crime
Violence & sexual offences
Assault, harassment, sexual offences
anti-social-behaviour
Anti-social behaviour
Nuisance, noise, rowdy behaviour
burglary
Burglary
Dwelling and non-dwelling break-ins
vehicle-crime
Vehicle crime
Theft from or of vehicles
criminal-damage-arson
Criminal damage & arson
Vandalism, graffiti, deliberate fires
other-theft
Other theft
Theft not elsewhere classified
shoplifting
Shoplifting
Theft from retail premises
drugs
Drugs
Possession, supply, production
public-order
Public order
Threatening, abusive behaviour in public
theft-from-the-person
Theft from the person
Pickpocketing, bag snatching
robbery
Robbery
Theft using force or threat of force
bicycle-theft
Bicycle theft
Theft of pedal cycles
possession-of-weapons
Possession of weapons
Carrying knives, firearms, etc.
other-crime
Other crime
Forgery, fraud, and other

Who uses crime data

Crime statistics are one of the top 5 data points searched by property buyers and investors. Here's how teams use the API.

🏠 Property portals & search

Display crime statistics alongside listings. Show buyers whether a neighbourhood has low or high crime relative to the local average. Filter listings by crime level.

listing postcode → crime data → badge display

📊 Property investment platforms

Factor crime rates into investment scoring. Low-crime areas correlate with stronger capital growth and lower void periods. Use crime data alongside yields, prices, and demographics for area scoring.

postcode → crime + yields + prices → area score

🏦 Insurance underwriting

Pre-screen postcode crime profiles during home insurance quoting. High burglary or vehicle crime rates may affect premiums or terms. Embed into your underwriting pipeline.

postcode → burglary count → risk tier

🏘️ Relocation & area guides

Help families assess neighbourhood safety as part of relocation reports. Combine with schools, transport, and amenity data for comprehensive area profiles.

postcode → crime + schools + transport → area report

Get your free API key

100 requests/month on the free tier. No credit card. From signup to first API call in under 5 minutes.