Returns all available votings, paged, filtered, sorted, ....
GET /api-openparlamento/v1/19/votings/?format=api&ordering=-date&page=2
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=3",
    "previous": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=-date",
    "results": [
        {
            "id": 42895,
            "slug": "vs19_625_006",
            "identifier": "vs19_625_006",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_625_006/?format=api",
            "sitting": {
                "id": 2213,
                "date": "2026-03-03",
                "number": 625,
                "branch": "C"
            },
            "number": 6,
            "title": "ARTICOLO 2 - Votazione Articolo 2 ",
            "original_title": "Votazione Articolo 2 ",
            "description_title": "ARTICOLO 2",
            "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": 14,
            "majority_cohesion_rate": 49.79,
            "minority_cohesion_rate": 59.87
        },
        {
            "id": 42906,
            "slug": "vs19_625_010",
            "identifier": "vs19_625_010",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_625_010/?format=api",
            "sitting": {
                "id": 2213,
                "date": "2026-03-03",
                "number": 625,
                "branch": "C"
            },
            "number": 10,
            "title": "ODG 9/2713-A/6 - Votazione Ordine del giorno 9/2713-A/6 ",
            "original_title": "Votazione Ordine del giorno 9/2713-A/6 ",
            "description_title": "ODG 9/2713-A/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": 0,
            "n_margin": 22,
            "majority_cohesion_rate": 52.67,
            "minority_cohesion_rate": 59.87
        },
        {
            "id": 42902,
            "slug": "vs19_625_004",
            "identifier": "vs19_625_004",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_625_004/?format=api",
            "sitting": {
                "id": 2213,
                "date": "2026-03-03",
                "number": 625,
                "branch": "C"
            },
            "number": 4,
            "title": "EM 1.300 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 1.300",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 103,
            "majority_cohesion_rate": 49.38,
            "minority_cohesion_rate": 57.32
        },
        {
            "id": 42903,
            "slug": "vs19_625_007",
            "identifier": "vs19_625_007",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_625_007/?format=api",
            "sitting": {
                "id": 2213,
                "date": "2026-03-03",
                "number": 625,
                "branch": "C"
            },
            "number": 7,
            "title": "ODG 9/2713-A/1 - Votazione Ordine del giorno 9/2713-A/1 ",
            "original_title": "Votazione Ordine del giorno 9/2713-A/1 ",
            "description_title": "ODG 9/2713-A/1",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 14,
            "majority_cohesion_rate": 49.38,
            "minority_cohesion_rate": 59.24
        },
        {
            "id": 42900,
            "slug": "vs19_625_002",
            "identifier": "vs19_625_002",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_625_002/?format=api",
            "sitting": {
                "id": 2213,
                "date": "2026-03-03",
                "number": 625,
                "branch": "C"
            },
            "number": 2,
            "title": "EM 1.36 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 1.36",
            "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": 16,
            "majority_cohesion_rate": 47.74,
            "minority_cohesion_rate": 55.41
        },
        {
            "id": 42897,
            "slug": "vs19_625_021",
            "identifier": "vs19_625_021",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_625_021/?format=api",
            "sitting": {
                "id": 2213,
                "date": "2026-03-03",
                "number": 625,
                "branch": "C"
            },
            "number": 21,
            "title": "ARTICOLO 2 - Votazione Articolo 2 ",
            "original_title": "Votazione Articolo 2 ",
            "description_title": "ARTICOLO 2",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 6,
            "n_margin": 115,
            "majority_cohesion_rate": 52.26,
            "minority_cohesion_rate": 70.06
        },
        {
            "id": 42910,
            "slug": "vs19_625_016",
            "identifier": "vs19_625_016",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_625_016/?format=api",
            "sitting": {
                "id": 2213,
                "date": "2026-03-03",
                "number": 625,
                "branch": "C"
            },
            "number": 16,
            "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": 6,
            "n_margin": 11,
            "majority_cohesion_rate": 50.62,
            "minority_cohesion_rate": 62.42
        },
        {
            "id": 42912,
            "slug": "vs19_625_018",
            "identifier": "vs19_625_018",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_625_018/?format=api",
            "sitting": {
                "id": 2213,
                "date": "2026-03-03",
                "number": 625,
                "branch": "C"
            },
            "number": 18,
            "title": "EM 2.3 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 2.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": 22,
            "majority_cohesion_rate": 54.32,
            "minority_cohesion_rate": 61.15
        },
        {
            "id": 42899,
            "slug": "vs19_625_001",
            "identifier": "vs19_625_001",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_625_001/?format=api",
            "sitting": {
                "id": 2213,
                "date": "2026-03-03",
                "number": 625,
                "branch": "C"
            },
            "number": 1,
            "title": "PDL 2713-A - EM 1.1 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "PDL 2713-A - EM 1.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": 15,
            "majority_cohesion_rate": 46.5,
            "minority_cohesion_rate": 54.14
        },
        {
            "id": 42913,
            "slug": "vs19_625_019",
            "identifier": "vs19_625_019",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_625_019/?format=api",
            "sitting": {
                "id": 2213,
                "date": "2026-03-03",
                "number": 625,
                "branch": "C"
            },
            "number": 19,
            "title": "EM 2.4 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 2.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": 0,
            "n_margin": 20,
            "majority_cohesion_rate": 53.5,
            "minority_cohesion_rate": 61.78
        },
        {
            "id": 42908,
            "slug": "vs19_625_012",
            "identifier": "vs19_625_012",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_625_012/?format=api",
            "sitting": {
                "id": 2213,
                "date": "2026-03-03",
                "number": 625,
                "branch": "C"
            },
            "number": 12,
            "title": "ODG 9/2713-A/9 - Votazione Ordine del giorno 9/2713-A/9 ",
            "original_title": "Votazione Ordine del giorno 9/2713-A/9 ",
            "description_title": "ODG 9/2713-A/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": 20,
            "majority_cohesion_rate": 52.67,
            "minority_cohesion_rate": 60.51
        },
        {
            "id": 42917,
            "slug": "vs19_625_026",
            "identifier": "vs19_625_026",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_625_026/?format=api",
            "sitting": {
                "id": 2213,
                "date": "2026-03-03",
                "number": 625,
                "branch": "C"
            },
            "number": 26,
            "title": "ART AGG 7.01000 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "ART AGG 7.01000",
            "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": 62,
            "majority_cohesion_rate": 52.67,
            "minority_cohesion_rate": 60.51
        },
        {
            "id": 42893,
            "slug": "vs19_625_024",
            "identifier": "vs19_625_024",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_625_024/?format=api",
            "sitting": {
                "id": 2213,
                "date": "2026-03-03",
                "number": 625,
                "branch": "C"
            },
            "number": 24,
            "title": "Modifiche alle norme in materia di disposizione delle spoglie mortali delle vittime di omicidio",
            "original_title": "Votazione finale ",
            "description_title": "PDL 2304 - VOTO FINALE",
            "public_title": "Modifiche alle norme in materia di disposizione delle spoglie mortali delle vittime di omicidio",
            "is_key_vote": false,
            "is_final": true,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Atto intero",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 118,
            "majority_cohesion_rate": 54.32,
            "minority_cohesion_rate": 66.88
        },
        {
            "id": 42907,
            "slug": "vs19_625_011",
            "identifier": "vs19_625_011",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_625_011/?format=api",
            "sitting": {
                "id": 2213,
                "date": "2026-03-03",
                "number": 625,
                "branch": "C"
            },
            "number": 11,
            "title": "ODG 9/2713-A/7 - Votazione Ordine del giorno 9/2713-A/7 ",
            "original_title": "Votazione Ordine del giorno 9/2713-A/7 ",
            "description_title": "ODG 9/2713-A/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": 16,
            "majority_cohesion_rate": 52.67,
            "minority_cohesion_rate": 63.06
        },
        {
            "id": 42905,
            "slug": "vs19_625_009",
            "identifier": "vs19_625_009",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_625_009/?format=api",
            "sitting": {
                "id": 2213,
                "date": "2026-03-03",
                "number": 625,
                "branch": "C"
            },
            "number": 9,
            "title": "ODG 9/2713-A/5 - Votazione Ordine del giorno 9/2713-A/5 ",
            "original_title": "Votazione Ordine del giorno 9/2713-A/5 ",
            "description_title": "ODG 9/2713-A/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": 1,
            "n_margin": 21,
            "majority_cohesion_rate": 52.26,
            "minority_cohesion_rate": 59.24
        },
        {
            "id": 42914,
            "slug": "vs19_625_020",
            "identifier": "vs19_625_020",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_625_020/?format=api",
            "sitting": {
                "id": 2213,
                "date": "2026-03-03",
                "number": 625,
                "branch": "C"
            },
            "number": 20,
            "title": "EM 2.5 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 2.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": 20,
            "majority_cohesion_rate": 54.73,
            "minority_cohesion_rate": 63.69
        },
        {
            "id": 42909,
            "slug": "vs19_625_014",
            "identifier": "vs19_625_014",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_625_014/?format=api",
            "sitting": {
                "id": 2213,
                "date": "2026-03-03",
                "number": 625,
                "branch": "C"
            },
            "number": 14,
            "title": "PDL 2304 - EM 1.1 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "PDL 2304 - EM 1.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": 16,
            "majority_cohesion_rate": 51.03,
            "minority_cohesion_rate": 59.87
        },
        {
            "id": 42915,
            "slug": "vs19_625_022",
            "identifier": "vs19_625_022",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_625_022/?format=api",
            "sitting": {
                "id": 2213,
                "date": "2026-03-03",
                "number": 625,
                "branch": "C"
            },
            "number": 22,
            "title": "ART AGG 2.01 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "ART AGG 2.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": 2,
            "n_margin": 16,
            "majority_cohesion_rate": 53.09,
            "minority_cohesion_rate": 62.42
        },
        {
            "id": 42896,
            "slug": "vs19_625_015",
            "identifier": "vs19_625_015",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_625_015/?format=api",
            "sitting": {
                "id": 2213,
                "date": "2026-03-03",
                "number": 625,
                "branch": "C"
            },
            "number": 15,
            "title": "ARTICOLO 1 - Votazione Articolo 1 ",
            "original_title": "Votazione Articolo 1 ",
            "description_title": "ARTICOLO 1",
            "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": 117,
            "majority_cohesion_rate": 53.09,
            "minority_cohesion_rate": 67.52
        },
        {
            "id": 42898,
            "slug": "vs19_625_023",
            "identifier": "vs19_625_023",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_625_023/?format=api",
            "sitting": {
                "id": 2213,
                "date": "2026-03-03",
                "number": 625,
                "branch": "C"
            },
            "number": 23,
            "title": "ARTICOLO 3 - Votazione Articolo 3 ",
            "original_title": "Votazione Articolo 3 ",
            "description_title": "ARTICOLO 3",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 4,
            "n_margin": 114,
            "majority_cohesion_rate": 51.85,
            "minority_cohesion_rate": 68.15
        },
        {
            "id": 42870,
            "slug": "19-393-1",
            "identifier": "19-393-1",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-393-1/?format=api",
            "sitting": {
                "id": 2210,
                "date": "2026-02-25",
                "number": 393,
                "branch": "S"
            },
            "number": 1,
            "title": "Fiducia conversione decreto proroga sostegno all'Ucraina ter",
            "original_title": "Disegno di legge n. 1793. Votazione questione di fiducia.",
            "description_title": null,
            "public_title": "Fiducia conversione decreto proroga sostegno all'Ucraina ter",
            "is_key_vote": true,
            "is_final": false,
            "is_confidence": true,
            "is_secret": false,
            "sub_vote_type": "Atto intero",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 24,
            "majority_cohesion_rate": 88.24,
            "minority_cohesion_rate": 68.67
        },
        {
            "id": 42871,
            "slug": "19-393-2",
            "identifier": "19-393-2",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-393-2/?format=api",
            "sitting": {
                "id": 2210,
                "date": "2026-02-25",
                "number": 393,
                "branch": "S"
            },
            "number": 2,
            "title": "Fiducia conversione decreto milleproroghe 2025",
            "original_title": "Disegno di legge n. 1812.  Votazione questione di fiducia.",
            "description_title": null,
            "public_title": "Fiducia conversione decreto milleproroghe 2025",
            "is_key_vote": true,
            "is_final": false,
            "is_confidence": true,
            "is_secret": false,
            "sub_vote_type": "Atto intero",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 21,
            "majority_cohesion_rate": 82.35,
            "minority_cohesion_rate": 65.06
        },
        {
            "id": 42888,
            "slug": "vs19_621_027",
            "identifier": "vs19_621_027",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_621_027/?format=api",
            "sitting": {
                "id": 2208,
                "date": "2026-02-24",
                "number": 621,
                "branch": "C"
            },
            "number": 27,
            "title": "ODG 9/1928 E ABB-A/R/11 - Votazione Ordine del giorno 9/1928 E ABB-A-R/11 ",
            "original_title": "Votazione Ordine del giorno 9/1928 E ABB-A-R/11 ",
            "description_title": "ODG 9/1928 E ABB-A/R/11",
            "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": 60.08,
            "minority_cohesion_rate": 60.51
        },
        {
            "id": 42880,
            "slug": "vs19_621_017",
            "identifier": "vs19_621_017",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_621_017/?format=api",
            "sitting": {
                "id": 2208,
                "date": "2026-02-24",
                "number": 621,
                "branch": "C"
            },
            "number": 17,
            "title": "EM 3.38 PARTE NON PRECLUSA - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 3.38 PARTE NON PRECLUSA",
            "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": 27,
            "majority_cohesion_rate": 60.91,
            "minority_cohesion_rate": 60.51
        },
        {
            "id": 42889,
            "slug": "vs19_621_028",
            "identifier": "vs19_621_028",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_621_028/?format=api",
            "sitting": {
                "id": 2208,
                "date": "2026-02-24",
                "number": 621,
                "branch": "C"
            },
            "number": 28,
            "title": "ODG 9/1928 E ABB-A/R/15 - Votazione Ordine del giorno 9/1928 E ABB-A-R/15 ",
            "original_title": "Votazione Ordine del giorno 9/1928 E ABB-A-R/15 ",
            "description_title": "ODG 9/1928 E ABB-A/R/15",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 27,
            "majority_cohesion_rate": 60.08,
            "minority_cohesion_rate": 58.6
        },
        {
            "id": 42878,
            "slug": "vs19_621_015",
            "identifier": "vs19_621_015",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_621_015/?format=api",
            "sitting": {
                "id": 2208,
                "date": "2026-02-24",
                "number": 621,
                "branch": "C"
            },
            "number": 15,
            "title": "EM 3.500 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 3.500",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Approvata",
            "n_rebels": 6,
            "n_margin": 120,
            "majority_cohesion_rate": 59.26,
            "minority_cohesion_rate": 63.69
        },
        {
            "id": 42877,
            "slug": "vs19_621_014",
            "identifier": "vs19_621_014",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_621_014/?format=api",
            "sitting": {
                "id": 2208,
                "date": "2026-02-24",
                "number": 621,
                "branch": "C"
            },
            "number": 14,
            "title": "EM 3.21 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 3.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": 1,
            "n_margin": 34,
            "majority_cohesion_rate": 60.49,
            "minority_cohesion_rate": 55.41
        },
        {
            "id": 42879,
            "slug": "vs19_621_016",
            "identifier": "vs19_621_016",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_621_016/?format=api",
            "sitting": {
                "id": 2208,
                "date": "2026-02-24",
                "number": 621,
                "branch": "C"
            },
            "number": 16,
            "title": "EM 3.32 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 3.32",
            "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": 25,
            "majority_cohesion_rate": 60.08,
            "minority_cohesion_rate": 61.78
        },
        {
            "id": 42890,
            "slug": "vs19_621_030",
            "identifier": "vs19_621_030",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_621_030/?format=api",
            "sitting": {
                "id": 2208,
                "date": "2026-02-24",
                "number": 621,
                "branch": "C"
            },
            "number": 30,
            "title": "PDL 2228 - EM 1.500 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "PDL 2228 - EM 1.500",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 9,
            "majority_cohesion_rate": 55.97,
            "minority_cohesion_rate": 73.25
        },
        {
            "id": 42875,
            "slug": "vs19_621_012",
            "identifier": "vs19_621_012",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_621_012/?format=api",
            "sitting": {
                "id": 2208,
                "date": "2026-02-24",
                "number": 621,
                "branch": "C"
            },
            "number": 12,
            "title": "EM 3.17 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 3.17",
            "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": 24,
            "majority_cohesion_rate": 60.08,
            "minority_cohesion_rate": 63.06
        },
        {
            "id": 42882,
            "slug": "vs19_621_019",
            "identifier": "vs19_621_019",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_621_019/?format=api",
            "sitting": {
                "id": 2208,
                "date": "2026-02-24",
                "number": 621,
                "branch": "C"
            },
            "number": 19,
            "title": "EM 3.54 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 3.54",
            "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": 61.73,
            "minority_cohesion_rate": 60.51
        },
        {
            "id": 42876,
            "slug": "vs19_621_013",
            "identifier": "vs19_621_013",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_621_013/?format=api",
            "sitting": {
                "id": 2208,
                "date": "2026-02-24",
                "number": 621,
                "branch": "C"
            },
            "number": 13,
            "title": "EM 3.67 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 3.67",
            "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": 61.32,
            "minority_cohesion_rate": 61.78
        },
        {
            "id": 42891,
            "slug": "vs19_621_031",
            "identifier": "vs19_621_031",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_621_031/?format=api",
            "sitting": {
                "id": 2208,
                "date": "2026-02-24",
                "number": 621,
                "branch": "C"
            },
            "number": 31,
            "title": "EM 2.500 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 2.500",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 12,
            "majority_cohesion_rate": 55.56,
            "minority_cohesion_rate": 69.43
        },
        {
            "id": 42867,
            "slug": "vs19_621_007",
            "identifier": "vs19_621_007",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_621_007/?format=api",
            "sitting": {
                "id": 2208,
                "date": "2026-02-24",
                "number": 621,
                "branch": "C"
            },
            "number": 7,
            "title": "ARTICOLO 3 - Votazione Articolo 3 ",
            "original_title": "Votazione Articolo 3 ",
            "description_title": "ARTICOLO 3",
            "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": 123,
            "majority_cohesion_rate": 60.08,
            "minority_cohesion_rate": 63.06
        },
        {
            "id": 42865,
            "slug": "vs19_621_005",
            "identifier": "vs19_621_005",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_621_005/?format=api",
            "sitting": {
                "id": 2208,
                "date": "2026-02-24",
                "number": 621,
                "branch": "C"
            },
            "number": 5,
            "title": "DDL 2605 - ARTICOLO 1 - Votazione Articolo 1 ",
            "original_title": "Votazione Articolo 1 ",
            "description_title": "DDL 2605 - ARTICOLO 1",
            "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": 124,
            "majority_cohesion_rate": 60.91,
            "minority_cohesion_rate": 64.33
        },
        {
            "id": 42868,
            "slug": "vs19_621_009",
            "identifier": "vs19_621_009",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_621_009/?format=api",
            "sitting": {
                "id": 2208,
                "date": "2026-02-24",
                "number": 621,
                "branch": "C"
            },
            "number": 9,
            "title": "TU PDL 1928 E ABB-A/R - ARTICOLO 1 - Votazione Articolo 1 ",
            "original_title": "Votazione Articolo 1 ",
            "description_title": "TU PDL 1928 E ABB-A/R - ARTICOLO 1",
            "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": 124,
            "majority_cohesion_rate": 61.32,
            "minority_cohesion_rate": 63.06
        },
        {
            "id": 42862,
            "slug": "vs19_621_001",
            "identifier": "vs19_621_001",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_621_001/?format=api",
            "sitting": {
                "id": 2208,
                "date": "2026-02-24",
                "number": 621,
                "branch": "C"
            },
            "number": 1,
            "title": "DDL 2370 - ARTICOLO 1 - Votazione Articolo 1 ",
            "original_title": "Votazione Articolo 1 ",
            "description_title": "DDL 2370 - ARTICOLO 1",
            "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": 119,
            "majority_cohesion_rate": 58.44,
            "minority_cohesion_rate": 60.51
        },
        {
            "id": 42861,
            "slug": "vs19_621_029",
            "identifier": "vs19_621_029",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_621_029/?format=api",
            "sitting": {
                "id": 2208,
                "date": "2026-02-24",
                "number": 621,
                "branch": "C"
            },
            "number": 29,
            "title": "Delega al Governo in materia di organizzazione, potenziamento e sviluppo tecnologico dei centri di elaborazione dati",
            "original_title": "Votazione finale ",
            "description_title": "TU PDL 1928 E ABB-A/R - VOTO FINALE",
            "public_title": "Delega al Governo in materia di organizzazione, potenziamento e sviluppo tecnologico dei centri di elaborazione dati",
            "is_key_vote": false,
            "is_final": true,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Atto intero",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 121,
            "majority_cohesion_rate": 60.08,
            "minority_cohesion_rate": 60.51
        },
        {
            "id": 42863,
            "slug": "vs19_621_002",
            "identifier": "vs19_621_002",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_621_002/?format=api",
            "sitting": {
                "id": 2208,
                "date": "2026-02-24",
                "number": 621,
                "branch": "C"
            },
            "number": 2,
            "title": "ARTICOLO 2 - Votazione Articolo 2 ",
            "original_title": "Votazione Articolo 2 ",
            "description_title": "ARTICOLO 2",
            "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": 117,
            "majority_cohesion_rate": 57.61,
            "minority_cohesion_rate": 59.87
        },
        {
            "id": 42869,
            "slug": "vs19_621_010",
            "identifier": "vs19_621_010",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_621_010/?format=api",
            "sitting": {
                "id": 2208,
                "date": "2026-02-24",
                "number": 621,
                "branch": "C"
            },
            "number": 10,
            "title": "ARTICOLO 2 - Votazione Articolo 2 ",
            "original_title": "Votazione Articolo 2 ",
            "description_title": "ARTICOLO 2",
            "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": 119,
            "majority_cohesion_rate": 58.44,
            "minority_cohesion_rate": 61.15
        },
        {
            "id": 42886,
            "slug": "vs19_621_025",
            "identifier": "vs19_621_025",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_621_025/?format=api",
            "sitting": {
                "id": 2208,
                "date": "2026-02-24",
                "number": 621,
                "branch": "C"
            },
            "number": 25,
            "title": "TU PDL 1928 E ABB-A/R - ODG 2 - Votazione Ordine del giorno ",
            "original_title": "Votazione Ordine del giorno ",
            "description_title": "TU PDL 1928 E ABB-A/R - ODG 2",
            "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": 59.67,
            "minority_cohesion_rate": 61.78
        },
        {
            "id": 42864,
            "slug": "vs19_621_003",
            "identifier": "vs19_621_003",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_621_003/?format=api",
            "sitting": {
                "id": 2208,
                "date": "2026-02-24",
                "number": 621,
                "branch": "C"
            },
            "number": 3,
            "title": "ARTICOLO 3 - Votazione Articolo 3 ",
            "original_title": "Votazione Articolo 3 ",
            "description_title": "ARTICOLO 3",
            "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": 118,
            "majority_cohesion_rate": 58.02,
            "minority_cohesion_rate": 59.87
        },
        {
            "id": 42866,
            "slug": "vs19_621_006",
            "identifier": "vs19_621_006",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_621_006/?format=api",
            "sitting": {
                "id": 2208,
                "date": "2026-02-24",
                "number": 621,
                "branch": "C"
            },
            "number": 6,
            "title": "ARTICOLO 2 - Votazione Articolo 2 ",
            "original_title": "Votazione Articolo 2 ",
            "description_title": "ARTICOLO 2",
            "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": 122,
            "majority_cohesion_rate": 59.67,
            "minority_cohesion_rate": 63.06
        },
        {
            "id": 42887,
            "slug": "vs19_621_026",
            "identifier": "vs19_621_026",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_621_026/?format=api",
            "sitting": {
                "id": 2208,
                "date": "2026-02-24",
                "number": 621,
                "branch": "C"
            },
            "number": 26,
            "title": "ODG 9/1928 E ABB-A/R/8 - Votazione Ordine del giorno 9/1928 E ABB-A-R/8 ",
            "original_title": "Votazione Ordine del giorno 9/1928 E ABB-A-R/8 ",
            "description_title": "ODG 9/1928 E ABB-A/R/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": 26,
            "majority_cohesion_rate": 60.91,
            "minority_cohesion_rate": 61.78
        },
        {
            "id": 42859,
            "slug": "vs19_621_004",
            "identifier": "vs19_621_004",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_621_004/?format=api",
            "sitting": {
                "id": 2208,
                "date": "2026-02-24",
                "number": 621,
                "branch": "C"
            },
            "number": 4,
            "title": "Modifica dell'intesa tra il Governo della Repubblica italiana e le Assemblee di Dio in Italia",
            "original_title": "Votazione finale ",
            "description_title": "DDL 2370 - VOTO FINALE",
            "public_title": "Modifica dell'intesa tra il Governo della Repubblica italiana e le Assemblee di Dio in Italia",
            "is_key_vote": false,
            "is_final": true,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Atto intero",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 124,
            "majority_cohesion_rate": 60.49,
            "minority_cohesion_rate": 64.33
        },
        {
            "id": 42872,
            "slug": "vs19_621_023",
            "identifier": "vs19_621_023",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_621_023/?format=api",
            "sitting": {
                "id": 2208,
                "date": "2026-02-24",
                "number": 621,
                "branch": "C"
            },
            "number": 23,
            "title": "ARTICOLO 3 - Votazione Articolo 3 ",
            "original_title": "Votazione Articolo 3 ",
            "description_title": "ARTICOLO 3",
            "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": 122,
            "majority_cohesion_rate": 61.32,
            "minority_cohesion_rate": 60.51
        },
        {
            "id": 42883,
            "slug": "vs19_621_020",
            "identifier": "vs19_621_020",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_621_020/?format=api",
            "sitting": {
                "id": 2208,
                "date": "2026-02-24",
                "number": 621,
                "branch": "C"
            },
            "number": 20,
            "title": "EM 3.60 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 3.60",
            "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": 32,
            "majority_cohesion_rate": 60.91,
            "minority_cohesion_rate": 57.32
        },
        {
            "id": 42885,
            "slug": "vs19_621_022",
            "identifier": "vs19_621_022",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_621_022/?format=api",
            "sitting": {
                "id": 2208,
                "date": "2026-02-24",
                "number": 621,
                "branch": "C"
            },
            "number": 22,
            "title": "EM 3.57 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 3.57",
            "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": 60.91,
            "minority_cohesion_rate": 63.06
        },
        {
            "id": 42873,
            "slug": "vs19_621_024",
            "identifier": "vs19_621_024",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_621_024/?format=api",
            "sitting": {
                "id": 2208,
                "date": "2026-02-24",
                "number": 621,
                "branch": "C"
            },
            "number": 24,
            "title": "ARTICOLO 4 - Votazione Articolo 4 ",
            "original_title": "Votazione Articolo 4 ",
            "description_title": "ARTICOLO 4",
            "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": 124,
            "majority_cohesion_rate": 61.32,
            "minority_cohesion_rate": 63.69
        },
        {
            "id": 42860,
            "slug": "vs19_621_008",
            "identifier": "vs19_621_008",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_621_008/?format=api",
            "sitting": {
                "id": 2208,
                "date": "2026-02-24",
                "number": 621,
                "branch": "C"
            },
            "number": 8,
            "title": "Modifiche dell’intesa tra il Governo della Repubblica italiana e la Tavola valdese",
            "original_title": "Votazione finale ",
            "description_title": "DDL 2605 - VOTO FINALE",
            "public_title": "Modifiche dell’intesa tra il Governo della Repubblica italiana e la Tavola valdese",
            "is_key_vote": false,
            "is_final": true,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Atto intero",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 124,
            "majority_cohesion_rate": 60.49,
            "minority_cohesion_rate": 63.69
        }
    ]
}