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

{
    "count": 22091,
    "codelists": {
        "years": [
            {
                "id": "2025",
                "value": "2025"
            },
            {
                "id": "2024",
                "value": "2024"
            },
            {
                "id": "2023",
                "value": "2023"
            },
            {
                "id": "2022",
                "value": "2022"
            }
        ],
        "branch": [
            {
                "id": "S",
                "value": "Senato"
            },
            {
                "id": "C",
                "value": "Camera"
            }
        ],
        "governments": [
            {
                "id": 135225,
                "slug": "i-governo-meloni-2022-10-22",
                "start_date": "2022-10-22",
                "value": "Meloni I"
            }
        ],
        "governments_filter": [
            {
                "id": 135225,
                "slug": "i-governo-meloni-2022-10-22",
                "start_date": "2022-10-22",
                "value": "Meloni I"
            }
        ],
        "main_vote_type": [
            {
                "id": "is_key_vote",
                "value": "Voto chiave"
            },
            {
                "id": "is_final",
                "value": "Voto finale"
            },
            {
                "id": "is_confidence",
                "value": "Voto di fiducia"
            },
            {
                "id": "all",
                "value": "Tutti"
            }
        ],
        "sub_vote_type": [
            {
                "id": "ALL",
                "value": "Atto intero"
            },
            {
                "id": "ART",
                "value": "Articolo"
            },
            {
                "id": "AMEND",
                "value": "Emendamenti"
            },
            {
                "id": "ODG",
                "value": "ODG"
            },
            {
                "id": "PREJ",
                "value": "Questione pregiudiziale"
            },
            {
                "id": "EM_DECL",
                "value": "Dichiarazione d'urgenza"
            },
            {
                "id": "SUSP",
                "value": "Questione sospensiva"
            },
            {
                "id": "VAR_N",
                "value": "Nota di variazione"
            },
            {
                "id": "DONT_P",
                "value": "Non passaggio agli articoli"
            },
            {
                "id": "CLOS_DEB",
                "value": "Chiusura della discussione"
            },
            {
                "id": "RES",
                "value": "Risoluzione"
            },
            {
                "id": "DIM",
                "value": "Dimissioni"
            },
            {
                "id": "ELE",
                "value": "Elezioni"
            },
            {
                "id": "COORD",
                "value": "Proposta coordinamento"
            },
            {
                "id": "MOZ",
                "value": "Mozione"
            },
            {
                "id": "CPROP",
                "value": "Proposta giunta"
            }
        ],
        "vm_cohesion_rates": {
            "80_100": "dall'80 al 100%",
            "60_80": "dal 60 all'80%",
            "_60": "Meno del 60%"
        },
        "orderings": [
            {
                "id": "date",
                "value": "Data"
            },
            {
                "id": "majority_cohesion_rate",
                "value": "Compattezza maggioranza"
            },
            {
                "id": "n_rebels",
                "value": "Ribelli"
            },
            {
                "id": "identifier",
                "value": "Identificativo"
            },
            {
                "id": "n_margin",
                "value": "Margine"
            }
        ],
        "outcome": [
            {
                "id": "Respinto",
                "value": "Respinta"
            },
            {
                "id": "Approvato",
                "value": "Approvata"
            }
        ]
    },
    "next": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=n_margin&page=95",
    "previous": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=n_margin&page=93",
    "results": [
        {
            "id": 33588,
            "slug": "vs19_384_041",
            "identifier": "vs19_384_041",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_384_041/?format=api",
            "sitting": {
                "id": 1824,
                "date": "2024-11-20",
                "number": 384,
                "branch": "C"
            },
            "number": 41,
            "title": "EM 10.5000 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 10.5000",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Approvata",
            "n_rebels": 6,
            "n_margin": 16,
            "majority_cohesion_rate": 58.26,
            "minority_cohesion_rate": 66.88
        },
        {
            "id": 32487,
            "slug": "vs19_359_015",
            "identifier": "vs19_359_015",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_359_015/?format=api",
            "sitting": {
                "id": 1793,
                "date": "2024-10-03",
                "number": 359,
                "branch": "C"
            },
            "number": 15,
            "title": "Ordine del giorno n. 9/2066/19 CAROTENUTO DARIO (M5S) - Votazione Ordine del giorno 9/2066/19 DDL n. 2066",
            "original_title": "Votazione Ordine del giorno 9/2066/19 DDL n. 2066",
            "description_title": "Ordine del giorno n. 9/2066/19 CAROTENUTO DARIO (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": 16,
            "majority_cohesion_rate": 59.34,
            "minority_cohesion_rate": 70.89
        },
        {
            "id": 37235,
            "slug": "vs19_449_076",
            "identifier": "vs19_449_076",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_449_076/?format=api",
            "sitting": {
                "id": 1942,
                "date": "2025-03-18",
                "number": 449,
                "branch": "C"
            },
            "number": 76,
            "title": "Ordine del giorno n. 9/2285/9 MORFINO DANIELA (M5S) - Votazione Ordine del giorno 9/2285/9 DDL n. 2285",
            "original_title": "Votazione Ordine del giorno 9/2285/9 DDL n. 2285",
            "description_title": "Ordine del giorno n. 9/2285/9 MORFINO DANIELA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 16,
            "majority_cohesion_rate": 56.38,
            "minority_cohesion_rate": 68.15
        },
        {
            "id": 34335,
            "slug": "vs19_389_024",
            "identifier": "vs19_389_024",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_389_024/?format=api",
            "sitting": {
                "id": 1847,
                "date": "2024-11-28",
                "number": 389,
                "branch": "C"
            },
            "number": 24,
            "title": "Ordine del giorno n. 9/2022/45 CASASCO MAURIZIO (FI-PPE) - Votazione Ordine del giorno 9/2022/45 DDL n. 2022",
            "original_title": "Votazione Ordine del giorno 9/2022/45 DDL n. 2022",
            "description_title": "Ordine del giorno n. 9/2022/45 CASASCO MAURIZIO (FI-PPE)",
            "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": 16,
            "majority_cohesion_rate": 53.31,
            "minority_cohesion_rate": 61.78
        },
        {
            "id": 25066,
            "slug": "vs19_192_008",
            "identifier": "vs19_192_008",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_192_008/?format=api",
            "sitting": {
                "id": 1522,
                "date": "2023-11-09",
                "number": 192,
                "branch": "C"
            },
            "number": 8,
            "title": "Emendamento 3.1000 VACCARI STEFANO (PD-IDP) - Votazione Emendamento 3.1000 PDL n. 0752",
            "original_title": "Votazione Emendamento 3.1000 PDL n. 0752",
            "description_title": "Emendamento 3.1000 VACCARI STEFANO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 16,
            "majority_cohesion_rate": 57.81,
            "minority_cohesion_rate": 65.43
        },
        {
            "id": 24946,
            "slug": "vs19_201_017",
            "identifier": "vs19_201_017",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_201_017/?format=api",
            "sitting": {
                "id": 1531,
                "date": "2023-11-23",
                "number": 201,
                "branch": "C"
            },
            "number": 17,
            "title": "Ordine del giorno n. 9/1551/35 ZAN ALESSANDRO (PD-IDP) - Votazione Ordine del giorno 9/1551/35 DDL n. 1551",
            "original_title": "Votazione Ordine del giorno 9/1551/35 DDL n. 1551",
            "description_title": "Ordine del giorno n. 9/1551/35 ZAN ALESSANDRO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 3,
            "n_margin": 16,
            "majority_cohesion_rate": 62.03,
            "minority_cohesion_rate": 70.37
        },
        {
            "id": 32352,
            "slug": "vs19_357_036",
            "identifier": "vs19_357_036",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_357_036/?format=api",
            "sitting": {
                "id": 1791,
                "date": "2024-10-01",
                "number": 357,
                "branch": "C"
            },
            "number": 36,
            "title": "Articolo 17 (Mantenimento) - Votazione Articolo 17 DDL n. 1532",
            "original_title": "Votazione Articolo 17 DDL n. 1532",
            "description_title": "Articolo 17 (Mantenimento)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 16,
            "majority_cohesion_rate": 58.92,
            "minority_cohesion_rate": 67.72
        },
        {
            "id": 36607,
            "slug": "vs19_435_131",
            "identifier": "vs19_435_131",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_435_131/?format=api",
            "sitting": {
                "id": 1919,
                "date": "2025-02-26",
                "number": 435,
                "branch": "C"
            },
            "number": 131,
            "title": "Ordine del giorno n. 9/1573/11 FENU EMILIANO (M5S) - Votazione Ordine del giorno 9/1573/11 PDL n. 1573",
            "original_title": "Votazione Ordine del giorno 9/1573/11 PDL n. 1573",
            "description_title": "Ordine del giorno n. 9/1573/11 FENU EMILIANO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 16,
            "majority_cohesion_rate": 58.68,
            "minority_cohesion_rate": 70.7
        },
        {
            "id": 36540,
            "slug": "vs19_435_053",
            "identifier": "vs19_435_053",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_435_053/?format=api",
            "sitting": {
                "id": 1919,
                "date": "2025-02-26",
                "number": 435,
                "branch": "C"
            },
            "number": 53,
            "title": "Emendamento 5.5 SCOTTO ARTURO (PD-IDP) - Votazione Emendamento 5.5 PDL n. 1573",
            "original_title": "Votazione Emendamento 5.5 PDL n. 1573",
            "description_title": "Emendamento 5.5 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": 16,
            "majority_cohesion_rate": 61.16,
            "minority_cohesion_rate": 75.16
        },
        {
            "id": 36532,
            "slug": "vs19_435_045",
            "identifier": "vs19_435_045",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_435_045/?format=api",
            "sitting": {
                "id": 1919,
                "date": "2025-02-26",
                "number": 435,
                "branch": "C"
            },
            "number": 45,
            "title": "Articolo aggiuntivo 4.01000 SCOTTO ARTURO (PD-IDP) - Votazione Emendamento 4.01000 PDL n. 1573",
            "original_title": "Votazione Emendamento 4.01000 PDL n. 1573",
            "description_title": "Articolo aggiuntivo 4.01000 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": 4,
            "n_margin": 16,
            "majority_cohesion_rate": 59.09,
            "minority_cohesion_rate": 70.7
        },
        {
            "id": 39878,
            "slug": "vs19_515_037",
            "identifier": "vs19_515_037",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_515_037/?format=api",
            "sitting": {
                "id": 2051,
                "date": "2025-07-22",
                "number": 515,
                "branch": "C"
            },
            "number": 37,
            "title": "ART AGG 8.026 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "ART AGG 8.026",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 16,
            "majority_cohesion_rate": 62.3,
            "minority_cohesion_rate": 77.71
        },
        {
            "id": 36567,
            "slug": "vs19_435_084",
            "identifier": "vs19_435_084",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_435_084/?format=api",
            "sitting": {
                "id": 1919,
                "date": "2025-02-26",
                "number": 435,
                "branch": "C"
            },
            "number": 84,
            "title": "Emendamento 9.1002 AIELLO DAVIDE (M5S) - Votazione Emendamento 9.1002 PDL n. 1573",
            "original_title": "Votazione Emendamento 9.1002 PDL n. 1573",
            "description_title": "Emendamento 9.1002 AIELLO DAVIDE (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 16,
            "majority_cohesion_rate": 61.98,
            "minority_cohesion_rate": 75.16
        },
        {
            "id": 36530,
            "slug": "vs19_435_042",
            "identifier": "vs19_435_042",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_435_042/?format=api",
            "sitting": {
                "id": 1919,
                "date": "2025-02-26",
                "number": 435,
                "branch": "C"
            },
            "number": 42,
            "title": "Emendamento 4.1002 SCOTTO ARTURO (PD-IDP) - Votazione Emendamento 4.1002 PDL n. 1573",
            "original_title": "Votazione Emendamento 4.1002 PDL n. 1573",
            "description_title": "Emendamento 4.1002 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": 2,
            "n_margin": 16,
            "majority_cohesion_rate": 60.74,
            "minority_cohesion_rate": 75.16
        },
        {
            "id": 39875,
            "slug": "vs19_515_034",
            "identifier": "vs19_515_034",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_515_034/?format=api",
            "sitting": {
                "id": 2051,
                "date": "2025-07-22",
                "number": 515,
                "branch": "C"
            },
            "number": 34,
            "title": "ART AGG 8.016, 8.014 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "ART AGG 8.016, 8.014",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 16,
            "majority_cohesion_rate": 62.3,
            "minority_cohesion_rate": 77.07
        },
        {
            "id": 35076,
            "slug": "vs19_337_043",
            "identifier": "vs19_337_043",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_337_043/?format=api",
            "sitting": {
                "id": 1763,
                "date": "2024-07-31",
                "number": 337,
                "branch": "C"
            },
            "number": 43,
            "title": "Ordine del giorno n. 9/1691/4 MANZI IRENE (PD-IDP)",
            "original_title": "Ordine del giorno n. 9/1691/4 MANZI IRENE (PD-IDP)",
            "description_title": "",
            "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": 16,
            "majority_cohesion_rate": 56.3,
            "minority_cohesion_rate": 65.84
        },
        {
            "id": 32380,
            "slug": "vs19_357_033",
            "identifier": "vs19_357_033",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_357_033/?format=api",
            "sitting": {
                "id": 1791,
                "date": "2024-10-01",
                "number": 357,
                "branch": "C"
            },
            "number": 33,
            "title": "Articolo aggiuntivo 14.04 BARZOTTI VALENTINA (M5S) - Votazione Emendamento 14.04 DDL n. 1532",
            "original_title": "Votazione Emendamento 14.04 DDL n. 1532",
            "description_title": "Articolo aggiuntivo 14.04 BARZOTTI VALENTINA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 16,
            "majority_cohesion_rate": 57.68,
            "minority_cohesion_rate": 67.72
        },
        {
            "id": 26213,
            "slug": "vs19_216_143",
            "identifier": "vs19_216_143",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_216_143/?format=api",
            "sitting": {
                "id": 1561,
                "date": "2023-12-19",
                "number": 216,
                "branch": "C"
            },
            "number": 143,
            "title": "Ordine del giorno n. 9/1555/7 DE LUCA PIERO (PD-IDP) - Votazione Ordine del giorno 9/1555/7 DDL n. 1555",
            "original_title": "Votazione Ordine del giorno 9/1555/7 DDL n. 1555",
            "description_title": "Ordine del giorno n. 9/1555/7 DE LUCA PIERO (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": 16,
            "majority_cohesion_rate": 60.34,
            "minority_cohesion_rate": 69.14
        },
        {
            "id": 24939,
            "slug": "vs19_201_005",
            "identifier": "vs19_201_005",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_201_005/?format=api",
            "sitting": {
                "id": 1531,
                "date": "2023-11-23",
                "number": 201,
                "branch": "C"
            },
            "number": 5,
            "title": "Ordine del giorno n. 9/1551/60 SIMIANI MARCO (PD-IDP) - Votazione Ordine del giorno 9/1551/60 DDL n. 1551",
            "original_title": "Votazione Ordine del giorno 9/1551/60 DDL n. 1551",
            "description_title": "Ordine del giorno n. 9/1551/60 SIMIANI MARCO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 16,
            "majority_cohesion_rate": 64.56,
            "minority_cohesion_rate": 75.31
        },
        {
            "id": 32402,
            "slug": "vs19_357_034",
            "identifier": "vs19_357_034",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_357_034/?format=api",
            "sitting": {
                "id": 1791,
                "date": "2024-10-01",
                "number": 357,
                "branch": "C"
            },
            "number": 34,
            "title": "Articolo 15 - Votazione Articolo 15 DDL n. 1532",
            "original_title": "Votazione Articolo 15 DDL n. 1532",
            "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": 16,
            "majority_cohesion_rate": 58.92,
            "minority_cohesion_rate": 69.62
        },
        {
            "id": 33525,
            "slug": "vs19_384_030",
            "identifier": "vs19_384_030",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_384_030/?format=api",
            "sitting": {
                "id": 1824,
                "date": "2024-11-20",
                "number": 384,
                "branch": "C"
            },
            "number": 30,
            "title": "ART AGG 5.01003 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "ART AGG 5.01003",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 16,
            "majority_cohesion_rate": 62.4,
            "minority_cohesion_rate": 75.16
        },
        {
            "id": 33656,
            "slug": "vs19_384_093",
            "identifier": "vs19_384_093",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_384_093/?format=api",
            "sitting": {
                "id": 1824,
                "date": "2024-11-20",
                "number": 384,
                "branch": "C"
            },
            "number": 93,
            "title": "ODG 9/30-A E ABB/25 - Votazione Ordine del giorno 9/30-A E ABB/25 ",
            "original_title": "Votazione Ordine del giorno 9/30-A E ABB/25 ",
            "description_title": "ODG 9/30-A E ABB/25",
            "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": 16,
            "majority_cohesion_rate": 49.17,
            "minority_cohesion_rate": 60.51
        },
        {
            "id": 32478,
            "slug": "vs19_359_037",
            "identifier": "vs19_359_037",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_359_037/?format=api",
            "sitting": {
                "id": 1793,
                "date": "2024-10-03",
                "number": 359,
                "branch": "C"
            },
            "number": 37,
            "title": "Ordine del giorno n. 9/2066/64 PAGANO UBALDO (PD-IDP) - Votazione Ordine del giorno 9/2066/64 DDL n. 2066",
            "original_title": "Votazione Ordine del giorno 9/2066/64 DDL n. 2066",
            "description_title": "Ordine del giorno n. 9/2066/64 PAGANO UBALDO (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": 16,
            "majority_cohesion_rate": 57.92,
            "minority_cohesion_rate": 68.55
        },
        {
            "id": 33621,
            "slug": "vs19_384_045",
            "identifier": "vs19_384_045",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_384_045/?format=api",
            "sitting": {
                "id": 1824,
                "date": "2024-11-20",
                "number": 384,
                "branch": "C"
            },
            "number": 45,
            "title": "EM 12.1003 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 12.1003",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 16,
            "majority_cohesion_rate": 50.83,
            "minority_cohesion_rate": 59.24
        },
        {
            "id": 24968,
            "slug": "vs19_196_006",
            "identifier": "vs19_196_006",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_196_006/?format=api",
            "sitting": {
                "id": 1526,
                "date": "2023-11-15",
                "number": 196,
                "branch": "C"
            },
            "number": 6,
            "title": "Ordine del giorno n. 9/1437/7 ORFINI MATTEO (PD-IDP) - Votazione Ordine del giorno 9/1437/7 DDL n. 1437",
            "original_title": "Votazione Ordine del giorno 9/1437/7 DDL n. 1437",
            "description_title": "Ordine del giorno n. 9/1437/7 ORFINI MATTEO (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": 16,
            "majority_cohesion_rate": 64.56,
            "minority_cohesion_rate": 75.31
        },
        {
            "id": 34330,
            "slug": "vs19_389_014",
            "identifier": "vs19_389_014",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_389_014/?format=api",
            "sitting": {
                "id": 1847,
                "date": "2024-11-28",
                "number": 389,
                "branch": "C"
            },
            "number": 14,
            "title": "Ordine del giorno n. 9/2022/34 MALAVASI ILENIA (PD-IDP) - Votazione Ordine del giorno 9/2022/34 DDL n. 2022",
            "original_title": "Votazione Ordine del giorno 9/2022/34 DDL n. 2022",
            "description_title": "Ordine del giorno n. 9/2022/34 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": 0,
            "n_margin": 16,
            "majority_cohesion_rate": 57.02,
            "minority_cohesion_rate": 68.15
        },
        {
            "id": 36851,
            "slug": "vs19_440_054",
            "identifier": "vs19_440_054",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_440_054/?format=api",
            "sitting": {
                "id": 1927,
                "date": "2025-03-05",
                "number": 440,
                "branch": "C"
            },
            "number": 54,
            "title": "Emendamento 13.16 PELUFFO VINICIO GIUSEPPE GUIDO (PD-IDP) - Votazione Emendamento 13.16 DDL n. 2026",
            "original_title": "Votazione Emendamento 13.16 DDL n. 2026",
            "description_title": "Emendamento 13.16 PELUFFO VINICIO GIUSEPPE GUIDO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 4,
            "n_margin": 16,
            "majority_cohesion_rate": 57.85,
            "minority_cohesion_rate": 67.52
        },
        {
            "id": 32493,
            "slug": "vs19_359_009",
            "identifier": "vs19_359_009",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_359_009/?format=api",
            "sitting": {
                "id": 1793,
                "date": "2024-10-03",
                "number": 359,
                "branch": "C"
            },
            "number": 9,
            "title": "Ordine del giorno n. 9/2066/13 CANTONE LUCIANO (M5S) - Votazione Ordine del giorno 9/2066/13 DDL n. 2066",
            "original_title": "Votazione Ordine del giorno 9/2066/13 DDL n. 2066",
            "description_title": "Ordine del giorno n. 9/2066/13 CANTONE LUCIANO (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": 16,
            "majority_cohesion_rate": 58.92,
            "minority_cohesion_rate": 70.89
        },
        {
            "id": 32492,
            "slug": "vs19_359_013",
            "identifier": "vs19_359_013",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_359_013/?format=api",
            "sitting": {
                "id": 1793,
                "date": "2024-10-03",
                "number": 359,
                "branch": "C"
            },
            "number": 13,
            "title": "Ordine del giorno n. 9/2066/17 FENU EMILIANO (M5S) - Votazione Ordine del giorno 9/2066/17 DDL n. 2066",
            "original_title": "Votazione Ordine del giorno 9/2066/17 DDL n. 2066",
            "description_title": "Ordine del giorno n. 9/2066/17 FENU EMILIANO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 16,
            "majority_cohesion_rate": 58.09,
            "minority_cohesion_rate": 68.35
        },
        {
            "id": 33587,
            "slug": "vs19_383_002",
            "identifier": "vs19_383_002",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_383_002/?format=api",
            "sitting": {
                "id": 1826,
                "date": "2024-11-19",
                "number": 383,
                "branch": "C"
            },
            "number": 2,
            "title": "MOZ 1-367 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "MOZ 1-367",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 16,
            "majority_cohesion_rate": 62.81,
            "minority_cohesion_rate": 78.98
        },
        {
            "id": 33624,
            "slug": "vs19_384_070",
            "identifier": "vs19_384_070",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_384_070/?format=api",
            "sitting": {
                "id": 1824,
                "date": "2024-11-20",
                "number": 384,
                "branch": "C"
            },
            "number": 70,
            "title": "ARTICOLO 15 - Votazione Articolo 15 ",
            "original_title": "Votazione Articolo 15 ",
            "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": 16,
            "majority_cohesion_rate": 54.96,
            "minority_cohesion_rate": 65.61
        },
        {
            "id": 27573,
            "slug": "vs19_239_002",
            "identifier": "vs19_239_002",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_239_002/?format=api",
            "sitting": {
                "id": 1600,
                "date": "2024-02-06",
                "number": 239,
                "branch": "C"
            },
            "number": 2,
            "title": "Articolo aggiuntivo 1.01 MEROLA VIRGINIO (PD-IDP) - Votazione Emendamento 1.01 DDL n. 1515",
            "original_title": "Votazione Emendamento 1.01 DDL n. 1515",
            "description_title": "Articolo aggiuntivo 1.01 MEROLA VIRGINIO (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": 16,
            "majority_cohesion_rate": 59.07,
            "minority_cohesion_rate": 67.28
        },
        {
            "id": 36555,
            "slug": "vs19_435_070",
            "identifier": "vs19_435_070",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_435_070/?format=api",
            "sitting": {
                "id": 1919,
                "date": "2025-02-26",
                "number": 435,
                "branch": "C"
            },
            "number": 70,
            "title": "Identici emendamenti 7.5 GUERRA MARIA CECILIA (PD-IDP) e 7.1005 BARZOTTI VALENTINA (M5S) - Votazione Emendamento 7.5 PDL n. 1573",
            "original_title": "Votazione Emendamento 7.5 PDL n. 1573",
            "description_title": "Identici emendamenti 7.5 GUERRA MARIA CECILIA (PD-IDP) e 7.1005 BARZOTTI VALENTINA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 16,
            "majority_cohesion_rate": 61.98,
            "minority_cohesion_rate": 78.34
        },
        {
            "id": 33629,
            "slug": "vs19_384_074",
            "identifier": "vs19_384_074",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_384_074/?format=api",
            "sitting": {
                "id": 1824,
                "date": "2024-11-20",
                "number": 384,
                "branch": "C"
            },
            "number": 74,
            "title": "ODG 9/30-A E ABB/4 - Votazione Ordine del giorno 9/30-A E ABB/4 ",
            "original_title": "Votazione Ordine del giorno 9/30-A E ABB/4 ",
            "description_title": "ODG 9/30-A E ABB/4",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 16,
            "majority_cohesion_rate": 48.76,
            "minority_cohesion_rate": 57.96
        },
        {
            "id": 32598,
            "slug": "vs19_361_004",
            "identifier": "vs19_361_004",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_361_004/?format=api",
            "sitting": {
                "id": 1796,
                "date": "2024-10-08",
                "number": 361,
                "branch": "C"
            },
            "number": 4,
            "title": "Ordine del giorno n. 9/1532-bis/12 IACONO GIOVANNA (PD-IDP) - Votazione Ordine del giorno 9/1532-bis/12 DDL n. 1532",
            "original_title": "Votazione Ordine del giorno 9/1532-bis/12 DDL n. 1532",
            "description_title": "Ordine del giorno n. 9/1532-bis/12 IACONO GIOVANNA (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": 4,
            "n_margin": 16,
            "majority_cohesion_rate": 63.33,
            "minority_cohesion_rate": 74.84
        },
        {
            "id": 24938,
            "slug": "vs19_201_018",
            "identifier": "vs19_201_018",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_201_018/?format=api",
            "sitting": {
                "id": 1531,
                "date": "2023-11-23",
                "number": 201,
                "branch": "C"
            },
            "number": 18,
            "title": "Ordine del giorno n. 9/1551/77 CASU ANDREA (PD-IDP) - Votazione Ordine del giorno 9/1551/77 DDL n. 1551",
            "original_title": "Votazione Ordine del giorno 9/1551/77 DDL n. 1551",
            "description_title": "Ordine del giorno n. 9/1551/77 CASU ANDREA (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 3,
            "n_margin": 16,
            "majority_cohesion_rate": 63.29,
            "minority_cohesion_rate": 73.46
        },
        {
            "id": 36526,
            "slug": "vs19_435_038",
            "identifier": "vs19_435_038",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_435_038/?format=api",
            "sitting": {
                "id": 1919,
                "date": "2025-02-26",
                "number": 435,
                "branch": "C"
            },
            "number": 38,
            "title": "Emendamento 4.1001 SCOTTO ARTURO (PD-IDP) - Votazione Emendamento 4.1001 PDL n. 1573",
            "original_title": "Votazione Emendamento 4.1001 PDL n. 1573",
            "description_title": "Emendamento 4.1001 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": 16,
            "majority_cohesion_rate": 60.74,
            "minority_cohesion_rate": 75.16
        },
        {
            "id": 36525,
            "slug": "vs19_435_037",
            "identifier": "vs19_435_037",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_435_037/?format=api",
            "sitting": {
                "id": 1919,
                "date": "2025-02-26",
                "number": 435,
                "branch": "C"
            },
            "number": 37,
            "title": "Emendamento 4.101 GUERRA MARIA CECILIA (PD-IDP) - Votazione Emendamento 4.101 PDL n. 1573",
            "original_title": "Votazione Emendamento 4.101 PDL n. 1573",
            "description_title": "Emendamento 4.101 GUERRA MARIA CECILIA (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": 16,
            "majority_cohesion_rate": 60.33,
            "minority_cohesion_rate": 75.16
        },
        {
            "id": 34323,
            "slug": "vs19_389_010",
            "identifier": "vs19_389_010",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_389_010/?format=api",
            "sitting": {
                "id": 1847,
                "date": "2024-11-28",
                "number": 389,
                "branch": "C"
            },
            "number": 10,
            "title": "Ordine del giorno n. 9/2022/30 QUARTINI ANDREA (M5S) - Votazione Ordine del giorno 9/2022/30 DDL n. 2022",
            "original_title": "Votazione Ordine del giorno 9/2022/30 DDL n. 2022",
            "description_title": "Ordine del giorno n. 9/2022/30 QUARTINI ANDREA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 16,
            "majority_cohesion_rate": 56.2,
            "minority_cohesion_rate": 68.79
        },
        {
            "id": 38277,
            "slug": "vs19_477_043",
            "identifier": "vs19_477_043",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_477_043/?format=api",
            "sitting": {
                "id": 1984,
                "date": "2025-05-08",
                "number": 477,
                "branch": "C"
            },
            "number": 43,
            "title": "ODG 9/2333-A/4 - Votazione Ordine del giorno 9/2333-A/4 ",
            "original_title": "Votazione Ordine del giorno 9/2333-A/4 ",
            "description_title": "ODG 9/2333-A/4",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 16,
            "majority_cohesion_rate": 55.56,
            "minority_cohesion_rate": 66.24
        },
        {
            "id": 39849,
            "slug": "vs19_515_008",
            "identifier": "vs19_515_008",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_515_008/?format=api",
            "sitting": {
                "id": 2051,
                "date": "2025-07-22",
                "number": 515,
                "branch": "C"
            },
            "number": 8,
            "title": "EM 1.18 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 1.18",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 16,
            "majority_cohesion_rate": 60.25,
            "minority_cohesion_rate": 75.16
        },
        {
            "id": 31637,
            "slug": "vs19_342_013",
            "identifier": "vs19_342_013",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_342_013/?format=api",
            "sitting": {
                "id": 1768,
                "date": "2024-08-07",
                "number": 342,
                "branch": "C"
            },
            "number": 13,
            "title": "Ordine del giorno n. 9/2002/15 CIANI PAOLO (PD-IDP) - Votazione Ordine del giorno 9/2002/15 DDL n. 2002",
            "original_title": "Votazione Ordine del giorno 9/2002/15 DDL n. 2002",
            "description_title": "Ordine del giorno n. 9/2002/15 CIANI PAOLO (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": 16,
            "majority_cohesion_rate": 65.13,
            "minority_cohesion_rate": 75.78
        },
        {
            "id": 36561,
            "slug": "vs19_435_076",
            "identifier": "vs19_435_076",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_435_076/?format=api",
            "sitting": {
                "id": 1919,
                "date": "2025-02-26",
                "number": 435,
                "branch": "C"
            },
            "number": 76,
            "title": "Emendamento 7.1000 SCOTTO ARTURO (PD-IDP) - Votazione Emendamento 7.1000 PDL n. 1573",
            "original_title": "Votazione Emendamento 7.1000 PDL n. 1573",
            "description_title": "Emendamento 7.1000 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": 5,
            "n_margin": 16,
            "majority_cohesion_rate": 60.33,
            "minority_cohesion_rate": 73.89
        },
        {
            "id": 38278,
            "slug": "vs19_477_044",
            "identifier": "vs19_477_044",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_477_044/?format=api",
            "sitting": {
                "id": 1984,
                "date": "2025-05-08",
                "number": 477,
                "branch": "C"
            },
            "number": 44,
            "title": "ODG 9/2333-A/6 - Votazione Ordine del giorno 9/2333-A/6 ",
            "original_title": "Votazione Ordine del giorno 9/2333-A/6 ",
            "description_title": "ODG 9/2333-A/6",
            "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": 16,
            "majority_cohesion_rate": 54.73,
            "minority_cohesion_rate": 65.61
        },
        {
            "id": 21568,
            "slug": "19-74-71",
            "identifier": "19-74-71",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-74-71/?format=api",
            "sitting": {
                "id": 1392,
                "date": "2023-05-31",
                "number": 74,
                "branch": "S"
            },
            "number": 71,
            "title": "d-l 39/2023 - siccità - ODG G4.1, Damante",
            "original_title": "ODG G4.1, Damante",
            "description_title": "d-l 39/2023 - siccità",
            "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": 16,
            "majority_cohesion_rate": 71.3,
            "minority_cohesion_rate": 66.67
        },
        {
            "id": 21667,
            "slug": "19-74-52",
            "identifier": "19-74-52",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-74-52/?format=api",
            "sitting": {
                "id": 1392,
                "date": "2023-05-31",
                "number": 74,
                "branch": "S"
            },
            "number": 52,
            "title": "d-l 39/2023 - siccità - Em. 3.34, Naturale e altri",
            "original_title": "Em. 3.34, Naturale e altri",
            "description_title": "d-l 39/2023 - siccità",
            "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": 16,
            "majority_cohesion_rate": 70.43,
            "minority_cohesion_rate": 66.67
        },
        {
            "id": 26992,
            "slug": "19-147-258",
            "identifier": "19-147-258",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-147-258/?format=api",
            "sitting": {
                "id": 1580,
                "date": "2024-01-18",
                "number": 147,
                "branch": "S"
            },
            "number": 258,
            "title": "attuazione dell'autonomia differenziata delle Regioni a statuto ordinario - Em. 10.216, Maiorino e altri",
            "original_title": "Em. 10.216, Maiorino e altri",
            "description_title": "attuazione dell'autonomia differenziata delle Regioni a statuto ordinario",
            "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": 16,
            "majority_cohesion_rate": 77.39,
            "minority_cohesion_rate": 67.82
        },
        {
            "id": 23179,
            "slug": "19-95-267",
            "identifier": "19-95-267",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-95-267/?format=api",
            "sitting": {
                "id": 1455,
                "date": "2023-08-02",
                "number": 95,
                "branch": "S"
            },
            "number": 267,
            "title": "Emm. 17.321 e 17.322",
            "original_title": "Emm. 17.321 e 17.322",
            "description_title": null,
            "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": 16,
            "majority_cohesion_rate": 71.05,
            "minority_cohesion_rate": 67.82
        },
        {
            "id": 23175,
            "slug": "19-95-271",
            "identifier": "19-95-271",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-95-271/?format=api",
            "sitting": {
                "id": 1455,
                "date": "2023-08-02",
                "number": 95,
                "branch": "S"
            },
            "number": 271,
            "title": "Em. 17.326, Tajani e Losacco",
            "original_title": "Em. 17.326, Tajani e Losacco",
            "description_title": null,
            "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": 16,
            "majority_cohesion_rate": 71.93,
            "minority_cohesion_rate": 67.82
        },
        {
            "id": 26321,
            "slug": "19-139-4",
            "identifier": "19-139-4",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-139-4/?format=api",
            "sitting": {
                "id": 1560,
                "date": "2023-12-20",
                "number": 139,
                "branch": "S"
            },
            "number": 4,
            "title": "Disposizioni sul made in Italy - Em. 2.2, Aurora Floridia e altri",
            "original_title": "Em. 2.2, Aurora Floridia e altri",
            "description_title": "Disposizioni sul made in Italy",
            "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": 16,
            "majority_cohesion_rate": 66.96,
            "minority_cohesion_rate": 52.87
        },
        {
            "id": 23385,
            "slug": "19-95-285",
            "identifier": "19-95-285",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-95-285/?format=api",
            "sitting": {
                "id": 1455,
                "date": "2023-08-02",
                "number": 95,
                "branch": "S"
            },
            "number": 285,
            "title": "Em. 18.315, Tajani e altri",
            "original_title": "Em. 18.315, Tajani e altri",
            "description_title": null,
            "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": 16,
            "majority_cohesion_rate": 77.19,
            "minority_cohesion_rate": 67.82
        }
    ]
}