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

{
    "count": 22927,
    "codelists": {
        "years": [
            {
                "id": "2025",
                "value": "2025"
            },
            {
                "id": "2024",
                "value": "2024"
            },
            {
                "id": "2023",
                "value": "2023"
            },
            {
                "id": "2022",
                "value": "2022"
            }
        ],
        "branch": [
            {
                "id": "S",
                "value": "Senato"
            },
            {
                "id": "C",
                "value": "Camera"
            }
        ],
        "governments": [
            {
                "id": 135225,
                "slug": "i-governo-meloni-2022-10-22",
                "start_date": "2022-10-22",
                "value": "Meloni I"
            }
        ],
        "governments_filter": [
            {
                "id": 135225,
                "slug": "i-governo-meloni-2022-10-22",
                "start_date": "2022-10-22",
                "value": "Meloni I"
            }
        ],
        "main_vote_type": [
            {
                "id": "is_key_vote",
                "value": "Voto chiave"
            },
            {
                "id": "is_final",
                "value": "Voto finale"
            },
            {
                "id": "is_confidence",
                "value": "Voto di fiducia"
            },
            {
                "id": "all",
                "value": "Tutti"
            }
        ],
        "sub_vote_type": [
            {
                "id": "ALL",
                "value": "Atto intero"
            },
            {
                "id": "ART",
                "value": "Articolo"
            },
            {
                "id": "AMEND",
                "value": "Emendamenti"
            },
            {
                "id": "ODG",
                "value": "ODG"
            },
            {
                "id": "PREJ",
                "value": "Questione pregiudiziale"
            },
            {
                "id": "EM_DECL",
                "value": "Dichiarazione d'urgenza"
            },
            {
                "id": "SUSP",
                "value": "Questione sospensiva"
            },
            {
                "id": "VAR_N",
                "value": "Nota di variazione"
            },
            {
                "id": "DONT_P",
                "value": "Non passaggio agli articoli"
            },
            {
                "id": "CLOS_DEB",
                "value": "Chiusura della discussione"
            },
            {
                "id": "RES",
                "value": "Risoluzione"
            },
            {
                "id": "DIM",
                "value": "Dimissioni"
            },
            {
                "id": "ELE",
                "value": "Elezioni"
            },
            {
                "id": "COORD",
                "value": "Proposta coordinamento"
            },
            {
                "id": "MOZ",
                "value": "Mozione"
            },
            {
                "id": "CPROP",
                "value": "Proposta giunta"
            }
        ],
        "vm_cohesion_rates": {
            "80_100": "dall'80 al 100%",
            "60_80": "dal 60 all'80%",
            "_60": "Meno del 60%"
        },
        "orderings": [
            {
                "id": "date",
                "value": "Data"
            },
            {
                "id": "majority_cohesion_rate",
                "value": "Compattezza maggioranza"
            },
            {
                "id": "n_rebels",
                "value": "Ribelli"
            },
            {
                "id": "identifier",
                "value": "Identificativo"
            },
            {
                "id": "n_margin",
                "value": "Margine"
            }
        ],
        "outcome": [
            {
                "id": "Respinto",
                "value": "Respinta"
            },
            {
                "id": "Approvato",
                "value": "Approvata"
            }
        ]
    },
    "next": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=n_rebels&page=441",
    "previous": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=n_rebels&page=439",
    "results": [
        {
            "id": 39030,
            "slug": "vs19_498_065",
            "identifier": "vs19_498_065",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_498_065/?format=api",
            "sitting": {
                "id": 2023,
                "date": "2025-06-24",
                "number": 498,
                "branch": "C"
            },
            "number": 65,
            "title": "ARTICOLO 8 - Votazione Articolo 8 ",
            "original_title": "Votazione Articolo 8 ",
            "description_title": "ARTICOLO 8",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 5,
            "n_margin": 73,
            "majority_cohesion_rate": 53.28,
            "minority_cohesion_rate": 37.82
        },
        {
            "id": 28338,
            "slug": "vs19_247_064",
            "identifier": "vs19_247_064",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_247_064/?format=api",
            "sitting": {
                "id": 1613,
                "date": "2024-02-19",
                "number": 247,
                "branch": "C"
            },
            "number": 64,
            "title": "Ordine del giorno n. 9/1633/113, come riformulato, MORASSUT ROBERTO (PD-IDP) - Votazione Ordine del giorno 9/1633/113, DDL n. 1633",
            "original_title": "Votazione Ordine del giorno 9/1633/113, DDL n. 1633",
            "description_title": "Ordine del giorno n. 9/1633/113, come riformulato, MORASSUT ROBERTO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 5,
            "n_margin": 116,
            "majority_cohesion_rate": 55.27,
            "minority_cohesion_rate": 65.43
        },
        {
            "id": 24967,
            "slug": "vs19_196_058",
            "identifier": "vs19_196_058",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_196_058/?format=api",
            "sitting": {
                "id": 1526,
                "date": "2023-11-15",
                "number": 196,
                "branch": "C"
            },
            "number": 58,
            "title": "Ordine del giorno n. 9/1437/68, come riformulato, ZANELLA LUANA (AVS) - Votazione Ordine del giorno 9/1437/68, DDL n. 1437",
            "original_title": "Votazione Ordine del giorno 9/1437/68, DDL n. 1437",
            "description_title": "Ordine del giorno n. 9/1437/68, come riformulato, ZANELLA LUANA (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": 5,
            "n_margin": 124,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 66.05
        },
        {
            "id": 24993,
            "slug": "vs19_196_023",
            "identifier": "vs19_196_023",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_196_023/?format=api",
            "sitting": {
                "id": 1526,
                "date": "2023-11-15",
                "number": 196,
                "branch": "C"
            },
            "number": 23,
            "title": "Ordine del giorno n. 9/1437/26, come riformulato, GUERRA MARIA CECILIA (PD-IDP) - Votazione Ordine del giorno 9/1437/26, DDL n. 1437",
            "original_title": "Votazione Ordine del giorno 9/1437/26, DDL n. 1437",
            "description_title": "Ordine del giorno n. 9/1437/26, come riformulato, GUERRA MARIA CECILIA (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 5,
            "n_margin": 134,
            "majority_cohesion_rate": 63.71,
            "minority_cohesion_rate": 73.46
        },
        {
            "id": 27334,
            "slug": "vs19_233_013",
            "identifier": "vs19_233_013",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_233_013/?format=api",
            "sitting": {
                "id": 1589,
                "date": "2024-01-25",
                "number": 233,
                "branch": "C"
            },
            "number": 13,
            "title": "Ordine del giorno n. 9/1606/35 AMATO GAETANO (M5S) - Votazione Ordine del giorno 9/1606/35 DDL n. 1606",
            "original_title": "Votazione Ordine del giorno 9/1606/35 DDL n. 1606",
            "description_title": "Ordine del giorno n. 9/1606/35 AMATO GAETANO (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": 5,
            "n_margin": 68,
            "majority_cohesion_rate": 63.29,
            "minority_cohesion_rate": 36.42
        },
        {
            "id": 27752,
            "slug": "vs19_241_006",
            "identifier": "vs19_241_006",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_241_006/?format=api",
            "sitting": {
                "id": 1603,
                "date": "2024-02-08",
                "number": 241,
                "branch": "C"
            },
            "number": 6,
            "title": "Emendamento 1.601, da votare ai sensi dell'articolo 86, comma 4-bis, del Regolamento - Votazione Emendamento 1.601, PDL n. 1457",
            "original_title": "Votazione Emendamento 1.601, PDL n. 1457",
            "description_title": "Emendamento 1.601, da votare ai sensi dell'articolo 86, comma 4-bis, del Regolamento",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Approvata",
            "n_rebels": 5,
            "n_margin": 123,
            "majority_cohesion_rate": 59.49,
            "minority_cohesion_rate": 69.14
        },
        {
            "id": 39241,
            "slug": "vs19_498_216",
            "identifier": "vs19_498_216",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_498_216/?format=api",
            "sitting": {
                "id": 2023,
                "date": "2025-06-24",
                "number": 498,
                "branch": "C"
            },
            "number": 216,
            "title": "EM 24.1, 24.2 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 24.1, 24.2",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 5,
            "n_margin": 19,
            "majority_cohesion_rate": 56.56,
            "minority_cohesion_rate": 62.82
        },
        {
            "id": 27341,
            "slug": "vs19_233_057",
            "identifier": "vs19_233_057",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_233_057/?format=api",
            "sitting": {
                "id": 1589,
                "date": "2024-01-25",
                "number": 233,
                "branch": "C"
            },
            "number": 57,
            "title": "Ordine del giorno n. 9/1606/93, come riformulato, BAKKALI OUIDAD (PD-IDP) - Votazione Ordine del giorno 9/1606/93, DDL n. 1606",
            "original_title": "Votazione Ordine del giorno 9/1606/93, DDL n. 1606",
            "description_title": "Ordine del giorno n. 9/1606/93, come riformulato, BAKKALI OUIDAD (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 5,
            "n_margin": 112,
            "majority_cohesion_rate": 58.23,
            "minority_cohesion_rate": 54.94
        },
        {
            "id": 25118,
            "slug": "vs19_197_025",
            "identifier": "vs19_197_025",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_197_025/?format=api",
            "sitting": {
                "id": 1527,
                "date": "2023-11-16",
                "number": 197,
                "branch": "C"
            },
            "number": 25,
            "title": "Articolo aggiuntivo 2.02 CARAMIELLO ALESSANDRO (M5S) - Votazione Emendamento 2.02 DDL n. 1324",
            "original_title": "Votazione Emendamento 2.02 DDL n. 1324",
            "description_title": "Articolo aggiuntivo 2.02 CARAMIELLO ALESSANDRO (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": 5,
            "n_margin": 24,
            "majority_cohesion_rate": 60.76,
            "minority_cohesion_rate": 66.05
        },
        {
            "id": 25130,
            "slug": "vs19_197_024",
            "identifier": "vs19_197_024",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_197_024/?format=api",
            "sitting": {
                "id": 1527,
                "date": "2023-11-16",
                "number": 197,
                "branch": "C"
            },
            "number": 24,
            "title": "Articolo aggiuntivo 2.01 QUARTINI ANDREA (M5S) - Votazione Emendamento 2.01 DDL n. 1324",
            "original_title": "Votazione Emendamento 2.01 DDL n. 1324",
            "description_title": "Articolo aggiuntivo 2.01 QUARTINI ANDREA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 5,
            "n_margin": 23,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 65.43
        },
        {
            "id": 25151,
            "slug": "vs19_197_055",
            "identifier": "vs19_197_055",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_197_055/?format=api",
            "sitting": {
                "id": 1527,
                "date": "2023-11-16",
                "number": 197,
                "branch": "C"
            },
            "number": 55,
            "title": "Ordine del giorno n. 9/1324 E ABB/7 SPORTIELLO GILDA (M5S) - Votazione Ordine del giorno 9/1324 E ABB/7 DDL n. 1324",
            "original_title": "Votazione Ordine del giorno 9/1324 E ABB/7 DDL n. 1324",
            "description_title": "Ordine del giorno n. 9/1324 E ABB/7 SPORTIELLO GILDA (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": 5,
            "n_margin": 23,
            "majority_cohesion_rate": 58.23,
            "minority_cohesion_rate": 61.11
        },
        {
            "id": 25127,
            "slug": "vs19_197_047",
            "identifier": "vs19_197_047",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_197_047/?format=api",
            "sitting": {
                "id": 1527,
                "date": "2023-11-16",
                "number": 197,
                "branch": "C"
            },
            "number": 47,
            "title": "Articolo aggiuntivo 6.06 CARAMIELLO ALESSANDRO (M5S) - Votazione Emendamento 6.06 DDL n. 1324",
            "original_title": "Votazione Emendamento 6.06 DDL n. 1324",
            "description_title": "Articolo aggiuntivo 6.06 CARAMIELLO ALESSANDRO (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": 5,
            "n_margin": 47,
            "majority_cohesion_rate": 59.07,
            "minority_cohesion_rate": 37.04
        },
        {
            "id": 25101,
            "slug": "vs19_197_004",
            "identifier": "vs19_197_004",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_197_004/?format=api",
            "sitting": {
                "id": 1527,
                "date": "2023-11-16",
                "number": 197,
                "branch": "C"
            },
            "number": 4,
            "title": "Emendamento 1.9 DI LAURO CARMEN (M5S) - Votazione Emendamento 1.9 DDL n. 1324",
            "original_title": "Votazione Emendamento 1.9 DDL n. 1324",
            "description_title": "Emendamento 1.9 DI LAURO CARMEN (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": 5,
            "n_margin": 52,
            "majority_cohesion_rate": 61.18,
            "minority_cohesion_rate": 37.65
        },
        {
            "id": 28258,
            "slug": "vs19_247_010",
            "identifier": "vs19_247_010",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_247_010/?format=api",
            "sitting": {
                "id": 1613,
                "date": "2024-02-19",
                "number": 247,
                "branch": "C"
            },
            "number": 10,
            "title": "Ordine del giorno n. 9/1633/19, come riformulato, FURFARO MARCO (PD-IDP) - Votazione Ordine del giorno 9/1633/19, DDL n. 1633",
            "original_title": "Votazione Ordine del giorno 9/1633/19, DDL n. 1633",
            "description_title": "Ordine del giorno n. 9/1633/19, come riformulato, FURFARO MARCO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 5,
            "n_margin": 129,
            "majority_cohesion_rate": 60.34,
            "minority_cohesion_rate": 74.07
        },
        {
            "id": 25149,
            "slug": "vs19_197_050",
            "identifier": "vs19_197_050",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_197_050/?format=api",
            "sitting": {
                "id": 1527,
                "date": "2023-11-16",
                "number": 197,
                "branch": "C"
            },
            "number": 50,
            "title": "Ordine del giorno n. 9/1324 E ABB/2 ROSSI ANDREA (PD-IDP) - Votazione Ordine del giorno 9/1324 E ABB/2 DDL n. 1324",
            "original_title": "Votazione Ordine del giorno 9/1324 E ABB/2 DDL n. 1324",
            "description_title": "Ordine del giorno n. 9/1324 E ABB/2 ROSSI ANDREA (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 5,
            "n_margin": 20,
            "majority_cohesion_rate": 56.12,
            "minority_cohesion_rate": 60.49
        },
        {
            "id": 39238,
            "slug": "vs19_498_212",
            "identifier": "vs19_498_212",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_498_212/?format=api",
            "sitting": {
                "id": 2023,
                "date": "2025-06-24",
                "number": 498,
                "branch": "C"
            },
            "number": 212,
            "title": "ART AGG 20.01 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "ART AGG 20.01",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 5,
            "n_margin": 21,
            "majority_cohesion_rate": 56.97,
            "minority_cohesion_rate": 62.82
        },
        {
            "id": 18167,
            "slug": "vs19_009_036",
            "identifier": "vs19_009_036",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_009_036/?format=api",
            "sitting": {
                "id": 9,
                "date": "2022-11-10",
                "number": 9,
                "branch": "C"
            },
            "number": 36,
            "title": "Articolo aggiuntivo 10.06 MARATTIN LUIGI (AIV-RE) - Votazione Emendamento 10.06 DDL n. 0005",
            "original_title": "Votazione Emendamento 10.06 DDL n. 0005",
            "description_title": "Articolo aggiuntivo 10.06 MARATTIN LUIGI (AIV-RE)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 5,
            "n_margin": 51,
            "majority_cohesion_rate": 73.42,
            "minority_cohesion_rate": 44.44
        },
        {
            "id": 39162,
            "slug": "vs19_498_126",
            "identifier": "vs19_498_126",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_498_126/?format=api",
            "sitting": {
                "id": 2023,
                "date": "2025-06-24",
                "number": 498,
                "branch": "C"
            },
            "number": 126,
            "title": "ART AGG 14.01 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "ART AGG 14.01",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 5,
            "n_margin": 27,
            "majority_cohesion_rate": 60.66,
            "minority_cohesion_rate": 61.54
        },
        {
            "id": 28120,
            "slug": "vs19_244_052",
            "identifier": "vs19_244_052",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_244_052/?format=api",
            "sitting": {
                "id": 1609,
                "date": "2024-02-14",
                "number": 244,
                "branch": "C"
            },
            "number": 52,
            "title": "Ordine del giorno n. 9/384 E ABB-B/52, nel testo riformulato, CIANI PAOLO (PD-IDP) - Votazione Ordine del giorno 9/384 E ABB-B/52, PDL n. 0384-B",
            "original_title": "Votazione Ordine del giorno 9/384 E ABB-B/52, PDL n. 0384-B",
            "description_title": "Ordine del giorno n. 9/384 E ABB-B/52, nel testo riformulato, 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": "Approvata",
            "n_rebels": 5,
            "n_margin": 123,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 67.28
        },
        {
            "id": 25161,
            "slug": "vs19_200_015",
            "identifier": "vs19_200_015",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_200_015/?format=api",
            "sitting": {
                "id": 1530,
                "date": "2023-11-22",
                "number": 200,
                "branch": "C"
            },
            "number": 15,
            "title": "Ordine del giorno n. 9/1551/15 TORTO DANIELA (M5S) - Votazione Ordine del giorno 9/1551/15 DDL n. 1551",
            "original_title": "Votazione Ordine del giorno 9/1551/15 DDL n. 1551",
            "description_title": "Ordine del giorno n. 9/1551/15 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": 5,
            "n_margin": 35,
            "majority_cohesion_rate": 70.89,
            "minority_cohesion_rate": 66.05
        },
        {
            "id": 28267,
            "slug": "vs19_247_056",
            "identifier": "vs19_247_056",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_247_056/?format=api",
            "sitting": {
                "id": 1613,
                "date": "2024-02-19",
                "number": 247,
                "branch": "C"
            },
            "number": 56,
            "title": "Ordine del giorno n. 9/1633/98 LOMUTI ARNALDO (M5S) - Votazione Ordine del giorno 9/1633/98 DDL n. 1633",
            "original_title": "Votazione Ordine del giorno 9/1633/98 DDL n. 1633",
            "description_title": "Ordine del giorno n. 9/1633/98 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": 5,
            "n_margin": 25,
            "majority_cohesion_rate": 60.34,
            "minority_cohesion_rate": 58.64
        },
        {
            "id": 27717,
            "slug": "vs19_239_083",
            "identifier": "vs19_239_083",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_239_083/?format=api",
            "sitting": {
                "id": 1600,
                "date": "2024-02-06",
                "number": 239,
                "branch": "C"
            },
            "number": 83,
            "title": "Emendamento 20.1 MEROLA VIRGINIO (PD-IDP) - Votazione Emendamento 20.1 DDL n. 1515",
            "original_title": "Votazione Emendamento 20.1 DDL n. 1515",
            "description_title": "Emendamento 20.1 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": 5,
            "n_margin": 21,
            "majority_cohesion_rate": 60.76,
            "minority_cohesion_rate": 62.35
        },
        {
            "id": 28333,
            "slug": "vs19_247_044",
            "identifier": "vs19_247_044",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_247_044/?format=api",
            "sitting": {
                "id": 1613,
                "date": "2024-02-19",
                "number": 247,
                "branch": "C"
            },
            "number": 44,
            "title": "Ordine del giorno n. 9/1633/84 RAFFA ANGELA (M5S) - Votazione Ordine del giorno 9/1633/84 DDL n. 1633",
            "original_title": "Votazione Ordine del giorno 9/1633/84 DDL n. 1633",
            "description_title": "Ordine del giorno n. 9/1633/84 RAFFA ANGELA (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": 5,
            "n_margin": 27,
            "majority_cohesion_rate": 62.45,
            "minority_cohesion_rate": 59.26
        },
        {
            "id": 22448,
            "slug": "vs19_133_013",
            "identifier": "vs19_133_013",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_133_013/?format=api",
            "sitting": {
                "id": 1417,
                "date": "2023-07-05",
                "number": 133,
                "branch": "C"
            },
            "number": 13,
            "title": "Emendamento 11.101 D'ORSO VALENTINA (M5S) - Votazione Emendamento 11.101 PDL n. 0596",
            "original_title": "Votazione Emendamento 11.101 PDL n. 0596",
            "description_title": "Emendamento 11.101 D'ORSO VALENTINA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 5,
            "n_margin": 35,
            "majority_cohesion_rate": 71.31,
            "minority_cohesion_rate": 61.73
        },
        {
            "id": 25164,
            "slug": "vs19_200_044",
            "identifier": "vs19_200_044",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_200_044/?format=api",
            "sitting": {
                "id": 1530,
                "date": "2023-11-22",
                "number": 200,
                "branch": "C"
            },
            "number": 44,
            "title": "Ordine del giorno n. 9/1551/47 GUERRA MARIA CECILIA (PD-IDP) - Votazione Ordine del giorno 9/1551/47 DDL n. 1551",
            "original_title": "Votazione Ordine del giorno 9/1551/47 DDL n. 1551",
            "description_title": "Ordine del giorno n. 9/1551/47 GUERRA MARIA CECILIA (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 5,
            "n_margin": 26,
            "majority_cohesion_rate": 64.56,
            "minority_cohesion_rate": 60.49
        },
        {
            "id": 18156,
            "slug": "vs19_009_056",
            "identifier": "vs19_009_056",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_009_056/?format=api",
            "sitting": {
                "id": 9,
                "date": "2022-11-10",
                "number": 9,
                "branch": "C"
            },
            "number": 56,
            "title": "Articolo aggiuntivo 32.03 GNASSI ANDREA (PD-IDP) - Votazione Emendamento 32.03 DDL n. 0005",
            "original_title": "Votazione Emendamento 32.03 DDL n. 0005",
            "description_title": "Articolo aggiuntivo 32.03 GNASSI ANDREA (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": 28,
            "majority_cohesion_rate": 75.95,
            "minority_cohesion_rate": 79.01
        },
        {
            "id": 34062,
            "slug": "vs19_388_140",
            "identifier": "vs19_388_140",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_388_140/?format=api",
            "sitting": {
                "id": 1846,
                "date": "2024-11-27",
                "number": 388,
                "branch": "C"
            },
            "number": 140,
            "title": "Articolo 26 - Votazione Articolo 26 DDL n. 2022",
            "original_title": "Votazione Articolo 26 DDL n. 2022",
            "description_title": "Articolo 26",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 5,
            "n_margin": 17,
            "majority_cohesion_rate": 58.26,
            "minority_cohesion_rate": 65.61
        },
        {
            "id": 30959,
            "slug": "vs19_317_032",
            "identifier": "vs19_317_032",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_317_032/?format=api",
            "sitting": {
                "id": 1729,
                "date": "2024-07-03",
                "number": 317,
                "branch": "C"
            },
            "number": 32,
            "title": "Ordine del giorno n. 9/1933/42, come riformulato, RICCIARDI TONI (PD-IDP) - Votazione Ordine del giorno 9/1933/42, DDL n. 1933",
            "original_title": "Votazione Ordine del giorno 9/1933/42, DDL n. 1933",
            "description_title": "Ordine del giorno n. 9/1933/42, come riformulato, RICCIARDI TONI (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 5,
            "n_margin": 126,
            "majority_cohesion_rate": 63.45,
            "minority_cohesion_rate": 66.46
        },
        {
            "id": 34056,
            "slug": "vs19_388_087",
            "identifier": "vs19_388_087",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_388_087/?format=api",
            "sitting": {
                "id": 1846,
                "date": "2024-11-27",
                "number": 388,
                "branch": "C"
            },
            "number": 87,
            "title": "Emendamento 23.8 PASTORELLA GIULIA (APERRE) - Votazione Emendamento 23.8 DDL n. 2022",
            "original_title": "Votazione Emendamento 23.8 DDL n. 2022",
            "description_title": "Emendamento 23.8 PASTORELLA GIULIA (APERRE)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 5,
            "n_margin": 49,
            "majority_cohesion_rate": 60.74,
            "minority_cohesion_rate": 42.04
        },
        {
            "id": 34132,
            "slug": "vs19_388_183",
            "identifier": "vs19_388_183",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_388_183/?format=api",
            "sitting": {
                "id": 1846,
                "date": "2024-11-27",
                "number": 388,
                "branch": "C"
            },
            "number": 183,
            "title": "Articolo 34 - Votazione Articolo 34 DDL n. 2022",
            "original_title": "Votazione Articolo 34 DDL n. 2022",
            "description_title": "Articolo 34",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 5,
            "n_margin": 50,
            "majority_cohesion_rate": 57.02,
            "minority_cohesion_rate": 45.22
        },
        {
            "id": 34676,
            "slug": "vs19_387_074",
            "identifier": "vs19_387_074",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_387_074/?format=api",
            "sitting": {
                "id": 1845,
                "date": "2024-11-26",
                "number": 387,
                "branch": "C"
            },
            "number": 74,
            "title": "Ordine del giorno n. 9/2088-AR/77, come riformulato, D'ORSO VALENTINA (M5S) - Votazione Ordine del giorno 9/2088-AR/77, DDL n. 2088",
            "original_title": "Votazione Ordine del giorno 9/2088-AR/77, DDL n. 2088",
            "description_title": "Ordine del giorno n. 9/2088-AR/77, come riformulato, 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": "Approvata",
            "n_rebels": 5,
            "n_margin": 110,
            "majority_cohesion_rate": 56.2,
            "minority_cohesion_rate": 56.69
        },
        {
            "id": 30828,
            "slug": "vs19_314_021",
            "identifier": "vs19_314_021",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_314_021/?format=api",
            "sitting": {
                "id": 1723,
                "date": "2024-06-26",
                "number": 314,
                "branch": "C"
            },
            "number": 21,
            "title": "Risoluzione n. 6-00122, sulla lettera b) del capoverso quinto della parte dispositiva, SILVESTRI FRANCESCO (M5S) ed altri - Votazione Risoluzione 6_00122",
            "original_title": "Votazione Risoluzione 6_00122",
            "description_title": "Risoluzione n. 6-00122, sulla lettera b) del capoverso quinto della parte dispositiva, SILVESTRI FRANCESCO (M5S) ed altri",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Risoluzione",
            "outcome": "Respinta",
            "n_rebels": 5,
            "n_margin": 46,
            "majority_cohesion_rate": 72.69,
            "minority_cohesion_rate": 59.63
        },
        {
            "id": 21932,
            "slug": "vs19_137_107",
            "identifier": "vs19_137_107",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_137_107/?format=api",
            "sitting": {
                "id": 1421,
                "date": "2023-07-11",
                "number": 137,
                "branch": "C"
            },
            "number": 107,
            "title": "Emendamento 5.65 DE LUCA PIERO (PD-IDP) - Votazione Emendamento 5.65 DDL n. 1038",
            "original_title": "Votazione Emendamento 5.65 DDL n. 1038",
            "description_title": "Emendamento 5.65 DE LUCA PIERO (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": 31,
            "majority_cohesion_rate": 66.67,
            "minority_cohesion_rate": 61.11
        },
        {
            "id": 22372,
            "slug": "vs19_147_033",
            "identifier": "vs19_147_033",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_147_033/?format=api",
            "sitting": {
                "id": 1431,
                "date": "2023-07-26",
                "number": 147,
                "branch": "C"
            },
            "number": 33,
            "title": "Ordine del giorno n. 9/887 E ABB./8 DI LAURO CARMEN (M5S) - Votazione Ordine del giorno 9/887 E ABB./8 PDL n. 0887",
            "original_title": "Votazione Ordine del giorno 9/887 E ABB./8 PDL n. 0887",
            "description_title": "Ordine del giorno n. 9/887 E ABB./8 DI LAURO CARMEN (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": 5,
            "n_margin": 26,
            "majority_cohesion_rate": 67.93,
            "minority_cohesion_rate": 67.9
        },
        {
            "id": 25547,
            "slug": "vs19_210_065",
            "identifier": "vs19_210_065",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_065/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 65,
            "title": "Articolo 16 - Votazione Articolo 16 DDL n. 1341",
            "original_title": "Votazione Articolo 16 DDL n. 1341",
            "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": 5,
            "n_margin": 72,
            "majority_cohesion_rate": 64.56,
            "minority_cohesion_rate": 62.35
        },
        {
            "id": 30307,
            "slug": "vs19_293_023",
            "identifier": "vs19_293_023",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_293_023/?format=api",
            "sitting": {
                "id": 1689,
                "date": "2024-05-15",
                "number": 293,
                "branch": "C"
            },
            "number": 23,
            "title": "Mozione n. 1-00283, limitatamente al capoverso decimo della parte dispositiva, PASTORELLA GIULIA (APERRE) ed altri - Votazione Mozione 1_00283",
            "original_title": "Votazione Mozione 1_00283",
            "description_title": "Mozione n. 1-00283, limitatamente al capoverso decimo della parte dispositiva, PASTORELLA GIULIA (APERRE) ed altri",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Mozione",
            "outcome": "Respinta",
            "n_rebels": 5,
            "n_margin": 52,
            "majority_cohesion_rate": 53.36,
            "minority_cohesion_rate": 35.8
        },
        {
            "id": 21924,
            "slug": "vs19_137_110",
            "identifier": "vs19_137_110",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_137_110/?format=api",
            "sitting": {
                "id": 1421,
                "date": "2023-07-11",
                "number": 137,
                "branch": "C"
            },
            "number": 110,
            "title": "Emendamento 5.74 ZARATTI FILIBERTO (AVS) - Votazione Emendamento 5.74 DDL n. 1038",
            "original_title": "Votazione Emendamento 5.74 DDL n. 1038",
            "description_title": "Emendamento 5.74 ZARATTI FILIBERTO (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 5,
            "n_margin": 66,
            "majority_cohesion_rate": 67.93,
            "minority_cohesion_rate": 32.72
        },
        {
            "id": 22284,
            "slug": "vs19_147_038",
            "identifier": "vs19_147_038",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_147_038/?format=api",
            "sitting": {
                "id": 1431,
                "date": "2023-07-26",
                "number": 147,
                "branch": "C"
            },
            "number": 38,
            "title": "Ordine del giorno n. 9/887 E ABB./12 GHIRRA FRANCESCA (AVS) - Votazione Ordine del giorno 9/887 E ABB./12 PDL n. 0887",
            "original_title": "Votazione Ordine del giorno 9/887 E ABB./12 PDL n. 0887",
            "description_title": "Ordine del giorno n. 9/887 E ABB./12 GHIRRA FRANCESCA (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 5,
            "n_margin": 30,
            "majority_cohesion_rate": 67.93,
            "minority_cohesion_rate": 64.81
        },
        {
            "id": 30290,
            "slug": "vs19_293_027",
            "identifier": "vs19_293_027",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_293_027/?format=api",
            "sitting": {
                "id": 1689,
                "date": "2024-05-15",
                "number": 293,
                "branch": "C"
            },
            "number": 27,
            "title": "Mozione n. 1-00284, limitatamente al capoverso quattordicesimo della parte dispositiva, FARAONE DAVIDE (IVICRE) ed altri - Votazione Mozione 1_00284",
            "original_title": "Votazione Mozione 1_00284",
            "description_title": "Mozione n. 1-00284, limitatamente al capoverso quattordicesimo della parte dispositiva, FARAONE DAVIDE (IVICRE) ed altri",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Mozione",
            "outcome": "Respinta",
            "n_rebels": 5,
            "n_margin": 96,
            "majority_cohesion_rate": 50.84,
            "minority_cohesion_rate": 52.47
        },
        {
            "id": 22316,
            "slug": "vs19_147_036",
            "identifier": "vs19_147_036",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_147_036/?format=api",
            "sitting": {
                "id": 1431,
                "date": "2023-07-26",
                "number": 147,
                "branch": "C"
            },
            "number": 36,
            "title": "Ordine del giorno n. 9/887 E ABB./10, sulle premesse, PICCOLOTTI ELISABETTA (AVS) - Votazione Ordine del giorno 9/887 E ABB./10, PDL n. 0887",
            "original_title": "Votazione Ordine del giorno 9/887 E ABB./10, PDL n. 0887",
            "description_title": "Ordine del giorno n. 9/887 E ABB./10, sulle premesse, PICCOLOTTI ELISABETTA (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": 5,
            "n_margin": 31,
            "majority_cohesion_rate": 69.2,
            "minority_cohesion_rate": 63.58
        },
        {
            "id": 22360,
            "slug": "vs19_147_031",
            "identifier": "vs19_147_031",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_147_031/?format=api",
            "sitting": {
                "id": 1431,
                "date": "2023-07-26",
                "number": 147,
                "branch": "C"
            },
            "number": 31,
            "title": "Ordine del giorno n. 9/887 E ABB./6 RICCIARDI MARIANNA (M5S) - Votazione Ordine del giorno 9/887 E ABB./6 PDL n. 0887",
            "original_title": "Votazione Ordine del giorno 9/887 E ABB./6 PDL n. 0887",
            "description_title": "Ordine del giorno n. 9/887 E ABB./6 RICCIARDI MARIANNA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 5,
            "n_margin": 28,
            "majority_cohesion_rate": 67.51,
            "minority_cohesion_rate": 66.67
        },
        {
            "id": 25633,
            "slug": "vs19_210_103",
            "identifier": "vs19_210_103",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_103/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 103,
            "title": "Emendamento 23.300, da votare ai sensi dell'articolo 86, comma 4-bis, del Regolamento - Votazione Emendamento 23.300, DDL n. 1341",
            "original_title": "Votazione Emendamento 23.300, DDL n. 1341",
            "description_title": "Emendamento 23.300, da votare ai sensi dell'articolo 86, comma 4-bis, del Regolamento",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Approvata",
            "n_rebels": 5,
            "n_margin": 20,
            "majority_cohesion_rate": 59.49,
            "minority_cohesion_rate": 61.73
        },
        {
            "id": 25648,
            "slug": "vs19_210_142",
            "identifier": "vs19_210_142",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_142/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 142,
            "title": "Emendamento 34.300, da votare ai sensi dell'articolo 86, comma 4-bis, del Regolamento - Votazione Emendamento 34.300, DDL n. 1341",
            "original_title": "Votazione Emendamento 34.300, DDL n. 1341",
            "description_title": "Emendamento 34.300, da votare ai sensi dell'articolo 86, comma 4-bis, del Regolamento",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Approvata",
            "n_rebels": 5,
            "n_margin": 27,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 55.56
        },
        {
            "id": 26848,
            "slug": "vs19_227_041",
            "identifier": "vs19_227_041",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_227_041/?format=api",
            "sitting": {
                "id": 1578,
                "date": "2024-01-16",
                "number": 227,
                "branch": "C"
            },
            "number": 41,
            "title": "Ordine del giorno n. 9/893 E ABB/11, nel testo riformulato, DORI DEVIS (AVS) - Votazione Ordine del giorno 9/893 E ABB/11, PDL n. 0893",
            "original_title": "Votazione Ordine del giorno 9/893 E ABB/11, PDL n. 0893",
            "description_title": "Ordine del giorno n. 9/893 E ABB/11, nel testo riformulato, DORI DEVIS (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": 5,
            "n_margin": 131,
            "majority_cohesion_rate": 63.71,
            "minority_cohesion_rate": 69.75
        },
        {
            "id": 33604,
            "slug": "vs19_384_033",
            "identifier": "vs19_384_033",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_384_033/?format=api",
            "sitting": {
                "id": 1824,
                "date": "2024-11-20",
                "number": 384,
                "branch": "C"
            },
            "number": 33,
            "title": "ARTICOLO 7 - Votazione Articolo 7 ",
            "original_title": "Votazione Articolo 7 ",
            "description_title": "ARTICOLO 7",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 5,
            "n_margin": 126,
            "majority_cohesion_rate": 60.74,
            "minority_cohesion_rate": 69.43
        },
        {
            "id": 26880,
            "slug": "vs19_229_019",
            "identifier": "vs19_229_019",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_229_019/?format=api",
            "sitting": {
                "id": 1582,
                "date": "2024-01-18",
                "number": 229,
                "branch": "C"
            },
            "number": 19,
            "title": "Articolo aggiuntivo 2.02 GIULIANO CARLA (M5S) - Votazione Emendamento 2.02 DDL n. 1297",
            "original_title": "Votazione Emendamento 2.02 DDL n. 1297",
            "description_title": "Articolo aggiuntivo 2.02 GIULIANO CARLA (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": 5,
            "n_margin": 26,
            "majority_cohesion_rate": 60.34,
            "minority_cohesion_rate": 64.2
        },
        {
            "id": 24538,
            "slug": "vs19_184_082",
            "identifier": "vs19_184_082",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_184_082/?format=api",
            "sitting": {
                "id": 1508,
                "date": "2023-10-25",
                "number": 184,
                "branch": "C"
            },
            "number": 82,
            "title": "Emendamento 8.2 TODDE ALESSANDRA (M5S) - Votazione Emendamento 8.2 DDL n. 1406",
            "original_title": "Votazione Emendamento 8.2 DDL n. 1406",
            "description_title": "Emendamento 8.2 TODDE ALESSANDRA (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": 5,
            "n_margin": 29,
            "majority_cohesion_rate": 67.09,
            "minority_cohesion_rate": 62.96
        },
        {
            "id": 22255,
            "slug": "vs19_150_046",
            "identifier": "vs19_150_046",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_150_046/?format=api",
            "sitting": {
                "id": 1434,
                "date": "2023-07-31",
                "number": 150,
                "branch": "C"
            },
            "number": 46,
            "title": "Ordine del giorno n. 9/1239/90 FERRARI SARA (PD-IDP) - Votazione Ordine del giorno 9/1239/90 DDL n. 1239",
            "original_title": "Votazione Ordine del giorno 9/1239/90 DDL n. 1239",
            "description_title": "Ordine del giorno n. 9/1239/90 FERRARI SARA (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 5,
            "n_margin": 27,
            "majority_cohesion_rate": 65.82,
            "minority_cohesion_rate": 61.11
        },
        {
            "id": 21736,
            "slug": "vs19_114_063",
            "identifier": "vs19_114_063",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_114_063/?format=api",
            "sitting": {
                "id": 1395,
                "date": "2023-06-06",
                "number": 114,
                "branch": "C"
            },
            "number": 63,
            "title": "Ordine del giorno n. 9/1114/107 GIULIANO CARLA (M5S) - Votazione Ordine del giorno 9/1114/107 DDL n. 1114",
            "original_title": "Votazione Ordine del giorno 9/1114/107 DDL n. 1114",
            "description_title": "Ordine del giorno n. 9/1114/107 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": 5,
            "n_margin": 121,
            "majority_cohesion_rate": 62.45,
            "minority_cohesion_rate": 61.11
        },
        {
            "id": 21750,
            "slug": "vs19_114_052",
            "identifier": "vs19_114_052",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_114_052/?format=api",
            "sitting": {
                "id": 1395,
                "date": "2023-06-06",
                "number": 114,
                "branch": "C"
            },
            "number": 52,
            "title": "Ordine del giorno n. 9/1114/95 GEBHARD RENATE (MISTO) - Votazione Ordine del giorno 9/1114/95 DDL n. 1114",
            "original_title": "Votazione Ordine del giorno 9/1114/95 DDL n. 1114",
            "description_title": "Ordine del giorno n. 9/1114/95 GEBHARD RENATE (MISTO)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 5,
            "n_margin": 95,
            "majority_cohesion_rate": 67.51,
            "minority_cohesion_rate": 43.21
        }
    ]
}