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

{
    "count": 22130,
    "codelists": {
        "years": [
            {
                "id": "2025",
                "value": "2025"
            },
            {
                "id": "2024",
                "value": "2024"
            },
            {
                "id": "2023",
                "value": "2023"
            },
            {
                "id": "2022",
                "value": "2022"
            }
        ],
        "branch": [
            {
                "id": "S",
                "value": "Senato"
            },
            {
                "id": "C",
                "value": "Camera"
            }
        ],
        "governments": [
            {
                "id": 135225,
                "slug": "i-governo-meloni-2022-10-22",
                "start_date": "2022-10-22",
                "value": "Meloni I"
            }
        ],
        "governments_filter": [
            {
                "id": 135225,
                "slug": "i-governo-meloni-2022-10-22",
                "start_date": "2022-10-22",
                "value": "Meloni I"
            }
        ],
        "main_vote_type": [
            {
                "id": "is_key_vote",
                "value": "Voto chiave"
            },
            {
                "id": "is_final",
                "value": "Voto finale"
            },
            {
                "id": "is_confidence",
                "value": "Voto di fiducia"
            },
            {
                "id": "all",
                "value": "Tutti"
            }
        ],
        "sub_vote_type": [
            {
                "id": "ALL",
                "value": "Atto intero"
            },
            {
                "id": "ART",
                "value": "Articolo"
            },
            {
                "id": "AMEND",
                "value": "Emendamenti"
            },
            {
                "id": "ODG",
                "value": "ODG"
            },
            {
                "id": "PREJ",
                "value": "Questione pregiudiziale"
            },
            {
                "id": "EM_DECL",
                "value": "Dichiarazione d'urgenza"
            },
            {
                "id": "SUSP",
                "value": "Questione sospensiva"
            },
            {
                "id": "VAR_N",
                "value": "Nota di variazione"
            },
            {
                "id": "DONT_P",
                "value": "Non passaggio agli articoli"
            },
            {
                "id": "CLOS_DEB",
                "value": "Chiusura della discussione"
            },
            {
                "id": "RES",
                "value": "Risoluzione"
            },
            {
                "id": "DIM",
                "value": "Dimissioni"
            },
            {
                "id": "ELE",
                "value": "Elezioni"
            },
            {
                "id": "COORD",
                "value": "Proposta coordinamento"
            },
            {
                "id": "MOZ",
                "value": "Mozione"
            },
            {
                "id": "CPROP",
                "value": "Proposta giunta"
            }
        ],
        "vm_cohesion_rates": {
            "80_100": "dall'80 al 100%",
            "60_80": "dal 60 all'80%",
            "_60": "Meno del 60%"
        },
        "orderings": [
            {
                "id": "date",
                "value": "Data"
            },
            {
                "id": "majority_cohesion_rate",
                "value": "Compattezza maggioranza"
            },
            {
                "id": "n_rebels",
                "value": "Ribelli"
            },
            {
                "id": "identifier",
                "value": "Identificativo"
            },
            {
                "id": "n_margin",
                "value": "Margine"
            }
        ],
        "outcome": [
            {
                "id": "Respinto",
                "value": "Respinta"
            },
            {
                "id": "Approvato",
                "value": "Approvata"
            }
        ]
    },
    "next": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=-n_margin&page=300",
    "previous": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=-n_margin&page=298",
    "results": [
        {
            "id": 32394,
            "slug": "vs19_357_069",
            "identifier": "vs19_357_069",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_357_069/?format=api",
            "sitting": {
                "id": 1791,
                "date": "2024-10-01",
                "number": 357,
                "branch": "C"
            },
            "number": 69,
            "title": "Emendamento 32.3 MARI FRANCESCO (AVS) - Votazione Emendamento 32.3 DDL n. 1532",
            "original_title": "Votazione Emendamento 32.3 DDL n. 1532",
            "description_title": "Emendamento 32.3 MARI FRANCESCO (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 3,
            "n_margin": 20,
            "majority_cohesion_rate": 58.51,
            "minority_cohesion_rate": 64.56
        },
        {
            "id": 32355,
            "slug": "vs19_357_057",
            "identifier": "vs19_357_057",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_357_057/?format=api",
            "sitting": {
                "id": 1791,
                "date": "2024-10-01",
                "number": 357,
                "branch": "C"
            },
            "number": 57,
            "title": "Articolo 29 - Votazione Articolo 29 DDL n. 1532",
            "original_title": "Votazione Articolo 29 DDL n. 1532",
            "description_title": "Articolo 29",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 20,
            "majority_cohesion_rate": 59.34,
            "minority_cohesion_rate": 64.56
        },
        {
            "id": 32385,
            "slug": "vs19_357_045",
            "identifier": "vs19_357_045",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_357_045/?format=api",
            "sitting": {
                "id": 1791,
                "date": "2024-10-01",
                "number": 357,
                "branch": "C"
            },
            "number": 45,
            "title": "Articolo 20 - Votazione Articolo 20 DDL n. 1532",
            "original_title": "Votazione Articolo 20 DDL n. 1532",
            "description_title": "Articolo 20",
            "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": 20,
            "majority_cohesion_rate": 60.58,
            "minority_cohesion_rate": 68.35
        },
        {
            "id": 32361,
            "slug": "vs19_357_060",
            "identifier": "vs19_357_060",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_357_060/?format=api",
            "sitting": {
                "id": 1791,
                "date": "2024-10-01",
                "number": 357,
                "branch": "C"
            },
            "number": 60,
            "title": "Emendamento 31.3 MANZI IRENE (PD-IDP) - Votazione Emendamento 31.3 DDL n. 1532",
            "original_title": "Votazione Emendamento 31.3 DDL n. 1532",
            "description_title": "Emendamento 31.3 MANZI IRENE (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 4,
            "n_margin": 20,
            "majority_cohesion_rate": 59.34,
            "minority_cohesion_rate": 65.82
        },
        {
            "id": 36543,
            "slug": "vs19_435_057",
            "identifier": "vs19_435_057",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_435_057/?format=api",
            "sitting": {
                "id": 1919,
                "date": "2025-02-26",
                "number": 435,
                "branch": "C"
            },
            "number": 57,
            "title": "Emendamento 6.101 GUERRA MARIA CECILIA (PD-IDP) - Votazione Emendamento 6.101 PDL n. 1573",
            "original_title": "Votazione Emendamento 6.101 PDL n. 1573",
            "description_title": "Emendamento 6.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": 20,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 68.15
        },
        {
            "id": 35100,
            "slug": "vs19_337_067",
            "identifier": "vs19_337_067",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_337_067/?format=api",
            "sitting": {
                "id": 1763,
                "date": "2024-07-31",
                "number": 337,
                "branch": "C"
            },
            "number": 67,
            "title": "Ordine del giorno n. 9/1691/31 ORRICO ANNA LAURA (M5S)",
            "original_title": "Ordine del giorno n. 9/1691/31 ORRICO ANNA LAURA (M5S)",
            "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": 3,
            "n_margin": 20,
            "majority_cohesion_rate": 65.13,
            "minority_cohesion_rate": 70.81
        },
        {
            "id": 35097,
            "slug": "vs19_337_064",
            "identifier": "vs19_337_064",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_337_064/?format=api",
            "sitting": {
                "id": 1763,
                "date": "2024-07-31",
                "number": 337,
                "branch": "C"
            },
            "number": 64,
            "title": "Ordine del giorno n. 9/1691/28 SANTILLO AGOSTINO (M5S)",
            "original_title": "Ordine del giorno n. 9/1691/28 SANTILLO AGOSTINO (M5S)",
            "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": 20,
            "majority_cohesion_rate": 63.45,
            "minority_cohesion_rate": 70.19
        },
        {
            "id": 25063,
            "slug": "vs19_192_005",
            "identifier": "vs19_192_005",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_192_005/?format=api",
            "sitting": {
                "id": 1522,
                "date": "2023-11-09",
                "number": 192,
                "branch": "C"
            },
            "number": 5,
            "title": "Emendamento 3.1001 EVI ELEONORA (AVS) - Votazione Emendamento 3.1001 PDL n. 0752",
            "original_title": "Votazione Emendamento 3.1001 PDL n. 0752",
            "description_title": "Emendamento 3.1001 EVI ELEONORA (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": 2,
            "n_margin": 20,
            "majority_cohesion_rate": 57.81,
            "minority_cohesion_rate": 59.88
        },
        {
            "id": 35086,
            "slug": "vs19_337_053",
            "identifier": "vs19_337_053",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_337_053/?format=api",
            "sitting": {
                "id": 1763,
                "date": "2024-07-31",
                "number": 337,
                "branch": "C"
            },
            "number": 53,
            "title": "Ordine del giorno n. 9/1691/17 GRIMALDI MARCO (AVS)",
            "original_title": "Ordine del giorno n. 9/1691/17 GRIMALDI MARCO (AVS)",
            "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": 1,
            "n_margin": 20,
            "majority_cohesion_rate": 62.18,
            "minority_cohesion_rate": 68.32
        },
        {
            "id": 36544,
            "slug": "vs19_435_058",
            "identifier": "vs19_435_058",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_435_058/?format=api",
            "sitting": {
                "id": 1919,
                "date": "2025-02-26",
                "number": 435,
                "branch": "C"
            },
            "number": 58,
            "title": "Emendamento 6.1001 FENU EMILIANO (M5S) - Votazione Emendamento 6.1001 PDL n. 1573",
            "original_title": "Votazione Emendamento 6.1001 PDL n. 1573",
            "description_title": "Emendamento 6.1001 FENU EMILIANO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 20,
            "majority_cohesion_rate": 59.09,
            "minority_cohesion_rate": 66.88
        },
        {
            "id": 25083,
            "slug": "vs19_192_025",
            "identifier": "vs19_192_025",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_192_025/?format=api",
            "sitting": {
                "id": 1522,
                "date": "2023-11-09",
                "number": 192,
                "branch": "C"
            },
            "number": 25,
            "title": "Articolo aggiuntivo 11.01001 ZARATTI FILIBERTO (AVS) - Votazione Emendamento 11.01001 PDL n. 0752",
            "original_title": "Votazione Emendamento 11.01001 PDL n. 0752",
            "description_title": "Articolo aggiuntivo 11.01001 ZARATTI FILIBERTO (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 20,
            "majority_cohesion_rate": 59.07,
            "minority_cohesion_rate": 62.96
        },
        {
            "id": 24952,
            "slug": "vs19_196_053",
            "identifier": "vs19_196_053",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_196_053/?format=api",
            "sitting": {
                "id": 1526,
                "date": "2023-11-15",
                "number": 196,
                "branch": "C"
            },
            "number": 53,
            "title": "Ordine del giorno n. 9/1437/57 RAFFA ANGELA (M5S) - Votazione Ordine del giorno 9/1437/57 DDL n. 1437",
            "original_title": "Votazione Ordine del giorno 9/1437/57 DDL n. 1437",
            "description_title": "Ordine del giorno n. 9/1437/57 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": 0,
            "n_margin": 20,
            "majority_cohesion_rate": 64.14,
            "minority_cohesion_rate": 69.75
        },
        {
            "id": 24983,
            "slug": "vs19_196_028",
            "identifier": "vs19_196_028",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_196_028/?format=api",
            "sitting": {
                "id": 1526,
                "date": "2023-11-15",
                "number": 196,
                "branch": "C"
            },
            "number": 28,
            "title": "Ordine del giorno n. 9/1437/31 FURFARO MARCO (PD-IDP) - Votazione Ordine del giorno 9/1437/31 DDL n. 1437",
            "original_title": "Votazione Ordine del giorno 9/1437/31 DDL n. 1437",
            "description_title": "Ordine del giorno n. 9/1437/31 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": "Respinta",
            "n_rebels": 0,
            "n_margin": 20,
            "majority_cohesion_rate": 66.67,
            "minority_cohesion_rate": 74.69
        },
        {
            "id": 26376,
            "slug": "vs19_217_016",
            "identifier": "vs19_217_016",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_217_016/?format=api",
            "sitting": {
                "id": 1563,
                "date": "2023-12-20",
                "number": 217,
                "branch": "C"
            },
            "number": 16,
            "title": "Articolo aggiuntivo 9.01000 BARBAGALLO ANTHONY EMANUELE (PD-IDP) - Votazione Emendamento 9.01000 DDL n. 1342",
            "original_title": "Votazione Emendamento 9.01000 DDL n. 1342",
            "description_title": "Articolo aggiuntivo 9.01000 BARBAGALLO ANTHONY EMANUELE (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 20,
            "majority_cohesion_rate": 66.24,
            "minority_cohesion_rate": 73.46
        },
        {
            "id": 24972,
            "slug": "vs19_196_022",
            "identifier": "vs19_196_022",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_196_022/?format=api",
            "sitting": {
                "id": 1526,
                "date": "2023-11-15",
                "number": 196,
                "branch": "C"
            },
            "number": 22,
            "title": "Ordine del giorno n. 9/1437/25 RICCIARDI TONI (PD-IDP) - Votazione Ordine del giorno 9/1437/25 DDL n. 1437",
            "original_title": "Votazione Ordine del giorno 9/1437/25 DDL n. 1437",
            "description_title": "Ordine del giorno n. 9/1437/25 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": "Respinta",
            "n_rebels": 0,
            "n_margin": 20,
            "majority_cohesion_rate": 65.4,
            "minority_cohesion_rate": 72.22
        },
        {
            "id": 27747,
            "slug": "vs19_239_074",
            "identifier": "vs19_239_074",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_239_074/?format=api",
            "sitting": {
                "id": 1600,
                "date": "2024-02-06",
                "number": 239,
                "branch": "C"
            },
            "number": 74,
            "title": "Emendamento 19.7 MEROLA VIRGINIO (PD-IDP) - Votazione Emendamento 19.7 DDL n. 1515",
            "original_title": "Votazione Emendamento 19.7 DDL n. 1515",
            "description_title": "Emendamento 19.7 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": 20,
            "majority_cohesion_rate": 64.14,
            "minority_cohesion_rate": 69.75
        },
        {
            "id": 26066,
            "slug": "vs19_216_104",
            "identifier": "vs19_216_104",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_216_104/?format=api",
            "sitting": {
                "id": 1561,
                "date": "2023-12-19",
                "number": 216,
                "branch": "C"
            },
            "number": 104,
            "title": "Emendamento 13.1000 GADDA MARIA CHIARA (IVICRE) - Votazione Emendamento 13.1000 DDL n. 1555",
            "original_title": "Votazione Emendamento 13.1000 DDL n. 1555",
            "description_title": "Emendamento 13.1000 GADDA MARIA CHIARA (IVICRE)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 20,
            "majority_cohesion_rate": 61.18,
            "minority_cohesion_rate": 65.43
        },
        {
            "id": 25146,
            "slug": "vs19_197_057",
            "identifier": "vs19_197_057",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_197_057/?format=api",
            "sitting": {
                "id": 1527,
                "date": "2023-11-16",
                "number": 197,
                "branch": "C"
            },
            "number": 57,
            "title": "Ordine del giorno n. 9/1324 E ABB/9 SCUTELLA' ELISA (M5S) - Votazione Ordine del giorno 9/1324 E ABB/9 DDL n. 1324",
            "original_title": "Votazione Ordine del giorno 9/1324 E ABB/9 DDL n. 1324",
            "description_title": "Ordine del giorno n. 9/1324 E ABB/9 SCUTELLA' ELISA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 20,
            "majority_cohesion_rate": 61.18,
            "minority_cohesion_rate": 67.28
        },
        {
            "id": 25150,
            "slug": "vs19_197_052",
            "identifier": "vs19_197_052",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_197_052/?format=api",
            "sitting": {
                "id": 1527,
                "date": "2023-11-16",
                "number": 197,
                "branch": "C"
            },
            "number": 52,
            "title": "Ordine del giorno n. 9/1324 E ABB/4 MARINO MARIA STEFANIA (PD-IDP) - Votazione Ordine del giorno 9/1324 E ABB/4 DDL n. 1324",
            "original_title": "Votazione Ordine del giorno 9/1324 E ABB/4 DDL n. 1324",
            "description_title": "Ordine del giorno n. 9/1324 E ABB/4 MARINO MARIA STEFANIA (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 20,
            "majority_cohesion_rate": 57.81,
            "minority_cohesion_rate": 62.96
        },
        {
            "id": 25050,
            "slug": "vs19_191_017",
            "identifier": "vs19_191_017",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_191_017/?format=api",
            "sitting": {
                "id": 1521,
                "date": "2023-11-08",
                "number": 191,
                "branch": "C"
            },
            "number": 17,
            "title": "Ordine del giorno n. 9/1517/53 CARFAGNA MARIA ROSARIA (AIV-RE) - Votazione Ordine del giorno 9/1517/53 DDL n. 1517",
            "original_title": "Votazione Ordine del giorno 9/1517/53 DDL n. 1517",
            "description_title": "Ordine del giorno n. 9/1517/53 CARFAGNA MARIA ROSARIA (AIV-RE)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 20,
            "majority_cohesion_rate": 64.98,
            "minority_cohesion_rate": 71.6
        },
        {
            "id": 25049,
            "slug": "vs19_191_016",
            "identifier": "vs19_191_016",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_191_016/?format=api",
            "sitting": {
                "id": 1521,
                "date": "2023-11-08",
                "number": 191,
                "branch": "C"
            },
            "number": 16,
            "title": "Ordine del giorno n. 9/1517/52 L'ABBATE PATTY (M5S) - Votazione Ordine del giorno 9/1517/52 DDL n. 1517",
            "original_title": "Votazione Ordine del giorno 9/1517/52 DDL n. 1517",
            "description_title": "Ordine del giorno n. 9/1517/52 L'ABBATE PATTY (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": 20,
            "majority_cohesion_rate": 65.4,
            "minority_cohesion_rate": 71.6
        },
        {
            "id": 25045,
            "slug": "vs19_191_012",
            "identifier": "vs19_191_012",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_191_012/?format=api",
            "sitting": {
                "id": 1521,
                "date": "2023-11-08",
                "number": 191,
                "branch": "C"
            },
            "number": 12,
            "title": "Ordine del giorno n. 9/1517/48 ORRICO ANNA LAURA (M5S) - Votazione Ordine del giorno 9/1517/48 DDL n. 1517",
            "original_title": "Votazione Ordine del giorno 9/1517/48 DDL n. 1517",
            "description_title": "Ordine del giorno n. 9/1517/48 ORRICO ANNA LAURA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 20,
            "majority_cohesion_rate": 66.67,
            "minority_cohesion_rate": 73.46
        },
        {
            "id": 25047,
            "slug": "vs19_191_014",
            "identifier": "vs19_191_014",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_191_014/?format=api",
            "sitting": {
                "id": 1521,
                "date": "2023-11-08",
                "number": 191,
                "branch": "C"
            },
            "number": 14,
            "title": "Ordine del giorno n. 9/1517/50 AMATO GAETANO (M5S) - Votazione Ordine del giorno 9/1517/50 DDL n. 1517",
            "original_title": "Votazione Ordine del giorno 9/1517/50 DDL n. 1517",
            "description_title": "Ordine del giorno n. 9/1517/50 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": 1,
            "n_margin": 20,
            "majority_cohesion_rate": 65.4,
            "minority_cohesion_rate": 71.6
        },
        {
            "id": 35609,
            "slug": "vs19_408_001",
            "identifier": "vs19_408_001",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_408_001/?format=api",
            "sitting": {
                "id": 1875,
                "date": "2025-01-14",
                "number": 408,
                "branch": "C"
            },
            "number": 1,
            "title": "Questione pregiudiziale n. 1 ZANELLA LUANA (AVS) ed altri - Votazione pregiudiziale DDL n. 2184",
            "original_title": "Votazione pregiudiziale DDL n. 2184",
            "description_title": "Questione pregiudiziale n. 1 ZANELLA LUANA (AVS) ed altri",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Questione pregiudiziale",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 20,
            "majority_cohesion_rate": 65.29,
            "minority_cohesion_rate": 77.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": 34613,
            "slug": "vs19_387_010",
            "identifier": "vs19_387_010",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_387_010/?format=api",
            "sitting": {
                "id": 1845,
                "date": "2024-11-26",
                "number": 387,
                "branch": "C"
            },
            "number": 10,
            "title": "Ordine del giorno n. 9/2088-AR/11 ONORI FEDERICA (APERRE) - Votazione Ordine del giorno 9/2088-AR/11 DDL n. 2088",
            "original_title": "Votazione Ordine del giorno 9/2088-AR/11 DDL n. 2088",
            "description_title": "Ordine del giorno n. 9/2088-AR/11 ONORI FEDERICA (APERRE)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 20,
            "majority_cohesion_rate": 61.98,
            "minority_cohesion_rate": 70.7
        },
        {
            "id": 25191,
            "slug": "vs19_200_036",
            "identifier": "vs19_200_036",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_200_036/?format=api",
            "sitting": {
                "id": 1530,
                "date": "2023-11-22",
                "number": 200,
                "branch": "C"
            },
            "number": 36,
            "title": "Ordine del giorno n. 9/1551/39 CURTI AUGUSTO (PD-IDP) - Votazione Ordine del giorno 9/1551/39 DDL n. 1551",
            "original_title": "Votazione Ordine del giorno 9/1551/39 DDL n. 1551",
            "description_title": "Ordine del giorno n. 9/1551/39 CURTI AUGUSTO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 3,
            "n_margin": 20,
            "majority_cohesion_rate": 62.87,
            "minority_cohesion_rate": 66.67
        },
        {
            "id": 34636,
            "slug": "vs19_387_033",
            "identifier": "vs19_387_033",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_387_033/?format=api",
            "sitting": {
                "id": 1845,
                "date": "2024-11-26",
                "number": 387,
                "branch": "C"
            },
            "number": 33,
            "title": "Ordine del giorno n. 9/2088-AR/36 QUARTAPELLE PROCOPIO LIA (PD-IDP) - Votazione Ordine del giorno 9/2088-AR/36 DDL n. 2088",
            "original_title": "Votazione Ordine del giorno 9/2088-AR/36 DDL n. 2088",
            "description_title": "Ordine del giorno n. 9/2088-AR/36 QUARTAPELLE PROCOPIO LIA (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": 20,
            "majority_cohesion_rate": 53.72,
            "minority_cohesion_rate": 59.24
        },
        {
            "id": 34615,
            "slug": "vs19_387_012",
            "identifier": "vs19_387_012",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_387_012/?format=api",
            "sitting": {
                "id": 1845,
                "date": "2024-11-26",
                "number": 387,
                "branch": "C"
            },
            "number": 12,
            "title": "Ordine del giorno n. 9/2088-AR/13 GIACHETTI ROBERTO (IVICRE) - Votazione Ordine del giorno 9/2088-AR/13 DDL n. 2088",
            "original_title": "Votazione Ordine del giorno 9/2088-AR/13 DDL n. 2088",
            "description_title": "Ordine del giorno n. 9/2088-AR/13 GIACHETTI ROBERTO (IVICRE)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 20,
            "majority_cohesion_rate": 61.98,
            "minority_cohesion_rate": 71.34
        },
        {
            "id": 24942,
            "slug": "vs19_201_006",
            "identifier": "vs19_201_006",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_201_006/?format=api",
            "sitting": {
                "id": 1531,
                "date": "2023-11-23",
                "number": 201,
                "branch": "C"
            },
            "number": 6,
            "title": "Ordine del giorno n. 9/1551/61 D'ALFONSO LUCIANO (PD-IDP) - Votazione Ordine del giorno 9/1551/61 DDL n. 1551",
            "original_title": "Votazione Ordine del giorno 9/1551/61 DDL n. 1551",
            "description_title": "Ordine del giorno n. 9/1551/61 D'ALFONSO LUCIANO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 20,
            "majority_cohesion_rate": 65.82,
            "minority_cohesion_rate": 72.22
        },
        {
            "id": 37242,
            "slug": "vs19_449_083",
            "identifier": "vs19_449_083",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_449_083/?format=api",
            "sitting": {
                "id": 1942,
                "date": "2025-03-18",
                "number": 449,
                "branch": "C"
            },
            "number": 83,
            "title": "Ordine del giorno n. 9/2285/16 SOUMAHORO ABOUBAKAR (M-ALT) - Votazione Ordine del giorno 9/2285/16 DDL n. 2285",
            "original_title": "Votazione Ordine del giorno 9/2285/16 DDL n. 2285",
            "description_title": "Ordine del giorno n. 9/2285/16 SOUMAHORO ABOUBAKAR (M-ALT)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 20,
            "majority_cohesion_rate": 55.14,
            "minority_cohesion_rate": 61.15
        },
        {
            "id": 24924,
            "slug": "vs19_201_023",
            "identifier": "vs19_201_023",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_201_023/?format=api",
            "sitting": {
                "id": 1531,
                "date": "2023-11-23",
                "number": 201,
                "branch": "C"
            },
            "number": 23,
            "title": "Emendamento 2.2 PELLEGRINI MARCO (M5S) - Votazione Emendamento 2.2 DDL n. 1538",
            "original_title": "Votazione Emendamento 2.2 DDL n. 1538",
            "description_title": "Emendamento 2.2 PELLEGRINI MARCO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 20,
            "majority_cohesion_rate": 56.96,
            "minority_cohesion_rate": 59.88
        },
        {
            "id": 24948,
            "slug": "vs19_201_013",
            "identifier": "vs19_201_013",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_201_013/?format=api",
            "sitting": {
                "id": 1531,
                "date": "2023-11-23",
                "number": 201,
                "branch": "C"
            },
            "number": 13,
            "title": "Ordine del giorno n. 9/1551/80 MARI FRANCESCO (AVS) - Votazione Ordine del giorno 9/1551/80 DDL n. 1551",
            "original_title": "Votazione Ordine del giorno 9/1551/80 DDL n. 1551",
            "description_title": "Ordine del giorno n. 9/1551/80 MARI FRANCESCO (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 20,
            "majority_cohesion_rate": 64.56,
            "minority_cohesion_rate": 70.37
        },
        {
            "id": 24929,
            "slug": "vs19_201_022",
            "identifier": "vs19_201_022",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_201_022/?format=api",
            "sitting": {
                "id": 1531,
                "date": "2023-11-23",
                "number": 201,
                "branch": "C"
            },
            "number": 22,
            "title": "Emendamento 2.1 GRAZIANO STEFANO (PD-IDP) - Votazione Emendamento 2.1 DDL n. 1538",
            "original_title": "Votazione Emendamento 2.1 DDL n. 1538",
            "description_title": "Emendamento 2.1 GRAZIANO 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": 20,
            "majority_cohesion_rate": 56.54,
            "minority_cohesion_rate": 59.26
        },
        {
            "id": 32475,
            "slug": "vs19_359_025",
            "identifier": "vs19_359_025",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_359_025/?format=api",
            "sitting": {
                "id": 1793,
                "date": "2024-10-03",
                "number": 359,
                "branch": "C"
            },
            "number": 25,
            "title": "Ordine del giorno n. 9/2066/34 GUERRA MARIA CECILIA (PD-IDP) - Votazione Ordine del giorno 9/2066/34 DDL n. 2066",
            "original_title": "Votazione Ordine del giorno 9/2066/34 DDL n. 2066",
            "description_title": "Ordine del giorno n. 9/2066/34 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": 0,
            "n_margin": 20,
            "majority_cohesion_rate": 58.51,
            "minority_cohesion_rate": 64.56
        },
        {
            "id": 37187,
            "slug": "vs19_449_028",
            "identifier": "vs19_449_028",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_449_028/?format=api",
            "sitting": {
                "id": 1942,
                "date": "2025-03-18",
                "number": 449,
                "branch": "C"
            },
            "number": 28,
            "title": "Emendamento 1-bis.1 PAGANO UBALDO (PD-IDP) - Votazione Emendamento 1-bis.1 DDL n. 2285",
            "original_title": "Votazione Emendamento 1-bis.1 DDL n. 2285",
            "description_title": "Emendamento 1-bis.1 PAGANO UBALDO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 20,
            "majority_cohesion_rate": 61.32,
            "minority_cohesion_rate": 70.7
        },
        {
            "id": 37174,
            "slug": "vs19_449_015",
            "identifier": "vs19_449_015",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_449_015/?format=api",
            "sitting": {
                "id": 1942,
                "date": "2025-03-18",
                "number": 449,
                "branch": "C"
            },
            "number": 15,
            "title": "Emendamento 1.16 BARZOTTI VALENTINA (M5S) - Votazione Emendamento 1.16 DDL n. 2285",
            "original_title": "Votazione Emendamento 1.16 DDL n. 2285",
            "description_title": "Emendamento 1.16 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": 20,
            "majority_cohesion_rate": 60.49,
            "minority_cohesion_rate": 70.06
        },
        {
            "id": 37188,
            "slug": "vs19_449_029",
            "identifier": "vs19_449_029",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_449_029/?format=api",
            "sitting": {
                "id": 1942,
                "date": "2025-03-18",
                "number": 449,
                "branch": "C"
            },
            "number": 29,
            "title": "Emendamento 1-bis.3 PAGANO UBALDO (PD-IDP) - Votazione Emendamento 1-bis.3 DDL n. 2285",
            "original_title": "Votazione Emendamento 1-bis.3 DDL n. 2285",
            "description_title": "Emendamento 1-bis.3 PAGANO UBALDO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 20,
            "majority_cohesion_rate": 61.32,
            "minority_cohesion_rate": 70.7
        },
        {
            "id": 33658,
            "slug": "vs19_384_060",
            "identifier": "vs19_384_060",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_384_060/?format=api",
            "sitting": {
                "id": 1824,
                "date": "2024-11-20",
                "number": 384,
                "branch": "C"
            },
            "number": 60,
            "title": "ART AGG 13.01001 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "ART AGG 13.01001",
            "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": 20,
            "majority_cohesion_rate": 57.44,
            "minority_cohesion_rate": 64.33
        },
        {
            "id": 33534,
            "slug": "vs19_384_026",
            "identifier": "vs19_384_026",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_384_026/?format=api",
            "sitting": {
                "id": 1824,
                "date": "2024-11-20",
                "number": 384,
                "branch": "C"
            },
            "number": 26,
            "title": "EM 5.1010 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 5.1010",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 20,
            "majority_cohesion_rate": 60.74,
            "minority_cohesion_rate": 68.79
        },
        {
            "id": 33553,
            "slug": "vs19_384_010",
            "identifier": "vs19_384_010",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_384_010/?format=api",
            "sitting": {
                "id": 1824,
                "date": "2024-11-20",
                "number": 384,
                "branch": "C"
            },
            "number": 10,
            "title": "EM 3.1002 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 3.1002",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 20,
            "majority_cohesion_rate": 63.22,
            "minority_cohesion_rate": 73.25
        },
        {
            "id": 27428,
            "slug": "vs19_236_023",
            "identifier": "vs19_236_023",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_236_023/?format=api",
            "sitting": {
                "id": 1594,
                "date": "2024-01-30",
                "number": 236,
                "branch": "C"
            },
            "number": 23,
            "title": "Emendamento 1.31 PAGANO UBALDO (PD-IDP) - Votazione Emendamento 1.31 DDL n. 1630",
            "original_title": "Votazione Emendamento 1.31 DDL n. 1630",
            "description_title": "Emendamento 1.31 PAGANO UBALDO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 20,
            "majority_cohesion_rate": 59.49,
            "minority_cohesion_rate": 66.67
        },
        {
            "id": 27437,
            "slug": "vs19_236_065",
            "identifier": "vs19_236_065",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_236_065/?format=api",
            "sitting": {
                "id": 1594,
                "date": "2024-01-30",
                "number": 236,
                "branch": "C"
            },
            "number": 65,
            "title": "Emendamento 3.23 COLUCCI ALFONSO (M5S) - Votazione Emendamento 3.23 DDL n. 1630",
            "original_title": "Votazione Emendamento 3.23 DDL n. 1630",
            "description_title": "Emendamento 3.23 COLUCCI ALFONSO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 20,
            "majority_cohesion_rate": 62.45,
            "minority_cohesion_rate": 72.22
        },
        {
            "id": 27410,
            "slug": "vs19_236_029",
            "identifier": "vs19_236_029",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_236_029/?format=api",
            "sitting": {
                "id": 1594,
                "date": "2024-01-30",
                "number": 236,
                "branch": "C"
            },
            "number": 29,
            "title": "Emendamento 1.39 D'ALFONSO LUCIANO (PD-IDP) - Votazione Emendamento 1.39 DDL n. 1630",
            "original_title": "Votazione Emendamento 1.39 DDL n. 1630",
            "description_title": "Emendamento 1.39 D'ALFONSO LUCIANO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 20,
            "majority_cohesion_rate": 58.65,
            "minority_cohesion_rate": 65.43
        },
        {
            "id": 32467,
            "slug": "vs19_359_010",
            "identifier": "vs19_359_010",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_359_010/?format=api",
            "sitting": {
                "id": 1793,
                "date": "2024-10-03",
                "number": 359,
                "branch": "C"
            },
            "number": 10,
            "title": "Ordine del giorno n. 9/2066/14 FEDE GIORGIO (M5S) - Votazione Ordine del giorno 9/2066/14 DDL n. 2066",
            "original_title": "Votazione Ordine del giorno 9/2066/14 DDL n. 2066",
            "description_title": "Ordine del giorno n. 9/2066/14 FEDE GIORGIO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 20,
            "majority_cohesion_rate": 58.09,
            "minority_cohesion_rate": 67.09
        },
        {
            "id": 27788,
            "slug": "vs19_239_099",
            "identifier": "vs19_239_099",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_239_099/?format=api",
            "sitting": {
                "id": 1600,
                "date": "2024-02-06",
                "number": 239,
                "branch": "C"
            },
            "number": 99,
            "title": "Ordine del giorno n. 9/1515/8 RICCIARDI TONI (PD-IDP) - Votazione Ordine del giorno 9/1515/8 DDL n. 1515",
            "original_title": "Votazione Ordine del giorno 9/1515/8 DDL n. 1515",
            "description_title": "Ordine del giorno n. 9/1515/8 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": "Respinta",
            "n_rebels": 1,
            "n_margin": 20,
            "majority_cohesion_rate": 59.07,
            "minority_cohesion_rate": 62.35
        },
        {
            "id": 27435,
            "slug": "vs19_236_017",
            "identifier": "vs19_236_017",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_236_017/?format=api",
            "sitting": {
                "id": 1594,
                "date": "2024-01-30",
                "number": 236,
                "branch": "C"
            },
            "number": 17,
            "title": "Emendamento 1.15 CASU ANDREA (PD-IDP) - Votazione Emendamento 1.15 DDL n. 1630",
            "original_title": "Votazione Emendamento 1.15 DDL n. 1630",
            "description_title": "Emendamento 1.15 CASU 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": 0,
            "n_margin": 20,
            "majority_cohesion_rate": 61.18,
            "minority_cohesion_rate": 69.14
        },
        {
            "id": 36511,
            "slug": "vs19_435_022",
            "identifier": "vs19_435_022",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_435_022/?format=api",
            "sitting": {
                "id": 1919,
                "date": "2025-02-26",
                "number": 435,
                "branch": "C"
            },
            "number": 22,
            "title": "Identici emendamenti 3.1001 SCOTTO ARTURO (PD-IDP) e 3.1010 BARZOTTI VALENTINA (M5S) - Votazione Emendamento 3.1001 PDL n. 1573",
            "original_title": "Votazione Emendamento 3.1001 PDL n. 1573",
            "description_title": "Identici emendamenti 3.1001 SCOTTO ARTURO (PD-IDP) e 3.1010 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": 1,
            "n_margin": 20,
            "majority_cohesion_rate": 60.33,
            "minority_cohesion_rate": 70.7
        },
        {
            "id": 27434,
            "slug": "vs19_236_042",
            "identifier": "vs19_236_042",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_236_042/?format=api",
            "sitting": {
                "id": 1594,
                "date": "2024-01-30",
                "number": 236,
                "branch": "C"
            },
            "number": 42,
            "title": "Emendamento 1.58 MORFINO DANIELA (M5S) - Votazione Emendamento 1.58 DDL n. 1630",
            "original_title": "Votazione Emendamento 1.58 DDL n. 1630",
            "description_title": "Emendamento 1.58 MORFINO DANIELA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 20,
            "majority_cohesion_rate": 59.49,
            "minority_cohesion_rate": 66.05
        },
        {
            "id": 36614,
            "slug": "vs19_435_138",
            "identifier": "vs19_435_138",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_435_138/?format=api",
            "sitting": {
                "id": 1919,
                "date": "2025-02-26",
                "number": 435,
                "branch": "C"
            },
            "number": 138,
            "title": "Ordine del giorno n. 9/1573/20 FOSSI EMILIANO (PD-IDP) - Votazione Ordine del giorno 9/1573/20 PDL n. 1573",
            "original_title": "Votazione Ordine del giorno 9/1573/20 PDL n. 1573",
            "description_title": "Ordine del giorno n. 9/1573/20 FOSSI EMILIANO (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": 20,
            "majority_cohesion_rate": 59.09,
            "minority_cohesion_rate": 66.88
        }
    ]
}