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

{
    "count": 22927,
    "codelists": {
        "years": [
            {
                "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=416",
    "previous": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=date&page=414",
    "results": [
        {
            "id": 38757,
            "slug": "vs19_489_028",
            "identifier": "vs19_489_028",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_489_028/?format=api",
            "sitting": {
                "id": 2006,
                "date": "2025-06-03",
                "number": 489,
                "branch": "C"
            },
            "number": 28,
            "title": "Fiducia conversione decreto Pnrr sexies",
            "original_title": "Votazione ",
            "description_title": "Votazione fiducia A.C. 2420",
            "public_title": "Fiducia conversione decreto Pnrr sexies",
            "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": 45,
            "majority_cohesion_rate": 77.78,
            "minority_cohesion_rate": 61.78
        },
        {
            "id": 38761,
            "slug": "vs19_489_004",
            "identifier": "vs19_489_004",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_489_004/?format=api",
            "sitting": {
                "id": 2006,
                "date": "2025-06-03",
                "number": 489,
                "branch": "C"
            },
            "number": 4,
            "title": "ODG 9/2420/5 - Votazione Ordine del giorno 9/2420/5 ",
            "original_title": "Votazione Ordine del giorno 9/2420/5 ",
            "description_title": "ODG 9/2420/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": 27,
            "majority_cohesion_rate": 65.84,
            "minority_cohesion_rate": 68.15
        },
        {
            "id": 38760,
            "slug": "vs19_489_003",
            "identifier": "vs19_489_003",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_489_003/?format=api",
            "sitting": {
                "id": 2006,
                "date": "2025-06-03",
                "number": 489,
                "branch": "C"
            },
            "number": 3,
            "title": "ODG 9/2420/4 - Votazione Ordine del giorno 9/2420/4 ",
            "original_title": "Votazione Ordine del giorno 9/2420/4 ",
            "description_title": "ODG 9/2420/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": 1,
            "n_margin": 61,
            "majority_cohesion_rate": 65.02,
            "minority_cohesion_rate": 41.4
        },
        {
            "id": 38759,
            "slug": "vs19_489_002",
            "identifier": "vs19_489_002",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_489_002/?format=api",
            "sitting": {
                "id": 2006,
                "date": "2025-06-03",
                "number": 489,
                "branch": "C"
            },
            "number": 2,
            "title": "ODG 9/2420/3 - Votazione Ordine del giorno 9/2420/3 ",
            "original_title": "Votazione Ordine del giorno 9/2420/3 ",
            "description_title": "ODG 9/2420/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": 2,
            "n_margin": 30,
            "majority_cohesion_rate": 63.79,
            "minority_cohesion_rate": 61.78
        },
        {
            "id": 38762,
            "slug": "vs19_489_005",
            "identifier": "vs19_489_005",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_489_005/?format=api",
            "sitting": {
                "id": 2006,
                "date": "2025-06-03",
                "number": 489,
                "branch": "C"
            },
            "number": 5,
            "title": "ODG 9/2420/9 - Votazione Ordine del giorno 9/2420/9 ",
            "original_title": "Votazione Ordine del giorno 9/2420/9 ",
            "description_title": "ODG 9/2420/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": 30,
            "majority_cohesion_rate": 65.02,
            "minority_cohesion_rate": 63.06
        },
        {
            "id": 38764,
            "slug": "vs19_489_007",
            "identifier": "vs19_489_007",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_489_007/?format=api",
            "sitting": {
                "id": 2006,
                "date": "2025-06-03",
                "number": 489,
                "branch": "C"
            },
            "number": 7,
            "title": "ODG 9/2420/11 - Votazione Ordine del giorno 9/2420/11 ",
            "original_title": "Votazione Ordine del giorno 9/2420/11 ",
            "description_title": "ODG 9/2420/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": 2,
            "n_margin": 30,
            "majority_cohesion_rate": 65.43,
            "minority_cohesion_rate": 64.33
        },
        {
            "id": 38758,
            "slug": "vs19_489_001",
            "identifier": "vs19_489_001",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_489_001/?format=api",
            "sitting": {
                "id": 2006,
                "date": "2025-06-03",
                "number": 489,
                "branch": "C"
            },
            "number": 1,
            "title": "DDL 2420 - ODG N 2 - Votazione Ordine del giorno ",
            "original_title": "Votazione Ordine del giorno ",
            "description_title": "DDL 2420 - ODG N 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": 0,
            "n_margin": 29,
            "majority_cohesion_rate": 63.79,
            "minority_cohesion_rate": 62.42
        },
        {
            "id": 38771,
            "slug": "vs19_489_014",
            "identifier": "vs19_489_014",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_489_014/?format=api",
            "sitting": {
                "id": 2006,
                "date": "2025-06-03",
                "number": 489,
                "branch": "C"
            },
            "number": 14,
            "title": "ODG 9/2420/27 - Votazione Ordine del giorno 9/2420/27 ",
            "original_title": "Votazione Ordine del giorno 9/2420/27 ",
            "description_title": "ODG 9/2420/27",
            "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": 64.61,
            "minority_cohesion_rate": 66.24
        },
        {
            "id": 38756,
            "slug": "vs19_489_026",
            "identifier": "vs19_489_026",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_489_026/?format=api",
            "sitting": {
                "id": 2006,
                "date": "2025-06-03",
                "number": 489,
                "branch": "C"
            },
            "number": 26,
            "title": "Conversione decreto Pnrr sexies",
            "original_title": "Votazione finale ",
            "description_title": "DDL 2420 - VOTO FINALE",
            "public_title": "Conversione decreto Pnrr sexies",
            "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": 38,
            "majority_cohesion_rate": 63.79,
            "minority_cohesion_rate": 49.68
        },
        {
            "id": 38768,
            "slug": "vs19_489_011",
            "identifier": "vs19_489_011",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_489_011/?format=api",
            "sitting": {
                "id": 2006,
                "date": "2025-06-03",
                "number": 489,
                "branch": "C"
            },
            "number": 11,
            "title": "ODG 9/2420/19 - Votazione Ordine del giorno 9/2420/19 ",
            "original_title": "Votazione Ordine del giorno 9/2420/19 ",
            "description_title": "ODG 9/2420/19",
            "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": 28,
            "majority_cohesion_rate": 65.43,
            "minority_cohesion_rate": 66.88
        },
        {
            "id": 38775,
            "slug": "vs19_489_018",
            "identifier": "vs19_489_018",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_489_018/?format=api",
            "sitting": {
                "id": 2006,
                "date": "2025-06-03",
                "number": 489,
                "branch": "C"
            },
            "number": 18,
            "title": "ODG 9/2420/35 - Votazione Ordine del giorno 9/2420/35 ",
            "original_title": "Votazione Ordine del giorno 9/2420/35 ",
            "description_title": "ODG 9/2420/35",
            "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": 28,
            "majority_cohesion_rate": 65.43,
            "minority_cohesion_rate": 67.52
        },
        {
            "id": 38772,
            "slug": "vs19_489_015",
            "identifier": "vs19_489_015",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_489_015/?format=api",
            "sitting": {
                "id": 2006,
                "date": "2025-06-03",
                "number": 489,
                "branch": "C"
            },
            "number": 15,
            "title": "ODG 9/2420/28 - Votazione Ordine del giorno 9/2420/28 ",
            "original_title": "Votazione Ordine del giorno 9/2420/28 ",
            "description_title": "ODG 9/2420/28",
            "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": 64.61,
            "minority_cohesion_rate": 68.15
        },
        {
            "id": 38785,
            "slug": "19-312-1",
            "identifier": "19-312-1",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-312-1/?format=api",
            "sitting": {
                "id": 2007,
                "date": "2025-06-04",
                "number": 312,
                "branch": "S"
            },
            "number": 1,
            "title": "Fiducia conversione decreto sicurezza 2025",
            "original_title": "Disegno di legge n.1509. Votazione questione di fiducia.",
            "description_title": null,
            "public_title": "Fiducia conversione decreto sicurezza 2025",
            "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": 19,
            "majority_cohesion_rate": 91.6,
            "minority_cohesion_rate": 83.13
        },
        {
            "id": 38788,
            "slug": "vs19_490_002",
            "identifier": "vs19_490_002",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_490_002/?format=api",
            "sitting": {
                "id": 2009,
                "date": "2025-06-10",
                "number": 490,
                "branch": "C"
            },
            "number": 2,
            "title": "MOZ 1-447 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "MOZ 1-447",
            "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": 34,
            "majority_cohesion_rate": 73.36,
            "minority_cohesion_rate": 69.87
        },
        {
            "id": 38789,
            "slug": "vs19_490_003",
            "identifier": "vs19_490_003",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_490_003/?format=api",
            "sitting": {
                "id": 2009,
                "date": "2025-06-10",
                "number": 490,
                "branch": "C"
            },
            "number": 3,
            "title": "MOZ 1-449 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "MOZ 1-449",
            "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": 31,
            "majority_cohesion_rate": 72.95,
            "minority_cohesion_rate": 74.36
        },
        {
            "id": 38790,
            "slug": "vs19_490_004",
            "identifier": "vs19_490_004",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_490_004/?format=api",
            "sitting": {
                "id": 2009,
                "date": "2025-06-10",
                "number": 490,
                "branch": "C"
            },
            "number": 4,
            "title": "MOZ 1-451 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "MOZ 1-451",
            "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": 73.77,
            "minority_cohesion_rate": 75.0
        },
        {
            "id": 38791,
            "slug": "vs19_490_005",
            "identifier": "vs19_490_005",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_490_005/?format=api",
            "sitting": {
                "id": 2009,
                "date": "2025-06-10",
                "number": 490,
                "branch": "C"
            },
            "number": 5,
            "title": "MOZ 1-452 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "MOZ 1-452",
            "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": 73.36,
            "minority_cohesion_rate": 74.36
        },
        {
            "id": 38787,
            "slug": "vs19_490_001",
            "identifier": "vs19_490_001",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_490_001/?format=api",
            "sitting": {
                "id": 2009,
                "date": "2025-06-10",
                "number": 490,
                "branch": "C"
            },
            "number": 1,
            "title": "Conversione decreto esequie papa Francesco",
            "original_title": "Votazione finale ",
            "description_title": "DDL 2397 - VOTO FINALE",
            "public_title": "Conversione decreto esequie papa Francesco",
            "is_key_vote": false,
            "is_final": true,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Atto intero",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 146,
            "majority_cohesion_rate": 69.26,
            "minority_cohesion_rate": 79.62
        },
        {
            "id": 38919,
            "slug": "vs19_491_093",
            "identifier": "vs19_491_093",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_491_093/?format=api",
            "sitting": {
                "id": 2011,
                "date": "2025-06-11",
                "number": 491,
                "branch": "C"
            },
            "number": 93,
            "title": "EM 18.1, 18.1000 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 18.1, 18.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": 1,
            "n_margin": 29,
            "majority_cohesion_rate": 62.7,
            "minority_cohesion_rate": 61.54
        },
        {
            "id": 38949,
            "slug": "vs19_491_135",
            "identifier": "vs19_491_135",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_491_135/?format=api",
            "sitting": {
                "id": 2011,
                "date": "2025-06-11",
                "number": 491,
                "branch": "C"
            },
            "number": 135,
            "title": "ODG 9/2280/8 - Votazione Ordine del giorno 9/2280/8 ",
            "original_title": "Votazione Ordine del giorno 9/2280/8 ",
            "description_title": "ODG 9/2280/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": 1,
            "n_margin": 26,
            "majority_cohesion_rate": 61.48,
            "minority_cohesion_rate": 64.1
        },
        {
            "id": 38943,
            "slug": "vs19_491_127",
            "identifier": "vs19_491_127",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_491_127/?format=api",
            "sitting": {
                "id": 2011,
                "date": "2025-06-11",
                "number": 491,
                "branch": "C"
            },
            "number": 127,
            "title": "ART AGG 27.01 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "ART AGG 27.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": 1,
            "n_margin": 34,
            "majority_cohesion_rate": 63.11,
            "minority_cohesion_rate": 56.41
        },
        {
            "id": 38962,
            "slug": "vs19_491_149",
            "identifier": "vs19_491_149",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_491_149/?format=api",
            "sitting": {
                "id": 2011,
                "date": "2025-06-11",
                "number": 491,
                "branch": "C"
            },
            "number": 149,
            "title": "MOZ 1-448 CPV 8 DISP - Votazione ",
            "original_title": "Votazione ",
            "description_title": "MOZ 1-448 CPV 8 DISP",
            "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": 60.25,
            "minority_cohesion_rate": 61.54
        },
        {
            "id": 38961,
            "slug": "vs19_491_148",
            "identifier": "vs19_491_148",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_491_148/?format=api",
            "sitting": {
                "id": 2011,
                "date": "2025-06-11",
                "number": 491,
                "branch": "C"
            },
            "number": 148,
            "title": "MOZ 1-448 CPV 7 DISP - Votazione ",
            "original_title": "Votazione ",
            "description_title": "MOZ 1-448 CPV 7 DISP",
            "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": 32,
            "majority_cohesion_rate": 59.43,
            "minority_cohesion_rate": 57.69
        },
        {
            "id": 38955,
            "slug": "vs19_491_142",
            "identifier": "vs19_491_142",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_491_142/?format=api",
            "sitting": {
                "id": 2011,
                "date": "2025-06-11",
                "number": 491,
                "branch": "C"
            },
            "number": 142,
            "title": "MOZ 1-440 NO CPV 7 DISP - Votazione ",
            "original_title": "Votazione ",
            "description_title": "MOZ 1-440 NO CPV 7 DISP",
            "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": 21,
            "majority_cohesion_rate": 59.02,
            "minority_cohesion_rate": 66.03
        },
        {
            "id": 38952,
            "slug": "vs19_491_138",
            "identifier": "vs19_491_138",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_491_138/?format=api",
            "sitting": {
                "id": 2011,
                "date": "2025-06-11",
                "number": 491,
                "branch": "C"
            },
            "number": 138,
            "title": "ODG 9/2280/12 - Votazione Ordine del giorno 9/2280/12 ",
            "original_title": "Votazione Ordine del giorno 9/2280/12 ",
            "description_title": "ODG 9/2280/12",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 3,
            "n_margin": 29,
            "majority_cohesion_rate": 61.07,
            "minority_cohesion_rate": 60.26
        },
        {
            "id": 38951,
            "slug": "vs19_491_137",
            "identifier": "vs19_491_137",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_491_137/?format=api",
            "sitting": {
                "id": 2011,
                "date": "2025-06-11",
                "number": 491,
                "branch": "C"
            },
            "number": 137,
            "title": "ODG 9/2280/11 - Votazione Ordine del giorno 9/2280/11 ",
            "original_title": "Votazione Ordine del giorno 9/2280/11 ",
            "description_title": "ODG 9/2280/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": 1,
            "n_margin": 27,
            "majority_cohesion_rate": 60.66,
            "minority_cohesion_rate": 61.54
        },
        {
            "id": 38950,
            "slug": "vs19_491_136",
            "identifier": "vs19_491_136",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_491_136/?format=api",
            "sitting": {
                "id": 2011,
                "date": "2025-06-11",
                "number": 491,
                "branch": "C"
            },
            "number": 136,
            "title": "ODG 9/2280/9 - Votazione Ordine del giorno 9/2280/9 ",
            "original_title": "Votazione Ordine del giorno 9/2280/9 ",
            "description_title": "ODG 9/2280/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": 1,
            "n_margin": 55,
            "majority_cohesion_rate": 61.48,
            "minority_cohesion_rate": 38.46
        },
        {
            "id": 38948,
            "slug": "vs19_491_134",
            "identifier": "vs19_491_134",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_491_134/?format=api",
            "sitting": {
                "id": 2011,
                "date": "2025-06-11",
                "number": 491,
                "branch": "C"
            },
            "number": 134,
            "title": "ODG 9/2280/6 - Votazione Ordine del giorno 9/2280/6 ",
            "original_title": "Votazione Ordine del giorno 9/2280/6 ",
            "description_title": "ODG 9/2280/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": 24,
            "majority_cohesion_rate": 60.66,
            "minority_cohesion_rate": 64.74
        },
        {
            "id": 38947,
            "slug": "vs19_491_133",
            "identifier": "vs19_491_133",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_491_133/?format=api",
            "sitting": {
                "id": 2011,
                "date": "2025-06-11",
                "number": 491,
                "branch": "C"
            },
            "number": 133,
            "title": "ODG 9/2280/5 - Votazione Ordine del giorno 9/2280/5 ",
            "original_title": "Votazione Ordine del giorno 9/2280/5 ",
            "description_title": "ODG 9/2280/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": 27,
            "majority_cohesion_rate": 61.89,
            "minority_cohesion_rate": 63.46
        },
        {
            "id": 38826,
            "slug": "vs19_491_128",
            "identifier": "vs19_491_128",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_491_128/?format=api",
            "sitting": {
                "id": 2011,
                "date": "2025-06-11",
                "number": 491,
                "branch": "C"
            },
            "number": 128,
            "title": "ARTICOLO 28 - Votazione Articolo 28 ",
            "original_title": "Votazione Articolo 28 ",
            "description_title": "ARTICOLO 28",
            "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": 56,
            "majority_cohesion_rate": 61.07,
            "minority_cohesion_rate": 39.74
        },
        {
            "id": 38825,
            "slug": "vs19_491_126",
            "identifier": "vs19_491_126",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_491_126/?format=api",
            "sitting": {
                "id": 2011,
                "date": "2025-06-11",
                "number": 491,
                "branch": "C"
            },
            "number": 126,
            "title": "ARTICOLO 27 - Votazione Articolo 27 ",
            "original_title": "Votazione Articolo 27 ",
            "description_title": "ARTICOLO 27",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 7,
            "n_margin": 55,
            "majority_cohesion_rate": 61.07,
            "minority_cohesion_rate": 39.1
        },
        {
            "id": 38941,
            "slug": "vs19_491_124",
            "identifier": "vs19_491_124",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_491_124/?format=api",
            "sitting": {
                "id": 2011,
                "date": "2025-06-11",
                "number": 491,
                "branch": "C"
            },
            "number": 124,
            "title": "EM 27.1001 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 27.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": 5,
            "n_margin": 23,
            "majority_cohesion_rate": 57.79,
            "minority_cohesion_rate": 59.62
        },
        {
            "id": 38940,
            "slug": "vs19_491_123",
            "identifier": "vs19_491_123",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_491_123/?format=api",
            "sitting": {
                "id": 2011,
                "date": "2025-06-11",
                "number": 491,
                "branch": "C"
            },
            "number": 123,
            "title": "EM 27.1000 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 27.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": 1,
            "n_margin": 31,
            "majority_cohesion_rate": 61.07,
            "minority_cohesion_rate": 56.41
        },
        {
            "id": 38931,
            "slug": "vs19_491_113",
            "identifier": "vs19_491_113",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_491_113/?format=api",
            "sitting": {
                "id": 2011,
                "date": "2025-06-11",
                "number": 491,
                "branch": "C"
            },
            "number": 113,
            "title": "EM 26.1003 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 26.1003",
            "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": 57,
            "majority_cohesion_rate": 63.11,
            "minority_cohesion_rate": 43.59
        },
        {
            "id": 38930,
            "slug": "vs19_491_112",
            "identifier": "vs19_491_112",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_491_112/?format=api",
            "sitting": {
                "id": 2011,
                "date": "2025-06-11",
                "number": 491,
                "branch": "C"
            },
            "number": 112,
            "title": "EM 26.2 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 26.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": 58,
            "majority_cohesion_rate": 63.52,
            "minority_cohesion_rate": 41.67
        },
        {
            "id": 38928,
            "slug": "vs19_491_110",
            "identifier": "vs19_491_110",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_491_110/?format=api",
            "sitting": {
                "id": 2011,
                "date": "2025-06-11",
                "number": 491,
                "branch": "C"
            },
            "number": 110,
            "title": "EM 26.1010 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 26.1010",
            "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": 44,
            "majority_cohesion_rate": 64.34,
            "minority_cohesion_rate": 44.87
        },
        {
            "id": 38924,
            "slug": "vs19_491_105",
            "identifier": "vs19_491_105",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_491_105/?format=api",
            "sitting": {
                "id": 2011,
                "date": "2025-06-11",
                "number": 491,
                "branch": "C"
            },
            "number": 105,
            "title": "EM 25.3 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 25.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": 32,
            "majority_cohesion_rate": 62.7,
            "minority_cohesion_rate": 58.97
        },
        {
            "id": 38923,
            "slug": "vs19_491_104",
            "identifier": "vs19_491_104",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_491_104/?format=api",
            "sitting": {
                "id": 2011,
                "date": "2025-06-11",
                "number": 491,
                "branch": "C"
            },
            "number": 104,
            "title": "EM 25.2 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 25.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": 33,
            "majority_cohesion_rate": 63.93,
            "minority_cohesion_rate": 58.97
        },
        {
            "id": 38822,
            "slug": "vs19_491_102",
            "identifier": "vs19_491_102",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_491_102/?format=api",
            "sitting": {
                "id": 2011,
                "date": "2025-06-11",
                "number": 491,
                "branch": "C"
            },
            "number": 102,
            "title": "ARTICOLO 24 - Votazione Articolo 24 ",
            "original_title": "Votazione Articolo 24 ",
            "description_title": "ARTICOLO 24",
            "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": 60,
            "majority_cohesion_rate": 63.93,
            "minority_cohesion_rate": 42.95
        },
        {
            "id": 38821,
            "slug": "vs19_491_100",
            "identifier": "vs19_491_100",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_491_100/?format=api",
            "sitting": {
                "id": 2011,
                "date": "2025-06-11",
                "number": 491,
                "branch": "C"
            },
            "number": 100,
            "title": "ARTICOLO 23 - Votazione Articolo 23 ",
            "original_title": "Votazione Articolo 23 ",
            "description_title": "ARTICOLO 23",
            "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": 60,
            "majority_cohesion_rate": 63.52,
            "minority_cohesion_rate": 42.31
        },
        {
            "id": 38820,
            "slug": "vs19_491_099",
            "identifier": "vs19_491_099",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_491_099/?format=api",
            "sitting": {
                "id": 2011,
                "date": "2025-06-11",
                "number": 491,
                "branch": "C"
            },
            "number": 99,
            "title": "ARTICOLO 22 - Votazione Articolo 22 ",
            "original_title": "Votazione Articolo 22 ",
            "description_title": "ARTICOLO 22",
            "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": 59,
            "majority_cohesion_rate": 63.11,
            "minority_cohesion_rate": 43.59
        },
        {
            "id": 38920,
            "slug": "vs19_491_098",
            "identifier": "vs19_491_098",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_491_098/?format=api",
            "sitting": {
                "id": 2011,
                "date": "2025-06-11",
                "number": 491,
                "branch": "C"
            },
            "number": 98,
            "title": "EM 22.1 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 22.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": 26,
            "majority_cohesion_rate": 62.3,
            "minority_cohesion_rate": 62.82
        },
        {
            "id": 38823,
            "slug": "vs19_491_106",
            "identifier": "vs19_491_106",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_491_106/?format=api",
            "sitting": {
                "id": 2011,
                "date": "2025-06-11",
                "number": 491,
                "branch": "C"
            },
            "number": 106,
            "title": "ARTICOLO 25 - Votazione Articolo 25 ",
            "original_title": "Votazione Articolo 25 ",
            "description_title": "ARTICOLO 25",
            "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": 60,
            "majority_cohesion_rate": 63.93,
            "minority_cohesion_rate": 42.95
        },
        {
            "id": 38944,
            "slug": "vs19_491_130",
            "identifier": "vs19_491_130",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_491_130/?format=api",
            "sitting": {
                "id": 2011,
                "date": "2025-06-11",
                "number": 491,
                "branch": "C"
            },
            "number": 130,
            "title": "ODG 9/2280/2 - Votazione Ordine del giorno 9/2280/2 ",
            "original_title": "Votazione Ordine del giorno 9/2280/2 ",
            "description_title": "ODG 9/2280/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": 0,
            "n_margin": 32,
            "majority_cohesion_rate": 58.2,
            "minority_cohesion_rate": 53.21
        },
        {
            "id": 38827,
            "slug": "vs19_491_129",
            "identifier": "vs19_491_129",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_491_129/?format=api",
            "sitting": {
                "id": 2011,
                "date": "2025-06-11",
                "number": 491,
                "branch": "C"
            },
            "number": 129,
            "title": "ARTICOLO 29 - Votazione Articolo 29 ",
            "original_title": "Votazione Articolo 29 ",
            "description_title": "ARTICOLO 29",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 82,
            "majority_cohesion_rate": 62.7,
            "minority_cohesion_rate": 33.97
        },
        {
            "id": 38959,
            "slug": "vs19_491_146",
            "identifier": "vs19_491_146",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_491_146/?format=api",
            "sitting": {
                "id": 2011,
                "date": "2025-06-11",
                "number": 491,
                "branch": "C"
            },
            "number": 146,
            "title": "MOZ 1-448 CPV 5 DISP - Votazione ",
            "original_title": "Votazione ",
            "description_title": "MOZ 1-448 CPV 5 DISP",
            "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": 30,
            "majority_cohesion_rate": 60.66,
            "minority_cohesion_rate": 58.97
        },
        {
            "id": 38958,
            "slug": "vs19_491_145",
            "identifier": "vs19_491_145",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_491_145/?format=api",
            "sitting": {
                "id": 2011,
                "date": "2025-06-11",
                "number": 491,
                "branch": "C"
            },
            "number": 145,
            "title": "MOZ 1-448 CPV 4 DISP - Votazione ",
            "original_title": "Votazione ",
            "description_title": "MOZ 1-448 CPV 4 DISP",
            "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": 59.84,
            "minority_cohesion_rate": 59.62
        },
        {
            "id": 38869,
            "slug": "vs19_491_033",
            "identifier": "vs19_491_033",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_491_033/?format=api",
            "sitting": {
                "id": 2011,
                "date": "2025-06-11",
                "number": 491,
                "branch": "C"
            },
            "number": 33,
            "title": "EM 8.4, 8.1000 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 8.4, 8.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": 2,
            "n_margin": 24,
            "majority_cohesion_rate": 62.7,
            "minority_cohesion_rate": 67.95
        },
        {
            "id": 38862,
            "slug": "vs19_491_022",
            "identifier": "vs19_491_022",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_491_022/?format=api",
            "sitting": {
                "id": 2011,
                "date": "2025-06-11",
                "number": 491,
                "branch": "C"
            },
            "number": 22,
            "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": 5,
            "n_margin": 25,
            "majority_cohesion_rate": 61.07,
            "minority_cohesion_rate": 64.74
        },
        {
            "id": 38854,
            "slug": "vs19_491_011",
            "identifier": "vs19_491_011",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_491_011/?format=api",
            "sitting": {
                "id": 2011,
                "date": "2025-06-11",
                "number": 491,
                "branch": "C"
            },
            "number": 11,
            "title": "EM 1.5 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 1.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": 2,
            "n_margin": 25,
            "majority_cohesion_rate": 59.84,
            "minority_cohesion_rate": 62.82
        }
    ]
}