{
    "payload": {
        "info": "Politik-Gateway: Drei Quellen für politische Daten aus Deutschland.",
        "quellen": [
            {
                "kuerzel": "aw",
                "name": "Abgeordnetenwatch",
                "lizenz": "CC0 1.0",
                "beschreibung": "Politikerprofile und Abstimmungsverhalten im Bundestag",
                "aktionen": [
                    "politiker (name=…)",
                    "abstimmungen (id=…)",
                    "polls (wahlperiode=161)"
                ],
                "beispiel": "?quelle=aw&aktion=politiker&name=Friedrich+Merz"
            },
            {
                "kuerzel": "dawum",
                "name": "DAWUM – Wahlumfragen",
                "lizenz": "ODC-ODbL – dawum.de",
                "beschreibung": "Aktuelle Wahlumfragen für Bundestag und alle 16 Landtage",
                "aktionen": [
                    "(kein) = neueste Umfragen Bundestag",
                    "parlament=10 = NRW",
                    "aktion=parlamente = alle"
                ],
                "beispiel": "?quelle=dawum"
            },
            {
                "kuerzel": "dip",
                "name": "DIP – Bundestag Dokumentationssystem",
                "lizenz": "Öffentlicher API-Key (OSOegLs…)",
                "beschreibung": "Vorgänge, Drucksachen, Plenarprotokolle, MdB-Suche",
                "aktionen": [
                    "vorgaenge (suche=…)",
                    "drucksachen",
                    "mdb (name=…)"
                ],
                "beispiel": "?quelle=dip&aktion=vorgaenge&suche=Klimaschutz"
            }
        ]
    },
    "next": [
        {
            "label": "DAWUM: Aktuelle Bundestag-Umfragen",
            "url": "index.php?route=\/api\/politik&quelle=dawum"
        },
        {
            "label": "DAWUM: NRW-Umfragen",
            "url": "index.php?route=\/api\/politik&quelle=dawum&parlament=10"
        },
        {
            "label": "DAWUM: Alle Parlamente",
            "url": "index.php?route=\/api\/politik&quelle=dawum&aktion=parlamente"
        },
        {
            "label": "DIP: Neueste Vorgänge Bundestag",
            "url": "index.php?route=\/api\/politik&quelle=dip&aktion=vorgaenge"
        },
        {
            "label": "DIP: Drucksachen",
            "url": "index.php?route=\/api\/politik&quelle=dip&aktion=drucksachen"
        },
        {
            "label": "DIP: MdB suchen (Merz)",
            "url": "index.php?route=\/api\/politik&quelle=dip&aktion=mdb&name=Merz"
        },
        {
            "label": "AW: Bundestag-Abstimmungen",
            "url": "index.php?route=\/api\/politik&quelle=aw&aktion=polls&wahlperiode=161"
        },
        {
            "label": "AW: Politiker suchen",
            "url": "index.php?route=\/api\/politik&quelle=aw&aktion=politiker&name=Friedrich+Merz"
        },
        {
            "label": "Zurück zum Hauptmenü",
            "url": "index.php"
        }
    ],
    "haftungsausschluss": "All data provided is supplied without warranty. Despite careful selection of sources, the operator accepts no liability for the accuracy, completeness or timeliness of the content."
}