Swedish government and regulators

Press releases, decisions and regulatory news from the Swedish government and key regulators, matched with Swedish-language Boolean alerts.

Watch the Swedish government (Regeringen), the parliament (Riksdagen) and central regulators (Finansinspektionen, MSB, Konkurrensverket) in one stream. Feeds are polled and deduplicated; feed-less news pages are diffed on a schedule. Alerts use the Engine's Swedish full-text configuration, so stemming and accent-insensitivity work on terms like upphandling, remiss and tillsyn.

What it monitors

SourceURLTier
Regeringen pressmeddelandenhttps://www.regeringen.se/pressmeddelanden/HTML
Riksdagen aktuellthttps://www.riksdagen.se/sv/aktuellt/HTML
Finansinspektionen nyheterhttps://www.fi.se/sv/publicerat/nyheter/HTML
MSB nyheterhttps://www.msb.se/sv/aktuellt/nyheter/HTML
Konkurrensverket aktuellthttps://www.konkurrensverket.se/aktuellt/HTML

Instantiate it

Attach these sources to your library (and create the suggested alerts) with one call. Instantiation is idempotent and partial-success: a valid request always returns 200 with a per-source report, even when some sources fail.

bash
curl -X POST https://api.hypeline.io/v1/templates/swedish-public-sector/instantiate \
  -H "X-API-Key: $HYPELINE_KEY" \
  -H "Content-Type: application/json" \
  -d '{"alerts":true}'

A successful response is a report you can act on:

json
{
  "template": "swedish-public-sector",
  "version": 1,
  "status": "complete",
  "sources": [
    {
      "url": "https://www.regeringen.se/pressmeddelanden/",
      "status": "attached_new",
      "source_id": "0197a1b2-...",
      "detected_type": "html"
    }
  ],
  "alerts": [
    {
      "name": "Upphandling och remisser",
      "status": "created",
      "alert_id": "0199c3d4-...",
      "source_count": 1
    }
  ],
  "next_steps": {
    "add_destination": "/alerts/0199c3d4-.../destinations",
    "stream": "/v1/stream?..."
  },
  "summary": {
    "attached": 1,
    "already": 0,
    "failed": 0,
    "alerts_created": 1
  }
}

Suggested alerts

  • Upphandling och remisserupphandling OR remiss OR proposition (sv)
  • Tillsyn och sanktionersanktion OR tillsyn OR foreläggande (sv)

Every event this watchlist emits is Ed25519-signed. See Verifying events to check a signature offline.