Locus42 is a live database of crime incidents — geocoded to the street, categorized for analysis. Search any address to see what happens around it, or plug the full dataset into your product through one API.
The data
Not a PDF, not a district total — a clean, machine-readable record for each incident, precise to the street.
{
"id": "inc_8f3a2c",
"occurred_at": "2025-11-14T21:40:00+01:00",
"location": {
"street": "Skalitzer Straße",
"city": "Berlin",
"lat": 52.49912,
"lng": 13.41834
},
"category": "violence",
"tags": ["Körperverletzung", "Streit"],
"attributes": {
"setting": "transit_station",
"time_of_day": "night"
},
"confidence": 0.94
}API-first
Locus42 speaks MCP. Add it to your coding agent and it reads the API, writes the integration, and queries live demo data — before your coffee is done.
Works with Claude Code · Codex · Cursor — or plain REST with an OpenAPI spec.
Tell us your use case — we'll walk you through coverage, methodology, and production access.