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

{
    "count": 22091,
    "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=majority_cohesion_rate&page=81",
    "previous": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=majority_cohesion_rate&page=79",
    "results": [
        {
            "id": 32371,
            "slug": "vs19_357_046",
            "identifier": "vs19_357_046",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_357_046/?format=api",
            "sitting": {
                "id": 1791,
                "date": "2024-10-01",
                "number": 357,
                "branch": "C"
            },
            "number": 46,
            "title": "Articolo 21 - Votazione Articolo 21 DDL n. 1532",
            "original_title": "Votazione Articolo 21 DDL n. 1532",
            "description_title": "Articolo 21",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 18,
            "majority_cohesion_rate": 60.58,
            "minority_cohesion_rate": 68.99
        },
        {
            "id": 32385,
            "slug": "vs19_357_045",
            "identifier": "vs19_357_045",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_357_045/?format=api",
            "sitting": {
                "id": 1791,
                "date": "2024-10-01",
                "number": 357,
                "branch": "C"
            },
            "number": 45,
            "title": "Articolo 20 - Votazione Articolo 20 DDL n. 1532",
            "original_title": "Votazione Articolo 20 DDL n. 1532",
            "description_title": "Articolo 20",
            "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": 20,
            "majority_cohesion_rate": 60.58,
            "minority_cohesion_rate": 68.35
        },
        {
            "id": 32357,
            "slug": "vs19_357_053",
            "identifier": "vs19_357_053",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_357_053/?format=api",
            "sitting": {
                "id": 1791,
                "date": "2024-10-01",
                "number": 357,
                "branch": "C"
            },
            "number": 53,
            "title": "Articolo 27 - Votazione Articolo 27 DDL n. 1532",
            "original_title": "Votazione Articolo 27 DDL n. 1532",
            "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": 1,
            "n_margin": 17,
            "majority_cohesion_rate": 60.58,
            "minority_cohesion_rate": 69.62
        },
        {
            "id": 32407,
            "slug": "vs19_357_029",
            "identifier": "vs19_357_029",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_357_029/?format=api",
            "sitting": {
                "id": 1791,
                "date": "2024-10-01",
                "number": 357,
                "branch": "C"
            },
            "number": 29,
            "title": "Articolo 13 - Votazione Articolo 13 DDL n. 1532",
            "original_title": "Votazione Articolo 13 DDL n. 1532",
            "description_title": "Articolo 13",
            "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": 17,
            "majority_cohesion_rate": 60.58,
            "minority_cohesion_rate": 69.62
        },
        {
            "id": 32358,
            "slug": "vs19_357_026",
            "identifier": "vs19_357_026",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_357_026/?format=api",
            "sitting": {
                "id": 1791,
                "date": "2024-10-01",
                "number": 357,
                "branch": "C"
            },
            "number": 26,
            "title": "Articolo 12 (Mantenimento) - Votazione Articolo 12 DDL n. 1532",
            "original_title": "Votazione Articolo 12 DDL n. 1532",
            "description_title": "Articolo 12 (Mantenimento)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 17,
            "majority_cohesion_rate": 60.58,
            "minority_cohesion_rate": 69.62
        },
        {
            "id": 39951,
            "slug": "vs19_517_025",
            "identifier": "vs19_517_025",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_517_025/?format=api",
            "sitting": {
                "id": 2056,
                "date": "2025-07-24",
                "number": 517,
                "branch": "C"
            },
            "number": 25,
            "title": "EM 9.1003 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 9.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": 23,
            "majority_cohesion_rate": 60.66,
            "minority_cohesion_rate": 65.61
        },
        {
            "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": 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": 38990,
            "slug": "vs19_495_005",
            "identifier": "vs19_495_005",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_495_005/?format=api",
            "sitting": {
                "id": 2017,
                "date": "2025-06-17",
                "number": 495,
                "branch": "C"
            },
            "number": 5,
            "title": "ODG 9/2448/6 - Votazione Ordine del giorno 9/2448/6 ",
            "original_title": "Votazione Ordine del giorno 9/2448/6 ",
            "description_title": "ODG 9/2448/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": 26,
            "majority_cohesion_rate": 60.66,
            "minority_cohesion_rate": 62.82
        },
        {
            "id": 39212,
            "slug": "vs19_498_183",
            "identifier": "vs19_498_183",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_498_183/?format=api",
            "sitting": {
                "id": 2023,
                "date": "2025-06-24",
                "number": 498,
                "branch": "C"
            },
            "number": 183,
            "title": "EM 26.3 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 26.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": 56,
            "majority_cohesion_rate": 60.66,
            "minority_cohesion_rate": 45.51
        },
        {
            "id": 39211,
            "slug": "vs19_498_182",
            "identifier": "vs19_498_182",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_498_182/?format=api",
            "sitting": {
                "id": 2023,
                "date": "2025-06-24",
                "number": 498,
                "branch": "C"
            },
            "number": 182,
            "title": "EM 26.1, 26.2 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 26.1, 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": 0,
            "n_margin": 58,
            "majority_cohesion_rate": 60.66,
            "minority_cohesion_rate": 44.87
        },
        {
            "id": 39208,
            "slug": "vs19_498_179",
            "identifier": "vs19_498_179",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_498_179/?format=api",
            "sitting": {
                "id": 2023,
                "date": "2025-06-24",
                "number": 498,
                "branch": "C"
            },
            "number": 179,
            "title": "ART AGG 25.06 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "ART AGG 25.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": 21,
            "majority_cohesion_rate": 60.66,
            "minority_cohesion_rate": 68.59
        },
        {
            "id": 39189,
            "slug": "vs19_498_157",
            "identifier": "vs19_498_157",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_498_157/?format=api",
            "sitting": {
                "id": 2023,
                "date": "2025-06-24",
                "number": 498,
                "branch": "C"
            },
            "number": 157,
            "title": "EM 19.9 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 19.9",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 24,
            "majority_cohesion_rate": 60.66,
            "minority_cohesion_rate": 65.38
        },
        {
            "id": 39042,
            "slug": "vs19_498_160",
            "identifier": "vs19_498_160",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_498_160/?format=api",
            "sitting": {
                "id": 2023,
                "date": "2025-06-24",
                "number": 498,
                "branch": "C"
            },
            "number": 160,
            "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": 1,
            "n_margin": 78,
            "majority_cohesion_rate": 60.66,
            "minority_cohesion_rate": 62.82
        },
        {
            "id": 39162,
            "slug": "vs19_498_126",
            "identifier": "vs19_498_126",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_498_126/?format=api",
            "sitting": {
                "id": 2023,
                "date": "2025-06-24",
                "number": 498,
                "branch": "C"
            },
            "number": 126,
            "title": "ART AGG 14.01 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "ART AGG 14.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": 5,
            "n_margin": 27,
            "majority_cohesion_rate": 60.66,
            "minority_cohesion_rate": 61.54
        },
        {
            "id": 39157,
            "slug": "vs19_498_119",
            "identifier": "vs19_498_119",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_498_119/?format=api",
            "sitting": {
                "id": 2023,
                "date": "2025-06-24",
                "number": 498,
                "branch": "C"
            },
            "number": 119,
            "title": "EM 13.6 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 13.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": 26,
            "majority_cohesion_rate": 60.66,
            "minority_cohesion_rate": 62.82
        },
        {
            "id": 39202,
            "slug": "vs19_498_172",
            "identifier": "vs19_498_172",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_498_172/?format=api",
            "sitting": {
                "id": 2023,
                "date": "2025-06-24",
                "number": 498,
                "branch": "C"
            },
            "number": 172,
            "title": "EM 25.14 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 25.14",
            "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": 60.66,
            "minority_cohesion_rate": 67.31
        },
        {
            "id": 39085,
            "slug": "vs19_498_039",
            "identifier": "vs19_498_039",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_498_039/?format=api",
            "sitting": {
                "id": 2023,
                "date": "2025-06-24",
                "number": 498,
                "branch": "C"
            },
            "number": 39,
            "title": "EM 5.3, 5.4 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 5.3, 5.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": 21,
            "majority_cohesion_rate": 60.66,
            "minority_cohesion_rate": 69.23
        },
        {
            "id": 39156,
            "slug": "vs19_498_118",
            "identifier": "vs19_498_118",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_498_118/?format=api",
            "sitting": {
                "id": 2023,
                "date": "2025-06-24",
                "number": 498,
                "branch": "C"
            },
            "number": 118,
            "title": "EM 13.5 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 13.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": 26,
            "majority_cohesion_rate": 60.66,
            "minority_cohesion_rate": 62.82
        },
        {
            "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": 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": 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": 38966,
            "slug": "vs19_491_153",
            "identifier": "vs19_491_153",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_491_153/?format=api",
            "sitting": {
                "id": 2011,
                "date": "2025-06-11",
                "number": 491,
                "branch": "C"
            },
            "number": 153,
            "title": "MOZ 1-448 CPV 13 DISP - Votazione ",
            "original_title": "Votazione ",
            "description_title": "MOZ 1-448 CPV 13 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": 0,
            "n_margin": 25,
            "majority_cohesion_rate": 60.66,
            "minority_cohesion_rate": 63.46
        },
        {
            "id": 38964,
            "slug": "vs19_491_151",
            "identifier": "vs19_491_151",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_491_151/?format=api",
            "sitting": {
                "id": 2011,
                "date": "2025-06-11",
                "number": 491,
                "branch": "C"
            },
            "number": 151,
            "title": "MOZ 1-448 CPV 10 DISP - Votazione ",
            "original_title": "Votazione ",
            "description_title": "MOZ 1-448 CPV 10 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": 0,
            "n_margin": 26,
            "majority_cohesion_rate": 60.66,
            "minority_cohesion_rate": 62.18
        },
        {
            "id": 38963,
            "slug": "vs19_491_150",
            "identifier": "vs19_491_150",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_491_150/?format=api",
            "sitting": {
                "id": 2011,
                "date": "2025-06-11",
                "number": 491,
                "branch": "C"
            },
            "number": 150,
            "title": "MOZ 1-448 CPV 9 DISP - Votazione ",
            "original_title": "Votazione ",
            "description_title": "MOZ 1-448 CPV 9 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": 0,
            "n_margin": 36,
            "majority_cohesion_rate": 60.66,
            "minority_cohesion_rate": 56.41
        },
        {
            "id": 38864,
            "slug": "vs19_491_024",
            "identifier": "vs19_491_024",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_491_024/?format=api",
            "sitting": {
                "id": 2011,
                "date": "2025-06-11",
                "number": 491,
                "branch": "C"
            },
            "number": 24,
            "title": "EM 4.5 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 4.5",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 54,
            "majority_cohesion_rate": 60.66,
            "minority_cohesion_rate": 44.23
        },
        {
            "id": 38861,
            "slug": "vs19_491_021",
            "identifier": "vs19_491_021",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_491_021/?format=api",
            "sitting": {
                "id": 2011,
                "date": "2025-06-11",
                "number": 491,
                "branch": "C"
            },
            "number": 21,
            "title": "EM 4.2 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 4.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": 2,
            "n_margin": 53,
            "majority_cohesion_rate": 60.66,
            "minority_cohesion_rate": 44.87
        },
        {
            "id": 38857,
            "slug": "vs19_491_014",
            "identifier": "vs19_491_014",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_491_014/?format=api",
            "sitting": {
                "id": 2011,
                "date": "2025-06-11",
                "number": 491,
                "branch": "C"
            },
            "number": 14,
            "title": "EM 1.1001 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 1.1001",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 37,
            "majority_cohesion_rate": 60.66,
            "minority_cohesion_rate": 48.72
        },
        {
            "id": 38855,
            "slug": "vs19_491_012",
            "identifier": "vs19_491_012",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_491_012/?format=api",
            "sitting": {
                "id": 2011,
                "date": "2025-06-11",
                "number": 491,
                "branch": "C"
            },
            "number": 12,
            "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": 23,
            "majority_cohesion_rate": 60.66,
            "minority_cohesion_rate": 66.67
        },
        {
            "id": 38853,
            "slug": "vs19_491_010",
            "identifier": "vs19_491_010",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_491_010/?format=api",
            "sitting": {
                "id": 2011,
                "date": "2025-06-11",
                "number": 491,
                "branch": "C"
            },
            "number": 10,
            "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": 2,
            "n_margin": 26,
            "majority_cohesion_rate": 60.66,
            "minority_cohesion_rate": 62.82
        },
        {
            "id": 40064,
            "slug": "vs19_521_007",
            "identifier": "vs19_521_007",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_521_007/?format=api",
            "sitting": {
                "id": 2063,
                "date": "2025-07-31",
                "number": 521,
                "branch": "C"
            },
            "number": 7,
            "title": "ODG 9/2527/13 - Votazione Ordine del giorno 9/2527/13 ",
            "original_title": "Votazione Ordine del giorno 9/2527/13 ",
            "description_title": "ODG 9/2527/13",
            "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": 60.66,
            "minority_cohesion_rate": 70.06
        },
        {
            "id": 39172,
            "slug": "vs19_498_137",
            "identifier": "vs19_498_137",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_498_137/?format=api",
            "sitting": {
                "id": 2023,
                "date": "2025-06-24",
                "number": 498,
                "branch": "C"
            },
            "number": 137,
            "title": "ART AGG 15.01, 15.02 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "ART AGG 15.01, 15.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": 2,
            "n_margin": 22,
            "majority_cohesion_rate": 60.66,
            "minority_cohesion_rate": 66.03
        },
        {
            "id": 39829,
            "slug": "vs19_512_018",
            "identifier": "vs19_512_018",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_512_018/?format=api",
            "sitting": {
                "id": 2047,
                "date": "2025-07-16",
                "number": 512,
                "branch": "C"
            },
            "number": 18,
            "title": "MOZ 1-444 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "MOZ 1-444",
            "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.66,
            "minority_cohesion_rate": 63.46
        },
        {
            "id": 39807,
            "slug": "vs19_511_008",
            "identifier": "vs19_511_008",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_511_008/?format=api",
            "sitting": {
                "id": 2044,
                "date": "2025-07-15",
                "number": 511,
                "branch": "C"
            },
            "number": 8,
            "title": "EM 1.1004 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 1.1004",
            "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": 69.87
        },
        {
            "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": 39773,
            "slug": "vs19_508_041",
            "identifier": "vs19_508_041",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_508_041/?format=api",
            "sitting": {
                "id": 2041,
                "date": "2025-07-10",
                "number": 508,
                "branch": "C"
            },
            "number": 41,
            "title": "ODG 9/2416-A/82 - Votazione Ordine del giorno 9/2416-A/82 ",
            "original_title": "Votazione Ordine del giorno 9/2416-A/82 ",
            "description_title": "ODG 9/2416-A/82",
            "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": 60.66,
            "minority_cohesion_rate": 53.85
        },
        {
            "id": 39799,
            "slug": "vs19_511_017",
            "identifier": "vs19_511_017",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_511_017/?format=api",
            "sitting": {
                "id": 2044,
                "date": "2025-07-15",
                "number": 511,
                "branch": "C"
            },
            "number": 17,
            "title": "ARTICOLO 4 - Votazione Articolo 4 ",
            "original_title": "Votazione Articolo 4 ",
            "description_title": "ARTICOLO 4",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 126,
            "majority_cohesion_rate": 60.66,
            "minority_cohesion_rate": 67.31
        },
        {
            "id": 39804,
            "slug": "vs19_511_005",
            "identifier": "vs19_511_005",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_511_005/?format=api",
            "sitting": {
                "id": 2044,
                "date": "2025-07-15",
                "number": 511,
                "branch": "C"
            },
            "number": 5,
            "title": "EM 1.5 PARTE NON ASSORBITA - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 1.5 PARTE NON ASSORBITA",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 30,
            "majority_cohesion_rate": 60.66,
            "minority_cohesion_rate": 60.26
        },
        {
            "id": 39790,
            "slug": "vs19_508_058",
            "identifier": "vs19_508_058",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_508_058/?format=api",
            "sitting": {
                "id": 2041,
                "date": "2025-07-10",
                "number": 508,
                "branch": "C"
            },
            "number": 58,
            "title": "ODG 9/2416-A/112 - Votazione Ordine del giorno 9/2416-A/112 ",
            "original_title": "Votazione Ordine del giorno 9/2416-A/112 ",
            "description_title": "ODG 9/2416-A/112",
            "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": 36,
            "majority_cohesion_rate": 60.66,
            "minority_cohesion_rate": 49.36
        },
        {
            "id": 39723,
            "slug": "vs19_506_025",
            "identifier": "vs19_506_025",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_506_025/?format=api",
            "sitting": {
                "id": 2037,
                "date": "2025-07-08",
                "number": 506,
                "branch": "C"
            },
            "number": 25,
            "title": "MOZ 1-469 2 CPV DISP - Votazione ",
            "original_title": "Votazione ",
            "description_title": "MOZ 1-469 2 CPV 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": 0,
            "n_margin": 27,
            "majority_cohesion_rate": 60.66,
            "minority_cohesion_rate": 68.59
        },
        {
            "id": 31897,
            "slug": "vs19_345_081",
            "identifier": "vs19_345_081",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_345_081/?format=api",
            "sitting": {
                "id": 1771,
                "date": "2024-09-12",
                "number": 345,
                "branch": "C"
            },
            "number": 81,
            "title": "Articolo 19 - Votazione Articolo 19 DDL n. 1660",
            "original_title": "Votazione Articolo 19 DDL n. 1660",
            "description_title": "Articolo 19",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 4,
            "n_margin": 20,
            "majority_cohesion_rate": 60.67,
            "minority_cohesion_rate": 63.12
        },
        {
            "id": 33085,
            "slug": "19-241-35",
            "identifier": "19-241-35",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-241-35/?format=api",
            "sitting": {
                "id": 1819,
                "date": "2024-11-11",
                "number": 241,
                "branch": "S"
            },
            "number": 35,
            "title": "Ordinamento e organizzazione delle forze armate, polizia e vigili del fuoco",
            "original_title": "Votazione finale",
            "description_title": "ordinamento e organizzazione Forze di polizia, Forze armate e Corpo nazionale vigili del fuoco",
            "public_title": "Ordinamento e organizzazione delle forze armate, polizia e vigili del fuoco",
            "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": 35,
            "majority_cohesion_rate": 60.68,
            "minority_cohesion_rate": 43.53
        },
        {
            "id": 33017,
            "slug": "19-237-3",
            "identifier": "19-237-3",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-237-3/?format=api",
            "sitting": {
                "id": 1815,
                "date": "2024-10-31",
                "number": 237,
                "branch": "S"
            },
            "number": 3,
            "title": "Articolo 2",
            "original_title": "Articolo 2",
            "description_title": null,
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 35,
            "majority_cohesion_rate": 60.68,
            "minority_cohesion_rate": 53.49
        },
        {
            "id": 33016,
            "slug": "19-237-4",
            "identifier": "19-237-4",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-237-4/?format=api",
            "sitting": {
                "id": 1815,
                "date": "2024-10-31",
                "number": 237,
                "branch": "S"
            },
            "number": 4,
            "title": "Articolo 3",
            "original_title": "Articolo 3",
            "description_title": null,
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 35,
            "majority_cohesion_rate": 60.68,
            "minority_cohesion_rate": 53.49
        },
        {
            "id": 33015,
            "slug": "19-237-5",
            "identifier": "19-237-5",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-237-5/?format=api",
            "sitting": {
                "id": 1815,
                "date": "2024-10-31",
                "number": 237,
                "branch": "S"
            },
            "number": 5,
            "title": "Articolo 4",
            "original_title": "Articolo 4",
            "description_title": null,
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 35,
            "majority_cohesion_rate": 60.68,
            "minority_cohesion_rate": 53.49
        },
        {
            "id": 33426,
            "slug": "vs19_377_095",
            "identifier": "vs19_377_095",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_377_095/?format=api",
            "sitting": {
                "id": 1822,
                "date": "2024-11-06",
                "number": 377,
                "branch": "C"
            },
            "number": 95,
            "title": "EM 19.6 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 19.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": 17,
            "majority_cohesion_rate": 60.74,
            "minority_cohesion_rate": 72.61
        },
        {
            "id": 34486,
            "slug": "vs19_377_013",
            "identifier": "vs19_377_013",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_377_013/?format=api",
            "sitting": {
                "id": 1822,
                "date": "2024-11-06",
                "number": 377,
                "branch": "C"
            },
            "number": 13,
            "title": "Emendamento 3.7 SIMIANI MARCO (PD-IDP)",
            "original_title": "Emendamento 3.7 SIMIANI MARCO (PD-IDP)",
            "description_title": "",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 23,
            "majority_cohesion_rate": 60.74,
            "minority_cohesion_rate": 65.61
        },
        {
            "id": 34489,
            "slug": "vs19_377_016",
            "identifier": "vs19_377_016",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_377_016/?format=api",
            "sitting": {
                "id": 1822,
                "date": "2024-11-06",
                "number": 377,
                "branch": "C"
            },
            "number": 16,
            "title": "Emendamento 3.500, da votare ai sensi dell'articolo 86, comma 4-bis, del Regolamento",
            "original_title": "Emendamento 3.500, da votare ai sensi dell'articolo 86, comma 4-bis, del Regolamento",
            "description_title": "",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 128,
            "majority_cohesion_rate": 60.74,
            "minority_cohesion_rate": 70.06
        },
        {
            "id": 34503,
            "slug": "vs19_377_030",
            "identifier": "vs19_377_030",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_377_030/?format=api",
            "sitting": {
                "id": 1822,
                "date": "2024-11-06",
                "number": 377,
                "branch": "C"
            },
            "number": 30,
            "title": "Emendamento 3.52 SANTILLO AGOSTINO (M5S)",
            "original_title": "Emendamento 3.52 SANTILLO AGOSTINO (M5S)",
            "description_title": "",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 21,
            "majority_cohesion_rate": 60.74,
            "minority_cohesion_rate": 68.15
        },
        {
            "id": 33431,
            "slug": "vs19_377_108",
            "identifier": "vs19_377_108",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_377_108/?format=api",
            "sitting": {
                "id": 1822,
                "date": "2024-11-06",
                "number": 377,
                "branch": "C"
            },
            "number": 108,
            "title": "ARTICOLO 21 - Votazione Articolo 21 ",
            "original_title": "Votazione Articolo 21 ",
            "description_title": "ARTICOLO 21",
            "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": 74,
            "majority_cohesion_rate": 60.74,
            "minority_cohesion_rate": 71.34
        }
    ]
}