We use cookies for authentication and — with your consent — for analytics. Read more.

Skip to content
KETL Data
DataAppsMCPSign in
  1. Home
  2. Data catalogue
  3. Polisen — Swedish police events
LawStandardCC-BY-4.0

Polisen — Swedish police events

The Swedish Police Authority's open API delivers the latest 500 reported events (robbery, burglary, traffic accidents, fires and more) with place names, coordinates, times and summaries, plus a list of all police stations. No auth, free use with Polisen as the source. Updated continuously.

500 rows

Data volume

Real time

Updates

3

MCP tools

Example response — /connectors/polisen-se/events
{
  "data": "..."
}

MCP integration

Available MCP tools
polisen_se.events
polisen_se.events.types
polisen_se.stations
Configuration for Claude Desktop / Cursor
{
  "mcpServers": {
    "polisen-se": {
      "url": "https://data.ketl.no/mcp/polisen-se",
      "headers": {
        "Authorization": "Bearer $KETL_API_KEY"
      }
    }
  }
}

Analysis apps that use this source

Ready-made tools built on Polisen — Swedish police events data. Use them directly in the browser, or wire the same data into your own analysis via the API below.

Polisen events
Live feed from the Swedish Police Authority — the latest 500 police events in Sweden with filters on location and type, plus an overview of all police stations. A single Swedish source with no cross-country aggregation; for Scandinavian comparison with Norwegian workplace-injury data, use Politimonitor Skandinavia.
Police monitor Scandinavia
A Scandinavian police and safety picture across sources: Swedish police events, a police-station directory and Norwegian occupational fatalities from the Norwegian Labour Inspection Authority — for spotting patterns across countries and event types. If you only need the Swedish live event feed, Polisen händelser is the direct route.

API endpoints

GET
/events

Siste 500 politihendelser. Filtrer på sted (locationname), hendelsestype (typename) eller døgn (DateTime).

locationname optional
Svensk län eller ort. Honoreres av kilden — verifisert 2026-08-16: 500 rader bart, 468 for «Stockholm» (alle med locationName «Stockholms län»). locationname=Stockholm
typename optional
Hendelsestype, eksakt match (case-insensitiv). Filtreres i KETL-laget — polisen.se har ikke selv et type-filter. Se hele verdimengden i type-feltet på et ufiltrert kall. typename=Trafikolycka
DateTime optional
Avgrens til ett døgn (YYYY-MM-DD) eller tidspunkt. Honoreres av kilden — verifisert 2026-08-16: 52 rader for ett døgn mot 500 bart. DateTime=2026-08-15
Show curl example
# GET https://data.ketl.no/api/connectors/polisen-se/events
curl \
  -H "Accept: application/json" \
  "https://data.ketl.no/api/connectors/polisen-se/events"

Authenticated call — add one of these headers: x-api-key: ketl_… · Authorization: Bearer … — See the full reference in the documentation.

GET
/policestations

Alle politistasjoner (257 per 2026-08-16) med adresse, koordinater og tjenester

Show curl example
# GET https://data.ketl.no/api/connectors/polisen-se/policestations
curl \
  -H "Accept: application/json" \
  "https://data.ketl.no/api/connectors/polisen-se/policestations"

Authenticated call — add one of these headers: x-api-key: ketl_… · Authorization: Bearer … — See the full reference in the documentation.

Access and pricing

Polisen — Swedish police events is openly available — create an account to get started.

sverigepolititrygghetkriminalitethendelsenordisk
KETL Data

Nordic open-data and compliance infrastructure. Source, rule and confidence on every answer.

Product links

  • Data
  • Apps
  • MCP
  • Contact

Legal links

  • AI transparency
  • Privacy
  • Terms
  • SLA
  • Cookies
  • Security

© 2026 KETL Data

build 8f3b7512