Returns all available votings, paged, filtered, sorted, ....
GET /api-openparlamento/v1/19/votings/?format=api&ordering=-identifier&page=214
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=-identifier&page=215",
    "previous": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=-identifier&page=213",
    "results": [
        {
            "id": 29506,
            "slug": "vs19_187_004",
            "identifier": "vs19_187_004",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_187_004/?format=api",
            "sitting": {
                "id": 1517,
                "date": "2023-10-30",
                "number": 187,
                "branch": "C"
            },
            "number": 4,
            "title": "Ordine del giorno n. 9/1416/13 AURIEMMA CARMELA (M5S) - Votazione Ordine del giorno 9/1416/13 DDL n. 1416",
            "original_title": "Votazione Ordine del giorno 9/1416/13 DDL n. 1416",
            "description_title": "Ordine del giorno n. 9/1416/13 AURIEMMA CARMELA (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": 38,
            "majority_cohesion_rate": 67.93,
            "minority_cohesion_rate": 60.49
        },
        {
            "id": 29505,
            "slug": "vs19_187_003",
            "identifier": "vs19_187_003",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_187_003/?format=api",
            "sitting": {
                "id": 1517,
                "date": "2023-10-30",
                "number": 187,
                "branch": "C"
            },
            "number": 3,
            "title": "Ordine del giorno n. 9/1416/12 BALDINO VITTORIA (M5S) - Votazione Ordine del giorno 9/1416/12 DDL n. 1416",
            "original_title": "Votazione Ordine del giorno 9/1416/12 DDL n. 1416",
            "description_title": "Ordine del giorno n. 9/1416/12 BALDINO VITTORIA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 36,
            "majority_cohesion_rate": 66.67,
            "minority_cohesion_rate": 59.26
        },
        {
            "id": 29504,
            "slug": "vs19_187_002",
            "identifier": "vs19_187_002",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_187_002/?format=api",
            "sitting": {
                "id": 1517,
                "date": "2023-10-30",
                "number": 187,
                "branch": "C"
            },
            "number": 2,
            "title": "Ordine del giorno n. 9/1416/11 LOMUTI ARNALDO (M5S) - Votazione Ordine del giorno 9/1416/11 DDL n. 1416",
            "original_title": "Votazione Ordine del giorno 9/1416/11 DDL n. 1416",
            "description_title": "Ordine del giorno n. 9/1416/11 LOMUTI ARNALDO (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": 38,
            "majority_cohesion_rate": 67.93,
            "minority_cohesion_rate": 58.02
        },
        {
            "id": 29561,
            "slug": "vs19_187_001",
            "identifier": "vs19_187_001",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_187_001/?format=api",
            "sitting": {
                "id": 1517,
                "date": "2023-10-30",
                "number": 187,
                "branch": "C"
            },
            "number": 1,
            "title": "Ordine del giorno n. 9/1416/10 TORTO DANIELA (M5S) - Votazione Ordine del giorno 9/1416/10 DDL n. 1416",
            "original_title": "Votazione Ordine del giorno 9/1416/10 DDL n. 1416",
            "description_title": "Ordine del giorno n. 9/1416/10 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": 39,
            "majority_cohesion_rate": 67.93,
            "minority_cohesion_rate": 57.41
        },
        {
            "id": 24756,
            "slug": "vs19_185_070",
            "identifier": "vs19_185_070",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_185_070/?format=api",
            "sitting": {
                "id": 1509,
                "date": "2023-10-26",
                "number": 185,
                "branch": "C"
            },
            "number": 70,
            "title": "Norme per il contrasto della violenza di genere",
            "original_title": "Votazione finale DDL n. 1294",
            "description_title": "Disposizioni per il contrasto della violenza sulle donne e della violenza domestica (DDL 1294 e abbinate PDL 439-603-1245-1377)",
            "public_title": "Norme per il contrasto della violenza di genere",
            "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": 94,
            "majority_cohesion_rate": 51.48,
            "minority_cohesion_rate": 41.98
        },
        {
            "id": 24704,
            "slug": "vs19_185_069",
            "identifier": "vs19_185_069",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_185_069/?format=api",
            "sitting": {
                "id": 1509,
                "date": "2023-10-26",
                "number": 185,
                "branch": "C"
            },
            "number": 69,
            "title": "Ordine del giorno n. 9/1294 E ABB/27, come riformulato, DI BIASE MICHELA (PD-IDP) - Votazione Ordine del giorno 9/1294 E ABB/27, DDL n. 1294",
            "original_title": "Votazione Ordine del giorno 9/1294 E ABB/27, DDL n. 1294",
            "description_title": "Ordine del giorno n. 9/1294 E ABB/27, come riformulato, DI BIASE MICHELA (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": 4,
            "n_margin": 90,
            "majority_cohesion_rate": 47.68,
            "minority_cohesion_rate": 44.44
        },
        {
            "id": 24694,
            "slug": "vs19_185_068",
            "identifier": "vs19_185_068",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_185_068/?format=api",
            "sitting": {
                "id": 1509,
                "date": "2023-10-26",
                "number": 185,
                "branch": "C"
            },
            "number": 68,
            "title": "Ordine del giorno n. 9/1294 E ABB/18, nel testo riformulato, GIRELLI GIAN ANTONIO (PD-IDP) - Votazione Ordine del giorno 9/1294 E ABB/18, DDL n. 1294",
            "original_title": "Votazione Ordine del giorno 9/1294 E ABB/18, DDL n. 1294",
            "description_title": "Ordine del giorno n. 9/1294 E ABB/18, nel testo riformulato, GIRELLI GIAN ANTONIO (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": 3,
            "n_margin": 93,
            "majority_cohesion_rate": 48.52,
            "minority_cohesion_rate": 46.3
        },
        {
            "id": 24717,
            "slug": "vs19_185_067",
            "identifier": "vs19_185_067",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_185_067/?format=api",
            "sitting": {
                "id": 1509,
                "date": "2023-10-26",
                "number": 185,
                "branch": "C"
            },
            "number": 67,
            "title": "Ordine del giorno n. 9/1294 E ABB/17 ROGGIANI SILVIA (PD-IDP) - Votazione Ordine del giorno 9/1294 E ABB/17 DDL n. 1294",
            "original_title": "Votazione Ordine del giorno 9/1294 E ABB/17 DDL n. 1294",
            "description_title": "Ordine del giorno n. 9/1294 E ABB/17 ROGGIANI SILVIA (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": 26,
            "majority_cohesion_rate": 51.48,
            "minority_cohesion_rate": 43.83
        },
        {
            "id": 24710,
            "slug": "vs19_185_066",
            "identifier": "vs19_185_066",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_185_066/?format=api",
            "sitting": {
                "id": 1509,
                "date": "2023-10-26",
                "number": 185,
                "branch": "C"
            },
            "number": 66,
            "title": "Ordine del giorno n. 9/129 E ABB/15, nel testo riformulato, GHIRRA FRANCESCA (AVS) - Votazione Ordine del giorno 9/129 E ABB/15, DDL n. 1294",
            "original_title": "Votazione Ordine del giorno 9/129 E ABB/15, DDL n. 1294",
            "description_title": "Ordine del giorno n. 9/129 E ABB/15, nel testo riformulato, GHIRRA FRANCESCA (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 3,
            "n_margin": 94,
            "majority_cohesion_rate": 50.21,
            "minority_cohesion_rate": 45.06
        },
        {
            "id": 24714,
            "slug": "vs19_185_065",
            "identifier": "vs19_185_065",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_185_065/?format=api",
            "sitting": {
                "id": 1509,
                "date": "2023-10-26",
                "number": 185,
                "branch": "C"
            },
            "number": 65,
            "title": "Ordine del giorno n. 9/1294 E ABB/14 BORRELLI FRANCESCO EMILIO (AVS) - Votazione Ordine del giorno 9/1294 E ABB/14 DDL n. 1294",
            "original_title": "Votazione Ordine del giorno 9/1294 E ABB/14 DDL n. 1294",
            "description_title": "Ordine del giorno n. 9/1294 E ABB/14 BORRELLI FRANCESCO EMILIO (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": 24,
            "majority_cohesion_rate": 51.05,
            "minority_cohesion_rate": 45.68
        },
        {
            "id": 24670,
            "slug": "vs19_185_064",
            "identifier": "vs19_185_064",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_185_064/?format=api",
            "sitting": {
                "id": 1509,
                "date": "2023-10-26",
                "number": 185,
                "branch": "C"
            },
            "number": 64,
            "title": "Ordine del giorno n. 9/1294 E ABB/13 BONELLI ANGELO (AVS) - Votazione Ordine del giorno 9/1294 E ABB/13 DDL n. 1294",
            "original_title": "Votazione Ordine del giorno 9/1294 E ABB/13 DDL n. 1294",
            "description_title": "Ordine del giorno n. 9/1294 E ABB/13 BONELLI ANGELO (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 4,
            "n_margin": 92,
            "majority_cohesion_rate": 49.79,
            "minority_cohesion_rate": 45.68
        },
        {
            "id": 24660,
            "slug": "vs19_185_063",
            "identifier": "vs19_185_063",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_185_063/?format=api",
            "sitting": {
                "id": 1509,
                "date": "2023-10-26",
                "number": 185,
                "branch": "C"
            },
            "number": 63,
            "title": "Ordine del giorno n. 9/1294 E ABB/12 SERRACCHIANI DEBORA (PD-IDP) - Votazione Ordine del giorno 9/1294 E ABB/12 DDL n. 1294",
            "original_title": "Votazione Ordine del giorno 9/1294 E ABB/12 DDL n. 1294",
            "description_title": "Ordine del giorno n. 9/1294 E ABB/12 SERRACCHIANI DEBORA (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": 22,
            "majority_cohesion_rate": 50.21,
            "minority_cohesion_rate": 47.53
        },
        {
            "id": 24686,
            "slug": "vs19_185_062",
            "identifier": "vs19_185_062",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_185_062/?format=api",
            "sitting": {
                "id": 1509,
                "date": "2023-10-26",
                "number": 185,
                "branch": "C"
            },
            "number": 62,
            "title": "Ordine del giorno n. 9/1294 E ABB/10 BONETTI ELENA (AIV-RE) - Votazione Ordine del giorno 9/1294 E ABB/10 DDL n. 1294",
            "original_title": "Votazione Ordine del giorno 9/1294 E ABB/10 DDL n. 1294",
            "description_title": "Ordine del giorno n. 9/1294 E ABB/10 BONETTI ELENA (AIV-RE)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 23,
            "majority_cohesion_rate": 50.63,
            "minority_cohesion_rate": 46.91
        },
        {
            "id": 24679,
            "slug": "vs19_185_061",
            "identifier": "vs19_185_061",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_185_061/?format=api",
            "sitting": {
                "id": 1509,
                "date": "2023-10-26",
                "number": 185,
                "branch": "C"
            },
            "number": 61,
            "title": "Ordine del giorno n. 9/1294 E ABB/6 BERRUTO MAURO (PD-IDP) - Votazione Ordine del giorno 9/1294 E ABB/6 DDL n. 1294",
            "original_title": "Votazione Ordine del giorno 9/1294 E ABB/6 DDL n. 1294",
            "description_title": "Ordine del giorno n. 9/1294 E ABB/6 BERRUTO MAURO (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": 97,
            "majority_cohesion_rate": 49.79,
            "minority_cohesion_rate": 49.38
        },
        {
            "id": 24635,
            "slug": "vs19_185_060",
            "identifier": "vs19_185_060",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_185_060/?format=api",
            "sitting": {
                "id": 1509,
                "date": "2023-10-26",
                "number": 185,
                "branch": "C"
            },
            "number": 60,
            "title": "Ordine del giorno n. 9/129 E ABB/5, come riformulato, GIULIANO CARLA (M5S) - Votazione Ordine del giorno 9/129 E ABB/5, DDL n. 1294",
            "original_title": "Votazione Ordine del giorno 9/129 E ABB/5, DDL n. 1294",
            "description_title": "Ordine del giorno n. 9/129 E ABB/5, come riformulato, GIULIANO CARLA (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": 6,
            "n_margin": 92,
            "majority_cohesion_rate": 48.1,
            "minority_cohesion_rate": 48.15
        },
        {
            "id": 24787,
            "slug": "vs19_185_059",
            "identifier": "vs19_185_059",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_185_059/?format=api",
            "sitting": {
                "id": 1509,
                "date": "2023-10-26",
                "number": 185,
                "branch": "C"
            },
            "number": 59,
            "title": "Ordine del giorno n. 9/1294 E ABB/4 ASCARI STEFANIA (M5S) - Votazione Ordine del giorno 9/1294 E ABB/4 DDL n. 1294",
            "original_title": "Votazione Ordine del giorno 9/1294 E ABB/4 DDL n. 1294",
            "description_title": "Ordine del giorno n. 9/1294 E ABB/4 ASCARI STEFANIA (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": 49.79,
            "minority_cohesion_rate": 47.53
        },
        {
            "id": 24783,
            "slug": "vs19_185_058",
            "identifier": "vs19_185_058",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_185_058/?format=api",
            "sitting": {
                "id": 1509,
                "date": "2023-10-26",
                "number": 185,
                "branch": "C"
            },
            "number": 58,
            "title": "Ordine del giorno n. 9/1294 E ABB/2 CAFIERO DE RAHO FEDERICO (M5S) - Votazione Ordine del giorno 9/1294 E ABB/2 DDL n. 1294",
            "original_title": "Votazione Ordine del giorno 9/1294 E ABB/2 DDL n. 1294",
            "description_title": "Ordine del giorno n. 9/1294 E ABB/2 CAFIERO DE RAHO FEDERICO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 26,
            "majority_cohesion_rate": 49.37,
            "minority_cohesion_rate": 41.36
        },
        {
            "id": 24718,
            "slug": "vs19_185_057",
            "identifier": "vs19_185_057",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_185_057/?format=api",
            "sitting": {
                "id": 1509,
                "date": "2023-10-26",
                "number": 185,
                "branch": "C"
            },
            "number": 57,
            "title": "Ordine del giorno n. 9/1294 E ABB/1 D'ORSO VALENTINA (M5S) - Votazione Ordine del giorno 9/1294 E ABB/1 DDL n. 1294",
            "original_title": "Votazione Ordine del giorno 9/1294 E ABB/1 DDL n. 1294",
            "description_title": "Ordine del giorno n. 9/1294 E ABB/1 D'ORSO 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": 2,
            "n_margin": 20,
            "majority_cohesion_rate": 48.95,
            "minority_cohesion_rate": 46.91
        },
        {
            "id": 24585,
            "slug": "vs19_185_056",
            "identifier": "vs19_185_056",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_185_056/?format=api",
            "sitting": {
                "id": 1509,
                "date": "2023-10-26",
                "number": 185,
                "branch": "C"
            },
            "number": 56,
            "title": "Articolo 18 (Mantenimento) - Votazione Articolo 18 DDL n. 1294",
            "original_title": "Votazione Articolo 18 DDL n. 1294",
            "description_title": "Articolo 18 (Mantenimento)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 20,
            "majority_cohesion_rate": 51.48,
            "minority_cohesion_rate": 50.0
        },
        {
            "id": 24564,
            "slug": "vs19_185_055",
            "identifier": "vs19_185_055",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_185_055/?format=api",
            "sitting": {
                "id": 1509,
                "date": "2023-10-26",
                "number": 185,
                "branch": "C"
            },
            "number": 55,
            "title": "Articolo 17 - Votazione Articolo 17 DDL n. 1294",
            "original_title": "Votazione Articolo 17 DDL n. 1294",
            "description_title": "Articolo 17",
            "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": 101,
            "majority_cohesion_rate": 51.05,
            "minority_cohesion_rate": 51.23
        },
        {
            "id": 24568,
            "slug": "vs19_185_054",
            "identifier": "vs19_185_054",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_185_054/?format=api",
            "sitting": {
                "id": 1509,
                "date": "2023-10-26",
                "number": 185,
                "branch": "C"
            },
            "number": 54,
            "title": "Articolo aggiuntivo 16.042 DORI DEVIS (AVS) - Votazione Emendamento 16.042 DDL n. 1294",
            "original_title": "Votazione Emendamento 16.042 DDL n. 1294",
            "description_title": "Articolo aggiuntivo 16.042 DORI DEVIS (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 20,
            "majority_cohesion_rate": 49.37,
            "minority_cohesion_rate": 50.0
        },
        {
            "id": 24548,
            "slug": "vs19_185_053",
            "identifier": "vs19_185_053",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_185_053/?format=api",
            "sitting": {
                "id": 1509,
                "date": "2023-10-26",
                "number": 185,
                "branch": "C"
            },
            "number": 53,
            "title": "Articolo aggiuntivo 16.040 ZANELLA LUANA (AVS) - Votazione Emendamento 16.040 DDL n. 1294",
            "original_title": "Votazione Emendamento 16.040 DDL n. 1294",
            "description_title": "Articolo aggiuntivo 16.040 ZANELLA LUANA (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": 21,
            "majority_cohesion_rate": 49.37,
            "minority_cohesion_rate": 48.77
        },
        {
            "id": 24537,
            "slug": "vs19_185_052",
            "identifier": "vs19_185_052",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_185_052/?format=api",
            "sitting": {
                "id": 1509,
                "date": "2023-10-26",
                "number": 185,
                "branch": "C"
            },
            "number": 52,
            "title": "Articolo aggiuntivo 16.039 ASCARI STEFANIA (M5S) - Votazione Emendamento 16.039 DDL n. 1294",
            "original_title": "Votazione Emendamento 16.039 DDL n. 1294",
            "description_title": "Articolo aggiuntivo 16.039 ASCARI STEFANIA (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": 48.95,
            "minority_cohesion_rate": 43.21
        },
        {
            "id": 24519,
            "slug": "vs19_185_051",
            "identifier": "vs19_185_051",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_185_051/?format=api",
            "sitting": {
                "id": 1509,
                "date": "2023-10-26",
                "number": 185,
                "branch": "C"
            },
            "number": 51,
            "title": "Articolo aggiuntivo 16.019 GHIRRA FRANCESCA (AVS) - Votazione Emendamento 16.019 DDL n. 1294",
            "original_title": "Votazione Emendamento 16.019 DDL n. 1294",
            "description_title": "Articolo aggiuntivo 16.019 GHIRRA FRANCESCA (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": 27,
            "majority_cohesion_rate": 48.95,
            "minority_cohesion_rate": 42.59
        },
        {
            "id": 24506,
            "slug": "vs19_185_050",
            "identifier": "vs19_185_050",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_185_050/?format=api",
            "sitting": {
                "id": 1509,
                "date": "2023-10-26",
                "number": 185,
                "branch": "C"
            },
            "number": 50,
            "title": "Articolo aggiuntivo 16.018 ASCARI STEFANIA (M5S) - Votazione Emendamento 16.018 DDL n. 1294",
            "original_title": "Votazione Emendamento 16.018 DDL n. 1294",
            "description_title": "Articolo aggiuntivo 16.018 ASCARI STEFANIA (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": 28,
            "majority_cohesion_rate": 47.26,
            "minority_cohesion_rate": 39.51
        },
        {
            "id": 24575,
            "slug": "vs19_185_049",
            "identifier": "vs19_185_049",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_185_049/?format=api",
            "sitting": {
                "id": 1509,
                "date": "2023-10-26",
                "number": 185,
                "branch": "C"
            },
            "number": 49,
            "title": "Articolo aggiuntivo 16.010 ASCARI STEFANIA (M5S) - Votazione Emendamento 16.010 DDL n. 1294",
            "original_title": "Votazione Emendamento 16.010 DDL n. 1294",
            "description_title": "Articolo aggiuntivo 16.010 ASCARI STEFANIA (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": 27,
            "majority_cohesion_rate": 45.99,
            "minority_cohesion_rate": 38.89
        },
        {
            "id": 24559,
            "slug": "vs19_185_048",
            "identifier": "vs19_185_048",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_185_048/?format=api",
            "sitting": {
                "id": 1509,
                "date": "2023-10-26",
                "number": 185,
                "branch": "C"
            },
            "number": 48,
            "title": "Articolo aggiuntivo 16.07 BOLDRINI LAURA (PD-IDP) - Votazione Emendamento 16.07 DDL n. 1294",
            "original_title": "Votazione Emendamento 16.07 DDL n. 1294",
            "description_title": "Articolo aggiuntivo 16.07 BOLDRINI LAURA (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": 27,
            "majority_cohesion_rate": 57.81,
            "minority_cohesion_rate": 53.09
        },
        {
            "id": 24622,
            "slug": "vs19_185_047",
            "identifier": "vs19_185_047",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_185_047/?format=api",
            "sitting": {
                "id": 1509,
                "date": "2023-10-26",
                "number": 185,
                "branch": "C"
            },
            "number": 47,
            "title": "Articolo aggiuntivo 16.06 ASCARI STEFANIA (M5S) - Votazione Emendamento 16.06 DDL n. 1294",
            "original_title": "Votazione Emendamento 16.06 DDL n. 1294",
            "description_title": "Articolo aggiuntivo 16.06 ASCARI STEFANIA (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": 58.65,
            "minority_cohesion_rate": 54.32
        },
        {
            "id": 24599,
            "slug": "vs19_185_046",
            "identifier": "vs19_185_046",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_185_046/?format=api",
            "sitting": {
                "id": 1509,
                "date": "2023-10-26",
                "number": 185,
                "branch": "C"
            },
            "number": 46,
            "title": "Articolo aggiuntivo 16.0100 SERRACCHIANI DEBORA (PD-IDP) - Votazione Emendamento 16.0100 DDL n. 1294",
            "original_title": "Votazione Emendamento 16.0100 DDL n. 1294",
            "description_title": "Articolo aggiuntivo 16.0100 SERRACCHIANI DEBORA (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": 59.49,
            "minority_cohesion_rate": 59.26
        },
        {
            "id": 24744,
            "slug": "vs19_185_045",
            "identifier": "vs19_185_045",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_185_045/?format=api",
            "sitting": {
                "id": 1509,
                "date": "2023-10-26",
                "number": 185,
                "branch": "C"
            },
            "number": 45,
            "title": "Articolo aggiuntivo 16.08 BOLDRINI LAURA (PD-IDP) - Votazione Emendamento 16.08 DDL n. 1294",
            "original_title": "Votazione Emendamento 16.08 DDL n. 1294",
            "description_title": "Articolo aggiuntivo 16.08 BOLDRINI LAURA (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 44,
            "majority_cohesion_rate": 59.49,
            "minority_cohesion_rate": 34.57
        },
        {
            "id": 24733,
            "slug": "vs19_185_044",
            "identifier": "vs19_185_044",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_185_044/?format=api",
            "sitting": {
                "id": 1509,
                "date": "2023-10-26",
                "number": 185,
                "branch": "C"
            },
            "number": 44,
            "title": "Articolo aggiuntivo 16.05 ASCARI STEFANIA (M5S) - Votazione Emendamento 16.05 DDL n. 1294",
            "original_title": "Votazione Emendamento 16.05 DDL n. 1294",
            "description_title": "Articolo aggiuntivo 16.05 ASCARI STEFANIA (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": 59.07,
            "minority_cohesion_rate": 59.26
        },
        {
            "id": 24730,
            "slug": "vs19_185_043",
            "identifier": "vs19_185_043",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_185_043/?format=api",
            "sitting": {
                "id": 1509,
                "date": "2023-10-26",
                "number": 185,
                "branch": "C"
            },
            "number": 43,
            "title": "Articolo aggiuntivo 16.02 ASCARI STEFANIA (M5S) - Votazione Emendamento 16.02 DDL n. 1294",
            "original_title": "Votazione Emendamento 16.02 DDL n. 1294",
            "description_title": "Articolo aggiuntivo 16.02 ASCARI STEFANIA (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": 57.38,
            "minority_cohesion_rate": 56.79
        },
        {
            "id": 24769,
            "slug": "vs19_185_042",
            "identifier": "vs19_185_042",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_185_042/?format=api",
            "sitting": {
                "id": 1509,
                "date": "2023-10-26",
                "number": 185,
                "branch": "C"
            },
            "number": 42,
            "title": "Identici articoli aggiuntivi 16.030 ASCARI STEFANIA (M5S) e 16.031 DORI DEVIS (AVS) - Votazione Emendamento 16.030 DDL n. 1294",
            "original_title": "Votazione Emendamento 16.030 DDL n. 1294",
            "description_title": "Identici articoli aggiuntivi 16.030 ASCARI STEFANIA (M5S) e 16.031 DORI DEVIS (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 23,
            "majority_cohesion_rate": 58.65,
            "minority_cohesion_rate": 60.49
        },
        {
            "id": 24753,
            "slug": "vs19_185_041",
            "identifier": "vs19_185_041",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_185_041/?format=api",
            "sitting": {
                "id": 1509,
                "date": "2023-10-26",
                "number": 185,
                "branch": "C"
            },
            "number": 41,
            "title": "Articolo aggiuntivo 16.033 ZAN ALESSANDRO (PD-IDP) - Votazione Emendamento 16.033 DDL n. 1294",
            "original_title": "Votazione Emendamento 16.033 DDL n. 1294",
            "description_title": "Articolo aggiuntivo 16.033 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": 0,
            "n_margin": 23,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 61.11
        },
        {
            "id": 24458,
            "slug": "vs19_185_040",
            "identifier": "vs19_185_040",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_185_040/?format=api",
            "sitting": {
                "id": 1509,
                "date": "2023-10-26",
                "number": 185,
                "branch": "C"
            },
            "number": 40,
            "title": "Articolo aggiuntivo 16.017 ZANELLA LUANA (AVS) - Votazione Emendamento 16.017 DDL n. 1294",
            "original_title": "Votazione Emendamento 16.017 DDL n. 1294",
            "description_title": "Articolo aggiuntivo 16.017 ZANELLA LUANA (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": 22,
            "majority_cohesion_rate": 58.65,
            "minority_cohesion_rate": 61.11
        },
        {
            "id": 24517,
            "slug": "vs19_185_039",
            "identifier": "vs19_185_039",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_185_039/?format=api",
            "sitting": {
                "id": 1509,
                "date": "2023-10-26",
                "number": 185,
                "branch": "C"
            },
            "number": 39,
            "title": "Articolo aggiuntivo 16.013 GHIRRA FRANCESCA (AVS) - Votazione Emendamento 16.013 DDL n. 1294",
            "original_title": "Votazione Emendamento 16.013 DDL n. 1294",
            "description_title": "Articolo aggiuntivo 16.013 GHIRRA FRANCESCA (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": 24,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 61.11
        },
        {
            "id": 24531,
            "slug": "vs19_185_038",
            "identifier": "vs19_185_038",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_185_038/?format=api",
            "sitting": {
                "id": 1509,
                "date": "2023-10-26",
                "number": 185,
                "branch": "C"
            },
            "number": 38,
            "title": "Articolo aggiuntivo 16.012 ASCARI STEFANIA (M5S) - Votazione Emendamento 16.012 DDL n. 1294",
            "original_title": "Votazione Emendamento 16.012 DDL n. 1294",
            "description_title": "Articolo aggiuntivo 16.012 ASCARI STEFANIA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 20,
            "majority_cohesion_rate": 57.38,
            "minority_cohesion_rate": 61.73
        },
        {
            "id": 24611,
            "slug": "vs19_185_037",
            "identifier": "vs19_185_037",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_185_037/?format=api",
            "sitting": {
                "id": 1509,
                "date": "2023-10-26",
                "number": 185,
                "branch": "C"
            },
            "number": 37,
            "title": "Articolo aggiuntivo 16.0101 DORI DEVIS (AVS) - Votazione Emendamento 16.0101 DDL n. 1294",
            "original_title": "Votazione Emendamento 16.0101 DDL n. 1294",
            "description_title": "Articolo aggiuntivo 16.0101 DORI DEVIS (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 20,
            "majority_cohesion_rate": 60.34,
            "minority_cohesion_rate": 64.2
        },
        {
            "id": 24588,
            "slug": "vs19_185_036",
            "identifier": "vs19_185_036",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_185_036/?format=api",
            "sitting": {
                "id": 1509,
                "date": "2023-10-26",
                "number": 185,
                "branch": "C"
            },
            "number": 36,
            "title": "Articolo aggiuntivo 16.0105 ASCARI STEFANIA (M5S) - Votazione Emendamento 16.0105 DDL n. 1294",
            "original_title": "Votazione Emendamento 16.0105 DDL n. 1294",
            "description_title": "Articolo aggiuntivo 16.0105 ASCARI STEFANIA (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": 2,
            "n_margin": 22,
            "majority_cohesion_rate": 60.76,
            "minority_cohesion_rate": 62.35
        },
        {
            "id": 24572,
            "slug": "vs19_185_035",
            "identifier": "vs19_185_035",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_185_035/?format=api",
            "sitting": {
                "id": 1509,
                "date": "2023-10-26",
                "number": 185,
                "branch": "C"
            },
            "number": 35,
            "title": "Articolo 16 - Votazione Articolo 16 DDL n. 1294",
            "original_title": "Votazione Articolo 16 DDL n. 1294",
            "description_title": "Articolo 16",
            "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": 122,
            "majority_cohesion_rate": 60.34,
            "minority_cohesion_rate": 63.58
        },
        {
            "id": 24551,
            "slug": "vs19_185_034",
            "identifier": "vs19_185_034",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_185_034/?format=api",
            "sitting": {
                "id": 1509,
                "date": "2023-10-26",
                "number": 185,
                "branch": "C"
            },
            "number": 34,
            "title": "Articolo 15 - Votazione Articolo 15 DDL n. 1294",
            "original_title": "Votazione Articolo 15 DDL n. 1294",
            "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": 2,
            "n_margin": 119,
            "majority_cohesion_rate": 59.07,
            "minority_cohesion_rate": 62.96
        },
        {
            "id": 24775,
            "slug": "vs19_185_033",
            "identifier": "vs19_185_033",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_185_033/?format=api",
            "sitting": {
                "id": 1509,
                "date": "2023-10-26",
                "number": 185,
                "branch": "C"
            },
            "number": 33,
            "title": "Emendamento 15.101 FORATTINI ANTONELLA (PD-IDP) - Votazione Emendamento 15.101 DDL n. 1294",
            "original_title": "Votazione Emendamento 15.101 DDL n. 1294",
            "description_title": "Emendamento 15.101 FORATTINI ANTONELLA (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": 20,
            "majority_cohesion_rate": 59.49,
            "minority_cohesion_rate": 63.58
        },
        {
            "id": 24764,
            "slug": "vs19_185_032",
            "identifier": "vs19_185_032",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_185_032/?format=api",
            "sitting": {
                "id": 1509,
                "date": "2023-10-26",
                "number": 185,
                "branch": "C"
            },
            "number": 32,
            "title": "Articolo aggiuntivo 14.0101 FORATTINI ANTONELLA (PD-IDP) - Votazione Emendamento 14.0101 DDL n. 1294",
            "original_title": "Votazione Emendamento 14.0101 DDL n. 1294",
            "description_title": "Articolo aggiuntivo 14.0101 FORATTINI ANTONELLA (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": 3,
            "n_margin": 18,
            "majority_cohesion_rate": 59.07,
            "minority_cohesion_rate": 63.58
        },
        {
            "id": 24749,
            "slug": "vs19_185_031",
            "identifier": "vs19_185_031",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_185_031/?format=api",
            "sitting": {
                "id": 1509,
                "date": "2023-10-26",
                "number": 185,
                "branch": "C"
            },
            "number": 31,
            "title": "Articolo 14 - Votazione Articolo 14 DDL n. 1294",
            "original_title": "Votazione Articolo 14 DDL n. 1294",
            "description_title": "Articolo 14",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 3,
            "n_margin": 120,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 62.96
        },
        {
            "id": 24737,
            "slug": "vs19_185_030",
            "identifier": "vs19_185_030",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_185_030/?format=api",
            "sitting": {
                "id": 1509,
                "date": "2023-10-26",
                "number": 185,
                "branch": "C"
            },
            "number": 30,
            "title": "Emendamento 14.101 GIANASSI FEDERICO (PD-IDP) - Votazione Emendamento 14.101 DDL n. 1294",
            "original_title": "Votazione Emendamento 14.101 DDL n. 1294",
            "description_title": "Emendamento 14.101 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": 21,
            "majority_cohesion_rate": 61.18,
            "minority_cohesion_rate": 63.58
        },
        {
            "id": 24518,
            "slug": "vs19_185_029",
            "identifier": "vs19_185_029",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_185_029/?format=api",
            "sitting": {
                "id": 1509,
                "date": "2023-10-26",
                "number": 185,
                "branch": "C"
            },
            "number": 29,
            "title": "Articolo 13 - Votazione Articolo 13 DDL n. 1294",
            "original_title": "Votazione Articolo 13 DDL n. 1294",
            "description_title": "Articolo 13",
            "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": 124,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 64.81
        },
        {
            "id": 24533,
            "slug": "vs19_185_028",
            "identifier": "vs19_185_028",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_185_028/?format=api",
            "sitting": {
                "id": 1509,
                "date": "2023-10-26",
                "number": 185,
                "branch": "C"
            },
            "number": 28,
            "title": "Emendamento 13.2 CAFIERO DE RAHO FEDERICO (M5S) - Votazione Emendamento 13.2 DDL n. 1294",
            "original_title": "Votazione Emendamento 13.2 DDL n. 1294",
            "description_title": "Emendamento 13.2 CAFIERO DE RAHO FEDERICO (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": 24,
            "majority_cohesion_rate": 62.45,
            "minority_cohesion_rate": 62.96
        },
        {
            "id": 24490,
            "slug": "vs19_185_027",
            "identifier": "vs19_185_027",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_185_027/?format=api",
            "sitting": {
                "id": 1509,
                "date": "2023-10-26",
                "number": 185,
                "branch": "C"
            },
            "number": 27,
            "title": "Articolo aggiuntivo 12.02 ASCARI STEFANIA (M5S) - Votazione Emendamento 12.02 DDL n. 1294",
            "original_title": "Votazione Emendamento 12.02 DDL n. 1294",
            "description_title": "Articolo aggiuntivo 12.02 ASCARI STEFANIA (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": 26,
            "majority_cohesion_rate": 61.18,
            "minority_cohesion_rate": 58.02
        },
        {
            "id": 24505,
            "slug": "vs19_185_026",
            "identifier": "vs19_185_026",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_185_026/?format=api",
            "sitting": {
                "id": 1509,
                "date": "2023-10-26",
                "number": 185,
                "branch": "C"
            },
            "number": 26,
            "title": "Articolo 12 - Votazione Articolo 12 DDL n. 1294",
            "original_title": "Votazione Articolo 12 DDL n. 1294",
            "description_title": "Articolo 12",
            "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": 123,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 66.05
        },
        {
            "id": 24487,
            "slug": "vs19_185_025",
            "identifier": "vs19_185_025",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_185_025/?format=api",
            "sitting": {
                "id": 1509,
                "date": "2023-10-26",
                "number": 185,
                "branch": "C"
            },
            "number": 25,
            "title": "Emendamento 12.3 ASCARI STEFANIA (M5S) - Votazione Emendamento 12.3 DDL n. 1294",
            "original_title": "Votazione Emendamento 12.3 DDL n. 1294",
            "description_title": "Emendamento 12.3 ASCARI STEFANIA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 23,
            "majority_cohesion_rate": 59.07,
            "minority_cohesion_rate": 59.26
        }
    ]
}