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

{
    "count": 24888,
    "codelists": {
        "years": [
            {
                "id": "2026",
                "value": "2026"
            },
            {
                "id": "2025",
                "value": "2025"
            },
            {
                "id": "2024",
                "value": "2024"
            },
            {
                "id": "2023",
                "value": "2023"
            },
            {
                "id": "2022",
                "value": "2022"
            }
        ],
        "branch": [
            {
                "id": "S",
                "value": "Senato"
            },
            {
                "id": "C",
                "value": "Camera"
            }
        ],
        "governments": [
            {
                "id": 135225,
                "slug": "i-governo-meloni-2022-10-22",
                "start_date": "2022-10-22",
                "value": "Meloni I"
            }
        ],
        "governments_filter": [
            {
                "id": 135225,
                "slug": "i-governo-meloni-2022-10-22",
                "start_date": "2022-10-22",
                "value": "Meloni I"
            }
        ],
        "main_vote_type": [
            {
                "id": "is_key_vote",
                "value": "Voto chiave"
            },
            {
                "id": "is_final",
                "value": "Voto finale"
            },
            {
                "id": "is_confidence",
                "value": "Voto di fiducia"
            },
            {
                "id": "all",
                "value": "Tutti"
            }
        ],
        "sub_vote_type": [
            {
                "id": "ALL",
                "value": "Atto intero"
            },
            {
                "id": "ART",
                "value": "Articolo"
            },
            {
                "id": "AMEND",
                "value": "Emendamenti"
            },
            {
                "id": "ODG",
                "value": "ODG"
            },
            {
                "id": "PREJ",
                "value": "Questione pregiudiziale"
            },
            {
                "id": "EM_DECL",
                "value": "Dichiarazione d'urgenza"
            },
            {
                "id": "SUSP",
                "value": "Questione sospensiva"
            },
            {
                "id": "VAR_N",
                "value": "Nota di variazione"
            },
            {
                "id": "DONT_P",
                "value": "Non passaggio agli articoli"
            },
            {
                "id": "CLOS_DEB",
                "value": "Chiusura della discussione"
            },
            {
                "id": "RES",
                "value": "Risoluzione"
            },
            {
                "id": "DIM",
                "value": "Dimissioni"
            },
            {
                "id": "ELE",
                "value": "Elezioni"
            },
            {
                "id": "COORD",
                "value": "Proposta coordinamento"
            },
            {
                "id": "MOZ",
                "value": "Mozione"
            },
            {
                "id": "CPROP",
                "value": "Proposta giunta"
            }
        ],
        "vm_cohesion_rates": {
            "80_100": "dall'80 al 100%",
            "60_80": "dal 60 all'80%",
            "_60": "Meno del 60%"
        },
        "orderings": [
            {
                "id": "date",
                "value": "Data"
            },
            {
                "id": "majority_cohesion_rate",
                "value": "Compattezza maggioranza"
            },
            {
                "id": "n_rebels",
                "value": "Ribelli"
            },
            {
                "id": "identifier",
                "value": "Identificativo"
            },
            {
                "id": "n_margin",
                "value": "Margine"
            }
        ],
        "outcome": [
            {
                "id": "Respinto",
                "value": "Respinta"
            },
            {
                "id": "Approvato",
                "value": "Approvata"
            }
        ]
    },
    "next": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=-identifier&page=25",
    "previous": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=-identifier&page=23",
    "results": [
        {
            "id": 41776,
            "slug": "vs19_586_041",
            "identifier": "vs19_586_041",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_586_041/?format=api",
            "sitting": {
                "id": 2163,
                "date": "2025-12-17",
                "number": 586,
                "branch": "C"
            },
            "number": 41,
            "title": "ODG 9/2736/33 - Votazione Ordine del giorno 9/2736/33 ",
            "original_title": "Votazione Ordine del giorno 9/2736/33 ",
            "description_title": "ODG 9/2736/33",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 24,
            "majority_cohesion_rate": 61.32,
            "minority_cohesion_rate": 65.61
        },
        {
            "id": 41775,
            "slug": "vs19_586_040",
            "identifier": "vs19_586_040",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_586_040/?format=api",
            "sitting": {
                "id": 2163,
                "date": "2025-12-17",
                "number": 586,
                "branch": "C"
            },
            "number": 40,
            "title": "ODG 9/2736/32 - Votazione Ordine del giorno 9/2736/32 ",
            "original_title": "Votazione Ordine del giorno 9/2736/32 ",
            "description_title": "ODG 9/2736/32",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 23,
            "majority_cohesion_rate": 61.32,
            "minority_cohesion_rate": 66.88
        },
        {
            "id": 41774,
            "slug": "vs19_586_039",
            "identifier": "vs19_586_039",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_586_039/?format=api",
            "sitting": {
                "id": 2163,
                "date": "2025-12-17",
                "number": 586,
                "branch": "C"
            },
            "number": 39,
            "title": "ODG 9/2736/31 - Votazione Ordine del giorno 9/2736/31 ",
            "original_title": "Votazione Ordine del giorno 9/2736/31 ",
            "description_title": "ODG 9/2736/31",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 25,
            "majority_cohesion_rate": 61.73,
            "minority_cohesion_rate": 66.24
        },
        {
            "id": 41773,
            "slug": "vs19_586_038",
            "identifier": "vs19_586_038",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_586_038/?format=api",
            "sitting": {
                "id": 2163,
                "date": "2025-12-17",
                "number": 586,
                "branch": "C"
            },
            "number": 38,
            "title": "ODG 9/2736/30 - Votazione Ordine del giorno 9/2736/30 ",
            "original_title": "Votazione Ordine del giorno 9/2736/30 ",
            "description_title": "ODG 9/2736/30",
            "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": 62.55,
            "minority_cohesion_rate": 70.06
        },
        {
            "id": 41772,
            "slug": "vs19_586_037",
            "identifier": "vs19_586_037",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_586_037/?format=api",
            "sitting": {
                "id": 2163,
                "date": "2025-12-17",
                "number": 586,
                "branch": "C"
            },
            "number": 37,
            "title": "ODG 9/2736/29 - Votazione Ordine del giorno 9/2736/29 ",
            "original_title": "Votazione Ordine del giorno 9/2736/29 ",
            "description_title": "ODG 9/2736/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": 0,
            "n_margin": 24,
            "majority_cohesion_rate": 62.96,
            "minority_cohesion_rate": 68.15
        },
        {
            "id": 41771,
            "slug": "vs19_586_036",
            "identifier": "vs19_586_036",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_586_036/?format=api",
            "sitting": {
                "id": 2163,
                "date": "2025-12-17",
                "number": 586,
                "branch": "C"
            },
            "number": 36,
            "title": "ODG 9/2736/28 - Votazione Ordine del giorno 9/2736/28 ",
            "original_title": "Votazione Ordine del giorno 9/2736/28 ",
            "description_title": "ODG 9/2736/28",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 24,
            "majority_cohesion_rate": 62.55,
            "minority_cohesion_rate": 67.52
        },
        {
            "id": 41770,
            "slug": "vs19_586_035",
            "identifier": "vs19_586_035",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_586_035/?format=api",
            "sitting": {
                "id": 2163,
                "date": "2025-12-17",
                "number": 586,
                "branch": "C"
            },
            "number": 35,
            "title": "ODG 9/2736/27 - Votazione Ordine del giorno 9/2736/27 ",
            "original_title": "Votazione Ordine del giorno 9/2736/27 ",
            "description_title": "ODG 9/2736/27",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 26,
            "majority_cohesion_rate": 63.79,
            "minority_cohesion_rate": 67.52
        },
        {
            "id": 41769,
            "slug": "vs19_586_034",
            "identifier": "vs19_586_034",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_586_034/?format=api",
            "sitting": {
                "id": 2163,
                "date": "2025-12-17",
                "number": 586,
                "branch": "C"
            },
            "number": 34,
            "title": "ODG 9/2736/26 - Votazione Ordine del giorno 9/2736/26 ",
            "original_title": "Votazione Ordine del giorno 9/2736/26 ",
            "description_title": "ODG 9/2736/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": 24,
            "majority_cohesion_rate": 62.55,
            "minority_cohesion_rate": 67.52
        },
        {
            "id": 41768,
            "slug": "vs19_586_033",
            "identifier": "vs19_586_033",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_586_033/?format=api",
            "sitting": {
                "id": 2163,
                "date": "2025-12-17",
                "number": 586,
                "branch": "C"
            },
            "number": 33,
            "title": "ODG 9/2736/24 - Votazione Ordine del giorno 9/2736/24 ",
            "original_title": "Votazione Ordine del giorno 9/2736/24 ",
            "description_title": "ODG 9/2736/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": 0,
            "n_margin": 23,
            "majority_cohesion_rate": 62.14,
            "minority_cohesion_rate": 69.43
        },
        {
            "id": 41767,
            "slug": "vs19_586_032",
            "identifier": "vs19_586_032",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_586_032/?format=api",
            "sitting": {
                "id": 2163,
                "date": "2025-12-17",
                "number": 586,
                "branch": "C"
            },
            "number": 32,
            "title": "ODG 9/2736/22 - Votazione Ordine del giorno 9/2736/22 ",
            "original_title": "Votazione Ordine del giorno 9/2736/22 ",
            "description_title": "ODG 9/2736/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": 1,
            "n_margin": 26,
            "majority_cohesion_rate": 62.14,
            "minority_cohesion_rate": 64.97
        },
        {
            "id": 41766,
            "slug": "vs19_586_031",
            "identifier": "vs19_586_031",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_586_031/?format=api",
            "sitting": {
                "id": 2163,
                "date": "2025-12-17",
                "number": 586,
                "branch": "C"
            },
            "number": 31,
            "title": "ODG 9/2736/21 - Votazione Ordine del giorno 9/2736/21 ",
            "original_title": "Votazione Ordine del giorno 9/2736/21 ",
            "description_title": "ODG 9/2736/21",
            "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": 62.14,
            "minority_cohesion_rate": 70.06
        },
        {
            "id": 41765,
            "slug": "vs19_586_030",
            "identifier": "vs19_586_030",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_586_030/?format=api",
            "sitting": {
                "id": 2163,
                "date": "2025-12-17",
                "number": 586,
                "branch": "C"
            },
            "number": 30,
            "title": "ODG 9/2736/20 - Votazione Ordine del giorno 9/2736/20 ",
            "original_title": "Votazione Ordine del giorno 9/2736/20 ",
            "description_title": "ODG 9/2736/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": 23,
            "majority_cohesion_rate": 62.96,
            "minority_cohesion_rate": 69.43
        },
        {
            "id": 41764,
            "slug": "vs19_586_029",
            "identifier": "vs19_586_029",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_586_029/?format=api",
            "sitting": {
                "id": 2163,
                "date": "2025-12-17",
                "number": 586,
                "branch": "C"
            },
            "number": 29,
            "title": "ODG 9/2736/19 - Votazione Ordine del giorno 9/2736/19 ",
            "original_title": "Votazione Ordine del giorno 9/2736/19 ",
            "description_title": "ODG 9/2736/19",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 23,
            "majority_cohesion_rate": 61.32,
            "minority_cohesion_rate": 68.79
        },
        {
            "id": 41763,
            "slug": "vs19_586_028",
            "identifier": "vs19_586_028",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_586_028/?format=api",
            "sitting": {
                "id": 2163,
                "date": "2025-12-17",
                "number": 586,
                "branch": "C"
            },
            "number": 28,
            "title": "ODG 9/2736/18 - Votazione Ordine del giorno 9/2736/18 ",
            "original_title": "Votazione Ordine del giorno 9/2736/18 ",
            "description_title": "ODG 9/2736/18",
            "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": 62.14,
            "minority_cohesion_rate": 68.15
        },
        {
            "id": 41762,
            "slug": "vs19_586_027",
            "identifier": "vs19_586_027",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_586_027/?format=api",
            "sitting": {
                "id": 2163,
                "date": "2025-12-17",
                "number": 586,
                "branch": "C"
            },
            "number": 27,
            "title": "ODG 9/2736/17 - Votazione Ordine del giorno 9/2736/17 ",
            "original_title": "Votazione Ordine del giorno 9/2736/17 ",
            "description_title": "ODG 9/2736/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": 23,
            "majority_cohesion_rate": 61.32,
            "minority_cohesion_rate": 67.52
        },
        {
            "id": 41761,
            "slug": "vs19_586_026",
            "identifier": "vs19_586_026",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_586_026/?format=api",
            "sitting": {
                "id": 2163,
                "date": "2025-12-17",
                "number": 586,
                "branch": "C"
            },
            "number": 26,
            "title": "ODG 9/2736/16 - Votazione Ordine del giorno 9/2736/16 ",
            "original_title": "Votazione Ordine del giorno 9/2736/16 ",
            "description_title": "ODG 9/2736/16",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 23,
            "majority_cohesion_rate": 62.55,
            "minority_cohesion_rate": 69.43
        },
        {
            "id": 41760,
            "slug": "vs19_586_025",
            "identifier": "vs19_586_025",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_586_025/?format=api",
            "sitting": {
                "id": 2163,
                "date": "2025-12-17",
                "number": 586,
                "branch": "C"
            },
            "number": 25,
            "title": "ODG 9/2736/15 - Votazione Ordine del giorno 9/2736/15 ",
            "original_title": "Votazione Ordine del giorno 9/2736/15 ",
            "description_title": "ODG 9/2736/15",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 22,
            "majority_cohesion_rate": 62.96,
            "minority_cohesion_rate": 71.34
        },
        {
            "id": 41759,
            "slug": "vs19_586_024",
            "identifier": "vs19_586_024",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_586_024/?format=api",
            "sitting": {
                "id": 2163,
                "date": "2025-12-17",
                "number": 586,
                "branch": "C"
            },
            "number": 24,
            "title": "ODG 9/2736/14 - Votazione Ordine del giorno 9/2736/14 ",
            "original_title": "Votazione Ordine del giorno 9/2736/14 ",
            "description_title": "ODG 9/2736/14",
            "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.73,
            "minority_cohesion_rate": 70.06
        },
        {
            "id": 41758,
            "slug": "vs19_586_023",
            "identifier": "vs19_586_023",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_586_023/?format=api",
            "sitting": {
                "id": 2163,
                "date": "2025-12-17",
                "number": 586,
                "branch": "C"
            },
            "number": 23,
            "title": "ODG 9/2736/13 - Votazione Ordine del giorno 9/2736/13 ",
            "original_title": "Votazione Ordine del giorno 9/2736/13 ",
            "description_title": "ODG 9/2736/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": 22,
            "majority_cohesion_rate": 60.91,
            "minority_cohesion_rate": 69.43
        },
        {
            "id": 41757,
            "slug": "vs19_586_022",
            "identifier": "vs19_586_022",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_586_022/?format=api",
            "sitting": {
                "id": 2163,
                "date": "2025-12-17",
                "number": 586,
                "branch": "C"
            },
            "number": 22,
            "title": "ODG 9/2736/11 - Votazione Ordine del giorno 9/2736/11 ",
            "original_title": "Votazione Ordine del giorno 9/2736/11 ",
            "description_title": "ODG 9/2736/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": 26,
            "majority_cohesion_rate": 62.55,
            "minority_cohesion_rate": 67.52
        },
        {
            "id": 41756,
            "slug": "vs19_586_021",
            "identifier": "vs19_586_021",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_586_021/?format=api",
            "sitting": {
                "id": 2163,
                "date": "2025-12-17",
                "number": 586,
                "branch": "C"
            },
            "number": 21,
            "title": "ODG 9/2736/9 - Votazione Ordine del giorno 9/2736/9 ",
            "original_title": "Votazione Ordine del giorno 9/2736/9 ",
            "description_title": "ODG 9/2736/9",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 23,
            "majority_cohesion_rate": 62.14,
            "minority_cohesion_rate": 69.43
        },
        {
            "id": 41755,
            "slug": "vs19_586_020",
            "identifier": "vs19_586_020",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_586_020/?format=api",
            "sitting": {
                "id": 2163,
                "date": "2025-12-17",
                "number": 586,
                "branch": "C"
            },
            "number": 20,
            "title": "ODG 9/2736/8 - Votazione Ordine del giorno 9/2736/8 ",
            "original_title": "Votazione Ordine del giorno 9/2736/8 ",
            "description_title": "ODG 9/2736/8",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 22,
            "majority_cohesion_rate": 61.32,
            "minority_cohesion_rate": 69.43
        },
        {
            "id": 41754,
            "slug": "vs19_586_019",
            "identifier": "vs19_586_019",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_586_019/?format=api",
            "sitting": {
                "id": 2163,
                "date": "2025-12-17",
                "number": 586,
                "branch": "C"
            },
            "number": 19,
            "title": "ODG 9/2736/6 - Votazione Ordine del giorno 9/2736/6 ",
            "original_title": "Votazione Ordine del giorno 9/2736/6 ",
            "description_title": "ODG 9/2736/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": 23,
            "majority_cohesion_rate": 60.49,
            "minority_cohesion_rate": 65.61
        },
        {
            "id": 41753,
            "slug": "vs19_586_018",
            "identifier": "vs19_586_018",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_586_018/?format=api",
            "sitting": {
                "id": 2163,
                "date": "2025-12-17",
                "number": 586,
                "branch": "C"
            },
            "number": 18,
            "title": "ODG 9/2736/3 - Votazione Ordine del giorno 9/2736/3 ",
            "original_title": "Votazione Ordine del giorno 9/2736/3 ",
            "description_title": "ODG 9/2736/3",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 21,
            "majority_cohesion_rate": 58.85,
            "minority_cohesion_rate": 65.61
        },
        {
            "id": 41752,
            "slug": "vs19_586_017",
            "identifier": "vs19_586_017",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_586_017/?format=api",
            "sitting": {
                "id": 2163,
                "date": "2025-12-17",
                "number": 586,
                "branch": "C"
            },
            "number": 17,
            "title": "DDL 2736 - ODG N 2 - Votazione Ordine del giorno ",
            "original_title": "Votazione Ordine del giorno ",
            "description_title": "DDL 2736 - ODG N 2",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 24,
            "majority_cohesion_rate": 58.44,
            "minority_cohesion_rate": 61.78
        },
        {
            "id": 41751,
            "slug": "vs19_586_016",
            "identifier": "vs19_586_016",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_586_016/?format=api",
            "sitting": {
                "id": 2163,
                "date": "2025-12-17",
                "number": 586,
                "branch": "C"
            },
            "number": 16,
            "title": "RIS 6-220 - Votazione Risoluzione 6_00220",
            "original_title": "Votazione Risoluzione 6_00220",
            "description_title": "RIS 6-220",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Risoluzione",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 80,
            "majority_cohesion_rate": 74.9,
            "minority_cohesion_rate": 46.5
        },
        {
            "id": 41750,
            "slug": "vs19_586_015",
            "identifier": "vs19_586_015",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_586_015/?format=api",
            "sitting": {
                "id": 2163,
                "date": "2025-12-17",
                "number": 586,
                "branch": "C"
            },
            "number": 15,
            "title": "RIS 6-219 CPV 4 DISP - Votazione Risoluzione 6_00219",
            "original_title": "Votazione Risoluzione 6_00219",
            "description_title": "RIS 6-219 CPV 4 DISP",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Risoluzione",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 29,
            "majority_cohesion_rate": 74.9,
            "minority_cohesion_rate": 80.25
        },
        {
            "id": 41749,
            "slug": "vs19_586_014",
            "identifier": "vs19_586_014",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_586_014/?format=api",
            "sitting": {
                "id": 2163,
                "date": "2025-12-17",
                "number": 586,
                "branch": "C"
            },
            "number": 14,
            "title": "RIS 6-219 NO CPV 4 DISP - Votazione Risoluzione 6_00219",
            "original_title": "Votazione Risoluzione 6_00219",
            "description_title": "RIS 6-219 NO CPV 4 DISP",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Risoluzione",
            "outcome": "Respinta",
            "n_rebels": 5,
            "n_margin": 106,
            "majority_cohesion_rate": 75.31,
            "minority_cohesion_rate": 34.39
        },
        {
            "id": 41748,
            "slug": "vs19_586_013",
            "identifier": "vs19_586_013",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_586_013/?format=api",
            "sitting": {
                "id": 2163,
                "date": "2025-12-17",
                "number": 586,
                "branch": "C"
            },
            "number": 13,
            "title": "RIS 6-218 CPV 7 DISP - Votazione Risoluzione 6_00218",
            "original_title": "Votazione Risoluzione 6_00218",
            "description_title": "RIS 6-218 CPV 7 DISP",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Risoluzione",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 138,
            "majority_cohesion_rate": 75.31,
            "minority_cohesion_rate": 68.79
        },
        {
            "id": 41747,
            "slug": "vs19_586_012",
            "identifier": "vs19_586_012",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_586_012/?format=api",
            "sitting": {
                "id": 2163,
                "date": "2025-12-17",
                "number": 586,
                "branch": "C"
            },
            "number": 12,
            "title": "RIS 6-218 NO CPV 7 DISP - Votazione Risoluzione 6_00218",
            "original_title": "Votazione Risoluzione 6_00218",
            "description_title": "RIS 6-218 NO CPV 7 DISP",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Risoluzione",
            "outcome": "Respinta",
            "n_rebels": 4,
            "n_margin": 107,
            "majority_cohesion_rate": 74.9,
            "minority_cohesion_rate": 35.67
        },
        {
            "id": 41746,
            "slug": "vs19_586_011",
            "identifier": "vs19_586_011",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_586_011/?format=api",
            "sitting": {
                "id": 2163,
                "date": "2025-12-17",
                "number": 586,
                "branch": "C"
            },
            "number": 11,
            "title": "RIS 6-217 CPV 8-16 DISP - Votazione Risoluzione 6_00217",
            "original_title": "Votazione Risoluzione 6_00217",
            "description_title": "RIS 6-217 CPV 8-16 DISP",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Risoluzione",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 44,
            "majority_cohesion_rate": 74.07,
            "minority_cohesion_rate": 69.43
        },
        {
            "id": 41745,
            "slug": "vs19_586_010",
            "identifier": "vs19_586_010",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_586_010/?format=api",
            "sitting": {
                "id": 2163,
                "date": "2025-12-17",
                "number": 586,
                "branch": "C"
            },
            "number": 10,
            "title": "RIS 6-217 CPV 2, 3, 4 E 7 DISP - Votazione Risoluzione 6_00217",
            "original_title": "Votazione Risoluzione 6_00217",
            "description_title": "RIS 6-217 CPV 2, 3, 4 E 7 DISP",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Risoluzione",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 104,
            "majority_cohesion_rate": 74.49,
            "minority_cohesion_rate": 47.13
        },
        {
            "id": 41744,
            "slug": "vs19_586_009",
            "identifier": "vs19_586_009",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_586_009/?format=api",
            "sitting": {
                "id": 2163,
                "date": "2025-12-17",
                "number": 586,
                "branch": "C"
            },
            "number": 9,
            "title": "RIS 6-217 NO CPV 2-4, 7 E 8-16 DISP - Votazione Risoluzione 6_00217",
            "original_title": "Votazione Risoluzione 6_00217",
            "description_title": "RIS 6-217 NO CPV 2-4, 7 E 8-16 DISP",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Risoluzione",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 75,
            "majority_cohesion_rate": 74.49,
            "minority_cohesion_rate": 36.94
        },
        {
            "id": 41743,
            "slug": "vs19_586_008",
            "identifier": "vs19_586_008",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_586_008/?format=api",
            "sitting": {
                "id": 2163,
                "date": "2025-12-17",
                "number": 586,
                "branch": "C"
            },
            "number": 8,
            "title": "RIS 6-216 CPV 7, 8, 9 E 10 DISP - Votazione Risoluzione 6_00216",
            "original_title": "Votazione Risoluzione 6_00216",
            "description_title": "RIS 6-216 CPV 7, 8, 9 E 10 DISP",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Risoluzione",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 44,
            "majority_cohesion_rate": 74.9,
            "minority_cohesion_rate": 70.06
        },
        {
            "id": 41742,
            "slug": "vs19_586_007",
            "identifier": "vs19_586_007",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_586_007/?format=api",
            "sitting": {
                "id": 2163,
                "date": "2025-12-17",
                "number": 586,
                "branch": "C"
            },
            "number": 7,
            "title": "RIS 6-216 CPV 3 E 4 DISP - Votazione Risoluzione 6_00216",
            "original_title": "Votazione Risoluzione 6_00216",
            "description_title": "RIS 6-216 CPV 3 E 4 DISP",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Risoluzione",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 102,
            "majority_cohesion_rate": 74.49,
            "minority_cohesion_rate": 45.22
        },
        {
            "id": 41741,
            "slug": "vs19_586_006",
            "identifier": "vs19_586_006",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_586_006/?format=api",
            "sitting": {
                "id": 2163,
                "date": "2025-12-17",
                "number": 586,
                "branch": "C"
            },
            "number": 6,
            "title": "RIS 6-216 NO CPV 3,4,7,8,9 E 10DISP - Votazione Risoluzione 6_00216",
            "original_title": "Votazione Risoluzione 6_00216",
            "description_title": "RIS 6-216 NO CPV 3,4,7,8,9 E 10DISP",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Risoluzione",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 74,
            "majority_cohesion_rate": 74.9,
            "minority_cohesion_rate": 40.13
        },
        {
            "id": 41740,
            "slug": "vs19_586_005",
            "identifier": "vs19_586_005",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_586_005/?format=api",
            "sitting": {
                "id": 2163,
                "date": "2025-12-17",
                "number": 586,
                "branch": "C"
            },
            "number": 5,
            "title": "RIS 6-215 CPV 14 DISP - Votazione Risoluzione 6_00215",
            "original_title": "Votazione Risoluzione 6_00215",
            "description_title": "RIS 6-215 CPV 14 DISP",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Risoluzione",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 74,
            "majority_cohesion_rate": 73.66,
            "minority_cohesion_rate": 47.13
        },
        {
            "id": 41739,
            "slug": "vs19_586_004",
            "identifier": "vs19_586_004",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_586_004/?format=api",
            "sitting": {
                "id": 2163,
                "date": "2025-12-17",
                "number": 586,
                "branch": "C"
            },
            "number": 4,
            "title": "RIS 6-215 CPV 11 E 12 DISP - Votazione Risoluzione 6_00215",
            "original_title": "Votazione Risoluzione 6_00215",
            "description_title": "RIS 6-215 CPV 11 E 12 DISP",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Risoluzione",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 40,
            "majority_cohesion_rate": 74.07,
            "minority_cohesion_rate": 70.7
        },
        {
            "id": 41738,
            "slug": "vs19_586_003",
            "identifier": "vs19_586_003",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_586_003/?format=api",
            "sitting": {
                "id": 2163,
                "date": "2025-12-17",
                "number": 586,
                "branch": "C"
            },
            "number": 3,
            "title": "RIS 6-215 CPV 2 DISP - Votazione Risoluzione 6_00215",
            "original_title": "Votazione Risoluzione 6_00215",
            "description_title": "RIS 6-215 CPV 2 DISP",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Risoluzione",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 83,
            "majority_cohesion_rate": 74.07,
            "minority_cohesion_rate": 41.4
        },
        {
            "id": 41737,
            "slug": "vs19_586_002",
            "identifier": "vs19_586_002",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_586_002/?format=api",
            "sitting": {
                "id": 2163,
                "date": "2025-12-17",
                "number": 586,
                "branch": "C"
            },
            "number": 2,
            "title": "RIS 6-215 NO CPV 2, 11,12 E 14 DISP - Votazione Risoluzione 6_00215",
            "original_title": "Votazione Risoluzione 6_00215",
            "description_title": "RIS 6-215 NO CPV 2, 11,12 E 14 DISP",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Risoluzione",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 34,
            "majority_cohesion_rate": 73.25,
            "minority_cohesion_rate": 71.34
        },
        {
            "id": 41736,
            "slug": "vs19_586_001",
            "identifier": "vs19_586_001",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_586_001/?format=api",
            "sitting": {
                "id": 2163,
                "date": "2025-12-17",
                "number": 586,
                "branch": "C"
            },
            "number": 1,
            "title": "RIS 6-214 - Votazione Risoluzione 6_00214",
            "original_title": "Votazione Risoluzione 6_00214",
            "description_title": "RIS 6-214",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Risoluzione",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 26,
            "majority_cohesion_rate": 71.19,
            "minority_cohesion_rate": 78.34
        },
        {
            "id": 41735,
            "slug": "vs19_582_014",
            "identifier": "vs19_582_014",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_582_014/?format=api",
            "sitting": {
                "id": 2155,
                "date": "2025-12-11",
                "number": 582,
                "branch": "C"
            },
            "number": 14,
            "title": "MOZ 1-531 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "MOZ 1-531",
            "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": 16,
            "majority_cohesion_rate": 55.14,
            "minority_cohesion_rate": 66.24
        },
        {
            "id": 41734,
            "slug": "vs19_582_013",
            "identifier": "vs19_582_013",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_582_013/?format=api",
            "sitting": {
                "id": 2155,
                "date": "2025-12-11",
                "number": 582,
                "branch": "C"
            },
            "number": 13,
            "title": "MOZ 1-530 RIF - Votazione ",
            "original_title": "Votazione ",
            "description_title": "MOZ 1-530 RIF",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Approvata",
            "n_rebels": 2,
            "n_margin": 119,
            "majority_cohesion_rate": 55.14,
            "minority_cohesion_rate": 67.52
        },
        {
            "id": 41733,
            "slug": "vs19_582_012",
            "identifier": "vs19_582_012",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_582_012/?format=api",
            "sitting": {
                "id": 2155,
                "date": "2025-12-11",
                "number": 582,
                "branch": "C"
            },
            "number": 12,
            "title": "MOZ 1-527 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "MOZ 1-527",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Approvata",
            "n_rebels": 2,
            "n_margin": 14,
            "majority_cohesion_rate": 54.73,
            "minority_cohesion_rate": 64.97
        },
        {
            "id": 41732,
            "slug": "vs19_582_011",
            "identifier": "vs19_582_011",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_582_011/?format=api",
            "sitting": {
                "id": 2155,
                "date": "2025-12-11",
                "number": 582,
                "branch": "C"
            },
            "number": 11,
            "title": "MOZ 1-526 RIF CPV 6 E 16 PREMESSA - Votazione ",
            "original_title": "Votazione ",
            "description_title": "MOZ 1-526 RIF CPV 6 E 16 PREMESSA",
            "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": 55.97,
            "minority_cohesion_rate": 66.88
        },
        {
            "id": 41731,
            "slug": "vs19_582_010",
            "identifier": "vs19_582_010",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_582_010/?format=api",
            "sitting": {
                "id": 2155,
                "date": "2025-12-11",
                "number": 582,
                "branch": "C"
            },
            "number": 10,
            "title": "MOZ 1-526 RIF CPV 12 DISP - Votazione ",
            "original_title": "Votazione ",
            "description_title": "MOZ 1-526 RIF CPV 12 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": 18,
            "majority_cohesion_rate": 56.79,
            "minority_cohesion_rate": 67.52
        },
        {
            "id": 41730,
            "slug": "vs19_582_009",
            "identifier": "vs19_582_009",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_582_009/?format=api",
            "sitting": {
                "id": 2155,
                "date": "2025-12-11",
                "number": 582,
                "branch": "C"
            },
            "number": 9,
            "title": "MOZ 1-526 RIF NO CPV 12 DIS, 6,16 P - Votazione ",
            "original_title": "Votazione ",
            "description_title": "MOZ 1-526 RIF NO CPV 12 DIS, 6,16 P",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Approvata",
            "n_rebels": 3,
            "n_margin": 120,
            "majority_cohesion_rate": 55.56,
            "minority_cohesion_rate": 70.06
        },
        {
            "id": 41729,
            "slug": "vs19_582_008",
            "identifier": "vs19_582_008",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_582_008/?format=api",
            "sitting": {
                "id": 2155,
                "date": "2025-12-11",
                "number": 582,
                "branch": "C"
            },
            "number": 8,
            "title": "MOZ 1-525 RIF CPV 4,7-10,17,18 PREM - Votazione ",
            "original_title": "Votazione ",
            "description_title": "MOZ 1-525 RIF CPV 4,7-10,17,18 PREM",
            "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": 17,
            "majority_cohesion_rate": 56.38,
            "minority_cohesion_rate": 67.52
        },
        {
            "id": 41728,
            "slug": "vs19_582_007",
            "identifier": "vs19_582_007",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_582_007/?format=api",
            "sitting": {
                "id": 2155,
                "date": "2025-12-11",
                "number": 582,
                "branch": "C"
            },
            "number": 7,
            "title": "MOZ 1-525 RIF NO CPV 4,7-10,17,18 P - Votazione ",
            "original_title": "Votazione ",
            "description_title": "MOZ 1-525 RIF NO CPV 4,7-10,17,18 P",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 123,
            "majority_cohesion_rate": 56.38,
            "minority_cohesion_rate": 70.7
        },
        {
            "id": 41727,
            "slug": "vs19_582_006",
            "identifier": "vs19_582_006",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_582_006/?format=api",
            "sitting": {
                "id": 2155,
                "date": "2025-12-11",
                "number": 582,
                "branch": "C"
            },
            "number": 6,
            "title": "MOZ 1-485 RIF CPV 5 E 6 PREMESSA - Votazione ",
            "original_title": "Votazione ",
            "description_title": "MOZ 1-485 RIF CPV 5 E 6 PREMESSA",
            "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": 18,
            "majority_cohesion_rate": 56.79,
            "minority_cohesion_rate": 67.52
        }
    ]
}