Returns all available votings, paged, filtered, sorted, ....
GET /api-openparlamento/v1/19/votings/?format=api&ordering=majority_cohesion_rate&page=300
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=301",
    "previous": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=majority_cohesion_rate&page=299",
    "results": [
        {
            "id": 23932,
            "slug": "vs19_154_006",
            "identifier": "vs19_154_006",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_154_006/?format=api",
            "sitting": {
                "id": 1438,
                "date": "2023-08-04",
                "number": 154,
                "branch": "C"
            },
            "number": 6,
            "title": "Articolo 10 - Votazione Articolo 10 DDL n. 1038-B",
            "original_title": "Votazione Articolo 10 DDL n. 1038-B",
            "description_title": "Articolo 10",
            "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": 46,
            "majority_cohesion_rate": 70.46,
            "minority_cohesion_rate": 53.09
        },
        {
            "id": 22599,
            "slug": "vs19_153_003",
            "identifier": "vs19_153_003",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_153_003/?format=api",
            "sitting": {
                "id": 1437,
                "date": "2023-08-03",
                "number": 153,
                "branch": "C"
            },
            "number": 3,
            "title": "Emendamento 1.7 PICCOLOTTI ELISABETTA (AVS) - Votazione Emendamento 1.7 PDL n. 0418",
            "original_title": "Votazione Emendamento 1.7 PDL n. 0418",
            "description_title": "Emendamento 1.7 PICCOLOTTI ELISABETTA (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 20,
            "majority_cohesion_rate": 70.46,
            "minority_cohesion_rate": 79.01
        },
        {
            "id": 23925,
            "slug": "vs19_154_018",
            "identifier": "vs19_154_018",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_154_018/?format=api",
            "sitting": {
                "id": 1438,
                "date": "2023-08-04",
                "number": 154,
                "branch": "C"
            },
            "number": 18,
            "title": "Emendamento 16.2 D'ALFONSO LUCIANO (PD-IDP) - Votazione Emendamento 16.2 DDL n. 1038-B",
            "original_title": "Votazione Emendamento 16.2 DDL n. 1038-B",
            "description_title": "Emendamento 16.2 D'ALFONSO LUCIANO (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": 34,
            "majority_cohesion_rate": 70.46,
            "minority_cohesion_rate": 62.35
        },
        {
            "id": 22624,
            "slug": "vs19_140_007",
            "identifier": "vs19_140_007",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_140_007/?format=api",
            "sitting": {
                "id": 1424,
                "date": "2023-07-17",
                "number": 140,
                "branch": "C"
            },
            "number": 7,
            "title": "Ordine del giorno n. 9/1183/10 CAPPELLETTI ENRICO (M5S) - Votazione Ordine del giorno 9/1183/10 DDL n. 1183",
            "original_title": "Votazione Ordine del giorno 9/1183/10 DDL n. 1183",
            "description_title": "Ordine del giorno n. 9/1183/10 CAPPELLETTI ENRICO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 44,
            "majority_cohesion_rate": 70.46,
            "minority_cohesion_rate": 59.26
        },
        {
            "id": 24228,
            "slug": "vs19_171_014",
            "identifier": "vs19_171_014",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_171_014/?format=api",
            "sitting": {
                "id": 1486,
                "date": "2023-10-04",
                "number": 171,
                "branch": "C"
            },
            "number": 14,
            "title": "Ordine del giorno n. 9/1436/18 FONTANA ILARIA (M5S) - Votazione Ordine del giorno 9/1436/18 DDL n. 1436",
            "original_title": "Votazione Ordine del giorno 9/1436/18 DDL n. 1436",
            "description_title": "Ordine del giorno n. 9/1436/18 FONTANA ILARIA (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": 58,
            "majority_cohesion_rate": 70.46,
            "minority_cohesion_rate": 45.68
        },
        {
            "id": 23906,
            "slug": "vs19_154_032",
            "identifier": "vs19_154_032",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_154_032/?format=api",
            "sitting": {
                "id": 1438,
                "date": "2023-08-04",
                "number": 154,
                "branch": "C"
            },
            "number": 32,
            "title": "Emendamento 18.1 ALIFANO ENRICA (M5S) - Votazione Emendamento 18.1 DDL n. 1038-B",
            "original_title": "Votazione Emendamento 18.1 DDL n. 1038-B",
            "description_title": "Emendamento 18.1 ALIFANO ENRICA (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": 46,
            "majority_cohesion_rate": 70.46,
            "minority_cohesion_rate": 53.09
        },
        {
            "id": 22812,
            "slug": "vs19_141_039",
            "identifier": "vs19_141_039",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_141_039/?format=api",
            "sitting": {
                "id": 1425,
                "date": "2023-07-18",
                "number": 141,
                "branch": "C"
            },
            "number": 39,
            "title": "Articolo 15 - Votazione Articolo 15 DDL n. 1134",
            "original_title": "Votazione Articolo 15 DDL n. 1134",
            "description_title": "Articolo 15",
            "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": 144,
            "majority_cohesion_rate": 70.46,
            "minority_cohesion_rate": 75.31
        },
        {
            "id": 22625,
            "slug": "vs19_140_016",
            "identifier": "vs19_140_016",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_140_016/?format=api",
            "sitting": {
                "id": 1424,
                "date": "2023-07-17",
                "number": 140,
                "branch": "C"
            },
            "number": 16,
            "title": "Ordine del giorno n. 9/1183/23 CURTI AUGUSTO (PD-IDP) - Votazione Ordine del giorno 9/1183/23 DDL n. 1183",
            "original_title": "Votazione Ordine del giorno 9/1183/23 DDL n. 1183",
            "description_title": "Ordine del giorno n. 9/1183/23 CURTI AUGUSTO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 70,
            "majority_cohesion_rate": 70.46,
            "minority_cohesion_rate": 32.1
        },
        {
            "id": 24051,
            "slug": "vs19_160_018",
            "identifier": "vs19_160_018",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_160_018/?format=api",
            "sitting": {
                "id": 1464,
                "date": "2023-09-12",
                "number": 160,
                "branch": "C"
            },
            "number": 18,
            "title": "Identici emendamenti 2.12 SCOTTO ARTURO (PD-IDP) e 2.5 MARI FRANCESCO (AVS) - Votazione Emendamento 2.12 DDL n. 1364",
            "original_title": "Votazione Emendamento 2.12 DDL n. 1364",
            "description_title": "Identici emendamenti 2.12 SCOTTO ARTURO (PD-IDP) e 2.5 MARI FRANCESCO (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 33,
            "majority_cohesion_rate": 70.46,
            "minority_cohesion_rate": 62.96
        },
        {
            "id": 24045,
            "slug": "vs19_160_023",
            "identifier": "vs19_160_023",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_160_023/?format=api",
            "sitting": {
                "id": 1464,
                "date": "2023-09-12",
                "number": 160,
                "branch": "C"
            },
            "number": 23,
            "title": "Emendamento 3.1 MARI FRANCESCO (AVS) - Votazione Emendamento 3.1 DDL n. 1364",
            "original_title": "Votazione Emendamento 3.1 DDL n. 1364",
            "description_title": "Emendamento 3.1 MARI FRANCESCO (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 32,
            "majority_cohesion_rate": 70.46,
            "minority_cohesion_rate": 64.81
        },
        {
            "id": 24055,
            "slug": "vs19_160_027",
            "identifier": "vs19_160_027",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_160_027/?format=api",
            "sitting": {
                "id": 1464,
                "date": "2023-09-12",
                "number": 160,
                "branch": "C"
            },
            "number": 27,
            "title": "Identici articoli aggiuntivi 3.01 MARI FRANCESCO (AVS) e 3.03 SCOTTO ARTURO (PD-IDP) - Votazione Emendamento 3.01 DDL n. 1364",
            "original_title": "Votazione Emendamento 3.01 DDL n. 1364",
            "description_title": "Identici articoli aggiuntivi 3.01 MARI FRANCESCO (AVS) e 3.03 SCOTTO ARTURO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 34,
            "majority_cohesion_rate": 70.46,
            "minority_cohesion_rate": 62.96
        },
        {
            "id": 22634,
            "slug": "vs19_140_009",
            "identifier": "vs19_140_009",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_140_009/?format=api",
            "sitting": {
                "id": 1424,
                "date": "2023-07-17",
                "number": 140,
                "branch": "C"
            },
            "number": 9,
            "title": "Ordine del giorno n. 9/1183/12, nel testo riformulato, LOMUTI ARNALDO (M5S) - Votazione Ordine del giorno 9/1183/12, DDL n. 1183",
            "original_title": "Votazione Ordine del giorno 9/1183/12, DDL n. 1183",
            "description_title": "Ordine del giorno n. 9/1183/12, nel testo riformulato, LOMUTI ARNALDO (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": 2,
            "n_margin": 140,
            "majority_cohesion_rate": 70.46,
            "minority_cohesion_rate": 70.99
        },
        {
            "id": 23921,
            "slug": "vs19_154_027",
            "identifier": "vs19_154_027",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_154_027/?format=api",
            "sitting": {
                "id": 1438,
                "date": "2023-08-04",
                "number": 154,
                "branch": "C"
            },
            "number": 27,
            "title": "Emendamento 17.6 BORRELLI FRANCESCO EMILIO (AVS) - Votazione Emendamento 17.6 DDL n. 1038-B",
            "original_title": "Votazione Emendamento 17.6 DDL n. 1038-B",
            "description_title": "Emendamento 17.6 BORRELLI FRANCESCO EMILIO (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 46,
            "majority_cohesion_rate": 70.46,
            "minority_cohesion_rate": 53.7
        },
        {
            "id": 26780,
            "slug": "vs19_222_031",
            "identifier": "vs19_222_031",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_222_031/?format=api",
            "sitting": {
                "id": 1570,
                "date": "2024-01-09",
                "number": 222,
                "branch": "C"
            },
            "number": 31,
            "title": "Emendamento 1.30 COLUCCI ALFONSO (M5S) - Votazione Emendamento 1.30 DDL n. 1624",
            "original_title": "Votazione Emendamento 1.30 DDL n. 1624",
            "description_title": "Emendamento 1.30 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": 25,
            "majority_cohesion_rate": 70.46,
            "minority_cohesion_rate": 72.84
        },
        {
            "id": 26778,
            "slug": "vs19_222_022",
            "identifier": "vs19_222_022",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_222_022/?format=api",
            "sitting": {
                "id": 1570,
                "date": "2024-01-09",
                "number": 222,
                "branch": "C"
            },
            "number": 22,
            "title": "Emendamento 1.21 BONELLI ANGELO (AVS) - Votazione Emendamento 1.21 DDL n. 1624",
            "original_title": "Votazione Emendamento 1.21 DDL n. 1624",
            "description_title": "Emendamento 1.21 BONELLI ANGELO (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 29,
            "majority_cohesion_rate": 70.46,
            "minority_cohesion_rate": 72.22
        },
        {
            "id": 29426,
            "slug": "vs19_272_009",
            "identifier": "vs19_272_009",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_272_009/?format=api",
            "sitting": {
                "id": 1653,
                "date": "2024-04-03",
                "number": 272,
                "branch": "C"
            },
            "number": 9,
            "title": "Ordine del giorno n. 9/982 e ABB/1 CASO ANTONIO (M5S) - Votazione Ordine del giorno 9/982 e ABB/1 PDL n. 0982",
            "original_title": "Votazione Ordine del giorno 9/982 e ABB/1 PDL n. 0982",
            "description_title": "Ordine del giorno n. 9/982 e ABB/1 CASO ANTONIO (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": 29,
            "majority_cohesion_rate": 70.46,
            "minority_cohesion_rate": 68.52
        },
        {
            "id": 24176,
            "slug": "vs19_168_029",
            "identifier": "vs19_168_029",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_168_029/?format=api",
            "sitting": {
                "id": 1481,
                "date": "2023-09-28",
                "number": 168,
                "branch": "C"
            },
            "number": 29,
            "title": "Ordine del giorno n. 9/1373/33 RICCIARDI MARIANNA (M5S) - Votazione Ordine del giorno 9/1373/33 DDL n. 1373",
            "original_title": "Votazione Ordine del giorno 9/1373/33 DDL n. 1373",
            "description_title": "Ordine del giorno n. 9/1373/33 RICCIARDI MARIANNA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 31,
            "majority_cohesion_rate": 70.46,
            "minority_cohesion_rate": 66.05
        },
        {
            "id": 22808,
            "slug": "vs19_141_049",
            "identifier": "vs19_141_049",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_141_049/?format=api",
            "sitting": {
                "id": 1425,
                "date": "2023-07-18",
                "number": 141,
                "branch": "C"
            },
            "number": 49,
            "title": "Articolo 24 - Votazione Articolo 24 DDL n. 1134",
            "original_title": "Votazione Articolo 24 DDL n. 1134",
            "description_title": "Articolo 24",
            "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": 144,
            "majority_cohesion_rate": 70.46,
            "minority_cohesion_rate": 76.54
        },
        {
            "id": 22199,
            "slug": "vs19_147_019",
            "identifier": "vs19_147_019",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_147_019/?format=api",
            "sitting": {
                "id": 1431,
                "date": "2023-07-26",
                "number": 147,
                "branch": "C"
            },
            "number": 19,
            "title": "Articolo aggiuntivo 1.03 APPENDINO CHIARA (M5S) - Votazione Emendamento 1.03 PDL n. 0887",
            "original_title": "Votazione Emendamento 1.03 PDL n. 0887",
            "description_title": "Articolo aggiuntivo 1.03 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": 10,
            "n_margin": 30,
            "majority_cohesion_rate": 70.46,
            "minority_cohesion_rate": 69.75
        },
        {
            "id": 24181,
            "slug": "vs19_168_039",
            "identifier": "vs19_168_039",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_168_039/?format=api",
            "sitting": {
                "id": 1481,
                "date": "2023-09-28",
                "number": 168,
                "branch": "C"
            },
            "number": 39,
            "title": "Ordine del giorno n. 9/1373/47 (versione corretta) ZARATTI FILIBERTO (AVS) - Votazione Ordine del giorno 9/1373/47 DDL n. 1373",
            "original_title": "Votazione Ordine del giorno 9/1373/47 DDL n. 1373",
            "description_title": "Ordine del giorno n. 9/1373/47 (versione corretta) 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": 48,
            "majority_cohesion_rate": 70.46,
            "minority_cohesion_rate": 52.47
        },
        {
            "id": 24724,
            "slug": "vs19_175_007",
            "identifier": "vs19_175_007",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_175_007/?format=api",
            "sitting": {
                "id": 1492,
                "date": "2023-10-10",
                "number": 175,
                "branch": "C"
            },
            "number": 7,
            "title": "Emendamento 1.7 MANZI IRENE (PD-IDP) - Votazione Emendamento 1.7 PDL n. 0835",
            "original_title": "Votazione Emendamento 1.7 PDL n. 0835",
            "description_title": "Emendamento 1.7 MANZI IRENE (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 18,
            "majority_cohesion_rate": 70.46,
            "minority_cohesion_rate": 82.1
        },
        {
            "id": 22370,
            "slug": "vs19_146_009",
            "identifier": "vs19_146_009",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_146_009/?format=api",
            "sitting": {
                "id": 1430,
                "date": "2023-07-25",
                "number": 146,
                "branch": "C"
            },
            "number": 9,
            "title": "Ordine del giorno n. 9/1194/R/23 QUARTINI ANDREA (M5S) - Votazione Ordine del giorno 9/1194/R/23 DDL n. 1194",
            "original_title": "Votazione Ordine del giorno 9/1194/R/23 DDL n. 1194",
            "description_title": "Ordine del giorno n. 9/1194/R/23 QUARTINI ANDREA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 42,
            "majority_cohesion_rate": 70.46,
            "minority_cohesion_rate": 62.35
        },
        {
            "id": 24195,
            "slug": "vs19_168_033",
            "identifier": "vs19_168_033",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_168_033/?format=api",
            "sitting": {
                "id": 1481,
                "date": "2023-09-28",
                "number": 168,
                "branch": "C"
            },
            "number": 33,
            "title": "Ordine del giorno n. 9/1373/39 MALAVASI ILENIA (PD-IDP) - Votazione Ordine del giorno 9/1373/39 DDL n. 1373",
            "original_title": "Votazione Ordine del giorno 9/1373/39 DDL n. 1373",
            "description_title": "Ordine del giorno n. 9/1373/39 MALAVASI ILENIA (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 40,
            "majority_cohesion_rate": 70.46,
            "minority_cohesion_rate": 55.56
        },
        {
            "id": 22775,
            "slug": "vs19_141_056",
            "identifier": "vs19_141_056",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_141_056/?format=api",
            "sitting": {
                "id": 1425,
                "date": "2023-07-18",
                "number": 141,
                "branch": "C"
            },
            "number": 56,
            "title": "Articolo 31 - Votazione Articolo 31 DDL n. 1134",
            "original_title": "Votazione Articolo 31 DDL n. 1134",
            "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": 0,
            "n_margin": 144,
            "majority_cohesion_rate": 70.46,
            "minority_cohesion_rate": 75.93
        },
        {
            "id": 24173,
            "slug": "vs19_168_021",
            "identifier": "vs19_168_021",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_168_021/?format=api",
            "sitting": {
                "id": 1481,
                "date": "2023-09-28",
                "number": 168,
                "branch": "C"
            },
            "number": 21,
            "title": "Ordine del giorno n. 9/1373/25 DELL'OLIO GIANMAURO (M5S) - Votazione Ordine del giorno 9/1373/25 DDL n. 1373",
            "original_title": "Votazione Ordine del giorno 9/1373/25 DDL n. 1373",
            "description_title": "Ordine del giorno n. 9/1373/25 DELL'OLIO GIANMAURO (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": 104,
            "majority_cohesion_rate": 70.46,
            "minority_cohesion_rate": 45.68
        },
        {
            "id": 21698,
            "slug": "vs19_114_060",
            "identifier": "vs19_114_060",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_114_060/?format=api",
            "sitting": {
                "id": 1395,
                "date": "2023-06-06",
                "number": 114,
                "branch": "C"
            },
            "number": 60,
            "title": "Ordine del giorno n. 9/1114/104 COLUCCI ALFONSO (M5S) - Votazione Ordine del giorno 9/1114/104 DDL n. 1114",
            "original_title": "Votazione Ordine del giorno 9/1114/104 DDL n. 1114",
            "description_title": "Ordine del giorno n. 9/1114/104 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": 44,
            "majority_cohesion_rate": 70.46,
            "minority_cohesion_rate": 56.17
        },
        {
            "id": 22353,
            "slug": "vs19_146_017",
            "identifier": "vs19_146_017",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_146_017/?format=api",
            "sitting": {
                "id": 1430,
                "date": "2023-07-25",
                "number": 146,
                "branch": "C"
            },
            "number": 17,
            "title": "Ordine del giorno n. 9/1194/R/31 PAVANELLI EMMA (M5S) - Votazione Ordine del giorno 9/1194/R/31 DDL n. 1194",
            "original_title": "Votazione Ordine del giorno 9/1194/R/31 DDL n. 1194",
            "description_title": "Ordine del giorno n. 9/1194/R/31 PAVANELLI EMMA (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": 70.46,
            "minority_cohesion_rate": 77.78
        },
        {
            "id": 22294,
            "slug": "vs19_150_020",
            "identifier": "vs19_150_020",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_150_020/?format=api",
            "sitting": {
                "id": 1434,
                "date": "2023-07-31",
                "number": 150,
                "branch": "C"
            },
            "number": 20,
            "title": "Ordine del giorno n. 9/1239/37 ONORI FEDERICA (M5S) - Votazione Ordine del giorno 9/1239/37 DDL n. 1239",
            "original_title": "Votazione Ordine del giorno 9/1239/37 DDL n. 1239",
            "description_title": "Ordine del giorno n. 9/1239/37 ONORI FEDERICA (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": 32,
            "majority_cohesion_rate": 70.46,
            "minority_cohesion_rate": 64.81
        },
        {
            "id": 24116,
            "slug": "vs19_161_011",
            "identifier": "vs19_161_011",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_161_011/?format=api",
            "sitting": {
                "id": 1466,
                "date": "2023-09-13",
                "number": 161,
                "branch": "C"
            },
            "number": 11,
            "title": "Ordine del giorno n. 9/1344/3 BONELLI ANGELO (AVS) - Votazione Ordine del giorno 9/1344/3 DDL n. 1344",
            "original_title": "Votazione Ordine del giorno 9/1344/3 DDL n. 1344",
            "description_title": "Ordine del giorno n. 9/1344/3 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": 34,
            "majority_cohesion_rate": 70.46,
            "minority_cohesion_rate": 62.35
        },
        {
            "id": 26803,
            "slug": "vs19_223_003",
            "identifier": "vs19_223_003",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_223_003/?format=api",
            "sitting": {
                "id": 1573,
                "date": "2024-01-10",
                "number": 223,
                "branch": "C"
            },
            "number": 3,
            "title": "Risoluzione n. 6-00080, ad eccezione dei capoversi secondo e quarto della parte dispositiva, BRAGA CHIARA (PD-IDP) ed altri - Votazione Risoluzione 6_00080",
            "original_title": "Votazione Risoluzione 6_00080",
            "description_title": "Risoluzione n. 6-00080, ad eccezione dei capoversi secondo e quarto della parte dispositiva, BRAGA CHIARA (PD-IDP) ed altri",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Risoluzione",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 66,
            "majority_cohesion_rate": 70.46,
            "minority_cohesion_rate": 83.33
        },
        {
            "id": 21693,
            "slug": "vs19_114_003",
            "identifier": "vs19_114_003",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_114_003/?format=api",
            "sitting": {
                "id": 1395,
                "date": "2023-06-06",
                "number": 114,
                "branch": "C"
            },
            "number": 3,
            "title": "Ordine del giorno n. 9/1114/16 CURTI AUGUSTO (PD-IDP) - Votazione Ordine del giorno 9/1114/16 DDL n. 1114",
            "original_title": "Votazione Ordine del giorno 9/1114/16 DDL n. 1114",
            "description_title": "Ordine del giorno n. 9/1114/16 CURTI AUGUSTO (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": 2,
            "n_margin": 143,
            "majority_cohesion_rate": 70.46,
            "minority_cohesion_rate": 74.69
        },
        {
            "id": 22268,
            "slug": "vs19_146_023",
            "identifier": "vs19_146_023",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_146_023/?format=api",
            "sitting": {
                "id": 1430,
                "date": "2023-07-25",
                "number": 146,
                "branch": "C"
            },
            "number": 23,
            "title": "Ordine del giorno n. 9/1194/R/41 BARZOTTI VALENTINA (M5S) - Votazione Ordine del giorno 9/1194/R/41 DDL n. 1194",
            "original_title": "Votazione Ordine del giorno 9/1194/R/41 DDL n. 1194",
            "description_title": "Ordine del giorno n. 9/1194/R/41 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": 17,
            "majority_cohesion_rate": 70.46,
            "minority_cohesion_rate": 82.72
        },
        {
            "id": 22364,
            "slug": "vs19_146_019",
            "identifier": "vs19_146_019",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_146_019/?format=api",
            "sitting": {
                "id": 1430,
                "date": "2023-07-25",
                "number": 146,
                "branch": "C"
            },
            "number": 19,
            "title": "Ordine del giorno n. 9/1194/R/33 IARIA ANTONINO (M5S) - Votazione Ordine del giorno 9/1194/R/33 DDL n. 1194",
            "original_title": "Votazione Ordine del giorno 9/1194/R/33 DDL n. 1194",
            "description_title": "Ordine del giorno n. 9/1194/R/33 IARIA ANTONINO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 20,
            "majority_cohesion_rate": 70.46,
            "minority_cohesion_rate": 79.63
        },
        {
            "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": 30686,
            "slug": "vs19_309_177",
            "identifier": "vs19_309_177",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_309_177/?format=api",
            "sitting": {
                "id": 1715,
                "date": "2024-06-18",
                "number": 309,
                "branch": "C"
            },
            "number": 177,
            "title": "Emendamento 11.27 BONAFE' SIMONA (PD-IDP) - Votazione Emendamento 11.27 DDL n. 1665",
            "original_title": "Votazione Emendamento 11.27 DDL n. 1665",
            "description_title": "Emendamento 11.27 BONAFE' SIMONA (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 30,
            "majority_cohesion_rate": 70.59,
            "minority_cohesion_rate": 69.14
        },
        {
            "id": 31030,
            "slug": "vs19_321_036",
            "identifier": "vs19_321_036",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_321_036/?format=api",
            "sitting": {
                "id": 1733,
                "date": "2024-07-09",
                "number": 321,
                "branch": "C"
            },
            "number": 36,
            "title": "Articolo 4 - Votazione Articolo 4 DDL n. 1718",
            "original_title": "Votazione Articolo 4 DDL n. 1718",
            "description_title": "Articolo 4",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 3,
            "n_margin": 39,
            "majority_cohesion_rate": 70.59,
            "minority_cohesion_rate": 65.84
        },
        {
            "id": 30500,
            "slug": "vs19_309_053",
            "identifier": "vs19_309_053",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_309_053/?format=api",
            "sitting": {
                "id": 1715,
                "date": "2024-06-18",
                "number": 309,
                "branch": "C"
            },
            "number": 53,
            "title": "Articolo 2 - Votazione Articolo 2 DDL n. 1665",
            "original_title": "Votazione Articolo 2 DDL n. 1665",
            "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": 32,
            "majority_cohesion_rate": 70.59,
            "minority_cohesion_rate": 64.81
        },
        {
            "id": 30702,
            "slug": "vs19_309_207",
            "identifier": "vs19_309_207",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_309_207/?format=api",
            "sitting": {
                "id": 1715,
                "date": "2024-06-18",
                "number": 309,
                "branch": "C"
            },
            "number": 207,
            "title": "Ordine del giorno n. 9/1665/35 CAPPELLETTI ENRICO (M5S) - Votazione Ordine del giorno 9/1665/35 DDL n. 1665",
            "original_title": "Votazione Ordine del giorno 9/1665/35 DDL n. 1665",
            "description_title": "Ordine del giorno n. 9/1665/35 CAPPELLETTI ENRICO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 33,
            "majority_cohesion_rate": 70.59,
            "minority_cohesion_rate": 66.05
        },
        {
            "id": 30722,
            "slug": "vs19_309_201",
            "identifier": "vs19_309_201",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_309_201/?format=api",
            "sitting": {
                "id": 1715,
                "date": "2024-06-18",
                "number": 309,
                "branch": "C"
            },
            "number": 201,
            "title": "Ordine del giorno n. 9/1665/29 CASO ANTONIO (M5S) - Votazione Ordine del giorno 9/1665/29 DDL n. 1665",
            "original_title": "Votazione Ordine del giorno 9/1665/29 DDL n. 1665",
            "description_title": "Ordine del giorno n. 9/1665/29 CASO ANTONIO (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": 33,
            "majority_cohesion_rate": 70.59,
            "minority_cohesion_rate": 65.43
        },
        {
            "id": 30700,
            "slug": "vs19_309_190",
            "identifier": "vs19_309_190",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_309_190/?format=api",
            "sitting": {
                "id": 1715,
                "date": "2024-06-18",
                "number": 309,
                "branch": "C"
            },
            "number": 190,
            "title": "Ordine del giorno n. 9/1665/14 ROSATO ETTORE (APERRE) - Votazione Ordine del giorno 9/1665/14 DDL n. 1665",
            "original_title": "Votazione Ordine del giorno 9/1665/14 DDL n. 1665",
            "description_title": "Ordine del giorno n. 9/1665/14 ROSATO ETTORE (APERRE)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 29,
            "majority_cohesion_rate": 70.59,
            "minority_cohesion_rate": 67.9
        },
        {
            "id": 30582,
            "slug": "vs19_309_119",
            "identifier": "vs19_309_119",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_309_119/?format=api",
            "sitting": {
                "id": 1715,
                "date": "2024-06-18",
                "number": 309,
                "branch": "C"
            },
            "number": 119,
            "title": "Articolo 5 - Votazione Articolo 5 DDL n. 1665",
            "original_title": "Votazione Articolo 5 DDL n. 1665",
            "description_title": "Articolo 5",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 32,
            "majority_cohesion_rate": 70.59,
            "minority_cohesion_rate": 64.81
        },
        {
            "id": 30727,
            "slug": "vs19_309_193",
            "identifier": "vs19_309_193",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_309_193/?format=api",
            "sitting": {
                "id": 1715,
                "date": "2024-06-18",
                "number": 309,
                "branch": "C"
            },
            "number": 193,
            "title": "Ordine del giorno n. 9/1665/17 BONETTI ELENA (APERRE) - Votazione Ordine del giorno 9/1665/17 DDL n. 1665",
            "original_title": "Votazione Ordine del giorno 9/1665/17 DDL n. 1665",
            "description_title": "Ordine del giorno n. 9/1665/17 BONETTI ELENA (APERRE)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 32,
            "majority_cohesion_rate": 70.59,
            "minority_cohesion_rate": 64.81
        },
        {
            "id": 30744,
            "slug": "vs19_309_234",
            "identifier": "vs19_309_234",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_309_234/?format=api",
            "sitting": {
                "id": 1715,
                "date": "2024-06-18",
                "number": 309,
                "branch": "C"
            },
            "number": 234,
            "title": "Ordine del giorno n. 9/1665/62 FEDE GIORGIO (M5S) - Votazione Ordine del giorno 9/1665/62 DDL n. 1665",
            "original_title": "Votazione Ordine del giorno 9/1665/62 DDL n. 1665",
            "description_title": "Ordine del giorno n. 9/1665/62 FEDE GIORGIO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 34,
            "majority_cohesion_rate": 70.59,
            "minority_cohesion_rate": 64.81
        },
        {
            "id": 30511,
            "slug": "vs19_309_033",
            "identifier": "vs19_309_033",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_309_033/?format=api",
            "sitting": {
                "id": 1715,
                "date": "2024-06-18",
                "number": 309,
                "branch": "C"
            },
            "number": 33,
            "title": "Emendamento 2.154 SCERRA FILIPPO (M5S) - Votazione Emendamento 2.154 DDL n. 1665",
            "original_title": "Votazione Emendamento 2.154 DDL n. 1665",
            "description_title": "Emendamento 2.154 SCERRA FILIPPO (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": 31,
            "majority_cohesion_rate": 70.59,
            "minority_cohesion_rate": 67.28
        },
        {
            "id": 30662,
            "slug": "vs19_309_141",
            "identifier": "vs19_309_141",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_309_141/?format=api",
            "sitting": {
                "id": 1715,
                "date": "2024-06-18",
                "number": 309,
                "branch": "C"
            },
            "number": 141,
            "title": "Emendamento 7.311 ZARATTI FILIBERTO (AVS) - Votazione Emendamento 7.311 DDL n. 1665",
            "original_title": "Votazione Emendamento 7.311 DDL n. 1665",
            "description_title": "Emendamento 7.311 ZARATTI FILIBERTO (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 33,
            "majority_cohesion_rate": 70.59,
            "minority_cohesion_rate": 65.43
        },
        {
            "id": 30552,
            "slug": "vs19_309_113",
            "identifier": "vs19_309_113",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_309_113/?format=api",
            "sitting": {
                "id": 1715,
                "date": "2024-06-18",
                "number": 309,
                "branch": "C"
            },
            "number": 113,
            "title": "Emendamento 5.49 BONAFE' SIMONA (PD-IDP) - Votazione Emendamento 5.49 DDL n. 1665",
            "original_title": "Votazione Emendamento 5.49 DDL n. 1665",
            "description_title": "Emendamento 5.49 BONAFE' SIMONA (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 28,
            "majority_cohesion_rate": 70.59,
            "minority_cohesion_rate": 70.37
        },
        {
            "id": 30559,
            "slug": "vs19_309_067",
            "identifier": "vs19_309_067",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_309_067/?format=api",
            "sitting": {
                "id": 1715,
                "date": "2024-06-18",
                "number": 309,
                "branch": "C"
            },
            "number": 67,
            "title": "Emendamento 3.96 QUARTINI ANDREA (M5S) - Votazione Emendamento 3.96 DDL n. 1665",
            "original_title": "Votazione Emendamento 3.96 DDL n. 1665",
            "description_title": "Emendamento 3.96 QUARTINI ANDREA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 32,
            "majority_cohesion_rate": 70.59,
            "minority_cohesion_rate": 66.05
        },
        {
            "id": 30691,
            "slug": "vs19_309_240",
            "identifier": "vs19_309_240",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_309_240/?format=api",
            "sitting": {
                "id": 1715,
                "date": "2024-06-18",
                "number": 309,
                "branch": "C"
            },
            "number": 240,
            "title": "Ordine del giorno n. 9/1665/68 COLUCCI ALFONSO (M5S) - Votazione Ordine del giorno 9/1665/68 DDL n. 1665",
            "original_title": "Votazione Ordine del giorno 9/1665/68 DDL n. 1665",
            "description_title": "Ordine del giorno n. 9/1665/68 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": 34,
            "majority_cohesion_rate": 70.59,
            "minority_cohesion_rate": 64.2
        },
        {
            "id": 30723,
            "slug": "vs19_309_239",
            "identifier": "vs19_309_239",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_309_239/?format=api",
            "sitting": {
                "id": 1715,
                "date": "2024-06-18",
                "number": 309,
                "branch": "C"
            },
            "number": 239,
            "title": "Ordine del giorno n. 9/1665/67 CHERCHI SUSANNA (M5S) - Votazione Ordine del giorno 9/1665/67 DDL n. 1665",
            "original_title": "Votazione Ordine del giorno 9/1665/67 DDL n. 1665",
            "description_title": "Ordine del giorno n. 9/1665/67 CHERCHI SUSANNA (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": 35,
            "majority_cohesion_rate": 70.59,
            "minority_cohesion_rate": 62.96
        },
        {
            "id": 30660,
            "slug": "vs19_309_133",
            "identifier": "vs19_309_133",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_309_133/?format=api",
            "sitting": {
                "id": 1715,
                "date": "2024-06-18",
                "number": 309,
                "branch": "C"
            },
            "number": 133,
            "title": "Emendamento 7.186 BONAFE' SIMONA (PD-IDP) - Votazione Emendamento 7.186 DDL n. 1665",
            "original_title": "Votazione Emendamento 7.186 DDL n. 1665",
            "description_title": "Emendamento 7.186 BONAFE' SIMONA (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 32,
            "majority_cohesion_rate": 70.59,
            "minority_cohesion_rate": 67.28
        }
    ]
}