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

{
    "count": 22130,
    "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_rebels&page=233",
    "previous": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=n_rebels&page=231",
    "results": [
        {
            "id": 25599,
            "slug": "vs19_210_163",
            "identifier": "vs19_210_163",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_163/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 163,
            "title": "Emendamento 45.1 PAVANELLI EMMA (M5S) - Votazione Emendamento 45.1 DDL n. 1341",
            "original_title": "Votazione Emendamento 45.1 DDL n. 1341",
            "description_title": "Emendamento 45.1 PAVANELLI EMMA (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": 24,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 61.11
        },
        {
            "id": 25604,
            "slug": "vs19_210_157",
            "identifier": "vs19_210_157",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_157/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 157,
            "title": "Articolo 41 - Votazione Articolo 41 DDL n. 1341",
            "original_title": "Votazione Articolo 41 DDL n. 1341",
            "description_title": "Articolo 41",
            "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": 70,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 58.64
        },
        {
            "id": 25652,
            "slug": "vs19_210_091",
            "identifier": "vs19_210_091",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_091/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 91,
            "title": "Emendamento 20.4 ORRICO ANNA LAURA (M5S) - Votazione Emendamento 20.4 DDL n. 1341",
            "original_title": "Votazione Emendamento 20.4 DDL n. 1341",
            "description_title": "Emendamento 20.4 ORRICO ANNA LAURA (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": 20,
            "majority_cohesion_rate": 58.65,
            "minority_cohesion_rate": 62.35
        },
        {
            "id": 25691,
            "slug": "vs19_210_090",
            "identifier": "vs19_210_090",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_090/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 90,
            "title": "Emendamento 20.3 ORRICO ANNA LAURA (M5S) - Votazione Emendamento 20.3 DDL n. 1341",
            "original_title": "Votazione Emendamento 20.3 DDL n. 1341",
            "description_title": "Emendamento 20.3 ORRICO ANNA LAURA (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": 59.92,
            "minority_cohesion_rate": 64.81
        },
        {
            "id": 32492,
            "slug": "vs19_359_013",
            "identifier": "vs19_359_013",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_359_013/?format=api",
            "sitting": {
                "id": 1793,
                "date": "2024-10-03",
                "number": 359,
                "branch": "C"
            },
            "number": 13,
            "title": "Ordine del giorno n. 9/2066/17 FENU EMILIANO (M5S) - Votazione Ordine del giorno 9/2066/17 DDL n. 2066",
            "original_title": "Votazione Ordine del giorno 9/2066/17 DDL n. 2066",
            "description_title": "Ordine del giorno n. 9/2066/17 FENU EMILIANO (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": 16,
            "majority_cohesion_rate": 58.09,
            "minority_cohesion_rate": 68.35
        },
        {
            "id": 25711,
            "slug": "vs19_210_131",
            "identifier": "vs19_210_131",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_131/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 131,
            "title": "Emendamento 30.2 MANZI IRENE (PD-IDP) - Votazione Emendamento 30.2 DDL n. 1341",
            "original_title": "Votazione Emendamento 30.2 DDL n. 1341",
            "description_title": "Emendamento 30.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": 1,
            "n_margin": 26,
            "majority_cohesion_rate": 62.45,
            "minority_cohesion_rate": 59.88
        },
        {
            "id": 30711,
            "slug": "vs19_309_199",
            "identifier": "vs19_309_199",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_309_199/?format=api",
            "sitting": {
                "id": 1715,
                "date": "2024-06-18",
                "number": 309,
                "branch": "C"
            },
            "number": 199,
            "title": "Ordine del giorno n. 9/1665/27 ALIFANO ENRICA (M5S) - Votazione Ordine del giorno 9/1665/27 DDL n. 1665",
            "original_title": "Votazione Ordine del giorno 9/1665/27 DDL n. 1665",
            "description_title": "Ordine del giorno n. 9/1665/27 ALIFANO ENRICA (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": 36,
            "majority_cohesion_rate": 70.17,
            "minority_cohesion_rate": 63.58
        },
        {
            "id": 34255,
            "slug": "vs19_388_192",
            "identifier": "vs19_388_192",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_388_192/?format=api",
            "sitting": {
                "id": 1846,
                "date": "2024-11-27",
                "number": 388,
                "branch": "C"
            },
            "number": 192,
            "title": "Articolo aggiuntivo 34.047 DI SANZO CHRISTIAN DIEGO (PD-IDP) - Votazione Emendamento 34.047 DDL n. 2022",
            "original_title": "Votazione Emendamento 34.047 DDL n. 2022",
            "description_title": "Articolo aggiuntivo 34.047 DI SANZO CHRISTIAN DIEGO (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": 20,
            "majority_cohesion_rate": 59.5,
            "minority_cohesion_rate": 66.88
        },
        {
            "id": 25732,
            "slug": "vs19_210_033",
            "identifier": "vs19_210_033",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_033/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 33,
            "title": "Articolo 6 - Votazione Articolo 6 DDL n. 1341",
            "original_title": "Votazione Articolo 6 DDL n. 1341",
            "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": 1,
            "n_margin": 73,
            "majority_cohesion_rate": 62.45,
            "minority_cohesion_rate": 64.81
        },
        {
            "id": 32766,
            "slug": "vs19_370_044",
            "identifier": "vs19_370_044",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_370_044/?format=api",
            "sitting": {
                "id": 1810,
                "date": "2024-10-22",
                "number": 370,
                "branch": "C"
            },
            "number": 44,
            "title": "EM 6.7 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 6.7",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 22,
            "majority_cohesion_rate": 63.49,
            "minority_cohesion_rate": 69.62
        },
        {
            "id": 32785,
            "slug": "vs19_370_046",
            "identifier": "vs19_370_046",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_370_046/?format=api",
            "sitting": {
                "id": 1810,
                "date": "2024-10-22",
                "number": 370,
                "branch": "C"
            },
            "number": 46,
            "title": "ARTICOLO 6 - Votazione Articolo 6 ",
            "original_title": "Votazione Articolo 6 ",
            "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": 1,
            "n_margin": 19,
            "majority_cohesion_rate": 63.49,
            "minority_cohesion_rate": 71.52
        },
        {
            "id": 25762,
            "slug": "vs19_210_196",
            "identifier": "vs19_210_196",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_196/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 196,
            "title": "Ordine del giorno n. 9/1341/21 FURFARO MARCO (PD-IDP) - Votazione Ordine del giorno 9/1341/21 DDL n. 1341",
            "original_title": "Votazione Ordine del giorno 9/1341/21 DDL n. 1341",
            "description_title": "Ordine del giorno n. 9/1341/21 FURFARO MARCO (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": 54.01,
            "minority_cohesion_rate": 47.53
        },
        {
            "id": 30737,
            "slug": "vs19_309_181",
            "identifier": "vs19_309_181",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_309_181/?format=api",
            "sitting": {
                "id": 1715,
                "date": "2024-06-18",
                "number": 309,
                "branch": "C"
            },
            "number": 181,
            "title": "Ordine del giorno n. 9/1665/2 GHIRRA FRANCESCA (AVS) - Votazione Ordine del giorno 9/1665/2 DDL n. 1665",
            "original_title": "Votazione Ordine del giorno 9/1665/2 DDL n. 1665",
            "description_title": "Ordine del giorno n. 9/1665/2 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": 1,
            "n_margin": 32,
            "majority_cohesion_rate": 67.23,
            "minority_cohesion_rate": 60.49
        },
        {
            "id": 30730,
            "slug": "vs19_309_182",
            "identifier": "vs19_309_182",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_309_182/?format=api",
            "sitting": {
                "id": 1715,
                "date": "2024-06-18",
                "number": 309,
                "branch": "C"
            },
            "number": 182,
            "title": "Ordine del giorno n. 9/1665/3 ZARATTI FILIBERTO (AVS) - Votazione Ordine del giorno 9/1665/3 DDL n. 1665",
            "original_title": "Votazione Ordine del giorno 9/1665/3 DDL n. 1665",
            "description_title": "Ordine del giorno n. 9/1665/3 ZARATTI FILIBERTO (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": 1,
            "n_margin": 31,
            "majority_cohesion_rate": 65.97,
            "minority_cohesion_rate": 60.49
        },
        {
            "id": 25693,
            "slug": "vs19_210_024",
            "identifier": "vs19_210_024",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_024/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 24,
            "title": "Emendamento 5.1 PELUFFO VINICIO GIUSEPPE GUIDO (PD-IDP) - Votazione Emendamento 5.1 DDL n. 1341",
            "original_title": "Votazione Emendamento 5.1 DDL n. 1341",
            "description_title": "Emendamento 5.1 PELUFFO VINICIO GIUSEPPE GUIDO (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": 20,
            "majority_cohesion_rate": 62.45,
            "minority_cohesion_rate": 67.28
        },
        {
            "id": 25701,
            "slug": "vs19_210_026",
            "identifier": "vs19_210_026",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_026/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 26,
            "title": "Articolo 5 - Votazione Articolo 5 DDL n. 1341",
            "original_title": "Votazione Articolo 5 DDL n. 1341",
            "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": 1,
            "n_margin": 74,
            "majority_cohesion_rate": 63.71,
            "minority_cohesion_rate": 62.35
        },
        {
            "id": 30651,
            "slug": "vs19_309_148",
            "identifier": "vs19_309_148",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_309_148/?format=api",
            "sitting": {
                "id": 1715,
                "date": "2024-06-18",
                "number": 309,
                "branch": "C"
            },
            "number": 148,
            "title": "Emendamento 8.38 BOSCHI MARIA ELENA (IVICRE) - Votazione Emendamento 8.38 DDL n. 1665",
            "original_title": "Votazione Emendamento 8.38 DDL n. 1665",
            "description_title": "Emendamento 8.38 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": 1,
            "n_margin": 29,
            "majority_cohesion_rate": 69.75,
            "minority_cohesion_rate": 68.52
        },
        {
            "id": 30663,
            "slug": "vs19_309_131",
            "identifier": "vs19_309_131",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_309_131/?format=api",
            "sitting": {
                "id": 1715,
                "date": "2024-06-18",
                "number": 309,
                "branch": "C"
            },
            "number": 131,
            "title": "Emendamento 7.184 BOSCHI MARIA ELENA (IVICRE) - Votazione Emendamento 7.184 DDL n. 1665",
            "original_title": "Votazione Emendamento 7.184 DDL n. 1665",
            "description_title": "Emendamento 7.184 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": 1,
            "n_margin": 29,
            "majority_cohesion_rate": 70.17,
            "minority_cohesion_rate": 67.9
        },
        {
            "id": 33532,
            "slug": "vs19_380_012",
            "identifier": "vs19_380_012",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_380_012/?format=api",
            "sitting": {
                "id": 1825,
                "date": "2024-11-12",
                "number": 380,
                "branch": "C"
            },
            "number": 12,
            "title": "MOZ 1-360 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "MOZ 1-360",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 130,
            "majority_cohesion_rate": 64.05,
            "minority_cohesion_rate": 68.15
        },
        {
            "id": 25645,
            "slug": "vs19_210_148",
            "identifier": "vs19_210_148",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_148/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 148,
            "title": "Emendamento 37.3 BOSCHI MARIA ELENA (IVICRE) - Votazione Emendamento 37.3 DDL n. 1341",
            "original_title": "Votazione Emendamento 37.3 DDL n. 1341",
            "description_title": "Emendamento 37.3 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": 1,
            "n_margin": 25,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 59.26
        },
        {
            "id": 30672,
            "slug": "vs19_309_132",
            "identifier": "vs19_309_132",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_309_132/?format=api",
            "sitting": {
                "id": 1715,
                "date": "2024-06-18",
                "number": 309,
                "branch": "C"
            },
            "number": 132,
            "title": "Emendamento 7.182 BONAFE' SIMONA (PD-IDP) - Votazione Emendamento 7.182 DDL n. 1665",
            "original_title": "Votazione Emendamento 7.182 DDL n. 1665",
            "description_title": "Emendamento 7.182 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": 1,
            "n_margin": 27,
            "majority_cohesion_rate": 66.81,
            "minority_cohesion_rate": 67.28
        },
        {
            "id": 32792,
            "slug": "vs19_370_045",
            "identifier": "vs19_370_045",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_370_045/?format=api",
            "sitting": {
                "id": 1810,
                "date": "2024-10-22",
                "number": 370,
                "branch": "C"
            },
            "number": 45,
            "title": "EM 6.8 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 6.8",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 20,
            "majority_cohesion_rate": 63.07,
            "minority_cohesion_rate": 71.52
        },
        {
            "id": 25703,
            "slug": "vs19_210_149",
            "identifier": "vs19_210_149",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_149/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 149,
            "title": "Emendamento 37.5 PELUFFO VINICIO GIUSEPPE GUIDO (PD-IDP) - Votazione Emendamento 37.5 DDL n. 1341",
            "original_title": "Votazione Emendamento 37.5 DDL n. 1341",
            "description_title": "Emendamento 37.5 PELUFFO VINICIO GIUSEPPE GUIDO (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": 26,
            "majority_cohesion_rate": 61.18,
            "minority_cohesion_rate": 57.41
        },
        {
            "id": 34053,
            "slug": "vs19_388_161",
            "identifier": "vs19_388_161",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_388_161/?format=api",
            "sitting": {
                "id": 1846,
                "date": "2024-11-27",
                "number": 388,
                "branch": "C"
            },
            "number": 161,
            "title": "Emendamento 28.20 DI SANZO CHRISTIAN DIEGO (PD-IDP) - Votazione Emendamento 28.20 DDL n. 2022",
            "original_title": "Votazione Emendamento 28.20 DDL n. 2022",
            "description_title": "Emendamento 28.20 DI SANZO CHRISTIAN DIEGO (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": 34,
            "majority_cohesion_rate": 58.26,
            "minority_cohesion_rate": 47.13
        },
        {
            "id": 25519,
            "slug": "vs19_210_062",
            "identifier": "vs19_210_062",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_062/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 62,
            "title": "Emendamento 16.2 L'ABBATE PATTY (M5S) - Votazione Emendamento 16.2 DDL n. 1341",
            "original_title": "Votazione Emendamento 16.2 DDL n. 1341",
            "description_title": "Emendamento 16.2 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": 1,
            "n_margin": 23,
            "majority_cohesion_rate": 65.82,
            "minority_cohesion_rate": 68.52
        },
        {
            "id": 32803,
            "slug": "vs19_370_035",
            "identifier": "vs19_370_035",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_370_035/?format=api",
            "sitting": {
                "id": 1810,
                "date": "2024-10-22",
                "number": 370,
                "branch": "C"
            },
            "number": 35,
            "title": "EM 4.8 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 4.8",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 20,
            "majority_cohesion_rate": 62.66,
            "minority_cohesion_rate": 70.89
        },
        {
            "id": 25534,
            "slug": "vs19_210_038",
            "identifier": "vs19_210_038",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_038/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 38,
            "title": "Emendamento 8.1 EVI ELEONORA (AVS) - Votazione Emendamento 8.1 DDL n. 1341",
            "original_title": "Votazione Emendamento 8.1 DDL n. 1341",
            "description_title": "Emendamento 8.1 EVI ELEONORA (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": 20,
            "majority_cohesion_rate": 63.71,
            "minority_cohesion_rate": 69.75
        },
        {
            "id": 32822,
            "slug": "vs19_371_005",
            "identifier": "vs19_371_005",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_371_005/?format=api",
            "sitting": {
                "id": 1811,
                "date": "2024-10-23",
                "number": 371,
                "branch": "C"
            },
            "number": 5,
            "title": "EM 2.6 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 2.6",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 54,
            "majority_cohesion_rate": 56.02,
            "minority_cohesion_rate": 37.97
        },
        {
            "id": 25541,
            "slug": "vs19_210_188",
            "identifier": "vs19_210_188",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_188/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 188,
            "title": "Articolo 59 - Votazione Articolo 59 DDL n. 1341",
            "original_title": "Votazione Articolo 59 DDL n. 1341",
            "description_title": "Articolo 59",
            "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": 66,
            "majority_cohesion_rate": 57.81,
            "minority_cohesion_rate": 55.56
        },
        {
            "id": 25566,
            "slug": "vs19_210_082",
            "identifier": "vs19_210_082",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_082/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 82,
            "title": "Emendamento 18.28 BOSCHI MARIA ELENA (IVICRE) - Votazione Emendamento 18.28 DDL n. 1341",
            "original_title": "Votazione Emendamento 18.28 DDL n. 1341",
            "description_title": "Emendamento 18.28 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": 1,
            "n_margin": 37,
            "majority_cohesion_rate": 60.34,
            "minority_cohesion_rate": 43.83
        },
        {
            "id": 33583,
            "slug": "vs19_380_017",
            "identifier": "vs19_380_017",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_380_017/?format=api",
            "sitting": {
                "id": 1825,
                "date": "2024-11-12",
                "number": 380,
                "branch": "C"
            },
            "number": 17,
            "title": "Abrogazione di norme prerepubblicane relative al periodo 1861-1870",
            "original_title": "Votazione finale ",
            "description_title": "TU DDL 1168 E ABB-A - VOTO FINALE",
            "public_title": "Abrogazione di norme prerepubblicane relative al periodo 1861-1870",
            "is_key_vote": false,
            "is_final": true,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Atto intero",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 78,
            "majority_cohesion_rate": 61.57,
            "minority_cohesion_rate": 57.32
        },
        {
            "id": 25593,
            "slug": "vs19_210_117",
            "identifier": "vs19_210_117",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_117/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 117,
            "title": "Emendamento 25.14 ORFINI MATTEO (PD-IDP) - Votazione Emendamento 25.14 DDL n. 1341",
            "original_title": "Votazione Emendamento 25.14 DDL n. 1341",
            "description_title": "Emendamento 25.14 ORFINI MATTEO (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": 40,
            "majority_cohesion_rate": 61.18,
            "minority_cohesion_rate": 41.98
        },
        {
            "id": 30653,
            "slug": "vs19_309_134",
            "identifier": "vs19_309_134",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_309_134/?format=api",
            "sitting": {
                "id": 1715,
                "date": "2024-06-18",
                "number": 309,
                "branch": "C"
            },
            "number": 134,
            "title": "Emendamento 7.191 BONAFE' SIMONA (PD-IDP) - Votazione Emendamento 7.191 DDL n. 1665",
            "original_title": "Votazione Emendamento 7.191 DDL n. 1665",
            "description_title": "Emendamento 7.191 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": 1,
            "n_margin": 31,
            "majority_cohesion_rate": 70.59,
            "minority_cohesion_rate": 67.28
        },
        {
            "id": 30677,
            "slug": "vs19_309_143",
            "identifier": "vs19_309_143",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_309_143/?format=api",
            "sitting": {
                "id": 1715,
                "date": "2024-06-18",
                "number": 309,
                "branch": "C"
            },
            "number": 143,
            "title": "Articolo 7 - Votazione Articolo 7 DDL n. 1665",
            "original_title": "Votazione Articolo 7 DDL n. 1665",
            "description_title": "Articolo 7",
            "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": 28,
            "majority_cohesion_rate": 71.01,
            "minority_cohesion_rate": 69.14
        },
        {
            "id": 25613,
            "slug": "vs19_210_100",
            "identifier": "vs19_210_100",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_100/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 100,
            "title": "Identici emendamenti 22.3 BENZONI FABRIZIO (APERRE) e 22.4 PELUFFO VINICIO GIUSEPPE GUIDO (PD-IDP) - Votazione Emendamento 22.3 DDL n. 1341",
            "original_title": "Votazione Emendamento 22.3 DDL n. 1341",
            "description_title": "Identici emendamenti 22.3 BENZONI FABRIZIO (APERRE) e 22.4 PELUFFO VINICIO GIUSEPPE GUIDO (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": 19,
            "majority_cohesion_rate": 59.49,
            "minority_cohesion_rate": 63.58
        },
        {
            "id": 25617,
            "slug": "vs19_210_097",
            "identifier": "vs19_210_097",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_097/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 97,
            "title": "Emendamento 21.3 ORRICO ANNA LAURA (M5S) - Votazione Emendamento 21.3 DDL n. 1341",
            "original_title": "Votazione Emendamento 21.3 DDL n. 1341",
            "description_title": "Emendamento 21.3 ORRICO ANNA LAURA (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": 22,
            "majority_cohesion_rate": 59.49,
            "minority_cohesion_rate": 59.88
        },
        {
            "id": 25626,
            "slug": "vs19_210_150",
            "identifier": "vs19_210_150",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_150/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 150,
            "title": "Emendamento 37.6 VACCARI STEFANO (PD-IDP) - Votazione Emendamento 37.6 DDL n. 1341",
            "original_title": "Votazione Emendamento 37.6 DDL n. 1341",
            "description_title": "Emendamento 37.6 VACCARI STEFANO (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": 26,
            "majority_cohesion_rate": 62.87,
            "minority_cohesion_rate": 59.88
        },
        {
            "id": 25627,
            "slug": "vs19_210_130",
            "identifier": "vs19_210_130",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_130/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 130,
            "title": "Emendamento 30.1 PAVANELLI EMMA (M5S) - Votazione Emendamento 30.1 DDL n. 1341",
            "original_title": "Votazione Emendamento 30.1 DDL n. 1341",
            "description_title": "Emendamento 30.1 PAVANELLI EMMA (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": 60.76,
            "minority_cohesion_rate": 61.11
        },
        {
            "id": 32833,
            "slug": "vs19_371_003",
            "identifier": "vs19_371_003",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_371_003/?format=api",
            "sitting": {
                "id": 1811,
                "date": "2024-10-23",
                "number": 371,
                "branch": "C"
            },
            "number": 3,
            "title": "EM 2.4 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 2.4",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 18,
            "majority_cohesion_rate": 50.21,
            "minority_cohesion_rate": 58.86
        },
        {
            "id": 25640,
            "slug": "vs19_210_044",
            "identifier": "vs19_210_044",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_044/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 44,
            "title": "Emendamento 10.1 PAVANELLI EMMA (M5S) - Votazione Emendamento 10.1 DDL n. 1341",
            "original_title": "Votazione Emendamento 10.1 DDL n. 1341",
            "description_title": "Emendamento 10.1 PAVANELLI EMMA (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": 62.45,
            "minority_cohesion_rate": 70.37
        },
        {
            "id": 25651,
            "slug": "vs19_210_057",
            "identifier": "vs19_210_057",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_057/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 57,
            "title": "Articolo 14 - Votazione Articolo 14 DDL n. 1341",
            "original_title": "Votazione Articolo 14 DDL n. 1341",
            "description_title": "Articolo 14",
            "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": 22,
            "majority_cohesion_rate": 64.56,
            "minority_cohesion_rate": 66.67
        },
        {
            "id": 25665,
            "slug": "vs19_210_005",
            "identifier": "vs19_210_005",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_005/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 5,
            "title": "Emendamento 2.1 BOSCHI MARIA ELENA (IVICRE) - Votazione Emendamento 2.1 DDL n. 1341",
            "original_title": "Votazione Emendamento 2.1 DDL n. 1341",
            "description_title": "Emendamento 2.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": 1,
            "n_margin": 58,
            "majority_cohesion_rate": 63.29,
            "minority_cohesion_rate": 43.21
        },
        {
            "id": 30603,
            "slug": "vs19_309_118",
            "identifier": "vs19_309_118",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_309_118/?format=api",
            "sitting": {
                "id": 1715,
                "date": "2024-06-18",
                "number": 309,
                "branch": "C"
            },
            "number": 118,
            "title": "Emendamento 5.159 PAGANO UBALDO (PD-IDP) - Votazione Emendamento 5.159 DDL n. 1665",
            "original_title": "Votazione Emendamento 5.159 DDL n. 1665",
            "description_title": "Emendamento 5.159 PAGANO UBALDO (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": 28,
            "majority_cohesion_rate": 69.33,
            "minority_cohesion_rate": 69.14
        },
        {
            "id": 25678,
            "slug": "vs19_210_185",
            "identifier": "vs19_210_185",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_185/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 185,
            "title": "Emendamento 57.1 BOSCHI MARIA ELENA (IVICRE) - Votazione Emendamento 57.1 DDL n. 1341",
            "original_title": "Votazione Emendamento 57.1 DDL n. 1341",
            "description_title": "Emendamento 57.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": 1,
            "n_margin": 23,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 59.26
        },
        {
            "id": 33570,
            "slug": "vs19_380_015",
            "identifier": "vs19_380_015",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_380_015/?format=api",
            "sitting": {
                "id": 1825,
                "date": "2024-11-12",
                "number": 380,
                "branch": "C"
            },
            "number": 15,
            "title": "ARTICOLO 1 - Votazione Articolo 1 ",
            "original_title": "Votazione Articolo 1 ",
            "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": 1,
            "n_margin": 83,
            "majority_cohesion_rate": 64.46,
            "minority_cohesion_rate": 59.87
        },
        {
            "id": 34350,
            "slug": "vs19_388_205",
            "identifier": "vs19_388_205",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_388_205/?format=api",
            "sitting": {
                "id": 1846,
                "date": "2024-11-27",
                "number": 388,
                "branch": "C"
            },
            "number": 205,
            "title": "Emendamento 35.1012 MARATTIN LUIGI (M-ALT) - Votazione Emendamento 35.1012 DDL n. 2022",
            "original_title": "Votazione Emendamento 35.1012 DDL n. 2022",
            "description_title": "Emendamento 35.1012 MARATTIN LUIGI (M-ALT)",
            "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": 110,
            "majority_cohesion_rate": 54.96,
            "minority_cohesion_rate": 57.32
        },
        {
            "id": 34074,
            "slug": "vs19_388_168",
            "identifier": "vs19_388_168",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_388_168/?format=api",
            "sitting": {
                "id": 1846,
                "date": "2024-11-27",
                "number": 388,
                "branch": "C"
            },
            "number": 168,
            "title": "Articolo 31 - Votazione Articolo 31 DDL n. 2022",
            "original_title": "Votazione Articolo 31 DDL n. 2022",
            "description_title": "Articolo 31",
            "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": 55,
            "majority_cohesion_rate": 57.85,
            "minority_cohesion_rate": 43.95
        },
        {
            "id": 32812,
            "slug": "vs19_371_006",
            "identifier": "vs19_371_006",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_371_006/?format=api",
            "sitting": {
                "id": 1811,
                "date": "2024-10-23",
                "number": 371,
                "branch": "C"
            },
            "number": 6,
            "title": "EM 2.8 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 2.8",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 59,
            "majority_cohesion_rate": 56.43,
            "minority_cohesion_rate": 39.87
        },
        {
            "id": 33577,
            "slug": "vs19_381_028",
            "identifier": "vs19_381_028",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_381_028/?format=api",
            "sitting": {
                "id": 1823,
                "date": "2024-11-13",
                "number": 381,
                "branch": "C"
            },
            "number": 28,
            "title": "ODG 9/2128/4 - Votazione Ordine del giorno 9/2128/4 ",
            "original_title": "Votazione Ordine del giorno 9/2128/4 ",
            "description_title": "ODG 9/2128/4",
            "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": 28,
            "majority_cohesion_rate": 60.33,
            "minority_cohesion_rate": 57.32
        },
        {
            "id": 25748,
            "slug": "vs19_210_199",
            "identifier": "vs19_210_199",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_199/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 199,
            "title": "Ordine del giorno n. 9/1341/31 FOSSI EMILIANO (PD-IDP) - Votazione Ordine del giorno 9/1341/31 DDL n. 1341",
            "original_title": "Votazione Ordine del giorno 9/1341/31 DDL n. 1341",
            "description_title": "Ordine del giorno n. 9/1341/31 FOSSI EMILIANO (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": 53.59,
            "minority_cohesion_rate": 47.53
        }
    ]
}