Returns all available votings, paged, filtered, sorted, ....
GET /api-openparlamento/v1/19/votings/?format=api&ordering=-date&page=18
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 24888,
    "codelists": {
        "years": [
            {
                "id": "2026",
                "value": "2026"
            },
            {
                "id": "2025",
                "value": "2025"
            },
            {
                "id": "2024",
                "value": "2024"
            },
            {
                "id": "2023",
                "value": "2023"
            },
            {
                "id": "2022",
                "value": "2022"
            }
        ],
        "branch": [
            {
                "id": "S",
                "value": "Senato"
            },
            {
                "id": "C",
                "value": "Camera"
            }
        ],
        "governments": [
            {
                "id": 135225,
                "slug": "i-governo-meloni-2022-10-22",
                "start_date": "2022-10-22",
                "value": "Meloni I"
            }
        ],
        "governments_filter": [
            {
                "id": 135225,
                "slug": "i-governo-meloni-2022-10-22",
                "start_date": "2022-10-22",
                "value": "Meloni I"
            }
        ],
        "main_vote_type": [
            {
                "id": "is_key_vote",
                "value": "Voto chiave"
            },
            {
                "id": "is_final",
                "value": "Voto finale"
            },
            {
                "id": "is_confidence",
                "value": "Voto di fiducia"
            },
            {
                "id": "all",
                "value": "Tutti"
            }
        ],
        "sub_vote_type": [
            {
                "id": "ALL",
                "value": "Atto intero"
            },
            {
                "id": "ART",
                "value": "Articolo"
            },
            {
                "id": "AMEND",
                "value": "Emendamenti"
            },
            {
                "id": "ODG",
                "value": "ODG"
            },
            {
                "id": "PREJ",
                "value": "Questione pregiudiziale"
            },
            {
                "id": "EM_DECL",
                "value": "Dichiarazione d'urgenza"
            },
            {
                "id": "SUSP",
                "value": "Questione sospensiva"
            },
            {
                "id": "VAR_N",
                "value": "Nota di variazione"
            },
            {
                "id": "DONT_P",
                "value": "Non passaggio agli articoli"
            },
            {
                "id": "CLOS_DEB",
                "value": "Chiusura della discussione"
            },
            {
                "id": "RES",
                "value": "Risoluzione"
            },
            {
                "id": "DIM",
                "value": "Dimissioni"
            },
            {
                "id": "ELE",
                "value": "Elezioni"
            },
            {
                "id": "COORD",
                "value": "Proposta coordinamento"
            },
            {
                "id": "MOZ",
                "value": "Mozione"
            },
            {
                "id": "CPROP",
                "value": "Proposta giunta"
            }
        ],
        "vm_cohesion_rates": {
            "80_100": "dall'80 al 100%",
            "60_80": "dal 60 all'80%",
            "_60": "Meno del 60%"
        },
        "orderings": [
            {
                "id": "date",
                "value": "Data"
            },
            {
                "id": "majority_cohesion_rate",
                "value": "Compattezza maggioranza"
            },
            {
                "id": "n_rebels",
                "value": "Ribelli"
            },
            {
                "id": "identifier",
                "value": "Identificativo"
            },
            {
                "id": "n_margin",
                "value": "Margine"
            }
        ],
        "outcome": [
            {
                "id": "Respinto",
                "value": "Respinta"
            },
            {
                "id": "Approvato",
                "value": "Approvata"
            }
        ]
    },
    "next": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=-date&page=19",
    "previous": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=-date&page=17",
    "results": [
        {
            "id": 42109,
            "slug": "vs19_597_093",
            "identifier": "vs19_597_093",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_597_093/?format=api",
            "sitting": {
                "id": 2184,
                "date": "2026-01-20",
                "number": 597,
                "branch": "C"
            },
            "number": 93,
            "title": "ODG 9/2761/10 - Votazione Ordine del giorno 9/2761/10 ",
            "original_title": "Votazione Ordine del giorno 9/2761/10 ",
            "description_title": "ODG 9/2761/10",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 27,
            "majority_cohesion_rate": 63.64,
            "minority_cohesion_rate": 66.24
        },
        {
            "id": 42108,
            "slug": "vs19_597_092",
            "identifier": "vs19_597_092",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_597_092/?format=api",
            "sitting": {
                "id": 2184,
                "date": "2026-01-20",
                "number": 597,
                "branch": "C"
            },
            "number": 92,
            "title": "ODG 9/2761/9 - Votazione Ordine del giorno 9/2761/9 ",
            "original_title": "Votazione Ordine del giorno 9/2761/9 ",
            "description_title": "ODG 9/2761/9",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 25,
            "majority_cohesion_rate": 62.81,
            "minority_cohesion_rate": 67.52
        },
        {
            "id": 42114,
            "slug": "vs19_597_099",
            "identifier": "vs19_597_099",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_597_099/?format=api",
            "sitting": {
                "id": 2184,
                "date": "2026-01-20",
                "number": 597,
                "branch": "C"
            },
            "number": 99,
            "title": "EM 1.1000 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 1.1000",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 18,
            "majority_cohesion_rate": 54.55,
            "minority_cohesion_rate": 62.42
        },
        {
            "id": 42105,
            "slug": "vs19_597_089",
            "identifier": "vs19_597_089",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_597_089/?format=api",
            "sitting": {
                "id": 2184,
                "date": "2026-01-20",
                "number": 597,
                "branch": "C"
            },
            "number": 89,
            "title": "ODG 9/2761/6 - Votazione Ordine del giorno 9/2761/6 ",
            "original_title": "Votazione Ordine del giorno 9/2761/6 ",
            "description_title": "ODG 9/2761/6",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 24,
            "majority_cohesion_rate": 60.74,
            "minority_cohesion_rate": 65.61
        },
        {
            "id": 42106,
            "slug": "vs19_597_090",
            "identifier": "vs19_597_090",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_597_090/?format=api",
            "sitting": {
                "id": 2184,
                "date": "2026-01-20",
                "number": 597,
                "branch": "C"
            },
            "number": 90,
            "title": "ODG 9/2761/7 - Votazione Ordine del giorno 9/2761/7 ",
            "original_title": "Votazione Ordine del giorno 9/2761/7 ",
            "description_title": "ODG 9/2761/7",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 31,
            "majority_cohesion_rate": 60.74,
            "minority_cohesion_rate": 61.78
        },
        {
            "id": 42107,
            "slug": "vs19_597_091",
            "identifier": "vs19_597_091",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_597_091/?format=api",
            "sitting": {
                "id": 2184,
                "date": "2026-01-20",
                "number": 597,
                "branch": "C"
            },
            "number": 91,
            "title": "ODG 9/2761/8 - Votazione Ordine del giorno 9/2761/8 ",
            "original_title": "Votazione Ordine del giorno 9/2761/8 ",
            "description_title": "ODG 9/2761/8",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 24,
            "majority_cohesion_rate": 61.98,
            "minority_cohesion_rate": 66.88
        },
        {
            "id": 42115,
            "slug": "vs19_597_100",
            "identifier": "vs19_597_100",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_597_100/?format=api",
            "sitting": {
                "id": 2184,
                "date": "2026-01-20",
                "number": 597,
                "branch": "C"
            },
            "number": 100,
            "title": "EM 1.1001 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 1.1001",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 22,
            "majority_cohesion_rate": 54.96,
            "minority_cohesion_rate": 57.96
        },
        {
            "id": 42125,
            "slug": "vs19_597_113",
            "identifier": "vs19_597_113",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_597_113/?format=api",
            "sitting": {
                "id": 2184,
                "date": "2026-01-20",
                "number": 597,
                "branch": "C"
            },
            "number": 113,
            "title": "EM 4.1002 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 4.1002",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 23,
            "majority_cohesion_rate": 59.5,
            "minority_cohesion_rate": 63.69
        },
        {
            "id": 41995,
            "slug": "vs19_597_164",
            "identifier": "vs19_597_164",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_597_164/?format=api",
            "sitting": {
                "id": 2184,
                "date": "2026-01-20",
                "number": 597,
                "branch": "C"
            },
            "number": 164,
            "title": "ARTICOLO 16 - Votazione Articolo 16 ",
            "original_title": "Votazione Articolo 16 ",
            "description_title": "ARTICOLO 16",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 3,
            "n_margin": 76,
            "majority_cohesion_rate": 62.4,
            "minority_cohesion_rate": 68.15
        },
        {
            "id": 42084,
            "slug": "vs19_597_068",
            "identifier": "vs19_597_068",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_597_068/?format=api",
            "sitting": {
                "id": 2184,
                "date": "2026-01-20",
                "number": 597,
                "branch": "C"
            },
            "number": 68,
            "title": "ART AGG 4.03 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "ART AGG 4.03",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 26,
            "majority_cohesion_rate": 63.64,
            "minority_cohesion_rate": 67.52
        },
        {
            "id": 42083,
            "slug": "vs19_597_067",
            "identifier": "vs19_597_067",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_597_067/?format=api",
            "sitting": {
                "id": 2184,
                "date": "2026-01-20",
                "number": 597,
                "branch": "C"
            },
            "number": 67,
            "title": "EM 4.7 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 4.7",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 32,
            "majority_cohesion_rate": 62.81,
            "minority_cohesion_rate": 63.06
        },
        {
            "id": 42101,
            "slug": "vs19_597_085",
            "identifier": "vs19_597_085",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_597_085/?format=api",
            "sitting": {
                "id": 2184,
                "date": "2026-01-20",
                "number": 597,
                "branch": "C"
            },
            "number": 85,
            "title": "ART AGG 4.027 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "ART AGG 4.027",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 29,
            "majority_cohesion_rate": 62.81,
            "minority_cohesion_rate": 64.33
        },
        {
            "id": 42170,
            "slug": "vs19_597_172",
            "identifier": "vs19_597_172",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_597_172/?format=api",
            "sitting": {
                "id": 2184,
                "date": "2026-01-20",
                "number": 597,
                "branch": "C"
            },
            "number": 172,
            "title": "EM 18.2 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 18.2",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 28,
            "majority_cohesion_rate": 62.4,
            "minority_cohesion_rate": 63.06
        },
        {
            "id": 42081,
            "slug": "vs19_597_065",
            "identifier": "vs19_597_065",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_597_065/?format=api",
            "sitting": {
                "id": 2184,
                "date": "2026-01-20",
                "number": 597,
                "branch": "C"
            },
            "number": 65,
            "title": "EM 4.5 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 4.5",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 30,
            "majority_cohesion_rate": 63.22,
            "minority_cohesion_rate": 63.69
        },
        {
            "id": 42082,
            "slug": "vs19_597_066",
            "identifier": "vs19_597_066",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_597_066/?format=api",
            "sitting": {
                "id": 2184,
                "date": "2026-01-20",
                "number": 597,
                "branch": "C"
            },
            "number": 66,
            "title": "EM 4.6 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 4.6",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 29,
            "majority_cohesion_rate": 62.81,
            "minority_cohesion_rate": 61.15
        },
        {
            "id": 42102,
            "slug": "vs19_597_086",
            "identifier": "vs19_597_086",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_597_086/?format=api",
            "sitting": {
                "id": 2184,
                "date": "2026-01-20",
                "number": 597,
                "branch": "C"
            },
            "number": 86,
            "title": "ODG 9/2761/3 - Votazione Ordine del giorno 9/2761/3 ",
            "original_title": "Votazione Ordine del giorno 9/2761/3 ",
            "description_title": "ODG 9/2761/3",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 24,
            "majority_cohesion_rate": 60.33,
            "minority_cohesion_rate": 64.97
        },
        {
            "id": 42166,
            "slug": "vs19_597_167",
            "identifier": "vs19_597_167",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_597_167/?format=api",
            "sitting": {
                "id": 2184,
                "date": "2026-01-20",
                "number": 597,
                "branch": "C"
            },
            "number": 167,
            "title": "EM 17.3 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 17.3",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 26,
            "majority_cohesion_rate": 62.4,
            "minority_cohesion_rate": 65.61
        },
        {
            "id": 42167,
            "slug": "vs19_597_168",
            "identifier": "vs19_597_168",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_597_168/?format=api",
            "sitting": {
                "id": 2184,
                "date": "2026-01-20",
                "number": 597,
                "branch": "C"
            },
            "number": 168,
            "title": "EM 17.1000 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 17.1000",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 26,
            "majority_cohesion_rate": 61.98,
            "minority_cohesion_rate": 64.33
        },
        {
            "id": 42077,
            "slug": "vs19_597_061",
            "identifier": "vs19_597_061",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_597_061/?format=api",
            "sitting": {
                "id": 2184,
                "date": "2026-01-20",
                "number": 597,
                "branch": "C"
            },
            "number": 61,
            "title": "EM 3-BIS.24 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 3-BIS.24",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 29,
            "majority_cohesion_rate": 63.22,
            "minority_cohesion_rate": 62.42
        },
        {
            "id": 42078,
            "slug": "vs19_597_062",
            "identifier": "vs19_597_062",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_597_062/?format=api",
            "sitting": {
                "id": 2184,
                "date": "2026-01-20",
                "number": 597,
                "branch": "C"
            },
            "number": 62,
            "title": "EM 4.1 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 4.1",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 24,
            "majority_cohesion_rate": 63.22,
            "minority_cohesion_rate": 68.15
        },
        {
            "id": 42079,
            "slug": "vs19_597_063",
            "identifier": "vs19_597_063",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_597_063/?format=api",
            "sitting": {
                "id": 2184,
                "date": "2026-01-20",
                "number": 597,
                "branch": "C"
            },
            "number": 63,
            "title": "EM 4.3 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 4.3",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 25,
            "majority_cohesion_rate": 63.22,
            "minority_cohesion_rate": 68.79
        },
        {
            "id": 42169,
            "slug": "vs19_597_171",
            "identifier": "vs19_597_171",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_597_171/?format=api",
            "sitting": {
                "id": 2184,
                "date": "2026-01-20",
                "number": 597,
                "branch": "C"
            },
            "number": 171,
            "title": "EM 18.1 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 18.1",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 26,
            "majority_cohesion_rate": 63.64,
            "minority_cohesion_rate": 66.88
        },
        {
            "id": 42103,
            "slug": "vs19_597_087",
            "identifier": "vs19_597_087",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_597_087/?format=api",
            "sitting": {
                "id": 2184,
                "date": "2026-01-20",
                "number": 597,
                "branch": "C"
            },
            "number": 87,
            "title": "ODG 9/2761/4 - Votazione Ordine del giorno 9/2761/4 ",
            "original_title": "Votazione Ordine del giorno 9/2761/4 ",
            "description_title": "ODG 9/2761/4",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 23,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 65.61
        },
        {
            "id": 42075,
            "slug": "vs19_597_059",
            "identifier": "vs19_597_059",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_597_059/?format=api",
            "sitting": {
                "id": 2184,
                "date": "2026-01-20",
                "number": 597,
                "branch": "C"
            },
            "number": 59,
            "title": "EM 3-BIS.22 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 3-BIS.22",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 25,
            "majority_cohesion_rate": 63.22,
            "minority_cohesion_rate": 67.52
        },
        {
            "id": 42071,
            "slug": "vs19_597_055",
            "identifier": "vs19_597_055",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_597_055/?format=api",
            "sitting": {
                "id": 2184,
                "date": "2026-01-20",
                "number": 597,
                "branch": "C"
            },
            "number": 55,
            "title": "EM 3-BIS.18 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 3-BIS.18",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 27,
            "majority_cohesion_rate": 63.22,
            "minority_cohesion_rate": 64.33
        },
        {
            "id": 42061,
            "slug": "vs19_597_045",
            "identifier": "vs19_597_045",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_597_045/?format=api",
            "sitting": {
                "id": 2184,
                "date": "2026-01-20",
                "number": 597,
                "branch": "C"
            },
            "number": 45,
            "title": "EM 3-BIS.7 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 3-BIS.7",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 27,
            "majority_cohesion_rate": 63.22,
            "minority_cohesion_rate": 64.97
        },
        {
            "id": 42072,
            "slug": "vs19_597_056",
            "identifier": "vs19_597_056",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_597_056/?format=api",
            "sitting": {
                "id": 2184,
                "date": "2026-01-20",
                "number": 597,
                "branch": "C"
            },
            "number": 56,
            "title": "EM 3-BIS.19 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 3-BIS.19",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 27,
            "majority_cohesion_rate": 63.64,
            "minority_cohesion_rate": 65.61
        },
        {
            "id": 42152,
            "slug": "vs19_597_146",
            "identifier": "vs19_597_146",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_597_146/?format=api",
            "sitting": {
                "id": 2184,
                "date": "2026-01-20",
                "number": 597,
                "branch": "C"
            },
            "number": 146,
            "title": "EM 10.4 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 10.4",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 24,
            "majority_cohesion_rate": 61.16,
            "minority_cohesion_rate": 65.61
        },
        {
            "id": 42073,
            "slug": "vs19_597_057",
            "identifier": "vs19_597_057",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_597_057/?format=api",
            "sitting": {
                "id": 2184,
                "date": "2026-01-20",
                "number": 597,
                "branch": "C"
            },
            "number": 57,
            "title": "EM 3-BIS.20 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 3-BIS.20",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 23,
            "majority_cohesion_rate": 61.98,
            "minority_cohesion_rate": 68.15
        },
        {
            "id": 42153,
            "slug": "vs19_597_147",
            "identifier": "vs19_597_147",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_597_147/?format=api",
            "sitting": {
                "id": 2184,
                "date": "2026-01-20",
                "number": 597,
                "branch": "C"
            },
            "number": 147,
            "title": "EM 10.5 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 10.5",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 25,
            "majority_cohesion_rate": 62.81,
            "minority_cohesion_rate": 66.24
        },
        {
            "id": 42116,
            "slug": "vs19_597_102",
            "identifier": "vs19_597_102",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_597_102/?format=api",
            "sitting": {
                "id": 2184,
                "date": "2026-01-20",
                "number": 597,
                "branch": "C"
            },
            "number": 102,
            "title": "EM 2.1 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 2.1",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 5,
            "n_margin": 22,
            "majority_cohesion_rate": 56.61,
            "minority_cohesion_rate": 59.24
        },
        {
            "id": 42154,
            "slug": "vs19_597_150",
            "identifier": "vs19_597_150",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_597_150/?format=api",
            "sitting": {
                "id": 2184,
                "date": "2026-01-20",
                "number": 597,
                "branch": "C"
            },
            "number": 150,
            "title": "EM 12.1 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 12.1",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 24,
            "majority_cohesion_rate": 62.4,
            "minority_cohesion_rate": 66.88
        },
        {
            "id": 42172,
            "slug": "vs19_597_175",
            "identifier": "vs19_597_175",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_597_175/?format=api",
            "sitting": {
                "id": 2184,
                "date": "2026-01-20",
                "number": 597,
                "branch": "C"
            },
            "number": 175,
            "title": "EM 19.1 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 19.1",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 9,
            "n_margin": 23,
            "majority_cohesion_rate": 60.74,
            "minority_cohesion_rate": 63.69
        },
        {
            "id": 42015,
            "slug": "vs19_597_001",
            "identifier": "vs19_597_001",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_597_001/?format=api",
            "sitting": {
                "id": 2184,
                "date": "2026-01-20",
                "number": 597,
                "branch": "C"
            },
            "number": 1,
            "title": "DDL 2761 - QUEST PREGIUDIZ 1 E 2 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "DDL 2761 - QUEST PREGIUDIZ 1 E 2",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Questione pregiudiziale",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 41,
            "majority_cohesion_rate": 61.16,
            "minority_cohesion_rate": 53.5
        },
        {
            "id": 42016,
            "slug": "vs19_597_002",
            "identifier": "vs19_597_002",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_597_002/?format=api",
            "sitting": {
                "id": 2184,
                "date": "2026-01-20",
                "number": 597,
                "branch": "C"
            },
            "number": 2,
            "title": "DDL 2761 - ART PREM 01.01 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "DDL 2761 - ART PREM 01.01",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 31,
            "majority_cohesion_rate": 61.57,
            "minority_cohesion_rate": 57.32
        },
        {
            "id": 42155,
            "slug": "vs19_597_152",
            "identifier": "vs19_597_152",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_597_152/?format=api",
            "sitting": {
                "id": 2184,
                "date": "2026-01-20",
                "number": 597,
                "branch": "C"
            },
            "number": 152,
            "title": "EM 13.1 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 13.1",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 6,
            "n_margin": 23,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 64.33
        },
        {
            "id": 42074,
            "slug": "vs19_597_058",
            "identifier": "vs19_597_058",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_597_058/?format=api",
            "sitting": {
                "id": 2184,
                "date": "2026-01-20",
                "number": 597,
                "branch": "C"
            },
            "number": 58,
            "title": "EM 3-BIS.21 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 3-BIS.21",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 25,
            "majority_cohesion_rate": 62.81,
            "minority_cohesion_rate": 67.52
        },
        {
            "id": 42076,
            "slug": "vs19_597_060",
            "identifier": "vs19_597_060",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_597_060/?format=api",
            "sitting": {
                "id": 2184,
                "date": "2026-01-20",
                "number": 597,
                "branch": "C"
            },
            "number": 60,
            "title": "EM 3-BIS.23 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 3-BIS.23",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 29,
            "majority_cohesion_rate": 63.22,
            "minority_cohesion_rate": 61.78
        },
        {
            "id": 42104,
            "slug": "vs19_597_088",
            "identifier": "vs19_597_088",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_597_088/?format=api",
            "sitting": {
                "id": 2184,
                "date": "2026-01-20",
                "number": 597,
                "branch": "C"
            },
            "number": 88,
            "title": "ODG 9/2761/5 - Votazione Ordine del giorno 9/2761/5 ",
            "original_title": "Votazione Ordine del giorno 9/2761/5 ",
            "description_title": "ODG 9/2761/5",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 37,
            "majority_cohesion_rate": 60.74,
            "minority_cohesion_rate": 57.96
        },
        {
            "id": 42126,
            "slug": "vs19_597_114",
            "identifier": "vs19_597_114",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_597_114/?format=api",
            "sitting": {
                "id": 2184,
                "date": "2026-01-20",
                "number": 597,
                "branch": "C"
            },
            "number": 114,
            "title": "EM 4.1001 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 4.1001",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 24,
            "majority_cohesion_rate": 60.33,
            "minority_cohesion_rate": 64.33
        },
        {
            "id": 41990,
            "slug": "vs19_597_149",
            "identifier": "vs19_597_149",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_597_149/?format=api",
            "sitting": {
                "id": 2184,
                "date": "2026-01-20",
                "number": 597,
                "branch": "C"
            },
            "number": 149,
            "title": "ARTICOLO 11 - Votazione Articolo 11 ",
            "original_title": "Votazione Articolo 11 ",
            "description_title": "ARTICOLO 11",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 75,
            "majority_cohesion_rate": 61.98,
            "minority_cohesion_rate": 68.15
        },
        {
            "id": 42164,
            "slug": "vs19_597_165",
            "identifier": "vs19_597_165",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_597_165/?format=api",
            "sitting": {
                "id": 2184,
                "date": "2026-01-20",
                "number": 597,
                "branch": "C"
            },
            "number": 165,
            "title": "EM 17.1 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 17.1",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 3,
            "n_margin": 28,
            "majority_cohesion_rate": 61.57,
            "minority_cohesion_rate": 59.87
        },
        {
            "id": 42174,
            "slug": "vs19_597_177",
            "identifier": "vs19_597_177",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_597_177/?format=api",
            "sitting": {
                "id": 2184,
                "date": "2026-01-20",
                "number": 597,
                "branch": "C"
            },
            "number": 177,
            "title": "EM 19.3 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 19.3",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 26,
            "majority_cohesion_rate": 61.98,
            "minority_cohesion_rate": 64.33
        },
        {
            "id": 42055,
            "slug": "vs19_597_039",
            "identifier": "vs19_597_039",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_597_039/?format=api",
            "sitting": {
                "id": 2184,
                "date": "2026-01-20",
                "number": 597,
                "branch": "C"
            },
            "number": 39,
            "title": "EM 3-BIS.1 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 3-BIS.1",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 31,
            "majority_cohesion_rate": 63.22,
            "minority_cohesion_rate": 61.15
        },
        {
            "id": 42056,
            "slug": "vs19_597_040",
            "identifier": "vs19_597_040",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_597_040/?format=api",
            "sitting": {
                "id": 2184,
                "date": "2026-01-20",
                "number": 597,
                "branch": "C"
            },
            "number": 40,
            "title": "EM 3-BIS.2 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 3-BIS.2",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 28,
            "majority_cohesion_rate": 62.81,
            "minority_cohesion_rate": 63.69
        },
        {
            "id": 41994,
            "slug": "vs19_597_163",
            "identifier": "vs19_597_163",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_597_163/?format=api",
            "sitting": {
                "id": 2184,
                "date": "2026-01-20",
                "number": 597,
                "branch": "C"
            },
            "number": 163,
            "title": "ARTICOLO 15 - Votazione Articolo 15 ",
            "original_title": "Votazione Articolo 15 ",
            "description_title": "ARTICOLO 15",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 2,
            "n_margin": 74,
            "majority_cohesion_rate": 60.74,
            "minority_cohesion_rate": 68.79
        },
        {
            "id": 42051,
            "slug": "vs19_597_035",
            "identifier": "vs19_597_035",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_597_035/?format=api",
            "sitting": {
                "id": 2184,
                "date": "2026-01-20",
                "number": 597,
                "branch": "C"
            },
            "number": 35,
            "title": "ART AGG 3.02 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "ART AGG 3.02",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 29,
            "majority_cohesion_rate": 63.22,
            "minority_cohesion_rate": 61.78
        },
        {
            "id": 42050,
            "slug": "vs19_597_034",
            "identifier": "vs19_597_034",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_597_034/?format=api",
            "sitting": {
                "id": 2184,
                "date": "2026-01-20",
                "number": 597,
                "branch": "C"
            },
            "number": 34,
            "title": "ART AGG 3.01 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "ART AGG 3.01",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 23,
            "majority_cohesion_rate": 62.4,
            "minority_cohesion_rate": 68.79
        },
        {
            "id": 42127,
            "slug": "vs19_597_115",
            "identifier": "vs19_597_115",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_597_115/?format=api",
            "sitting": {
                "id": 2184,
                "date": "2026-01-20",
                "number": 597,
                "branch": "C"
            },
            "number": 115,
            "title": "EM 4.4 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 4.4",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 28,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 58.6
        },
        {
            "id": 42052,
            "slug": "vs19_597_036",
            "identifier": "vs19_597_036",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_597_036/?format=api",
            "sitting": {
                "id": 2184,
                "date": "2026-01-20",
                "number": 597,
                "branch": "C"
            },
            "number": 36,
            "title": "ART AGG 3.03 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "ART AGG 3.03",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 27,
            "majority_cohesion_rate": 63.22,
            "minority_cohesion_rate": 64.97
        }
    ]
}