Returns all available votings, paged, filtered, sorted, ....
GET /api-openparlamento/v1/19/votings/?format=api&ordering=-majority_cohesion_rate&page=185
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=-majority_cohesion_rate&page=186",
    "previous": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=-majority_cohesion_rate&page=184",
    "results": [
        {
            "id": 21742,
            "slug": "vs19_114_045",
            "identifier": "vs19_114_045",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_114_045/?format=api",
            "sitting": {
                "id": 1395,
                "date": "2023-06-06",
                "number": 114,
                "branch": "C"
            },
            "number": 45,
            "title": "Ordine del giorno n. 9/1114/83 BAKKALI OUIDAD (PD-IDP) - Votazione Ordine del giorno 9/1114/83 DDL n. 1114",
            "original_title": "Votazione Ordine del giorno 9/1114/83 DDL n. 1114",
            "description_title": "Ordine del giorno n. 9/1114/83 BAKKALI OUIDAD (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": 5,
            "n_margin": 40,
            "majority_cohesion_rate": 68.78,
            "minority_cohesion_rate": 51.85
        },
        {
            "id": 26718,
            "slug": "vs19_222_038",
            "identifier": "vs19_222_038",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_222_038/?format=api",
            "sitting": {
                "id": 1570,
                "date": "2024-01-09",
                "number": 222,
                "branch": "C"
            },
            "number": 38,
            "title": "Emendamento 1.38 PROVENZANO GIUSEPPE (PD-IDP) - Votazione Emendamento 1.38 DDL n. 1624",
            "original_title": "Votazione Emendamento 1.38 DDL n. 1624",
            "description_title": "Emendamento 1.38 PROVENZANO GIUSEPPE (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": 68.78,
            "minority_cohesion_rate": 72.22
        },
        {
            "id": 22300,
            "slug": "vs19_147_039",
            "identifier": "vs19_147_039",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_147_039/?format=api",
            "sitting": {
                "id": 1431,
                "date": "2023-07-26",
                "number": 147,
                "branch": "C"
            },
            "number": 39,
            "title": "Ordine del giorno n. 9/887 E ABB./17, come riformulato, CARFAGNA MARIA ROSARIA (AIV-RE) - Votazione Ordine del giorno 9/887 E ABB./17, PDL n. 0887",
            "original_title": "Votazione Ordine del giorno 9/887 E ABB./17, PDL n. 0887",
            "description_title": "Ordine del giorno n. 9/887 E ABB./17, come riformulato, CARFAGNA MARIA ROSARIA (AIV-RE)",
            "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": 139,
            "majority_cohesion_rate": 68.78,
            "minority_cohesion_rate": 72.22
        },
        {
            "id": 24453,
            "slug": "vs19_184_013",
            "identifier": "vs19_184_013",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_184_013/?format=api",
            "sitting": {
                "id": 1508,
                "date": "2023-10-25",
                "number": 184,
                "branch": "C"
            },
            "number": 13,
            "title": "Emendamento 2.8 CAPPELLETTI ENRICO (M5S) - Votazione Emendamento 2.8 DDL n. 1406",
            "original_title": "Votazione Emendamento 2.8 DDL n. 1406",
            "description_title": "Emendamento 2.8 CAPPELLETTI ENRICO (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": 68.78,
            "minority_cohesion_rate": 70.37
        },
        {
            "id": 26817,
            "slug": "vs19_227_007",
            "identifier": "vs19_227_007",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_227_007/?format=api",
            "sitting": {
                "id": 1578,
                "date": "2024-01-16",
                "number": 227,
                "branch": "C"
            },
            "number": 7,
            "title": "Emendamento 1.111 GIANASSI FEDERICO (PD-IDP) - Votazione Emendamento 1.111 PDL n. 0893",
            "original_title": "Votazione Emendamento 1.111 PDL n. 0893",
            "description_title": "Emendamento 1.111 GIANASSI FEDERICO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 75,
            "majority_cohesion_rate": 68.78,
            "minority_cohesion_rate": 39.51
        },
        {
            "id": 24624,
            "slug": "vs19_184_008",
            "identifier": "vs19_184_008",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_184_008/?format=api",
            "sitting": {
                "id": 1508,
                "date": "2023-10-25",
                "number": 184,
                "branch": "C"
            },
            "number": 8,
            "title": "Emendamento 2.3 APPENDINO CHIARA (M5S) - Votazione Emendamento 2.3 DDL n. 1406",
            "original_title": "Votazione Emendamento 2.3 DDL n. 1406",
            "description_title": "Emendamento 2.3 APPENDINO CHIARA (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": 27,
            "majority_cohesion_rate": 68.78,
            "minority_cohesion_rate": 68.52
        },
        {
            "id": 22219,
            "slug": "vs19_147_021",
            "identifier": "vs19_147_021",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_147_021/?format=api",
            "sitting": {
                "id": 1431,
                "date": "2023-07-26",
                "number": 147,
                "branch": "C"
            },
            "number": 21,
            "title": "Articolo aggiuntivo 1.01011 ZAN ALESSANDRO (PD-IDP) - Votazione Emendamento 1.01011 PDL n. 0887",
            "original_title": "Votazione Emendamento 1.01011 PDL n. 0887",
            "description_title": "Articolo aggiuntivo 1.01011 ZAN ALESSANDRO (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": 8,
            "n_margin": 30,
            "majority_cohesion_rate": 68.78,
            "minority_cohesion_rate": 70.37
        },
        {
            "id": 26751,
            "slug": "vs19_222_004",
            "identifier": "vs19_222_004",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_222_004/?format=api",
            "sitting": {
                "id": 1570,
                "date": "2024-01-09",
                "number": 222,
                "branch": "C"
            },
            "number": 4,
            "title": "Emendamento 1.2 ONORI FEDERICA (M5S) - Votazione Emendamento 1.2 DDL n. 1624",
            "original_title": "Votazione Emendamento 1.2 DDL n. 1624",
            "description_title": "Emendamento 1.2 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": 1,
            "n_margin": 24,
            "majority_cohesion_rate": 68.78,
            "minority_cohesion_rate": 70.99
        },
        {
            "id": 26776,
            "slug": "vs19_222_024",
            "identifier": "vs19_222_024",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_222_024/?format=api",
            "sitting": {
                "id": 1570,
                "date": "2024-01-09",
                "number": 222,
                "branch": "C"
            },
            "number": 24,
            "title": "Emendamento 1.23 COLUCCI ALFONSO (M5S) - Votazione Emendamento 1.23 DDL n. 1624",
            "original_title": "Votazione Emendamento 1.23 DDL n. 1624",
            "description_title": "Emendamento 1.23 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": 1,
            "n_margin": 21,
            "majority_cohesion_rate": 68.78,
            "minority_cohesion_rate": 75.93
        },
        {
            "id": 26740,
            "slug": "vs19_222_008",
            "identifier": "vs19_222_008",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_222_008/?format=api",
            "sitting": {
                "id": 1570,
                "date": "2024-01-09",
                "number": 222,
                "branch": "C"
            },
            "number": 8,
            "title": "Emendamento 1.6 ONORI FEDERICA (M5S) - Votazione Emendamento 1.6 DDL n. 1624",
            "original_title": "Votazione Emendamento 1.6 DDL n. 1624",
            "description_title": "Emendamento 1.6 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": 20,
            "majority_cohesion_rate": 68.78,
            "minority_cohesion_rate": 77.16
        },
        {
            "id": 24028,
            "slug": "vs19_157_032",
            "identifier": "vs19_157_032",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_157_032/?format=api",
            "sitting": {
                "id": 1461,
                "date": "2023-09-06",
                "number": 157,
                "branch": "C"
            },
            "number": 32,
            "title": "Ordine del giorno n. 9/536 E ABB/15 BONELLI ANGELO (AVS) - Votazione Ordine del giorno 9/536 E ABB/15 PDL n. 0536",
            "original_title": "Votazione Ordine del giorno 9/536 E ABB/15 PDL n. 0536",
            "description_title": "Ordine del giorno n. 9/536 E ABB/15 BONELLI ANGELO (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": 28,
            "majority_cohesion_rate": 68.78,
            "minority_cohesion_rate": 67.28
        },
        {
            "id": 24062,
            "slug": "vs19_160_049",
            "identifier": "vs19_160_049",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_160_049/?format=api",
            "sitting": {
                "id": 1464,
                "date": "2023-09-12",
                "number": 160,
                "branch": "C"
            },
            "number": 49,
            "title": "Ordine del giorno n. 9/1364/23, nel testo riformulato, GADDA MARIA CHIARA (AIV-RE) - Votazione Ordine del giorno 9/1364/23, DDL n. 1364",
            "original_title": "Votazione Ordine del giorno 9/1364/23, DDL n. 1364",
            "description_title": "Ordine del giorno n. 9/1364/23, nel testo riformulato, GADDA MARIA CHIARA (AIV-RE)",
            "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": 137,
            "majority_cohesion_rate": 68.78,
            "minority_cohesion_rate": 70.37
        },
        {
            "id": 26785,
            "slug": "vs19_222_015",
            "identifier": "vs19_222_015",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_222_015/?format=api",
            "sitting": {
                "id": 1570,
                "date": "2024-01-09",
                "number": 222,
                "branch": "C"
            },
            "number": 15,
            "title": "Emendamento 1.15 ONORI FEDERICA (M5S) - Votazione Emendamento 1.15 DDL n. 1624",
            "original_title": "Votazione Emendamento 1.15 DDL n. 1624",
            "description_title": "Emendamento 1.15 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": 18,
            "majority_cohesion_rate": 68.78,
            "minority_cohesion_rate": 79.01
        },
        {
            "id": 24016,
            "slug": "vs19_157_015",
            "identifier": "vs19_157_015",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_157_015/?format=api",
            "sitting": {
                "id": 1461,
                "date": "2023-09-06",
                "number": 157,
                "branch": "C"
            },
            "number": 15,
            "title": "Articolo 3 - Votazione Articolo 3 PDL n. 0536",
            "original_title": "Votazione Articolo 3 PDL n. 0536",
            "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": 132,
            "majority_cohesion_rate": 68.78,
            "minority_cohesion_rate": 63.58
        },
        {
            "id": 22628,
            "slug": "vs19_140_005",
            "identifier": "vs19_140_005",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_140_005/?format=api",
            "sitting": {
                "id": 1424,
                "date": "2023-07-17",
                "number": 140,
                "branch": "C"
            },
            "number": 5,
            "title": "Ordine del giorno n. 9/1183/7 TORTO DANIELA (M5S) - Votazione Ordine del giorno 9/1183/7 DDL n. 1183",
            "original_title": "Votazione Ordine del giorno 9/1183/7 DDL n. 1183",
            "description_title": "Ordine del giorno n. 9/1183/7 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": 0,
            "n_margin": 34,
            "majority_cohesion_rate": 68.78,
            "minority_cohesion_rate": 59.26
        },
        {
            "id": 26759,
            "slug": "vs19_222_003",
            "identifier": "vs19_222_003",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_222_003/?format=api",
            "sitting": {
                "id": 1570,
                "date": "2024-01-09",
                "number": 222,
                "branch": "C"
            },
            "number": 3,
            "title": "Emendamento 1.1  SOUMAHORO ABOUBAKAR (MISTO) - Votazione Emendamento 1.1 DDL n. 1624",
            "original_title": "Votazione Emendamento 1.1 DDL n. 1624",
            "description_title": "Emendamento 1.1  SOUMAHORO ABOUBAKAR (MISTO)",
            "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": 32,
            "majority_cohesion_rate": 68.78,
            "minority_cohesion_rate": 62.35
        },
        {
            "id": 22807,
            "slug": "vs19_141_061",
            "identifier": "vs19_141_061",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_141_061/?format=api",
            "sitting": {
                "id": 1425,
                "date": "2023-07-18",
                "number": 141,
                "branch": "C"
            },
            "number": 61,
            "title": "Modifiche al codice della proprietà industriale",
            "original_title": "Votazione finale DDL n. 1134",
            "description_title": "Modifiche al codice della proprietà industriale, di cui al decreto legislativo 10 febbraio 2005, n. 30 (Approvato dal Senato) (DDL 1134)",
            "public_title": "Modifiche al codice della proprietà industriale",
            "is_key_vote": false,
            "is_final": true,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Atto intero",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 104,
            "majority_cohesion_rate": 68.78,
            "minority_cohesion_rate": 37.04
        },
        {
            "id": 26782,
            "slug": "vs19_222_052",
            "identifier": "vs19_222_052",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_222_052/?format=api",
            "sitting": {
                "id": 1570,
                "date": "2024-01-09",
                "number": 222,
                "branch": "C"
            },
            "number": 52,
            "title": "Emendamento 3.4 COLUCCI ALFONSO (M5S) - Votazione Emendamento 3.4 DDL n. 1624",
            "original_title": "Votazione Emendamento 3.4 DDL n. 1624",
            "description_title": "Emendamento 3.4 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": 68.78,
            "minority_cohesion_rate": 74.07
        },
        {
            "id": 26735,
            "slug": "vs19_223_030",
            "identifier": "vs19_223_030",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_223_030/?format=api",
            "sitting": {
                "id": 1573,
                "date": "2024-01-10",
                "number": 223,
                "branch": "C"
            },
            "number": 30,
            "title": "Emendamento 2.50 VARCHI MARIA CAROLINA (FDI) - Votazione Emendamento 2.50 PDL n. 0823",
            "original_title": "Votazione Emendamento 2.50 PDL n. 0823",
            "description_title": "Emendamento 2.50 VARCHI MARIA CAROLINA (FDI)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 35,
            "majority_cohesion_rate": 68.78,
            "minority_cohesion_rate": 59.88
        },
        {
            "id": 24039,
            "slug": "vs19_157_029",
            "identifier": "vs19_157_029",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_157_029/?format=api",
            "sitting": {
                "id": 1461,
                "date": "2023-09-06",
                "number": 157,
                "branch": "C"
            },
            "number": 29,
            "title": "Ordine del giorno n. 9/536 E ABB/12 GRIMALDI MARCO (AVS) - Votazione Ordine del giorno 9/536 E ABB/12 PDL n. 0536",
            "original_title": "Votazione Ordine del giorno 9/536 E ABB/12 PDL n. 0536",
            "description_title": "Ordine del giorno n. 9/536 E ABB/12 GRIMALDI MARCO (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 28,
            "majority_cohesion_rate": 68.78,
            "minority_cohesion_rate": 67.28
        },
        {
            "id": 26793,
            "slug": "vs19_223_021",
            "identifier": "vs19_223_021",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_223_021/?format=api",
            "sitting": {
                "id": 1573,
                "date": "2024-01-10",
                "number": 223,
                "branch": "C"
            },
            "number": 21,
            "title": "Ordine del giorno n. 9/1624/3 COLUCCI ALFONSO (M5S) - Votazione Ordine del giorno 9/1624/3 DDL n. 1624",
            "original_title": "Votazione Ordine del giorno 9/1624/3 DDL n. 1624",
            "description_title": "Ordine del giorno n. 9/1624/3 COLUCCI ALFONSO (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": 68.78,
            "minority_cohesion_rate": 77.16
        },
        {
            "id": 22398,
            "slug": "vs19_146_005",
            "identifier": "vs19_146_005",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_146_005/?format=api",
            "sitting": {
                "id": 1430,
                "date": "2023-07-25",
                "number": 146,
                "branch": "C"
            },
            "number": 5,
            "title": "Ordine del giorno n. 9/1194/R/10, nel testo riformulato, GADDA MARIA CHIARA (AIV-RE) - Votazione Ordine del giorno 9/1194/R/10, DDL n. 1194",
            "original_title": "Votazione Ordine del giorno 9/1194/R/10, DDL n. 1194",
            "description_title": "Ordine del giorno n. 9/1194/R/10, nel testo riformulato, GADDA MARIA CHIARA (AIV-RE)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 4,
            "n_margin": 144,
            "majority_cohesion_rate": 68.78,
            "minority_cohesion_rate": 79.01
        },
        {
            "id": 22247,
            "slug": "vs19_150_030",
            "identifier": "vs19_150_030",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_150_030/?format=api",
            "sitting": {
                "id": 1434,
                "date": "2023-07-31",
                "number": 150,
                "branch": "C"
            },
            "number": 30,
            "title": "Ordine del giorno n. 9/1239/51 MANZI IRENE (PD-IDP) - Votazione Ordine del giorno 9/1239/51 DDL n. 1239",
            "original_title": "Votazione Ordine del giorno 9/1239/51 DDL n. 1239",
            "description_title": "Ordine del giorno n. 9/1239/51 MANZI IRENE (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": 33,
            "majority_cohesion_rate": 68.78,
            "minority_cohesion_rate": 61.11
        },
        {
            "id": 24189,
            "slug": "vs19_168_036",
            "identifier": "vs19_168_036",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_168_036/?format=api",
            "sitting": {
                "id": 1481,
                "date": "2023-09-28",
                "number": 168,
                "branch": "C"
            },
            "number": 36,
            "title": "Ordine del giorno n. 9/1373/43, nel testo riformulato, SIMIANI MARCO (PD-IDP) - Votazione Ordine del giorno 9/1373/43, DDL n. 1373",
            "original_title": "Votazione Ordine del giorno 9/1373/43, DDL n. 1373",
            "description_title": "Ordine del giorno n. 9/1373/43, nel testo riformulato, SIMIANI MARCO (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": 5,
            "n_margin": 114,
            "majority_cohesion_rate": 68.78,
            "minority_cohesion_rate": 42.59
        },
        {
            "id": 21751,
            "slug": "vs19_114_048",
            "identifier": "vs19_114_048",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_114_048/?format=api",
            "sitting": {
                "id": 1395,
                "date": "2023-06-06",
                "number": 114,
                "branch": "C"
            },
            "number": 48,
            "title": "Ordine del giorno n. 9/1114/87 ROSSI ANDREA (PD-IDP) - Votazione Ordine del giorno 9/1114/87 DDL n. 1114",
            "original_title": "Votazione Ordine del giorno 9/1114/87 DDL n. 1114",
            "description_title": "Ordine del giorno n. 9/1114/87 ROSSI ANDREA (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 3,
            "n_margin": 23,
            "majority_cohesion_rate": 68.78,
            "minority_cohesion_rate": 72.84
        },
        {
            "id": 21739,
            "slug": "vs19_114_056",
            "identifier": "vs19_114_056",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_114_056/?format=api",
            "sitting": {
                "id": 1395,
                "date": "2023-06-06",
                "number": 114,
                "branch": "C"
            },
            "number": 56,
            "title": "Ordine del giorno n. 9/1114/99, nel testo riformulato, CARMINA IDA (M5S) - Votazione Ordine del giorno 9/1114/99, DDL n. 1114",
            "original_title": "Votazione Ordine del giorno 9/1114/99, DDL n. 1114",
            "description_title": "Ordine del giorno n. 9/1114/99, nel testo riformulato, CARMINA IDA (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": 7,
            "n_margin": 138,
            "majority_cohesion_rate": 68.78,
            "minority_cohesion_rate": 72.22
        },
        {
            "id": 29509,
            "slug": "vs19_187_007",
            "identifier": "vs19_187_007",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_187_007/?format=api",
            "sitting": {
                "id": 1517,
                "date": "2023-10-30",
                "number": 187,
                "branch": "C"
            },
            "number": 7,
            "title": "Ordine del giorno n. 9/1416/16 TRAVERSI ROBERTO (M5S) - Votazione Ordine del giorno 9/1416/16 DDL n. 1416",
            "original_title": "Votazione Ordine del giorno 9/1416/16 DDL n. 1416",
            "description_title": "Ordine del giorno n. 9/1416/16 TRAVERSI ROBERTO (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": 39,
            "majority_cohesion_rate": 68.78,
            "minority_cohesion_rate": 60.49
        },
        {
            "id": 24151,
            "slug": "vs19_165_020",
            "identifier": "vs19_165_020",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_165_020/?format=api",
            "sitting": {
                "id": 1474,
                "date": "2023-09-20",
                "number": 165,
                "branch": "C"
            },
            "number": 20,
            "title": "Mozione n. 1-00181, congiuntamente, sui capoversi terzo e ottavo della parte dispositiva, SOUMAHORO ABOUBAKAR (MISTO) e SCHULLIAN MANFRED (MISTO) - Votazione Mozione 1_00181",
            "original_title": "Votazione Mozione 1_00181",
            "description_title": "Mozione n. 1-00181, congiuntamente, sui capoversi terzo e ottavo della parte dispositiva, SOUMAHORO ABOUBAKAR (MISTO) e SCHULLIAN MANFRED (MISTO)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Mozione",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 23,
            "majority_cohesion_rate": 68.78,
            "minority_cohesion_rate": 73.46
        },
        {
            "id": 29383,
            "slug": "vs19_272_005",
            "identifier": "vs19_272_005",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_272_005/?format=api",
            "sitting": {
                "id": 1653,
                "date": "2024-04-03",
                "number": 272,
                "branch": "C"
            },
            "number": 5,
            "title": "Emendamento 1.511 della Commissione - Votazione Emendamento 1.511 PDL n. 0982",
            "original_title": "Votazione Emendamento 1.511 PDL n. 0982",
            "description_title": "Emendamento 1.511 della Commissione",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Approvata",
            "n_rebels": 3,
            "n_margin": 84,
            "majority_cohesion_rate": 68.78,
            "minority_cohesion_rate": 67.28
        },
        {
            "id": 24006,
            "slug": "vs19_157_010",
            "identifier": "vs19_157_010",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_157_010/?format=api",
            "sitting": {
                "id": 1461,
                "date": "2023-09-06",
                "number": 157,
                "branch": "C"
            },
            "number": 10,
            "title": "Articolo 2 - Votazione Articolo 2 PDL n. 0536",
            "original_title": "Votazione Articolo 2 PDL n. 0536",
            "description_title": "Articolo 2",
            "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": 136,
            "majority_cohesion_rate": 68.78,
            "minority_cohesion_rate": 67.9
        },
        {
            "id": 22396,
            "slug": "vs19_147_040",
            "identifier": "vs19_147_040",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_147_040/?format=api",
            "sitting": {
                "id": 1431,
                "date": "2023-07-26",
                "number": 147,
                "branch": "C"
            },
            "number": 40,
            "title": "Ordine del giorno n. 9/887 E ABB./18 GIANASSI FEDERICO (PD-IDP) - Votazione Ordine del giorno 9/887 E ABB./18 PDL n. 0887",
            "original_title": "Votazione Ordine del giorno 9/887 E ABB./18 PDL n. 0887",
            "description_title": "Ordine del giorno n. 9/887 E ABB./18 GIANASSI FEDERICO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 6,
            "n_margin": 27,
            "majority_cohesion_rate": 68.78,
            "minority_cohesion_rate": 68.52
        },
        {
            "id": 22214,
            "slug": "vs19_147_023",
            "identifier": "vs19_147_023",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_147_023/?format=api",
            "sitting": {
                "id": 1431,
                "date": "2023-07-26",
                "number": 147,
                "branch": "C"
            },
            "number": 23,
            "title": "Articolo aggiuntivo 1.01008 ZAN ALESSANDRO (PD-IDP) - Votazione Emendamento 1.01008 PDL n. 0887",
            "original_title": "Votazione Emendamento 1.01008 PDL n. 0887",
            "description_title": "Articolo aggiuntivo 1.01008 ZAN ALESSANDRO (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": 8,
            "n_margin": 32,
            "majority_cohesion_rate": 68.78,
            "minority_cohesion_rate": 67.28
        },
        {
            "id": 24745,
            "slug": "vs19_175_033",
            "identifier": "vs19_175_033",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_175_033/?format=api",
            "sitting": {
                "id": 1492,
                "date": "2023-10-10",
                "number": 175,
                "branch": "C"
            },
            "number": 33,
            "title": "Emendamento 5.3 BOSCHI MARIA ELENA (AIV-RE) - Votazione Emendamento 5.3 PDL n. 0835",
            "original_title": "Votazione Emendamento 5.3 PDL n. 0835",
            "description_title": "Emendamento 5.3 BOSCHI MARIA ELENA (AIV-RE)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 8,
            "n_margin": 13,
            "majority_cohesion_rate": 68.78,
            "minority_cohesion_rate": 80.86
        },
        {
            "id": 22201,
            "slug": "vs19_147_016",
            "identifier": "vs19_147_016",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_147_016/?format=api",
            "sitting": {
                "id": 1431,
                "date": "2023-07-26",
                "number": 147,
                "branch": "C"
            },
            "number": 16,
            "title": "Articolo 1 - Votazione Articolo 1 PDL n. 0887",
            "original_title": "Votazione Articolo 1 PDL n. 0887",
            "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": 11,
            "n_margin": 27,
            "majority_cohesion_rate": 68.78,
            "minority_cohesion_rate": 67.9
        },
        {
            "id": 26758,
            "slug": "vs19_222_011",
            "identifier": "vs19_222_011",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_222_011/?format=api",
            "sitting": {
                "id": 1570,
                "date": "2024-01-09",
                "number": 222,
                "branch": "C"
            },
            "number": 11,
            "title": "Emendamento 1.301 ROSATO ETTORE (APERRE) - Votazione Emendamento 1.301 DDL n. 1624",
            "original_title": "Votazione Emendamento 1.301 DDL n. 1624",
            "description_title": "Emendamento 1.301 ROSATO ETTORE (APERRE)",
            "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": 68.78,
            "minority_cohesion_rate": 77.78
        },
        {
            "id": 26768,
            "slug": "vs19_222_005",
            "identifier": "vs19_222_005",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_222_005/?format=api",
            "sitting": {
                "id": 1570,
                "date": "2024-01-09",
                "number": 222,
                "branch": "C"
            },
            "number": 5,
            "title": "Emendamento 1.3 COLUCCI ALFONSO (M5S) - Votazione Emendamento 1.3 DDL n. 1624",
            "original_title": "Votazione Emendamento 1.3 DDL n. 1624",
            "description_title": "Emendamento 1.3 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": 1,
            "n_margin": 61,
            "majority_cohesion_rate": 68.78,
            "minority_cohesion_rate": 52.47
        },
        {
            "id": 24083,
            "slug": "vs19_160_021",
            "identifier": "vs19_160_021",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_160_021/?format=api",
            "sitting": {
                "id": 1464,
                "date": "2023-09-12",
                "number": 160,
                "branch": "C"
            },
            "number": 21,
            "title": "Emendamento 3.6 AIELLO DAVIDE (M5S) - Votazione Emendamento 3.6 DDL n. 1364",
            "original_title": "Votazione Emendamento 3.6 DDL n. 1364",
            "description_title": "Emendamento 3.6 AIELLO DAVIDE (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": 41,
            "majority_cohesion_rate": 68.78,
            "minority_cohesion_rate": 62.35
        },
        {
            "id": 24256,
            "slug": "vs19_172_009",
            "identifier": "vs19_172_009",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_172_009/?format=api",
            "sitting": {
                "id": 1488,
                "date": "2023-10-05",
                "number": 172,
                "branch": "C"
            },
            "number": 9,
            "title": "Ordine del giorno n. 9/1436/44 SIMIANI MARCO (PD-IDP) - Votazione Ordine del giorno 9/1436/44 DDL n. 1436",
            "original_title": "Votazione Ordine del giorno 9/1436/44 DDL n. 1436",
            "description_title": "Ordine del giorno n. 9/1436/44 SIMIANI 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": 30,
            "majority_cohesion_rate": 68.78,
            "minority_cohesion_rate": 64.81
        },
        {
            "id": 23989,
            "slug": "vs19_157_009",
            "identifier": "vs19_157_009",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_157_009/?format=api",
            "sitting": {
                "id": 1461,
                "date": "2023-09-06",
                "number": 157,
                "branch": "C"
            },
            "number": 9,
            "title": "Emendamento 2.100 ZANELLA LUANA (AVS) - Votazione Emendamento 2.100 PDL n. 0536",
            "original_title": "Votazione Emendamento 2.100 PDL n. 0536",
            "description_title": "Emendamento 2.100 ZANELLA LUANA (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 136,
            "majority_cohesion_rate": 68.78,
            "minority_cohesion_rate": 68.52
        },
        {
            "id": 22221,
            "slug": "vs19_147_020",
            "identifier": "vs19_147_020",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_147_020/?format=api",
            "sitting": {
                "id": 1431,
                "date": "2023-07-26",
                "number": 147,
                "branch": "C"
            },
            "number": 20,
            "title": "Articolo aggiuntivo 1.01015 ZAN ALESSANDRO (PD-IDP) - Votazione Emendamento 1.01015 PDL n. 0887",
            "original_title": "Votazione Emendamento 1.01015 PDL n. 0887",
            "description_title": "Articolo aggiuntivo 1.01015 ZAN ALESSANDRO (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": 8,
            "n_margin": 33,
            "majority_cohesion_rate": 68.78,
            "minority_cohesion_rate": 67.9
        },
        {
            "id": 26815,
            "slug": "vs19_227_005",
            "identifier": "vs19_227_005",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_227_005/?format=api",
            "sitting": {
                "id": 1578,
                "date": "2024-01-16",
                "number": 227,
                "branch": "C"
            },
            "number": 5,
            "title": "Emendamento 1.21 D'ORSO VALENTINA (M5S) - Votazione Emendamento 1.21 PDL n. 0893",
            "original_title": "Votazione Emendamento 1.21 PDL n. 0893",
            "description_title": "Emendamento 1.21 D'ORSO VALENTINA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 102,
            "majority_cohesion_rate": 68.78,
            "minority_cohesion_rate": 48.77
        },
        {
            "id": 24060,
            "slug": "vs19_160_041",
            "identifier": "vs19_160_041",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_160_041/?format=api",
            "sitting": {
                "id": 1464,
                "date": "2023-09-12",
                "number": 160,
                "branch": "C"
            },
            "number": 41,
            "title": "Ordine del giorno n. 9/1364/15 SCUTELLA' ELISA (M5S) - Votazione Ordine del giorno 9/1364/15 DDL n. 1364",
            "original_title": "Votazione Ordine del giorno 9/1364/15 DDL n. 1364",
            "description_title": "Ordine del giorno n. 9/1364/15 SCUTELLA' ELISA (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": 68.78,
            "minority_cohesion_rate": 71.6
        },
        {
            "id": 26749,
            "slug": "vs19_222_006",
            "identifier": "vs19_222_006",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_222_006/?format=api",
            "sitting": {
                "id": 1570,
                "date": "2024-01-09",
                "number": 222,
                "branch": "C"
            },
            "number": 6,
            "title": "Emendamento 1.4 PROVENZANO GIUSEPPE (PD-IDP) - Votazione Emendamento 1.4 DDL n. 1624",
            "original_title": "Votazione Emendamento 1.4 DDL n. 1624",
            "description_title": "Emendamento 1.4 PROVENZANO GIUSEPPE (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": 68.78,
            "minority_cohesion_rate": 72.22
        },
        {
            "id": 22216,
            "slug": "vs19_147_022",
            "identifier": "vs19_147_022",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_147_022/?format=api",
            "sitting": {
                "id": 1431,
                "date": "2023-07-26",
                "number": 147,
                "branch": "C"
            },
            "number": 22,
            "title": "Articolo aggiuntivo 1.01014 ZAN ALESSANDRO (PD-IDP) - Votazione Emendamento 1.01014 PDL n. 0887",
            "original_title": "Votazione Emendamento 1.01014 PDL n. 0887",
            "description_title": "Articolo aggiuntivo 1.01014 ZAN ALESSANDRO (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": 8,
            "n_margin": 30,
            "majority_cohesion_rate": 68.78,
            "minority_cohesion_rate": 69.14
        },
        {
            "id": 24066,
            "slug": "vs19_160_034",
            "identifier": "vs19_160_034",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_160_034/?format=api",
            "sitting": {
                "id": 1464,
                "date": "2023-09-12",
                "number": 160,
                "branch": "C"
            },
            "number": 34,
            "title": "Ordine del giorno n. 9/1364/7 BARZOTTI VALENTINA (M5S) - Votazione Ordine del giorno 9/1364/7 DDL n. 1364",
            "original_title": "Votazione Ordine del giorno 9/1364/7 DDL n. 1364",
            "description_title": "Ordine del giorno n. 9/1364/7 BARZOTTI VALENTINA (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": 68.78,
            "minority_cohesion_rate": 73.46
        },
        {
            "id": 22365,
            "slug": "vs19_146_029",
            "identifier": "vs19_146_029",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_146_029/?format=api",
            "sitting": {
                "id": 1430,
                "date": "2023-07-25",
                "number": 146,
                "branch": "C"
            },
            "number": 29,
            "title": "Ordine del giorno n. 9/1194/R/51 GNASSI ANDREA (PD-IDP) - Votazione Ordine del giorno 9/1194/R/51 DDL n. 1194",
            "original_title": "Votazione Ordine del giorno 9/1194/R/51 DDL n. 1194",
            "description_title": "Ordine del giorno n. 9/1194/R/51 GNASSI ANDREA (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 20,
            "majority_cohesion_rate": 68.78,
            "minority_cohesion_rate": 76.54
        },
        {
            "id": 22850,
            "slug": "vs19_129_017",
            "identifier": "vs19_129_017",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_129_017/?format=api",
            "sitting": {
                "id": 1413,
                "date": "2023-06-29",
                "number": 129,
                "branch": "C"
            },
            "number": 17,
            "title": "Ordine del giorno n. 9/1238/96 CARMINA IDA (M5S) - Votazione Ordine del giorno 9/1238/96 DDL n. 1238",
            "original_title": "Votazione Ordine del giorno 9/1238/96 DDL n. 1238",
            "description_title": "Ordine del giorno n. 9/1238/96 CARMINA IDA (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": 22,
            "majority_cohesion_rate": 68.78,
            "minority_cohesion_rate": 74.07
        },
        {
            "id": 22848,
            "slug": "vs19_129_013",
            "identifier": "vs19_129_013",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_129_013/?format=api",
            "sitting": {
                "id": 1413,
                "date": "2023-06-29",
                "number": 129,
                "branch": "C"
            },
            "number": 13,
            "title": "Ordine del giorno n. 9/1238/91 BARZOTTI VALENTINA (M5S) - Votazione Ordine del giorno 9/1238/91 DDL n. 1238",
            "original_title": "Votazione Ordine del giorno 9/1238/91 DDL n. 1238",
            "description_title": "Ordine del giorno n. 9/1238/91 BARZOTTI VALENTINA (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": 22,
            "majority_cohesion_rate": 68.78,
            "minority_cohesion_rate": 74.07
        },
        {
            "id": 21499,
            "slug": "vs19_112_050",
            "identifier": "vs19_112_050",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_112_050/?format=api",
            "sitting": {
                "id": 1390,
                "date": "2023-05-31",
                "number": 112,
                "branch": "C"
            },
            "number": 50,
            "title": "Mozione n. 1-00149, limitatamente al capoverso 4) della parte dispositiva, RICHETTI MATTEO (AIV-RE) ed altri - Votazione Mozione 1_00149",
            "original_title": "Votazione Mozione 1_00149",
            "description_title": "Mozione n. 1-00149, limitatamente al capoverso 4) della parte dispositiva, RICHETTI MATTEO (AIV-RE) ed altri",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Mozione",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 17,
            "majority_cohesion_rate": 68.78,
            "minority_cohesion_rate": 80.86
        },
        {
            "id": 19002,
            "slug": "vs19_029_096",
            "identifier": "vs19_029_096",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_029_096/?format=api",
            "sitting": {
                "id": 1261,
                "date": "2022-12-28",
                "number": 29,
                "branch": "C"
            },
            "number": 96,
            "title": "Ordine del giorno n. 9/705/53 PELUFFO VINICIO GIUSEPPE GUIDO (PD-IDP) - Votazione Ordine del giorno 9/705/53 DDL n. 0705",
            "original_title": "Votazione Ordine del giorno 9/705/53 DDL n. 0705",
            "description_title": "Ordine del giorno n. 9/705/53 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": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 17,
            "majority_cohesion_rate": 68.78,
            "minority_cohesion_rate": 80.25
        }
    ]
}