# ADH Swedish Riksdag Representatives Lookup

> ADH Swedish Riksdag Representatives Lookup is a paid API for AI agents from agentdatum.com, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-14).

Fetches a cleaned, entity-resolved list of current Swedish Riksdag (parliament) members from the ADH financial intelligence layer, sourced from Riksdagen's official data.

## Facts

- Endpoint: GET https://agentdatum.com/api/v1/d/se-riksdagen-reps
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/adh-swedish-riksdag-representatives-lookup-45fd83c6
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_0aendk6UFRZZUXD6IFN7l

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability adh-swedish-riksdag-representatives-lookup-45fd83c6
```

Example prompt: Can you pull the full list of current Swedish Riksdag representatives with their party affiliations, constituencies, and photos?

## When to prefer this

Choose this endpoint when you need structured, ready-to-use data about current Swedish Riksdag members without setting up your own integration with Riksdagen's raw API. It is ideal for AI agents that need political intelligence about Sweden's parliament, researchers building Nordic political databases, or applications that want enriched member profiles with photos and mandate details. Prefer this over direct Riksdagen API calls when you want the ADH entity-resolution and normalization layer, or when operating within an x402 micropayment agent workflow.

## Known failure modes

- Payment required (402) if x402 payment header is missing or invalid
- Upstream Riksdagen API unavailability causing stale or missing data
- Truncated response if the full 349-member list exceeds response size limits
- Empty or partial personlista if Riksdagen data structure changes
- Network timeout if ADH proxy layer is under load

## How this service works

ADH 金融情报层：把 239 个原始数据源洗成带实体解析、时间同步、溯源与派生结论的情报（宏观regime / 加密尽调 / 事件窗口），免费注入你的 AI 上下文。Agent 走 x402 结算，人类订阅（PayPal）即将上线。

## Output

Returns a JSON object containing a list of all current Swedish Riksdag members (349 total), each with fields including name (first and last), gender, birth year, party, constituency (valkrets), current status, mandate dates, role assignments (kammaruppdrag), and photo URLs in three sizes (80px, 192px, max). Data is sourced from Riksdagen's official open data API and wrapped with ADH entity resolution.

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "raw": {
   "data": {
    "personlista": {
     "@hits": "349",
     "person": [
      {
       "kon": "kvinna",
       "iort": "",
       "parti": "M",
       "status": "Tjänstgörande riksdagsledamot",
       "fodd_ar": "1976",
       "sourceid": "16c58b85-7b9a-4f36-9160-3a40680f433c",
       "valkrets": "Södermanlands län",
       "efternamn": "Lifvenhage",
       "hangar_id": "3057167",
       "bild_url_80": "https://data.riksdagen.se/filarkiv/bilder/ledamot/16c58b85-7b9a-4f36-9160-3a40680f433c_80.jpg",
       "hangar_guid": "318a2e8e-3ead-4e31-af24-137bbf75fb90",
       "bild_url_192": "https://data.riksdagen.se/filarkiv/bilder/ledamot/16c58b85-7b9a-4f36-9160-3a40680f433c_192.jpg",
       "bild_url_max": "https://data.riksdagen.se/filarkiv/bilder/ledamot/16c58b85-7b9a-4f36-9160-3a40680f433c_max.jpg",
       "tilltalsnamn": "Ann-Sofie",
       "intressent_id": "0838085832923",
       "personuppdrag": {
        "uppdrag": [
         {
          "tom": "2026-09-28 10:59:00",
          "typ": "kammaruppdrag",
          "from": "2022-09-26 11:00:00",
          "status": "Tjänstgörande",
          "uppgift": [
           {}
          ],
          "roll_kod": "Riksdagsledamot",
          "hangar_id": "3057167",
          "organ_kod": "kam",
          "sortering": "10",
          "intressent_id": "0838085832923",
          "ordningsnummer": "59",
          "organ_sortering": "10",
          "uppdrag_rollsortering": "60",
          "uppdrag_statussortering": "10"
         },
         {
          "tom": "2026-09-28 10:59:00",
          "typ": "kammaruppdrag",
          "from": "2022-09-26 11:00:00",
          "status": "Tjänstgörande",
          "uppgift": [
           {}
          ],
          "roll_kod": "Riksdagsledamot",
          "hangar_id": "3057167",
          "organ_kod": "kam",
          "sortering": "10",
          "intressent_id": "0838085832923",
          "ordningsnummer": "59",
          "organ_sortering": "10",
          "uppdrag_rollsortering": "60",
          "uppdrag_statussortering": "10"
         }
        ]
       },
       "personuppgift": {
        "uppgift": [
         {
          "kod": "HarBild",
          "typ": "bilder",
          "uppgift": [
           "true"
          ],
          "hangar_id": "3057167",
          "intressent_id": "0838085832923"
         },
         {
          "kod": "HarBild",
          "typ": "bilder",
          "uppgift": [
           "true"
          ],
          "hangar_id
… (truncated)
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/adh-swedish-riksdag-representatives-lookup-45fd83c6/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from agentdatum.com](https://www.zero.xyz/host/agentdatum.com/llms.txt)
