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

{
    "count": 22927,
    "codelists": {
        "years": [
            {
                "id": "2025",
                "value": "2025"
            },
            {
                "id": "2024",
                "value": "2024"
            },
            {
                "id": "2023",
                "value": "2023"
            },
            {
                "id": "2022",
                "value": "2022"
            }
        ],
        "branch": [
            {
                "id": "S",
                "value": "Senato"
            },
            {
                "id": "C",
                "value": "Camera"
            }
        ],
        "governments": [
            {
                "id": 135225,
                "slug": "i-governo-meloni-2022-10-22",
                "start_date": "2022-10-22",
                "value": "Meloni I"
            }
        ],
        "governments_filter": [
            {
                "id": 135225,
                "slug": "i-governo-meloni-2022-10-22",
                "start_date": "2022-10-22",
                "value": "Meloni I"
            }
        ],
        "main_vote_type": [
            {
                "id": "is_key_vote",
                "value": "Voto chiave"
            },
            {
                "id": "is_final",
                "value": "Voto finale"
            },
            {
                "id": "is_confidence",
                "value": "Voto di fiducia"
            },
            {
                "id": "all",
                "value": "Tutti"
            }
        ],
        "sub_vote_type": [
            {
                "id": "ALL",
                "value": "Atto intero"
            },
            {
                "id": "ART",
                "value": "Articolo"
            },
            {
                "id": "AMEND",
                "value": "Emendamenti"
            },
            {
                "id": "ODG",
                "value": "ODG"
            },
            {
                "id": "PREJ",
                "value": "Questione pregiudiziale"
            },
            {
                "id": "EM_DECL",
                "value": "Dichiarazione d'urgenza"
            },
            {
                "id": "SUSP",
                "value": "Questione sospensiva"
            },
            {
                "id": "VAR_N",
                "value": "Nota di variazione"
            },
            {
                "id": "DONT_P",
                "value": "Non passaggio agli articoli"
            },
            {
                "id": "CLOS_DEB",
                "value": "Chiusura della discussione"
            },
            {
                "id": "RES",
                "value": "Risoluzione"
            },
            {
                "id": "DIM",
                "value": "Dimissioni"
            },
            {
                "id": "ELE",
                "value": "Elezioni"
            },
            {
                "id": "COORD",
                "value": "Proposta coordinamento"
            },
            {
                "id": "MOZ",
                "value": "Mozione"
            },
            {
                "id": "CPROP",
                "value": "Proposta giunta"
            }
        ],
        "vm_cohesion_rates": {
            "80_100": "dall'80 al 100%",
            "60_80": "dal 60 all'80%",
            "_60": "Meno del 60%"
        },
        "orderings": [
            {
                "id": "date",
                "value": "Data"
            },
            {
                "id": "majority_cohesion_rate",
                "value": "Compattezza maggioranza"
            },
            {
                "id": "n_rebels",
                "value": "Ribelli"
            },
            {
                "id": "identifier",
                "value": "Identificativo"
            },
            {
                "id": "n_margin",
                "value": "Margine"
            }
        ],
        "outcome": [
            {
                "id": "Respinto",
                "value": "Respinta"
            },
            {
                "id": "Approvato",
                "value": "Approvata"
            }
        ]
    },
    "next": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=majority_cohesion_rate&page=114",
    "previous": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=majority_cohesion_rate&page=112",
    "results": [
        {
            "id": 25629,
            "slug": "vs19_210_123",
            "identifier": "vs19_210_123",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_123/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 123,
            "title": "Articolo 26 - Votazione Articolo 26 DDL n. 1341",
            "original_title": "Votazione Articolo 26 DDL n. 1341",
            "description_title": "Articolo 26",
            "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": 26,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 57.41
        },
        {
            "id": 25698,
            "slug": "vs19_210_162",
            "identifier": "vs19_210_162",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_162/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 162,
            "title": "Articolo 44 - Votazione Articolo 44 DDL n. 1341",
            "original_title": "Votazione Articolo 44 DDL n. 1341",
            "description_title": "Articolo 44",
            "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": 71,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 58.64
        },
        {
            "id": 27178,
            "slug": "vs19_231_023",
            "identifier": "vs19_231_023",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_231_023/?format=api",
            "sitting": {
                "id": 1586,
                "date": "2024-01-23",
                "number": 231,
                "branch": "C"
            },
            "number": 23,
            "title": "Emendamento 3.32 CAROTENUTO DARIO (M5S) - Votazione Emendamento 3.32 DDL n. 1620",
            "original_title": "Votazione Emendamento 3.32 DDL n. 1620",
            "description_title": "Emendamento 3.32 CAROTENUTO DARIO (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": 19,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 68.52
        },
        {
            "id": 27212,
            "slug": "vs19_231_037",
            "identifier": "vs19_231_037",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_231_037/?format=api",
            "sitting": {
                "id": 1586,
                "date": "2024-01-23",
                "number": 231,
                "branch": "C"
            },
            "number": 37,
            "title": "Emendamento 3.81 BOSCHI MARIA ELENA (IVICRE) - Votazione Emendamento 3.81 DDL n. 1620",
            "original_title": "Votazione Emendamento 3.81 DDL n. 1620",
            "description_title": "Emendamento 3.81 BOSCHI MARIA ELENA (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": 19,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 67.9
        },
        {
            "id": 27188,
            "slug": "vs19_231_045",
            "identifier": "vs19_231_045",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_231_045/?format=api",
            "sitting": {
                "id": 1586,
                "date": "2024-01-23",
                "number": 231,
                "branch": "C"
            },
            "number": 45,
            "title": "Emendamento 3.76 COLUCCI ALFONSO (M5S) - Votazione Emendamento 3.76 DDL n. 1620",
            "original_title": "Votazione Emendamento 3.76 DDL n. 1620",
            "description_title": "Emendamento 3.76 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": 0,
            "n_margin": 22,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 65.43
        },
        {
            "id": 27190,
            "slug": "vs19_231_028",
            "identifier": "vs19_231_028",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_231_028/?format=api",
            "sitting": {
                "id": 1586,
                "date": "2024-01-23",
                "number": 231,
                "branch": "C"
            },
            "number": 28,
            "title": "Emendamento 3.43 ZARATTI FILIBERTO (AVS) - Votazione Emendamento 3.43 DDL n. 1620",
            "original_title": "Votazione Emendamento 3.43 DDL n. 1620",
            "description_title": "Emendamento 3.43 ZARATTI FILIBERTO (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": 18,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 68.52
        },
        {
            "id": 25729,
            "slug": "vs19_210_167",
            "identifier": "vs19_210_167",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_167/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 167,
            "title": "Emendamento 47.1 BOSCHI MARIA ELENA (IVICRE) - Votazione Emendamento 47.1 DDL n. 1341",
            "original_title": "Votazione Emendamento 47.1 DDL n. 1341",
            "description_title": "Emendamento 47.1 BOSCHI MARIA ELENA (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": 3,
            "n_margin": 50,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 33.33
        },
        {
            "id": 25521,
            "slug": "vs19_210_126",
            "identifier": "vs19_210_126",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_126/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 126,
            "title": "Articolo 28 - Votazione Articolo 28 DDL n. 1341",
            "original_title": "Votazione Articolo 28 DDL n. 1341",
            "description_title": "Articolo 28",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 71,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 61.11
        },
        {
            "id": 25648,
            "slug": "vs19_210_142",
            "identifier": "vs19_210_142",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_142/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 142,
            "title": "Emendamento 34.300, da votare ai sensi dell'articolo 86, comma 4-bis, del Regolamento - Votazione Emendamento 34.300, DDL n. 1341",
            "original_title": "Votazione Emendamento 34.300, DDL n. 1341",
            "description_title": "Emendamento 34.300, da votare ai sensi dell'articolo 86, comma 4-bis, del Regolamento",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Approvata",
            "n_rebels": 5,
            "n_margin": 27,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 55.56
        },
        {
            "id": 26852,
            "slug": "vs19_227_044",
            "identifier": "vs19_227_044",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_227_044/?format=api",
            "sitting": {
                "id": 1578,
                "date": "2024-01-16",
                "number": 227,
                "branch": "C"
            },
            "number": 44,
            "title": "Ordine del giorno n. 9/893 E ABB/15, nel testo riformulato, GIANASSI FEDERICO (PD-IDP) - Votazione Ordine del giorno 9/893 E ABB/15, PDL n. 0893",
            "original_title": "Votazione Ordine del giorno 9/893 E ABB/15, PDL n. 0893",
            "description_title": "Ordine del giorno n. 9/893 E ABB/15, nel testo riformulato, 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": "Approvata",
            "n_rebels": 10,
            "n_margin": 127,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 70.37
        },
        {
            "id": 22732,
            "slug": "vs19_128_065",
            "identifier": "vs19_128_065",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_128_065/?format=api",
            "sitting": {
                "id": 1412,
                "date": "2023-06-28",
                "number": 128,
                "branch": "C"
            },
            "number": 65,
            "title": "Ordine del giorno n. 9/1238/76 CAFIERO DE RAHO FEDERICO (M5S) - Votazione Ordine del giorno 9/1238/76 DDL n. 1238",
            "original_title": "Votazione Ordine del giorno 9/1238/76 DDL n. 1238",
            "description_title": "Ordine del giorno n. 9/1238/76 CAFIERO DE RAHO FEDERICO (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": 4,
            "n_margin": 23,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 62.35
        },
        {
            "id": 26719,
            "slug": "vs19_223_014",
            "identifier": "vs19_223_014",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_223_014/?format=api",
            "sitting": {
                "id": 1573,
                "date": "2024-01-10",
                "number": 223,
                "branch": "C"
            },
            "number": 14,
            "title": "Emendamento 4.3 ONORI FEDERICA (M5S) - Votazione Emendamento 4.3 DDL n. 1624",
            "original_title": "Votazione Emendamento 4.3 DDL n. 1624",
            "description_title": "Emendamento 4.3 ONORI FEDERICA (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": 25,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 59.88
        },
        {
            "id": 28257,
            "slug": "vs19_247_029",
            "identifier": "vs19_247_029",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_247_029/?format=api",
            "sitting": {
                "id": 1613,
                "date": "2024-02-19",
                "number": 247,
                "branch": "C"
            },
            "number": 29,
            "title": "Ordine del giorno n. 9/1633/65, nel testo riformulato, GRIMALDI MARCO (AVS) - Votazione Ordine del giorno 9/1633/65, DDL n. 1633",
            "original_title": "Votazione Ordine del giorno 9/1633/65, DDL n. 1633",
            "description_title": "Ordine del giorno n. 9/1633/65, nel testo riformulato, GRIMALDI MARCO (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 2,
            "n_margin": 132,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 74.07
        },
        {
            "id": 25141,
            "slug": "vs19_197_056",
            "identifier": "vs19_197_056",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_197_056/?format=api",
            "sitting": {
                "id": 1527,
                "date": "2023-11-16",
                "number": 197,
                "branch": "C"
            },
            "number": 56,
            "title": "Ordine del giorno n. 9/1324 E ABB/8 QUARTINI ANDREA (M5S) - Votazione Ordine del giorno 9/1324 E ABB/8 DDL n. 1324",
            "original_title": "Votazione Ordine del giorno 9/1324 E ABB/8 DDL n. 1324",
            "description_title": "Ordine del giorno n. 9/1324 E ABB/8 QUARTINI ANDREA (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": 61.6,
            "minority_cohesion_rate": 63.58
        },
        {
            "id": 25096,
            "slug": "vs19_197_011",
            "identifier": "vs19_197_011",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_197_011/?format=api",
            "sitting": {
                "id": 1527,
                "date": "2023-11-16",
                "number": 197,
                "branch": "C"
            },
            "number": 11,
            "title": "Articolo 1 - Votazione Articolo 1 DDL n. 1324",
            "original_title": "Votazione Articolo 1 DDL n. 1324",
            "description_title": "Articolo 1",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 9,
            "n_margin": 49,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 37.65
        },
        {
            "id": 27741,
            "slug": "vs19_241_005",
            "identifier": "vs19_241_005",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_241_005/?format=api",
            "sitting": {
                "id": 1603,
                "date": "2024-02-08",
                "number": 241,
                "branch": "C"
            },
            "number": 5,
            "title": "Emendamento 1.2 MANZI IRENE (PD-IDP) - Votazione Emendamento 1.2 PDL n. 1457",
            "original_title": "Votazione Emendamento 1.2 PDL n. 1457",
            "description_title": "Emendamento 1.2 MANZI IRENE (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": 13,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 75.31
        },
        {
            "id": 27315,
            "slug": "vs19_233_041",
            "identifier": "vs19_233_041",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_233_041/?format=api",
            "sitting": {
                "id": 1589,
                "date": "2024-01-25",
                "number": 233,
                "branch": "C"
            },
            "number": 41,
            "title": "Ordine del giorno n. 9/1606/69 MALAVASI ILENIA (PD-IDP) - Votazione Ordine del giorno 9/1606/69 DDL n. 1606",
            "original_title": "Votazione Ordine del giorno 9/1606/69 DDL n. 1606",
            "description_title": "Ordine del giorno n. 9/1606/69 MALAVASI ILENIA (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": 26,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 58.64
        },
        {
            "id": 27310,
            "slug": "vs19_233_039",
            "identifier": "vs19_233_039",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_233_039/?format=api",
            "sitting": {
                "id": 1589,
                "date": "2024-01-25",
                "number": 233,
                "branch": "C"
            },
            "number": 39,
            "title": "Ordine del giorno n. 9/1606/66 EVI ELEONORA (AVS) - Votazione Ordine del giorno 9/1606/66 DDL n. 1606",
            "original_title": "Votazione Ordine del giorno 9/1606/66 DDL n. 1606",
            "description_title": "Ordine del giorno n. 9/1606/66 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": 35,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 52.47
        },
        {
            "id": 27333,
            "slug": "vs19_233_022",
            "identifier": "vs19_233_022",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_233_022/?format=api",
            "sitting": {
                "id": 1589,
                "date": "2024-01-25",
                "number": 233,
                "branch": "C"
            },
            "number": 22,
            "title": "Ordine del giorno n. 9/1606/44 CAPPELLETTI ENRICO (M5S) - Votazione Ordine del giorno 9/1606/44 DDL n. 1606",
            "original_title": "Votazione Ordine del giorno 9/1606/44 DDL n. 1606",
            "description_title": "Ordine del giorno n. 9/1606/44 CAPPELLETTI ENRICO (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": 26,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 61.11
        },
        {
            "id": 28256,
            "slug": "vs19_247_041",
            "identifier": "vs19_247_041",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_247_041/?format=api",
            "sitting": {
                "id": 1613,
                "date": "2024-02-19",
                "number": 247,
                "branch": "C"
            },
            "number": 41,
            "title": "Ordine del giorno n. 9/1633/80 BALDINO VITTORIA (M5S) - Votazione Ordine del giorno 9/1633/80 DDL n. 1633",
            "original_title": "Votazione Ordine del giorno 9/1633/80 DDL n. 1633",
            "description_title": "Ordine del giorno n. 9/1633/80 BALDINO VITTORIA (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": 20,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 66.05
        },
        {
            "id": 28374,
            "slug": "vs19_247_038",
            "identifier": "vs19_247_038",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_247_038/?format=api",
            "sitting": {
                "id": 1613,
                "date": "2024-02-19",
                "number": 247,
                "branch": "C"
            },
            "number": 38,
            "title": "Ordine del giorno n. 9/1633/77 RICCIARDI MARIANNA (M5S) - Votazione Ordine del giorno 9/1633/77 DDL n. 1633",
            "original_title": "Votazione Ordine del giorno 9/1633/77 DDL n. 1633",
            "description_title": "Ordine del giorno n. 9/1633/77 RICCIARDI MARIANNA (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": 18,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 69.14
        },
        {
            "id": 27361,
            "slug": "vs19_233_030",
            "identifier": "vs19_233_030",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_233_030/?format=api",
            "sitting": {
                "id": 1589,
                "date": "2024-01-25",
                "number": 233,
                "branch": "C"
            },
            "number": 30,
            "title": "Ordine del giorno n. 9/1606/53 FEDE GIORGIO (M5S) - Votazione Ordine del giorno 9/1606/53 DDL n. 1606",
            "original_title": "Votazione Ordine del giorno 9/1606/53 DDL n. 1606",
            "description_title": "Ordine del giorno n. 9/1606/53 FEDE 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": 0,
            "n_margin": 24,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 61.73
        },
        {
            "id": 22007,
            "slug": "vs19_124_039",
            "identifier": "vs19_124_039",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_124_039/?format=api",
            "sitting": {
                "id": 1408,
                "date": "2023-06-22",
                "number": 124,
                "branch": "C"
            },
            "number": 39,
            "title": "Ordine del giorno n. 9/1151/58 DE MONTE ISABELLA (AIV-RE) - Votazione Ordine del giorno 9/1151/58 DDL n. 1151",
            "original_title": "Votazione Ordine del giorno 9/1151/58 DDL n. 1151",
            "description_title": "Ordine del giorno n. 9/1151/58 DE MONTE ISABELLA (AIV-RE)",
            "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.6,
            "minority_cohesion_rate": 59.88
        },
        {
            "id": 27287,
            "slug": "vs19_233_027",
            "identifier": "vs19_233_027",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_233_027/?format=api",
            "sitting": {
                "id": 1589,
                "date": "2024-01-25",
                "number": 233,
                "branch": "C"
            },
            "number": 27,
            "title": "Ordine del giorno n. 9/1606/50 QUARTINI ANDREA (M5S) - Votazione Ordine del giorno 9/1606/50 DDL n. 1606",
            "original_title": "Votazione Ordine del giorno 9/1606/50 DDL n. 1606",
            "description_title": "Ordine del giorno n. 9/1606/50 QUARTINI ANDREA (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": 37,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 52.47
        },
        {
            "id": 24934,
            "slug": "vs19_201_001",
            "identifier": "vs19_201_001",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_201_001/?format=api",
            "sitting": {
                "id": 1531,
                "date": "2023-11-23",
                "number": 201,
                "branch": "C"
            },
            "number": 1,
            "title": "Ordine del giorno n. 9/1551/55, nel testo riformulato, BONAFE' SIMONA (PD-IDP) - Votazione Ordine del giorno 9/1551/55, DDL n. 1551",
            "original_title": "Votazione Ordine del giorno 9/1551/55, DDL n. 1551",
            "description_title": "Ordine del giorno n. 9/1551/55, nel testo riformulato, BONAFE' SIMONA (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 128,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 68.52
        },
        {
            "id": 27753,
            "slug": "vs19_240_015",
            "identifier": "vs19_240_015",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_240_015/?format=api",
            "sitting": {
                "id": 1602,
                "date": "2024-02-07",
                "number": 240,
                "branch": "C"
            },
            "number": 15,
            "title": "Articolo 6 - Votazione Articolo 6 PDL n. 1304",
            "original_title": "Votazione Articolo 6 PDL n. 1304",
            "description_title": "Articolo 6",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 7,
            "n_margin": 100,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 40.74
        },
        {
            "id": 27749,
            "slug": "vs19_241_011",
            "identifier": "vs19_241_011",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_241_011/?format=api",
            "sitting": {
                "id": 1603,
                "date": "2024-02-08",
                "number": 241,
                "branch": "C"
            },
            "number": 11,
            "title": "Emendamento 1.3 MANZI IRENE (PD-IDP) - Votazione Emendamento 1.3 PDL n. 1457",
            "original_title": "Votazione Emendamento 1.3 PDL n. 1457",
            "description_title": "Emendamento 1.3 MANZI IRENE (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": 12,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 74.69
        },
        {
            "id": 27476,
            "slug": "vs19_237_017",
            "identifier": "vs19_237_017",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_237_017/?format=api",
            "sitting": {
                "id": 1596,
                "date": "2024-01-31",
                "number": 237,
                "branch": "C"
            },
            "number": 17,
            "title": "Articolo 10 (Mantenimento) - Votazione Articolo 10 DDL n. 1419",
            "original_title": "Votazione Articolo 10 DDL n. 1419",
            "description_title": "Articolo 10 (Mantenimento)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 24,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 61.11
        },
        {
            "id": 28365,
            "slug": "vs19_247_030",
            "identifier": "vs19_247_030",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_247_030/?format=api",
            "sitting": {
                "id": 1613,
                "date": "2024-02-19",
                "number": 247,
                "branch": "C"
            },
            "number": 30,
            "title": "Ordine del giorno n. 9/1633/69 TORTO DANIELA (M5S) - Votazione Ordine del giorno 9/1633/69 DDL n. 1633",
            "original_title": "Votazione Ordine del giorno 9/1633/69 DDL n. 1633",
            "description_title": "Ordine del giorno n. 9/1633/69 TORTO DANIELA (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": 1,
            "n_margin": 17,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 69.14
        },
        {
            "id": 27426,
            "slug": "vs19_236_074",
            "identifier": "vs19_236_074",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_236_074/?format=api",
            "sitting": {
                "id": 1594,
                "date": "2024-01-30",
                "number": 236,
                "branch": "C"
            },
            "number": 74,
            "title": "Emendamento 3.40 FENU EMILIANO (M5S) - Votazione Emendamento 3.40 DDL n. 1630",
            "original_title": "Votazione Emendamento 3.40 DDL n. 1630",
            "description_title": "Emendamento 3.40 FENU EMILIANO (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": 21,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 68.52
        },
        {
            "id": 27457,
            "slug": "vs19_236_053",
            "identifier": "vs19_236_053",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_236_053/?format=api",
            "sitting": {
                "id": 1594,
                "date": "2024-01-30",
                "number": 236,
                "branch": "C"
            },
            "number": 53,
            "title": "Emendamento 2.13 BONELLI ANGELO (AVS) - Votazione Emendamento 2.13 DDL n. 1630",
            "original_title": "Votazione Emendamento 2.13 DDL n. 1630",
            "description_title": "Emendamento 2.13 BONELLI ANGELO (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": 2,
            "n_margin": 56,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 38.27
        },
        {
            "id": 27472,
            "slug": "vs19_236_051",
            "identifier": "vs19_236_051",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_236_051/?format=api",
            "sitting": {
                "id": 1594,
                "date": "2024-01-30",
                "number": 236,
                "branch": "C"
            },
            "number": 51,
            "title": "Emendamento 2.10 CURTI AUGUSTO (PD-IDP) - Votazione Emendamento 2.10 DDL n. 1630",
            "original_title": "Votazione Emendamento 2.10 DDL n. 1630",
            "description_title": "Emendamento 2.10 CURTI AUGUSTO (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": 24,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 65.43
        },
        {
            "id": 28364,
            "slug": "vs19_247_037",
            "identifier": "vs19_247_037",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_247_037/?format=api",
            "sitting": {
                "id": 1613,
                "date": "2024-02-19",
                "number": 247,
                "branch": "C"
            },
            "number": 37,
            "title": "Ordine del giorno n. 9/1633/76 QUARTINI ANDREA (M5S) - Votazione Ordine del giorno 9/1633/76 DDL n. 1633",
            "original_title": "Votazione Ordine del giorno 9/1633/76 DDL n. 1633",
            "description_title": "Ordine del giorno n. 9/1633/76 QUARTINI ANDREA (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": 19,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 67.9
        },
        {
            "id": 21964,
            "slug": "vs19_124_032",
            "identifier": "vs19_124_032",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_124_032/?format=api",
            "sitting": {
                "id": 1408,
                "date": "2023-06-22",
                "number": 124,
                "branch": "C"
            },
            "number": 32,
            "title": "Ordine del giorno n. 9/1151/41 STUMPO NICOLA (PD-IDP) - Votazione Ordine del giorno 9/1151/41 DDL n. 1151",
            "original_title": "Votazione Ordine del giorno 9/1151/41 DDL n. 1151",
            "description_title": "Ordine del giorno n. 9/1151/41 STUMPO NICOLA (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": 29,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 54.94
        },
        {
            "id": 27404,
            "slug": "vs19_236_068",
            "identifier": "vs19_236_068",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_236_068/?format=api",
            "sitting": {
                "id": 1594,
                "date": "2024-01-30",
                "number": 236,
                "branch": "C"
            },
            "number": 68,
            "title": "Emendamento 3.27 FENU EMILIANO (M5S) - Votazione Emendamento 3.27 DDL n. 1630",
            "original_title": "Votazione Emendamento 3.27 DDL n. 1630",
            "description_title": "Emendamento 3.27 FENU EMILIANO (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": 18,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 72.84
        },
        {
            "id": 28344,
            "slug": "vs19_247_045",
            "identifier": "vs19_247_045",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_247_045/?format=api",
            "sitting": {
                "id": 1613,
                "date": "2024-02-19",
                "number": 247,
                "branch": "C"
            },
            "number": 45,
            "title": "Ordine del giorno n. 9/1633/85 DONNO LEONARDO (M5S) - Votazione Ordine del giorno 9/1633/85 DDL n. 1633",
            "original_title": "Votazione Ordine del giorno 9/1633/85 DDL n. 1633",
            "description_title": "Ordine del giorno n. 9/1633/85 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": 1,
            "n_margin": 21,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 65.43
        },
        {
            "id": 21997,
            "slug": "vs19_124_030",
            "identifier": "vs19_124_030",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_124_030/?format=api",
            "sitting": {
                "id": 1408,
                "date": "2023-06-22",
                "number": 124,
                "branch": "C"
            },
            "number": 30,
            "title": "Ordine del giorno n. 9/1151/39 GUERRA MARIA CECILIA (PD-IDP) - Votazione Ordine del giorno 9/1151/39 DDL n. 1151",
            "original_title": "Votazione Ordine del giorno 9/1151/39 DDL n. 1151",
            "description_title": "Ordine del giorno n. 9/1151/39 GUERRA MARIA CECILIA (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": 22,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 62.96
        },
        {
            "id": 27400,
            "slug": "vs19_236_018",
            "identifier": "vs19_236_018",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_236_018/?format=api",
            "sitting": {
                "id": 1594,
                "date": "2024-01-30",
                "number": 236,
                "branch": "C"
            },
            "number": 18,
            "title": "Emendamento 1.30 SANTILLO AGOSTINO (M5S) - Votazione Emendamento 1.30 DDL n. 1630",
            "original_title": "Votazione Emendamento 1.30 DDL n. 1630",
            "description_title": "Emendamento 1.30 SANTILLO AGOSTINO (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": 19,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 71.6
        },
        {
            "id": 27801,
            "slug": "vs19_239_102",
            "identifier": "vs19_239_102",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_239_102/?format=api",
            "sitting": {
                "id": 1600,
                "date": "2024-02-06",
                "number": 239,
                "branch": "C"
            },
            "number": 102,
            "title": "Identici ordini del giorno, come riformulati, n. 9/1515/13 MEROLA VIRGINIO (PD-IDP) e n. 5/1515/14 STEFANAZZI CLAUDIO MICHELE (PD-IDP) - Votazione Ordine del giorno 9/1515/13 DDL n. 1515",
            "original_title": "Votazione Ordine del giorno 9/1515/13 DDL n. 1515",
            "description_title": "Identici ordini del giorno, come riformulati, n. 9/1515/13 MEROLA VIRGINIO (PD-IDP) e n. 5/1515/14 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": "Approvata",
            "n_rebels": 1,
            "n_margin": 128,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 69.75
        },
        {
            "id": 27367,
            "slug": "vs19_233_025",
            "identifier": "vs19_233_025",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_233_025/?format=api",
            "sitting": {
                "id": 1589,
                "date": "2024-01-25",
                "number": 233,
                "branch": "C"
            },
            "number": 25,
            "title": "ODG Ordine del giorno n. 9/1606/48 SANTILLO AGOSTINO (M5S) - Votazione Ordine del giorno 9/1606/48 DDL n. 1606",
            "original_title": "Votazione Ordine del giorno 9/1606/48 DDL n. 1606",
            "description_title": "ODG Ordine del giorno n. 9/1606/48 SANTILLO AGOSTINO (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": 32,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 58.02
        },
        {
            "id": 24967,
            "slug": "vs19_196_058",
            "identifier": "vs19_196_058",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_196_058/?format=api",
            "sitting": {
                "id": 1526,
                "date": "2023-11-15",
                "number": 196,
                "branch": "C"
            },
            "number": 58,
            "title": "Ordine del giorno n. 9/1437/68, come riformulato, ZANELLA LUANA (AVS) - Votazione Ordine del giorno 9/1437/68, DDL n. 1437",
            "original_title": "Votazione Ordine del giorno 9/1437/68, DDL n. 1437",
            "description_title": "Ordine del giorno n. 9/1437/68, come riformulato, ZANELLA LUANA (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 5,
            "n_margin": 124,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 66.05
        },
        {
            "id": 27711,
            "slug": "vs19_239_098",
            "identifier": "vs19_239_098",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_239_098/?format=api",
            "sitting": {
                "id": 1600,
                "date": "2024-02-06",
                "number": 239,
                "branch": "C"
            },
            "number": 98,
            "title": "Articolo 27 - Votazione Articolo 27 DDL n. 1515",
            "original_title": "Votazione Articolo 27 DDL n. 1515",
            "description_title": "Articolo 27",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 76,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 70.37
        },
        {
            "id": 27319,
            "slug": "vs19_233_021",
            "identifier": "vs19_233_021",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_233_021/?format=api",
            "sitting": {
                "id": 1589,
                "date": "2024-01-25",
                "number": 233,
                "branch": "C"
            },
            "number": 21,
            "title": "Ordine del giorno n. 9/1606/43, nel testo riformulato, RAFFA ANGELA (M5S) - Votazione Ordine del giorno 9/1606/43, DDL n. 1606",
            "original_title": "Votazione Ordine del giorno 9/1606/43, DDL n. 1606",
            "description_title": "Ordine del giorno n. 9/1606/43, nel testo riformulato, RAFFA ANGELA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 125,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 65.43
        },
        {
            "id": 27471,
            "slug": "vs19_236_052",
            "identifier": "vs19_236_052",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_236_052/?format=api",
            "sitting": {
                "id": 1594,
                "date": "2024-01-30",
                "number": 236,
                "branch": "C"
            },
            "number": 52,
            "title": "Emendamento 2.12 LOVECCHIO GIORGIO (M5S) - Votazione Emendamento 2.12 DDL n. 1630",
            "original_title": "Votazione Emendamento 2.12 DDL n. 1630",
            "description_title": "Emendamento 2.12 LOVECCHIO GIORGIO (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": 57,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 37.65
        },
        {
            "id": 27474,
            "slug": "vs19_237_007",
            "identifier": "vs19_237_007",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_237_007/?format=api",
            "sitting": {
                "id": 1596,
                "date": "2024-01-31",
                "number": 237,
                "branch": "C"
            },
            "number": 7,
            "title": "Articolo 3 - Votazione Articolo 3 DDL n. 1419",
            "original_title": "Votazione Articolo 3 DDL n. 1419",
            "description_title": "Articolo 3",
            "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.6,
            "minority_cohesion_rate": 61.11
        },
        {
            "id": 27709,
            "slug": "vs19_240_008",
            "identifier": "vs19_240_008",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_240_008/?format=api",
            "sitting": {
                "id": 1602,
                "date": "2024-02-07",
                "number": 240,
                "branch": "C"
            },
            "number": 8,
            "title": "Articolo 3 - Votazione Articolo 3 PDL n. 1304",
            "original_title": "Votazione Articolo 3 PDL n. 1304",
            "description_title": "Articolo 3",
            "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": 90,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 41.36
        },
        {
            "id": 25111,
            "slug": "vs19_197_008",
            "identifier": "vs19_197_008",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_197_008/?format=api",
            "sitting": {
                "id": 1527,
                "date": "2023-11-16",
                "number": 197,
                "branch": "C"
            },
            "number": 8,
            "title": "Emendamento 1.7 QUARTINI ANDREA (M5S) - Votazione Emendamento 1.7 DDL n. 1324",
            "original_title": "Votazione Emendamento 1.7 DDL n. 1324",
            "description_title": "Emendamento 1.7 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": 13,
            "n_margin": 50,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 35.8
        },
        {
            "id": 27452,
            "slug": "vs19_237_015",
            "identifier": "vs19_237_015",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_237_015/?format=api",
            "sitting": {
                "id": 1596,
                "date": "2024-01-31",
                "number": 237,
                "branch": "C"
            },
            "number": 15,
            "title": "Articolo 8 (Mantenimento) - Votazione Articolo 8 DDL n. 1419",
            "original_title": "Votazione Articolo 8 DDL n. 1419",
            "description_title": "Articolo 8 (Mantenimento)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 25,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 59.88
        },
        {
            "id": 27689,
            "slug": "vs19_239_033",
            "identifier": "vs19_239_033",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_239_033/?format=api",
            "sitting": {
                "id": 1600,
                "date": "2024-02-06",
                "number": 239,
                "branch": "C"
            },
            "number": 33,
            "title": "Articolo 11 - Votazione Articolo 11 DDL n. 1515",
            "original_title": "Votazione Articolo 11 DDL n. 1515",
            "description_title": "Articolo 11",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 7,
            "n_margin": 71,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 74.69
        },
        {
            "id": 25139,
            "slug": "vs19_197_030",
            "identifier": "vs19_197_030",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_197_030/?format=api",
            "sitting": {
                "id": 1527,
                "date": "2023-11-16",
                "number": 197,
                "branch": "C"
            },
            "number": 30,
            "title": "Emendamento 3.3 SPORTIELLO GILDA (M5S) - Votazione Emendamento 3.3 DDL n. 1324",
            "original_title": "Votazione Emendamento 3.3 DDL n. 1324",
            "description_title": "Emendamento 3.3 SPORTIELLO GILDA (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": 10,
            "n_margin": 50,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 35.8
        }
    ]
}