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

{
    "count": 22951,
    "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=n_margin&page=192",
    "previous": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=n_margin&page=190",
    "results": [
        {
            "id": 25391,
            "slug": "vs19_204_018",
            "identifier": "vs19_204_018",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_204_018/?format=api",
            "sitting": {
                "id": 1539,
                "date": "2023-11-28",
                "number": 204,
                "branch": "C"
            },
            "number": 18,
            "title": "Ordine del giorno n. 9/1458/56 DONNO LEONARDO (M5S) - Votazione Ordine del giorno 9/1458/56 DDL n. 1458",
            "original_title": "Votazione Ordine del giorno 9/1458/56 DDL n. 1458",
            "description_title": "Ordine del giorno n. 9/1458/56 DONNO LEONARDO (M5S)",
            "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": 66.24,
            "minority_cohesion_rate": 69.75
        },
        {
            "id": 33539,
            "slug": "vs19_384_005",
            "identifier": "vs19_384_005",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_384_005/?format=api",
            "sitting": {
                "id": 1824,
                "date": "2024-11-20",
                "number": 384,
                "branch": "C"
            },
            "number": 5,
            "title": "EM 2.1001 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 2.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": 0,
            "n_margin": 23,
            "majority_cohesion_rate": 62.4,
            "minority_cohesion_rate": 67.52
        },
        {
            "id": 33619,
            "slug": "vs19_384_055",
            "identifier": "vs19_384_055",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_384_055/?format=api",
            "sitting": {
                "id": 1824,
                "date": "2024-11-20",
                "number": 384,
                "branch": "C"
            },
            "number": 55,
            "title": "ART AGG 13.01000, 13.01011 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "ART AGG 13.01000, 13.01011",
            "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": 56.61,
            "minority_cohesion_rate": 58.6
        },
        {
            "id": 26872,
            "slug": "vs19_229_014",
            "identifier": "vs19_229_014",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_229_014/?format=api",
            "sitting": {
                "id": 1582,
                "date": "2024-01-18",
                "number": 229,
                "branch": "C"
            },
            "number": 14,
            "title": "Emendamento 2.5 GIULIANO CARLA (M5S) - Votazione Emendamento 2.5 DDL n. 1297",
            "original_title": "Votazione Emendamento 2.5 DDL n. 1297",
            "description_title": "Emendamento 2.5 GIULIANO CARLA (M5S)",
            "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": 58.23,
            "minority_cohesion_rate": 62.96
        },
        {
            "id": 32127,
            "slug": "vs19_323_021",
            "identifier": "vs19_323_021",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_323_021/?format=api",
            "sitting": {
                "id": 1735,
                "date": "2024-07-11",
                "number": 323,
                "branch": "C"
            },
            "number": 21,
            "title": "Ordine del giorno n. 9/1946/24 MARINO MARIA STEFANIA (PD-IDP) - Votazione Ordine del giorno 9/1946/24 DDL n. 1946",
            "original_title": "Votazione Ordine del giorno 9/1946/24 DDL n. 1946",
            "description_title": "Ordine del giorno n. 9/1946/24 MARINO MARIA STEFANIA (PD-IDP)",
            "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": 65.55,
            "minority_cohesion_rate": 69.57
        },
        {
            "id": 31551,
            "slug": "vs19_340_075",
            "identifier": "vs19_340_075",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_340_075/?format=api",
            "sitting": {
                "id": 1766,
                "date": "2024-08-05",
                "number": 340,
                "branch": "C"
            },
            "number": 75,
            "title": "Emendamento 9-sexies.9 SARRACINO MARCO (PD-IDP) - Votazione Emendamento 9-sexies.9 DDL n. 1997",
            "original_title": "Votazione Emendamento 9-sexies.9 DDL n. 1997",
            "description_title": "Emendamento 9-sexies.9 SARRACINO MARCO (PD-IDP)",
            "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": 68.07,
            "minority_cohesion_rate": 73.29
        },
        {
            "id": 31576,
            "slug": "vs19_340_102",
            "identifier": "vs19_340_102",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_340_102/?format=api",
            "sitting": {
                "id": 1766,
                "date": "2024-08-05",
                "number": 340,
                "branch": "C"
            },
            "number": 102,
            "title": "Identici emendamenti 9-decies.3 e 9-decies.4 DE LUCA PIERO (PD-IDP) - Votazione Emendamento 9-decies.3 DDL n. 1997",
            "original_title": "Votazione Emendamento 9-decies.3 DDL n. 1997",
            "description_title": "Identici emendamenti 9-decies.3 e 9-decies.4 DE LUCA PIERO (PD-IDP)",
            "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": 66.81,
            "minority_cohesion_rate": 71.43
        },
        {
            "id": 34106,
            "slug": "vs19_388_110",
            "identifier": "vs19_388_110",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_388_110/?format=api",
            "sitting": {
                "id": 1846,
                "date": "2024-11-27",
                "number": 388,
                "branch": "C"
            },
            "number": 110,
            "title": "Emendamento 25.38 CASU ANDREA (PD-IDP) - Votazione Emendamento 25.38 DDL n. 2022",
            "original_title": "Votazione Emendamento 25.38 DDL n. 2022",
            "description_title": "Emendamento 25.38 CASU ANDREA (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 23,
            "majority_cohesion_rate": 59.5,
            "minority_cohesion_rate": 62.42
        },
        {
            "id": 21969,
            "slug": "vs19_122_014",
            "identifier": "vs19_122_014",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_122_014/?format=api",
            "sitting": {
                "id": 1404,
                "date": "2023-06-20",
                "number": 122,
                "branch": "C"
            },
            "number": 14,
            "title": "Mozione n. 1-00146 (Nuova formulazione), capoverso 2), della parte dispositiva, SILVESTRI FRANCESCO (M5S) ed altri - Votazione Mozione 1_00146",
            "original_title": "Votazione Mozione 1_00146",
            "description_title": "Mozione n. 1-00146 (Nuova formulazione), capoverso 2), della parte dispositiva, SILVESTRI FRANCESCO (M5S) ed altri",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Mozione",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 23,
            "majority_cohesion_rate": 70.89,
            "minority_cohesion_rate": 77.16
        },
        {
            "id": 27265,
            "slug": "vs19_232_044",
            "identifier": "vs19_232_044",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_232_044/?format=api",
            "sitting": {
                "id": 1588,
                "date": "2024-01-24",
                "number": 232,
                "branch": "C"
            },
            "number": 44,
            "title": "Emendamento 6.15 COLUCCI ALFONSO (M5S) - Votazione Emendamento 6.15 DDL n. 1620",
            "original_title": "Votazione Emendamento 6.15 DDL n. 1620",
            "description_title": "Emendamento 6.15 COLUCCI ALFONSO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 3,
            "n_margin": 23,
            "majority_cohesion_rate": 64.14,
            "minority_cohesion_rate": 70.37
        },
        {
            "id": 34265,
            "slug": "vs19_388_207",
            "identifier": "vs19_388_207",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_388_207/?format=api",
            "sitting": {
                "id": 1846,
                "date": "2024-11-27",
                "number": 388,
                "branch": "C"
            },
            "number": 207,
            "title": "Emendamento 35.1009 QUARTINI ANDREA (M5S) - Votazione Emendamento 35.1009 DDL n. 2022",
            "original_title": "Votazione Emendamento 35.1009 DDL n. 2022",
            "description_title": "Emendamento 35.1009 QUARTINI ANDREA (M5S)",
            "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": 56.61,
            "minority_cohesion_rate": 59.24
        },
        {
            "id": 31585,
            "slug": "vs19_340_111",
            "identifier": "vs19_340_111",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_340_111/?format=api",
            "sitting": {
                "id": 1766,
                "date": "2024-08-05",
                "number": 340,
                "branch": "C"
            },
            "number": 111,
            "title": "Articolo aggiuntivo 9-terdecies.02 GADDA MARIA CHIARA (IVICRE) - Votazione Emendamento 9-terdecies.02 DDL n. 1997",
            "original_title": "Votazione Emendamento 9-terdecies.02 DDL n. 1997",
            "description_title": "Articolo aggiuntivo 9-terdecies.02 GADDA MARIA CHIARA (IVICRE)",
            "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": 67.65,
            "minority_cohesion_rate": 72.05
        },
        {
            "id": 29368,
            "slug": "vs19_270_077",
            "identifier": "vs19_270_077",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_270_077/?format=api",
            "sitting": {
                "id": 1650,
                "date": "2024-03-26",
                "number": 270,
                "branch": "C"
            },
            "number": 77,
            "title": "Ordine del giorno n. 9/1435/40 MEROLA VIRGINIO (PD-IDP) - Votazione Ordine del giorno 9/1435/40 DDL n. 1435",
            "original_title": "Votazione Ordine del giorno 9/1435/40 DDL n. 1435",
            "description_title": "Ordine del giorno n. 9/1435/40 MEROLA VIRGINIO (PD-IDP)",
            "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": 63.71,
            "minority_cohesion_rate": 66.67
        },
        {
            "id": 21717,
            "slug": "vs19_114_011",
            "identifier": "vs19_114_011",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_114_011/?format=api",
            "sitting": {
                "id": 1395,
                "date": "2023-06-06",
                "number": 114,
                "branch": "C"
            },
            "number": 11,
            "title": "Ordine del giorno n. 9/1114/36 EVI ELEONORA (AVS) - Votazione Ordine del giorno 9/1114/36 DDL n. 1114",
            "original_title": "Votazione Ordine del giorno 9/1114/36 DDL n. 1114",
            "description_title": "Ordine del giorno n. 9/1114/36 EVI ELEONORA (AVS)",
            "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": 71.73,
            "minority_cohesion_rate": 77.16
        },
        {
            "id": 31535,
            "slug": "vs19_340_059",
            "identifier": "vs19_340_059",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_340_059/?format=api",
            "sitting": {
                "id": 1766,
                "date": "2024-08-05",
                "number": 340,
                "branch": "C"
            },
            "number": 59,
            "title": "Emendamento 9-ter.11 BORRELLI FRANCESCO EMILIO (AVS) - Votazione Emendamento 9-ter.11 DDL n. 1997",
            "original_title": "Votazione Emendamento 9-ter.11 DDL n. 1997",
            "description_title": "Emendamento 9-ter.11 BORRELLI FRANCESCO EMILIO (AVS)",
            "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": 23,
            "majority_cohesion_rate": 68.07,
            "minority_cohesion_rate": 72.67
        },
        {
            "id": 21751,
            "slug": "vs19_114_048",
            "identifier": "vs19_114_048",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_114_048/?format=api",
            "sitting": {
                "id": 1395,
                "date": "2023-06-06",
                "number": 114,
                "branch": "C"
            },
            "number": 48,
            "title": "Ordine del giorno n. 9/1114/87 ROSSI ANDREA (PD-IDP) - Votazione Ordine del giorno 9/1114/87 DDL n. 1114",
            "original_title": "Votazione Ordine del giorno 9/1114/87 DDL n. 1114",
            "description_title": "Ordine del giorno n. 9/1114/87 ROSSI ANDREA (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 3,
            "n_margin": 23,
            "majority_cohesion_rate": 68.78,
            "minority_cohesion_rate": 72.84
        },
        {
            "id": 21719,
            "slug": "vs19_114_016",
            "identifier": "vs19_114_016",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_114_016/?format=api",
            "sitting": {
                "id": 1395,
                "date": "2023-06-06",
                "number": 114,
                "branch": "C"
            },
            "number": 16,
            "title": "Ordine del giorno n. 9/1114/45 GRIMALDI MARCO (AVS) - Votazione Ordine del giorno 9/1114/45 DDL n. 1114",
            "original_title": "Votazione Ordine del giorno 9/1114/45 DDL n. 1114",
            "description_title": "Ordine del giorno n. 9/1114/45 GRIMALDI MARCO (AVS)",
            "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": 70.89,
            "minority_cohesion_rate": 77.16
        },
        {
            "id": 29327,
            "slug": "vs19_270_054",
            "identifier": "vs19_270_054",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_270_054/?format=api",
            "sitting": {
                "id": 1650,
                "date": "2024-03-26",
                "number": 270,
                "branch": "C"
            },
            "number": 54,
            "title": "Ordine del giorno n. 9/1790/14, nel testo riformulato, CANDIANI STEFANO (LEGA) - Votazione Ordine del giorno 9/1790/14, DDL n. 1790",
            "original_title": "Votazione Ordine del giorno 9/1790/14, DDL n. 1790",
            "description_title": "Ordine del giorno n. 9/1790/14, nel testo riformulato, CANDIANI STEFANO (LEGA)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 23,
            "majority_cohesion_rate": 57.81,
            "minority_cohesion_rate": 58.02
        },
        {
            "id": 29309,
            "slug": "vs19_270_025",
            "identifier": "vs19_270_025",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_270_025/?format=api",
            "sitting": {
                "id": 1650,
                "date": "2024-03-26",
                "number": 270,
                "branch": "C"
            },
            "number": 25,
            "title": "Emendamento 3.13 FONTANA ILARIA (M5S) - Votazione Emendamento 3.13 DDL n. 1790",
            "original_title": "Votazione Emendamento 3.13 DDL n. 1790",
            "description_title": "Emendamento 3.13 FONTANA ILARIA (M5S)",
            "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": 59.92,
            "minority_cohesion_rate": 65.43
        },
        {
            "id": 30611,
            "slug": "vs19_309_082",
            "identifier": "vs19_309_082",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_309_082/?format=api",
            "sitting": {
                "id": 1715,
                "date": "2024-06-18",
                "number": 309,
                "branch": "C"
            },
            "number": 82,
            "title": "Emendamento 3.299 BONAFE' SIMONA (PD-IDP) - Votazione Emendamento 3.299 DDL n. 1665",
            "original_title": "Votazione Emendamento 3.299 DDL n. 1665",
            "description_title": "Emendamento 3.299 BONAFE' SIMONA (PD-IDP)",
            "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": 65.97,
            "minority_cohesion_rate": 70.37
        },
        {
            "id": 31579,
            "slug": "vs19_340_105",
            "identifier": "vs19_340_105",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_340_105/?format=api",
            "sitting": {
                "id": 1766,
                "date": "2024-08-05",
                "number": 340,
                "branch": "C"
            },
            "number": 105,
            "title": "Articolo aggiuntivo 9-decies.03 BORRELLI FRANCESCO EMILIO (AVS) - Votazione Emendamento 9-decies.03 DDL n. 1997",
            "original_title": "Votazione Emendamento 9-decies.03 DDL n. 1997",
            "description_title": "Articolo aggiuntivo 9-decies.03 BORRELLI FRANCESCO EMILIO (AVS)",
            "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": 67.23,
            "minority_cohesion_rate": 72.05
        },
        {
            "id": 30599,
            "slug": "vs19_309_005",
            "identifier": "vs19_309_005",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_309_005/?format=api",
            "sitting": {
                "id": 1715,
                "date": "2024-06-18",
                "number": 309,
                "branch": "C"
            },
            "number": 5,
            "title": "Emendamento 2.26 BONAFE' SIMONA (PD-IDP) - Votazione Emendamento 2.26 DDL n. 1665",
            "original_title": "Votazione Emendamento 2.26 DDL n. 1665",
            "description_title": "Emendamento 2.26 BONAFE' SIMONA (PD-IDP)",
            "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": 69.33,
            "minority_cohesion_rate": 75.93
        },
        {
            "id": 30472,
            "slug": "vs19_305_004",
            "identifier": "vs19_305_004",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_305_004/?format=api",
            "sitting": {
                "id": 1711,
                "date": "2024-06-12",
                "number": 305,
                "branch": "C"
            },
            "number": 4,
            "title": "Emendamento 1.36 FONTANA ILARIA (M5S) - Votazione Emendamento 1.36 DDL n. 1665",
            "original_title": "Votazione Emendamento 1.36 DDL n. 1665",
            "description_title": "Emendamento 1.36 FONTANA ILARIA (M5S)",
            "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": 65.13,
            "minority_cohesion_rate": 69.75
        },
        {
            "id": 31500,
            "slug": "vs19_340_024",
            "identifier": "vs19_340_024",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_340_024/?format=api",
            "sitting": {
                "id": 1766,
                "date": "2024-08-05",
                "number": 340,
                "branch": "C"
            },
            "number": 24,
            "title": "Emendamento 2.4 L'ABBATE PATTY (M5S) - Votazione Emendamento 2.4 DDL n. 1997",
            "original_title": "Votazione Emendamento 2.4 DDL n. 1997",
            "description_title": "Emendamento 2.4 L'ABBATE PATTY (M5S)",
            "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": 66.39,
            "minority_cohesion_rate": 70.19
        },
        {
            "id": 29316,
            "slug": "vs19_270_023",
            "identifier": "vs19_270_023",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_270_023/?format=api",
            "sitting": {
                "id": 1650,
                "date": "2024-03-26",
                "number": 270,
                "branch": "C"
            },
            "number": 23,
            "title": "Identici emendamenti 3.5 FONTANA ILARIA (M5S), 3.6 BONELLI ANGELO (AVS) e 3.2 SIMIANI MARCO (PD-IDP) - Votazione Emendamento 3.5 DDL n. 1790",
            "original_title": "Votazione Emendamento 3.5 DDL n. 1790",
            "description_title": "Identici emendamenti 3.5 FONTANA ILARIA (M5S), 3.6 BONELLI ANGELO (AVS) e 3.2 SIMIANI MARCO (PD-IDP)",
            "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": 23,
            "majority_cohesion_rate": 59.07,
            "minority_cohesion_rate": 62.96
        },
        {
            "id": 22859,
            "slug": "vs19_129_010",
            "identifier": "vs19_129_010",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_129_010/?format=api",
            "sitting": {
                "id": 1413,
                "date": "2023-06-29",
                "number": 129,
                "branch": "C"
            },
            "number": 10,
            "title": "Ordine del giorno n. 9/1238/88 IARIA ANTONINO (M5S) - Votazione Ordine del giorno 9/1238/88 DDL n. 1238",
            "original_title": "Votazione Ordine del giorno 9/1238/88 DDL n. 1238",
            "description_title": "Ordine del giorno n. 9/1238/88 IARIA ANTONINO (M5S)",
            "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": 67.51,
            "minority_cohesion_rate": 70.99
        },
        {
            "id": 37182,
            "slug": "vs19_449_023",
            "identifier": "vs19_449_023",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_449_023/?format=api",
            "sitting": {
                "id": 1942,
                "date": "2025-03-18",
                "number": 449,
                "branch": "C"
            },
            "number": 23,
            "title": "Emendamento 1.24 SIMIANI MARCO (PD-IDP) - Votazione Emendamento 1.24 DDL n. 2285",
            "original_title": "Votazione Emendamento 1.24 DDL n. 2285",
            "description_title": "Emendamento 1.24 SIMIANI MARCO (PD-IDP)",
            "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": 62.96,
            "minority_cohesion_rate": 70.06
        },
        {
            "id": 30497,
            "slug": "vs19_305_029",
            "identifier": "vs19_305_029",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_305_029/?format=api",
            "sitting": {
                "id": 1711,
                "date": "2024-06-12",
                "number": 305,
                "branch": "C"
            },
            "number": 29,
            "title": "Articolo aggiuntivo 1.02 AMATO GAETANO (M5S) - Votazione Emendamento 1.02 DDL n. 1665",
            "original_title": "Votazione Emendamento 1.02 DDL n. 1665",
            "description_title": "Articolo aggiuntivo 1.02 AMATO GAETANO (M5S)",
            "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": 68.07,
            "minority_cohesion_rate": 73.46
        },
        {
            "id": 22858,
            "slug": "vs19_129_036",
            "identifier": "vs19_129_036",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_129_036/?format=api",
            "sitting": {
                "id": 1413,
                "date": "2023-06-29",
                "number": 129,
                "branch": "C"
            },
            "number": 36,
            "title": "Ordine del giorno n. 9/1238/60 LOVECCHIO GIORGIO (M5S) - Votazione Ordine del giorno 9/1238/60 DDL n. 1238",
            "original_title": "Votazione Ordine del giorno 9/1238/60 DDL n. 1238",
            "description_title": "Ordine del giorno n. 9/1238/60 LOVECCHIO GIORGIO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 23,
            "majority_cohesion_rate": 65.4,
            "minority_cohesion_rate": 67.9
        },
        {
            "id": 30477,
            "slug": "vs19_305_009",
            "identifier": "vs19_305_009",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_305_009/?format=api",
            "sitting": {
                "id": 1711,
                "date": "2024-06-12",
                "number": 305,
                "branch": "C"
            },
            "number": 9,
            "title": "Emendamento 1.80 L'ABBATE PATTY (M5S) - Votazione Emendamento 1.80 DDL n. 1665",
            "original_title": "Votazione Emendamento 1.80 DDL n. 1665",
            "description_title": "Emendamento 1.80 L'ABBATE PATTY (M5S)",
            "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": 67.65,
            "minority_cohesion_rate": 74.07
        },
        {
            "id": 31519,
            "slug": "vs19_340_043",
            "identifier": "vs19_340_043",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_340_043/?format=api",
            "sitting": {
                "id": 1766,
                "date": "2024-08-05",
                "number": 340,
                "branch": "C"
            },
            "number": 43,
            "title": "Articolo aggiuntivo 6.01 GIANASSI FEDERICO (PD-IDP) - Votazione Emendamento 6.01 DDL n. 1997",
            "original_title": "Votazione Emendamento 6.01 DDL n. 1997",
            "description_title": "Articolo aggiuntivo 6.01 GIANASSI FEDERICO (PD-IDP)",
            "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": 66.39,
            "minority_cohesion_rate": 70.81
        },
        {
            "id": 29427,
            "slug": "vs19_272_010",
            "identifier": "vs19_272_010",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_272_010/?format=api",
            "sitting": {
                "id": 1653,
                "date": "2024-04-03",
                "number": 272,
                "branch": "C"
            },
            "number": 10,
            "title": "Ordine del giorno n. 9/982 e ABB/6 GHIRRA FRANCESCA (AVS) - Votazione Ordine del giorno 9/982 e ABB/6 PDL n. 0982",
            "original_title": "Votazione Ordine del giorno 9/982 e ABB/6 PDL n. 0982",
            "description_title": "Ordine del giorno n. 9/982 e ABB/6 GHIRRA FRANCESCA (AVS)",
            "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": 70.04,
            "minority_cohesion_rate": 74.69
        },
        {
            "id": 30120,
            "slug": "vs19_283_018",
            "identifier": "vs19_283_018",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_283_018/?format=api",
            "sitting": {
                "id": 1672,
                "date": "2024-04-23",
                "number": 283,
                "branch": "C"
            },
            "number": 18,
            "title": "Emendamento 4.8 PICCOLOTTI ELISABETTA (AVS) - Votazione Emendamento 4.8 PDL n. 0836",
            "original_title": "Votazione Emendamento 4.8 PDL n. 0836",
            "description_title": "Emendamento 4.8 PICCOLOTTI ELISABETTA (AVS)",
            "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": 63.29,
            "minority_cohesion_rate": 64.42
        },
        {
            "id": 30462,
            "slug": "vs19_304_008",
            "identifier": "vs19_304_008",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_304_008/?format=api",
            "sitting": {
                "id": 1710,
                "date": "2024-06-11",
                "number": 304,
                "branch": "C"
            },
            "number": 8,
            "title": "Emendamento 1.19 COSTA SERGIO (M5S) - Votazione Emendamento 1.19 DDL n. 1665",
            "original_title": "Votazione Emendamento 1.19 DDL n. 1665",
            "description_title": "Emendamento 1.19 COSTA SERGIO (M5S)",
            "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": 23,
            "majority_cohesion_rate": 65.97,
            "minority_cohesion_rate": 71.6
        },
        {
            "id": 21779,
            "slug": "vs19_114_013",
            "identifier": "vs19_114_013",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_114_013/?format=api",
            "sitting": {
                "id": 1395,
                "date": "2023-06-06",
                "number": 114,
                "branch": "C"
            },
            "number": 13,
            "title": "Ordine del giorno n. 9/1114/40 GIANASSI FEDERICO (PD-IDP) - Votazione Ordine del giorno 9/1114/40 DDL n. 1114",
            "original_title": "Votazione Ordine del giorno 9/1114/40 DDL n. 1114",
            "description_title": "Ordine del giorno n. 9/1114/40 GIANASSI FEDERICO (PD-IDP)",
            "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": 23,
            "majority_cohesion_rate": 71.73,
            "minority_cohesion_rate": 76.54
        },
        {
            "id": 21740,
            "slug": "vs19_114_027",
            "identifier": "vs19_114_027",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_114_027/?format=api",
            "sitting": {
                "id": 1395,
                "date": "2023-06-06",
                "number": 114,
                "branch": "C"
            },
            "number": 27,
            "title": "Ordine del giorno n. 9/1114/64 D'ALFONSO LUCIANO (PD-IDP) - Votazione Ordine del giorno 9/1114/64 DDL n. 1114",
            "original_title": "Votazione Ordine del giorno 9/1114/64 DDL n. 1114",
            "description_title": "Ordine del giorno n. 9/1114/64 D'ALFONSO LUCIANO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 23,
            "majority_cohesion_rate": 70.89,
            "minority_cohesion_rate": 75.31
        },
        {
            "id": 30095,
            "slug": "vs19_283_009",
            "identifier": "vs19_283_009",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_283_009/?format=api",
            "sitting": {
                "id": 1672,
                "date": "2024-04-23",
                "number": 283,
                "branch": "C"
            },
            "number": 9,
            "title": "Emendamento 3.13 PICCOLOTTI ELISABETTA (AVS) - Votazione Emendamento 3.13 PDL n. 0836",
            "original_title": "Votazione Emendamento 3.13 PDL n. 0836",
            "description_title": "Emendamento 3.13 PICCOLOTTI ELISABETTA (AVS)",
            "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": 62.45,
            "minority_cohesion_rate": 63.19
        },
        {
            "id": 21502,
            "slug": "vs19_112_047",
            "identifier": "vs19_112_047",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_112_047/?format=api",
            "sitting": {
                "id": 1390,
                "date": "2023-05-31",
                "number": 112,
                "branch": "C"
            },
            "number": 47,
            "title": "Mozione n. 1-00149, limitatamente al capoverso 1) della parte dispositiva, RICHETTI MATTEO (AIV-RE) ed altri - Votazione Mozione 1_00149",
            "original_title": "Votazione Mozione 1_00149",
            "description_title": "Mozione n. 1-00149, limitatamente al capoverso 1) della parte dispositiva, RICHETTI MATTEO (AIV-RE) ed altri",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Mozione",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 23,
            "majority_cohesion_rate": 70.04,
            "minority_cohesion_rate": 75.31
        },
        {
            "id": 37755,
            "slug": "vs19_464_024",
            "identifier": "vs19_464_024",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_464_024/?format=api",
            "sitting": {
                "id": 1962,
                "date": "2025-04-09",
                "number": 464,
                "branch": "C"
            },
            "number": 24,
            "title": "Articolo 4 - Votazione Articolo 4 PDL n. 1621",
            "original_title": "Votazione Articolo 4 PDL n. 1621",
            "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": 1,
            "n_margin": 23,
            "majority_cohesion_rate": 60.91,
            "minority_cohesion_rate": 66.88
        },
        {
            "id": 30218,
            "slug": "vs19_292_069",
            "identifier": "vs19_292_069",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_292_069/?format=api",
            "sitting": {
                "id": 1688,
                "date": "2024-05-14",
                "number": 292,
                "branch": "C"
            },
            "number": 69,
            "title": "Mantenimento articolo 22 - Votazione Articolo 22 DDL n. 1717",
            "original_title": "Votazione Articolo 22 DDL n. 1717",
            "description_title": "Mantenimento articolo 22",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 2,
            "n_margin": 23,
            "majority_cohesion_rate": 56.12,
            "minority_cohesion_rate": 57.67
        },
        {
            "id": 30240,
            "slug": "vs19_292_055",
            "identifier": "vs19_292_055",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_292_055/?format=api",
            "sitting": {
                "id": 1688,
                "date": "2024-05-14",
                "number": 292,
                "branch": "C"
            },
            "number": 55,
            "title": "Emendamento 16.1 D'ORSO VALENTINA (M5S) - Votazione Emendamento 16.1 DDL n. 1717",
            "original_title": "Votazione Emendamento 16.1 DDL n. 1717",
            "description_title": "Emendamento 16.1 D'ORSO VALENTINA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 5,
            "n_margin": 23,
            "majority_cohesion_rate": 59.07,
            "minority_cohesion_rate": 57.06
        },
        {
            "id": 37757,
            "slug": "vs19_464_026",
            "identifier": "vs19_464_026",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_464_026/?format=api",
            "sitting": {
                "id": 1962,
                "date": "2025-04-09",
                "number": 464,
                "branch": "C"
            },
            "number": 26,
            "title": "Articolo aggiuntivo 4.010 GIANASSI FEDERICO (PD-IDP) - Votazione Emendamento 4.010 PDL n. 1621",
            "original_title": "Votazione Emendamento 4.010 PDL n. 1621",
            "description_title": "Articolo aggiuntivo 4.010 GIANASSI FEDERICO (PD-IDP)",
            "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": 62.14,
            "minority_cohesion_rate": 68.79
        },
        {
            "id": 24251,
            "slug": "vs19_172_005",
            "identifier": "vs19_172_005",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_172_005/?format=api",
            "sitting": {
                "id": 1488,
                "date": "2023-10-05",
                "number": 172,
                "branch": "C"
            },
            "number": 5,
            "title": "Ordine del giorno n. 9/1436/40 IACONO GIOVANNA (PD-IDP) - Votazione Ordine del giorno 9/1436/40 DDL n. 1436",
            "original_title": "Votazione Ordine del giorno 9/1436/40 DDL n. 1436",
            "description_title": "Ordine del giorno n. 9/1436/40 IACONO GIOVANNA (PD-IDP)",
            "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": 23,
            "majority_cohesion_rate": 65.82,
            "minority_cohesion_rate": 68.52
        },
        {
            "id": 24257,
            "slug": "vs19_172_007",
            "identifier": "vs19_172_007",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_172_007/?format=api",
            "sitting": {
                "id": 1488,
                "date": "2023-10-05",
                "number": 172,
                "branch": "C"
            },
            "number": 7,
            "title": "Ordine del giorno n. 9/1436/42 CASU ANDREA (PD-IDP) - Votazione Ordine del giorno 9/1436/42 DDL n. 1436",
            "original_title": "Votazione Ordine del giorno 9/1436/42 DDL n. 1436",
            "description_title": "Ordine del giorno n. 9/1436/42 CASU ANDREA (PD-IDP)",
            "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": 68.35,
            "minority_cohesion_rate": 72.22
        },
        {
            "id": 24266,
            "slug": "vs19_172_006",
            "identifier": "vs19_172_006",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_172_006/?format=api",
            "sitting": {
                "id": 1488,
                "date": "2023-10-05",
                "number": 172,
                "branch": "C"
            },
            "number": 6,
            "title": "Ordine del giorno n. 9/1436/41, BARBAGALLO ANTHONY EMANUELE (PD-IDP) - Votazione Ordine del giorno 9/1436/41, DDL n. 1436",
            "original_title": "Votazione Ordine del giorno 9/1436/41, DDL n. 1436",
            "description_title": "Ordine del giorno n. 9/1436/41, BARBAGALLO ANTHONY EMANUELE (PD-IDP)",
            "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": 67.51,
            "minority_cohesion_rate": 70.99
        },
        {
            "id": 24245,
            "slug": "vs19_172_018",
            "identifier": "vs19_172_018",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_172_018/?format=api",
            "sitting": {
                "id": 1488,
                "date": "2023-10-05",
                "number": 172,
                "branch": "C"
            },
            "number": 18,
            "title": "Conversione decreto attività economiche e finanziarie strategiche",
            "original_title": "Votazione finale DDL n. 1436",
            "description_title": "Conversione in legge, con modificazioni, del decreto-legge 10 agosto 2023, n. 104, recante disposizioni urgenti a tutela degli utenti, in materia di attività economiche e finanziarie e investimenti strategici (Approvato dal Senato) (DDL 1436)",
            "public_title": "Conversione decreto attività economiche e finanziarie strategiche",
            "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": 23,
            "majority_cohesion_rate": 64.98,
            "minority_cohesion_rate": 66.67
        },
        {
            "id": 22189,
            "slug": "vs19_147_014",
            "identifier": "vs19_147_014",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_147_014/?format=api",
            "sitting": {
                "id": 1431,
                "date": "2023-07-26",
                "number": 147,
                "branch": "C"
            },
            "number": 14,
            "title": "Emendamento 1.15 D'ORSO VALENTINA (M5S) - Votazione Emendamento 1.15 PDL n. 0887",
            "original_title": "Votazione Emendamento 1.15 PDL n. 0887",
            "description_title": "Emendamento 1.15 D'ORSO VALENTINA (M5S)",
            "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": 23,
            "majority_cohesion_rate": 68.35,
            "minority_cohesion_rate": 72.22
        },
        {
            "id": 30050,
            "slug": "vs19_281_080",
            "identifier": "vs19_281_080",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_281_080/?format=api",
            "sitting": {
                "id": 1668,
                "date": "2024-04-17",
                "number": 281,
                "branch": "C"
            },
            "number": 80,
            "title": "Ordine del giorno n. 9/1752/106 STEFANAZZI CLAUDIO MICHELE (PD-IDP) - Votazione Ordine del giorno 9/1752/106 DDL n. 1752",
            "original_title": "Votazione Ordine del giorno 9/1752/106 DDL n. 1752",
            "description_title": "Ordine del giorno n. 9/1752/106 STEFANAZZI CLAUDIO MICHELE (PD-IDP)",
            "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": 56.54,
            "minority_cohesion_rate": 54.94
        },
        {
            "id": 37760,
            "slug": "vs19_464_029",
            "identifier": "vs19_464_029",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_464_029/?format=api",
            "sitting": {
                "id": 1962,
                "date": "2025-04-09",
                "number": 464,
                "branch": "C"
            },
            "number": 29,
            "title": "Articolo 5 - Votazione Articolo 5 PDL n. 1621",
            "original_title": "Votazione Articolo 5 PDL n. 1621",
            "description_title": "Articolo 5",
            "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": 23,
            "majority_cohesion_rate": 61.73,
            "minority_cohesion_rate": 65.61
        },
        {
            "id": 25551,
            "slug": "vs19_209_003",
            "identifier": "vs19_209_003",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_209_003/?format=api",
            "sitting": {
                "id": 1547,
                "date": "2023-12-05",
                "number": 209,
                "branch": "C"
            },
            "number": 3,
            "title": "Emendamento 1.1001 SCOTTO ARTURO (PD-IDP) - Votazione Emendamento 1.1001 PDL n. 1275",
            "original_title": "Votazione Emendamento 1.1001 PDL n. 1275",
            "description_title": "Emendamento 1.1001 SCOTTO ARTURO (PD-IDP)",
            "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": 62.45,
            "minority_cohesion_rate": 66.05
        }
    ]
}