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

{
    "count": 22537,
    "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=16",
    "previous": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=-date&page=14",
    "results": [
        {
            "id": 39913,
            "slug": "vs19_516_010",
            "identifier": "vs19_516_010",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_516_010/?format=api",
            "sitting": {
                "id": 2054,
                "date": "2025-07-23",
                "number": 516,
                "branch": "C"
            },
            "number": 10,
            "title": "ODG 9/DOC VIII, N 6/20 - Votazione Ordine del giorno 9/DOC VIII, N 6/20 ",
            "original_title": "Votazione Ordine del giorno 9/DOC VIII, N 6/20 ",
            "description_title": "ODG 9/DOC VIII, N 6/20",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 4,
            "n_margin": 127,
            "majority_cohesion_rate": 58.61,
            "minority_cohesion_rate": 73.25
        },
        {
            "id": 39914,
            "slug": "vs19_516_011",
            "identifier": "vs19_516_011",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_516_011/?format=api",
            "sitting": {
                "id": 2054,
                "date": "2025-07-23",
                "number": 516,
                "branch": "C"
            },
            "number": 11,
            "title": "ODG 9/DOC VIII, N 6/22 - Votazione Ordine del giorno 9/DOC VIII, N 6/22 ",
            "original_title": "Votazione Ordine del giorno 9/DOC VIII, N 6/22 ",
            "description_title": "ODG 9/DOC VIII, N 6/22",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 4,
            "n_margin": 53,
            "majority_cohesion_rate": 61.07,
            "minority_cohesion_rate": 36.31
        },
        {
            "id": 39915,
            "slug": "vs19_516_012",
            "identifier": "vs19_516_012",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_516_012/?format=api",
            "sitting": {
                "id": 2054,
                "date": "2025-07-23",
                "number": 516,
                "branch": "C"
            },
            "number": 12,
            "title": "ODG 9/DOC VIII, N 6/29 - Votazione Ordine del giorno 9/DOC VIII, N 6/29 ",
            "original_title": "Votazione Ordine del giorno 9/DOC VIII, N 6/29 ",
            "description_title": "ODG 9/DOC VIII, N 6/29",
            "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": 37,
            "majority_cohesion_rate": 62.3,
            "minority_cohesion_rate": 59.87
        },
        {
            "id": 39905,
            "slug": "vs19_516_001",
            "identifier": "vs19_516_001",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_516_001/?format=api",
            "sitting": {
                "id": 2054,
                "date": "2025-07-23",
                "number": 516,
                "branch": "C"
            },
            "number": 1,
            "title": "TU 1091-1240-A - EM 1.3 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "TU 1091-1240-A - EM 1.3",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 25,
            "majority_cohesion_rate": 55.33,
            "minority_cohesion_rate": 59.87
        },
        {
            "id": 39912,
            "slug": "vs19_516_009",
            "identifier": "vs19_516_009",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_516_009/?format=api",
            "sitting": {
                "id": 2054,
                "date": "2025-07-23",
                "number": 516,
                "branch": "C"
            },
            "number": 9,
            "title": "ODG 9/DOC VIII, N 6/19 - Votazione Ordine del giorno 9/DOC VIII, N 6/19 ",
            "original_title": "Votazione Ordine del giorno 9/DOC VIII, N 6/19 ",
            "description_title": "ODG 9/DOC VIII, N 6/19",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 4,
            "n_margin": 99,
            "majority_cohesion_rate": 42.62,
            "minority_cohesion_rate": 64.97
        },
        {
            "id": 39906,
            "slug": "vs19_516_002",
            "identifier": "vs19_516_002",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_516_002/?format=api",
            "sitting": {
                "id": 2054,
                "date": "2025-07-23",
                "number": 516,
                "branch": "C"
            },
            "number": 2,
            "title": "EM 1.4 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 1.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": 22,
            "majority_cohesion_rate": 58.61,
            "minority_cohesion_rate": 63.69
        },
        {
            "id": 39902,
            "slug": "19-332-3",
            "identifier": "19-332-3",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-332-3/?format=api",
            "sitting": {
                "id": 2052,
                "date": "2025-07-23",
                "number": 332,
                "branch": "S"
            },
            "number": 3,
            "title": "D-l 92/2025 - Sostegno comparti produttivi - Votazione questione pregiudiziale",
            "original_title": "Votazione questione pregiudiziale",
            "description_title": "D-l 92/2025 - Sostegno comparti produttivi",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Questione pregiudiziale",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 20,
            "majority_cohesion_rate": 68.91,
            "minority_cohesion_rate": 53.01
        },
        {
            "id": 39900,
            "slug": "19-332-4",
            "identifier": "19-332-4",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-332-4/?format=api",
            "sitting": {
                "id": 2052,
                "date": "2025-07-23",
                "number": 332,
                "branch": "S"
            },
            "number": 4,
            "title": "Fiducia conversione decreto ex Ilva ter",
            "original_title": "DDL. n. 1561. Votazione questione di fiducia",
            "description_title": null,
            "public_title": "Fiducia conversione decreto ex Ilva ter",
            "is_key_vote": true,
            "is_final": false,
            "is_confidence": true,
            "is_secret": false,
            "sub_vote_type": "Atto intero",
            "outcome": "Approvata",
            "n_rebels": 2,
            "n_margin": 15,
            "majority_cohesion_rate": 82.35,
            "minority_cohesion_rate": 80.72
        },
        {
            "id": 39903,
            "slug": "19-332-1",
            "identifier": "19-332-1",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-332-1/?format=api",
            "sitting": {
                "id": 2052,
                "date": "2025-07-23",
                "number": 332,
                "branch": "S"
            },
            "number": 1,
            "title": "Legge sul femminicidio e contrasto alla violenza sulle donne",
            "original_title": "Votazione finale",
            "description_title": "Femminicidio e contrasto alla violenza sulle donne",
            "public_title": "Legge sul femminicidio e contrasto alla violenza sulle donne",
            "is_key_vote": true,
            "is_final": true,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Atto intero",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 80,
            "majority_cohesion_rate": 77.31,
            "minority_cohesion_rate": 83.13
        },
        {
            "id": 39901,
            "slug": "19-332-2",
            "identifier": "19-332-2",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-332-2/?format=api",
            "sitting": {
                "id": 2052,
                "date": "2025-07-23",
                "number": 332,
                "branch": "S"
            },
            "number": 2,
            "title": "Conversione decreto università, istruzione e salute",
            "original_title": "Votazione finale",
            "description_title": "d-l n. 90/2025 - Disposizioni urgenti in materia di università e ricerca, istruzione e salute",
            "public_title": "Conversione decreto università, istruzione e salute",
            "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": 9,
            "majority_cohesion_rate": 64.71,
            "minority_cohesion_rate": 71.08
        },
        {
            "id": 39907,
            "slug": "vs19_516_003",
            "identifier": "vs19_516_003",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_516_003/?format=api",
            "sitting": {
                "id": 2054,
                "date": "2025-07-23",
                "number": 516,
                "branch": "C"
            },
            "number": 3,
            "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": 0,
            "n_margin": 32,
            "majority_cohesion_rate": 60.66,
            "minority_cohesion_rate": 59.24
        },
        {
            "id": 39849,
            "slug": "vs19_515_008",
            "identifier": "vs19_515_008",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_515_008/?format=api",
            "sitting": {
                "id": 2051,
                "date": "2025-07-22",
                "number": 515,
                "branch": "C"
            },
            "number": 8,
            "title": "EM 1.18 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 1.18",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 16,
            "majority_cohesion_rate": 60.25,
            "minority_cohesion_rate": 75.16
        },
        {
            "id": 39851,
            "slug": "vs19_515_010",
            "identifier": "vs19_515_010",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_515_010/?format=api",
            "sitting": {
                "id": 2051,
                "date": "2025-07-22",
                "number": 515,
                "branch": "C"
            },
            "number": 10,
            "title": "EM 1.20 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 1.20",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 17,
            "majority_cohesion_rate": 61.07,
            "minority_cohesion_rate": 75.16
        },
        {
            "id": 39842,
            "slug": "vs19_515_001",
            "identifier": "vs19_515_001",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_515_001/?format=api",
            "sitting": {
                "id": 2051,
                "date": "2025-07-22",
                "number": 515,
                "branch": "C"
            },
            "number": 1,
            "title": "DDL 2460-A - EM 1.2 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "DDL 2460-A - EM 1.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": 32,
            "majority_cohesion_rate": 59.84,
            "minority_cohesion_rate": 60.51
        },
        {
            "id": 39899,
            "slug": "vs19_515_058",
            "identifier": "vs19_515_058",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_515_058/?format=api",
            "sitting": {
                "id": 2051,
                "date": "2025-07-22",
                "number": 515,
                "branch": "C"
            },
            "number": 58,
            "title": "ODG 9/2460-A/26 - Votazione Ordine del giorno 9/2460-A/26 ",
            "original_title": "Votazione Ordine del giorno 9/2460-A/26 ",
            "description_title": "ODG 9/2460-A/26",
            "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": 61.89,
            "minority_cohesion_rate": 68.79
        },
        {
            "id": 39843,
            "slug": "vs19_515_002",
            "identifier": "vs19_515_002",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_515_002/?format=api",
            "sitting": {
                "id": 2051,
                "date": "2025-07-22",
                "number": 515,
                "branch": "C"
            },
            "number": 2,
            "title": "EM 1.4 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 1.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": 34,
            "majority_cohesion_rate": 59.84,
            "minority_cohesion_rate": 61.15
        },
        {
            "id": 39889,
            "slug": "vs19_515_048",
            "identifier": "vs19_515_048",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_515_048/?format=api",
            "sitting": {
                "id": 2051,
                "date": "2025-07-22",
                "number": 515,
                "branch": "C"
            },
            "number": 48,
            "title": "ART AGG 12-TER.01000 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "ART AGG 12-TER.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": 121,
            "majority_cohesion_rate": 62.7,
            "minority_cohesion_rate": 64.33
        },
        {
            "id": 39891,
            "slug": "vs19_515_050",
            "identifier": "vs19_515_050",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_515_050/?format=api",
            "sitting": {
                "id": 2051,
                "date": "2025-07-22",
                "number": 515,
                "branch": "C"
            },
            "number": 50,
            "title": "EM 14.1 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 14.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": 28,
            "majority_cohesion_rate": 62.7,
            "minority_cohesion_rate": 63.06
        },
        {
            "id": 39846,
            "slug": "vs19_515_005",
            "identifier": "vs19_515_005",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_515_005/?format=api",
            "sitting": {
                "id": 2051,
                "date": "2025-07-22",
                "number": 515,
                "branch": "C"
            },
            "number": 5,
            "title": "EM 1.7 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 1.7",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 18,
            "majority_cohesion_rate": 59.84,
            "minority_cohesion_rate": 71.97
        },
        {
            "id": 39848,
            "slug": "vs19_515_007",
            "identifier": "vs19_515_007",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_515_007/?format=api",
            "sitting": {
                "id": 2051,
                "date": "2025-07-22",
                "number": 515,
                "branch": "C"
            },
            "number": 7,
            "title": "EM 1.17 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 1.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": 0,
            "n_margin": 20,
            "majority_cohesion_rate": 60.66,
            "minority_cohesion_rate": 70.7
        },
        {
            "id": 39847,
            "slug": "vs19_515_006",
            "identifier": "vs19_515_006",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_515_006/?format=api",
            "sitting": {
                "id": 2051,
                "date": "2025-07-22",
                "number": 515,
                "branch": "C"
            },
            "number": 6,
            "title": "EM 1.15 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 1.15",
            "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.25,
            "minority_cohesion_rate": 68.15
        },
        {
            "id": 39873,
            "slug": "vs19_515_032",
            "identifier": "vs19_515_032",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_515_032/?format=api",
            "sitting": {
                "id": 2051,
                "date": "2025-07-22",
                "number": 515,
                "branch": "C"
            },
            "number": 32,
            "title": "ART AGG 8.03, 8.04 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "ART AGG 8.03, 8.04",
            "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": 62.3,
            "minority_cohesion_rate": 70.06
        },
        {
            "id": 39880,
            "slug": "vs19_515_039",
            "identifier": "vs19_515_039",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_515_039/?format=api",
            "sitting": {
                "id": 2051,
                "date": "2025-07-22",
                "number": 515,
                "branch": "C"
            },
            "number": 39,
            "title": "ART AGG 8.042 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "ART AGG 8.042",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 26,
            "majority_cohesion_rate": 62.7,
            "minority_cohesion_rate": 70.06
        },
        {
            "id": 39876,
            "slug": "vs19_515_035",
            "identifier": "vs19_515_035",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_515_035/?format=api",
            "sitting": {
                "id": 2051,
                "date": "2025-07-22",
                "number": 515,
                "branch": "C"
            },
            "number": 35,
            "title": "ART AGG 8.018, 8.020 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "ART AGG 8.018, 8.020",
            "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": 61.89,
            "minority_cohesion_rate": 77.71
        },
        {
            "id": 39898,
            "slug": "vs19_515_057",
            "identifier": "vs19_515_057",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_515_057/?format=api",
            "sitting": {
                "id": 2051,
                "date": "2025-07-22",
                "number": 515,
                "branch": "C"
            },
            "number": 57,
            "title": "ODG 9/2460-A/24 - Votazione Ordine del giorno 9/2460-A/24 ",
            "original_title": "Votazione Ordine del giorno 9/2460-A/24 ",
            "description_title": "ODG 9/2460-A/24",
            "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": 20,
            "majority_cohesion_rate": 61.07,
            "minority_cohesion_rate": 70.06
        },
        {
            "id": 39853,
            "slug": "vs19_515_012",
            "identifier": "vs19_515_012",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_515_012/?format=api",
            "sitting": {
                "id": 2051,
                "date": "2025-07-22",
                "number": 515,
                "branch": "C"
            },
            "number": 12,
            "title": "ART AGG 1.01 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "ART AGG 1.01",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 23,
            "majority_cohesion_rate": 59.84,
            "minority_cohesion_rate": 69.43
        },
        {
            "id": 39881,
            "slug": "vs19_515_040",
            "identifier": "vs19_515_040",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_515_040/?format=api",
            "sitting": {
                "id": 2051,
                "date": "2025-07-22",
                "number": 515,
                "branch": "C"
            },
            "number": 40,
            "title": "EM 9.3 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 9.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": 18,
            "majority_cohesion_rate": 63.11,
            "minority_cohesion_rate": 76.43
        },
        {
            "id": 39894,
            "slug": "vs19_515_053",
            "identifier": "vs19_515_053",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_515_053/?format=api",
            "sitting": {
                "id": 2051,
                "date": "2025-07-22",
                "number": 515,
                "branch": "C"
            },
            "number": 53,
            "title": "ODG 9/2460-A/20 - Votazione Ordine del giorno 9/2460-A/20 ",
            "original_title": "Votazione Ordine del giorno 9/2460-A/20 ",
            "description_title": "ODG 9/2460-A/20",
            "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": 61.07,
            "minority_cohesion_rate": 68.15
        },
        {
            "id": 39893,
            "slug": "vs19_515_052",
            "identifier": "vs19_515_052",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_515_052/?format=api",
            "sitting": {
                "id": 2051,
                "date": "2025-07-22",
                "number": 515,
                "branch": "C"
            },
            "number": 52,
            "title": "ODG 9/2460-A/17 - Votazione Ordine del giorno 9/2460-A/17 ",
            "original_title": "Votazione Ordine del giorno 9/2460-A/17 ",
            "description_title": "ODG 9/2460-A/17",
            "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": 33,
            "majority_cohesion_rate": 58.2,
            "minority_cohesion_rate": 58.6
        },
        {
            "id": 39896,
            "slug": "vs19_515_055",
            "identifier": "vs19_515_055",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_515_055/?format=api",
            "sitting": {
                "id": 2051,
                "date": "2025-07-22",
                "number": 515,
                "branch": "C"
            },
            "number": 55,
            "title": "ODG 9/2460-A/22 - Votazione Ordine del giorno 9/2460-A/22 ",
            "original_title": "Votazione Ordine del giorno 9/2460-A/22 ",
            "description_title": "ODG 9/2460-A/22",
            "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": 61.89,
            "minority_cohesion_rate": 71.97
        },
        {
            "id": 39878,
            "slug": "vs19_515_037",
            "identifier": "vs19_515_037",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_515_037/?format=api",
            "sitting": {
                "id": 2051,
                "date": "2025-07-22",
                "number": 515,
                "branch": "C"
            },
            "number": 37,
            "title": "ART AGG 8.026 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "ART AGG 8.026",
            "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": 62.3,
            "minority_cohesion_rate": 77.71
        },
        {
            "id": 39879,
            "slug": "vs19_515_038",
            "identifier": "vs19_515_038",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_515_038/?format=api",
            "sitting": {
                "id": 2051,
                "date": "2025-07-22",
                "number": 515,
                "branch": "C"
            },
            "number": 38,
            "title": "ART AGG 8.027 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "ART AGG 8.027",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 15,
            "majority_cohesion_rate": 61.89,
            "minority_cohesion_rate": 78.34
        },
        {
            "id": 39897,
            "slug": "vs19_515_056",
            "identifier": "vs19_515_056",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_515_056/?format=api",
            "sitting": {
                "id": 2051,
                "date": "2025-07-22",
                "number": 515,
                "branch": "C"
            },
            "number": 56,
            "title": "ODG 9/2460-A/23 - Votazione Ordine del giorno 9/2460-A/23 ",
            "original_title": "Votazione Ordine del giorno 9/2460-A/23 ",
            "description_title": "ODG 9/2460-A/23",
            "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": 33,
            "majority_cohesion_rate": 63.11,
            "minority_cohesion_rate": 64.97
        },
        {
            "id": 39882,
            "slug": "vs19_515_041",
            "identifier": "vs19_515_041",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_515_041/?format=api",
            "sitting": {
                "id": 2051,
                "date": "2025-07-22",
                "number": 515,
                "branch": "C"
            },
            "number": 41,
            "title": "EM 10.1 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 10.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": 89,
            "majority_cohesion_rate": 62.3,
            "minority_cohesion_rate": 45.86
        },
        {
            "id": 39860,
            "slug": "vs19_515_019",
            "identifier": "vs19_515_019",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_515_019/?format=api",
            "sitting": {
                "id": 2051,
                "date": "2025-07-22",
                "number": 515,
                "branch": "C"
            },
            "number": 19,
            "title": "ART AGG 1.01003 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "ART AGG 1.01003",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 31,
            "majority_cohesion_rate": 63.93,
            "minority_cohesion_rate": 66.24
        },
        {
            "id": 39859,
            "slug": "vs19_515_018",
            "identifier": "vs19_515_018",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_515_018/?format=api",
            "sitting": {
                "id": 2051,
                "date": "2025-07-22",
                "number": 515,
                "branch": "C"
            },
            "number": 18,
            "title": "ART AGG 1.025 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "ART AGG 1.025",
            "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": 64.34,
            "minority_cohesion_rate": 67.52
        },
        {
            "id": 39861,
            "slug": "vs19_515_020",
            "identifier": "vs19_515_020",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_515_020/?format=api",
            "sitting": {
                "id": 2051,
                "date": "2025-07-22",
                "number": 515,
                "branch": "C"
            },
            "number": 20,
            "title": "ART AGG 1.028 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "ART AGG 1.028",
            "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": 62.7,
            "minority_cohesion_rate": 64.97
        },
        {
            "id": 39856,
            "slug": "vs19_515_015",
            "identifier": "vs19_515_015",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_515_015/?format=api",
            "sitting": {
                "id": 2051,
                "date": "2025-07-22",
                "number": 515,
                "branch": "C"
            },
            "number": 15,
            "title": "ART AGG 1.08 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "ART AGG 1.08",
            "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": 62.3,
            "minority_cohesion_rate": 72.61
        },
        {
            "id": 39857,
            "slug": "vs19_515_016",
            "identifier": "vs19_515_016",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_515_016/?format=api",
            "sitting": {
                "id": 2051,
                "date": "2025-07-22",
                "number": 515,
                "branch": "C"
            },
            "number": 16,
            "title": "ART AGG 1.09 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "ART AGG 1.09",
            "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": 62.3,
            "minority_cohesion_rate": 66.88
        },
        {
            "id": 39874,
            "slug": "vs19_515_033",
            "identifier": "vs19_515_033",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_515_033/?format=api",
            "sitting": {
                "id": 2051,
                "date": "2025-07-22",
                "number": 515,
                "branch": "C"
            },
            "number": 33,
            "title": "ART AGG 8.05, 8.06 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "ART AGG 8.05, 8.06",
            "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": 19,
            "majority_cohesion_rate": 61.89,
            "minority_cohesion_rate": 73.25
        },
        {
            "id": 39852,
            "slug": "vs19_515_011",
            "identifier": "vs19_515_011",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_515_011/?format=api",
            "sitting": {
                "id": 2051,
                "date": "2025-07-22",
                "number": 515,
                "branch": "C"
            },
            "number": 11,
            "title": "EM 1.21 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 1.21",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 17,
            "majority_cohesion_rate": 60.66,
            "minority_cohesion_rate": 74.52
        },
        {
            "id": 39844,
            "slug": "vs19_515_003",
            "identifier": "vs19_515_003",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_515_003/?format=api",
            "sitting": {
                "id": 2051,
                "date": "2025-07-22",
                "number": 515,
                "branch": "C"
            },
            "number": 3,
            "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": 0,
            "n_margin": 21,
            "majority_cohesion_rate": 59.02,
            "minority_cohesion_rate": 70.06
        },
        {
            "id": 39845,
            "slug": "vs19_515_004",
            "identifier": "vs19_515_004",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_515_004/?format=api",
            "sitting": {
                "id": 2051,
                "date": "2025-07-22",
                "number": 515,
                "branch": "C"
            },
            "number": 4,
            "title": "EM 1.6 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 1.6",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 19,
            "majority_cohesion_rate": 59.43,
            "minority_cohesion_rate": 70.7
        },
        {
            "id": 39884,
            "slug": "vs19_515_043",
            "identifier": "vs19_515_043",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_515_043/?format=api",
            "sitting": {
                "id": 2051,
                "date": "2025-07-22",
                "number": 515,
                "branch": "C"
            },
            "number": 43,
            "title": "EM 12-BIS.1000 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 12-BIS.1000",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 32,
            "majority_cohesion_rate": 62.7,
            "minority_cohesion_rate": 66.24
        },
        {
            "id": 39854,
            "slug": "vs19_515_013",
            "identifier": "vs19_515_013",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_515_013/?format=api",
            "sitting": {
                "id": 2051,
                "date": "2025-07-22",
                "number": 515,
                "branch": "C"
            },
            "number": 13,
            "title": "ART AGG 1.02 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "ART AGG 1.02",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 33,
            "majority_cohesion_rate": 62.3,
            "minority_cohesion_rate": 64.97
        },
        {
            "id": 39875,
            "slug": "vs19_515_034",
            "identifier": "vs19_515_034",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_515_034/?format=api",
            "sitting": {
                "id": 2051,
                "date": "2025-07-22",
                "number": 515,
                "branch": "C"
            },
            "number": 34,
            "title": "ART AGG 8.016, 8.014 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "ART AGG 8.016, 8.014",
            "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": 62.3,
            "minority_cohesion_rate": 77.07
        },
        {
            "id": 39869,
            "slug": "vs19_515_028",
            "identifier": "vs19_515_028",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_515_028/?format=api",
            "sitting": {
                "id": 2051,
                "date": "2025-07-22",
                "number": 515,
                "branch": "C"
            },
            "number": 28,
            "title": "EM 2.2 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 2.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": 33,
            "majority_cohesion_rate": 62.7,
            "minority_cohesion_rate": 64.97
        },
        {
            "id": 39870,
            "slug": "vs19_515_029",
            "identifier": "vs19_515_029",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_515_029/?format=api",
            "sitting": {
                "id": 2051,
                "date": "2025-07-22",
                "number": 515,
                "branch": "C"
            },
            "number": 29,
            "title": "EM 3.1 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 3.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": 34,
            "majority_cohesion_rate": 61.07,
            "minority_cohesion_rate": 63.06
        },
        {
            "id": 39867,
            "slug": "vs19_515_026",
            "identifier": "vs19_515_026",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_515_026/?format=api",
            "sitting": {
                "id": 2051,
                "date": "2025-07-22",
                "number": 515,
                "branch": "C"
            },
            "number": 26,
            "title": "EM 1-BIS.1000 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 1-BIS.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": 32,
            "majority_cohesion_rate": 63.11,
            "minority_cohesion_rate": 66.88
        },
        {
            "id": 39868,
            "slug": "vs19_515_027",
            "identifier": "vs19_515_027",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_515_027/?format=api",
            "sitting": {
                "id": 2051,
                "date": "2025-07-22",
                "number": 515,
                "branch": "C"
            },
            "number": 27,
            "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": 0,
            "n_margin": 29,
            "majority_cohesion_rate": 62.7,
            "minority_cohesion_rate": 67.52
        }
    ]
}