Returns all available votings, paged, filtered, sorted, ....
GET /api-openparlamento/v1/19/votings/?format=api&ordering=n_margin&page=200
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=201",
    "previous": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=n_margin&page=199",
    "results": [
        {
            "id": 38427,
            "slug": "vs19_481_036",
            "identifier": "vs19_481_036",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_481_036/?format=api",
            "sitting": {
                "id": 1991,
                "date": "2025-05-15",
                "number": 481,
                "branch": "C"
            },
            "number": 36,
            "title": "ODG 9/2329-A/36 - Votazione Ordine del giorno 9/2329-A/36 ",
            "original_title": "Votazione Ordine del giorno 9/2329-A/36 ",
            "description_title": "ODG 9/2329-A/36",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 24,
            "majority_cohesion_rate": 58.85,
            "minority_cohesion_rate": 61.15
        },
        {
            "id": 38437,
            "slug": "vs19_481_046",
            "identifier": "vs19_481_046",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_481_046/?format=api",
            "sitting": {
                "id": 1991,
                "date": "2025-05-15",
                "number": 481,
                "branch": "C"
            },
            "number": 46,
            "title": "ODG 9/2329-A/46 - Votazione Ordine del giorno 9/2329-A/46 ",
            "original_title": "Votazione Ordine del giorno 9/2329-A/46 ",
            "description_title": "ODG 9/2329-A/46",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 24,
            "majority_cohesion_rate": 55.56,
            "minority_cohesion_rate": 56.05
        },
        {
            "id": 38438,
            "slug": "vs19_481_047",
            "identifier": "vs19_481_047",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_481_047/?format=api",
            "sitting": {
                "id": 1991,
                "date": "2025-05-15",
                "number": 481,
                "branch": "C"
            },
            "number": 47,
            "title": "ODG 9/2329-A/47 - Votazione Ordine del giorno 9/2329-A/47 ",
            "original_title": "Votazione Ordine del giorno 9/2329-A/47 ",
            "description_title": "ODG 9/2329-A/47",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 24,
            "majority_cohesion_rate": 55.56,
            "minority_cohesion_rate": 56.05
        },
        {
            "id": 34203,
            "slug": "vs19_393_020",
            "identifier": "vs19_393_020",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_393_020/?format=api",
            "sitting": {
                "id": 1851,
                "date": "2024-12-05",
                "number": 393,
                "branch": "C"
            },
            "number": 20,
            "title": "Ordine del giorno n. 9/1950/3 SILVESTRI FRANCESCO (M5S) - Votazione Ordine del giorno 9/1950/3 DDL n. 1950",
            "original_title": "Votazione Ordine del giorno 9/1950/3 DDL n. 1950",
            "description_title": "Ordine del giorno n. 9/1950/3 SILVESTRI FRANCESCO (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": 4,
            "n_margin": 24,
            "majority_cohesion_rate": 61.98,
            "minority_cohesion_rate": 64.97
        },
        {
            "id": 27454,
            "slug": "vs19_236_034",
            "identifier": "vs19_236_034",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_236_034/?format=api",
            "sitting": {
                "id": 1594,
                "date": "2024-01-30",
                "number": 236,
                "branch": "C"
            },
            "number": 34,
            "title": "Emendamento 1.46 RICCIARDI TONI (PD-IDP) - Votazione Emendamento 1.46 DDL n. 1630",
            "original_title": "Votazione Emendamento 1.46 DDL n. 1630",
            "description_title": "Emendamento 1.46 RICCIARDI TONI (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 24,
            "majority_cohesion_rate": 60.34,
            "minority_cohesion_rate": 62.35
        },
        {
            "id": 38056,
            "slug": "vs19_475_005",
            "identifier": "vs19_475_005",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_475_005/?format=api",
            "sitting": {
                "id": 1979,
                "date": "2025-05-06",
                "number": 475,
                "branch": "C"
            },
            "number": 5,
            "title": "Mozione n. 1-00416 (Nuova formulazione), limitatamente al capoverso quarto della parte dispositiva, SCERRA FILIPPO (M5S) ed altri - Votazione Mozione 1_00416",
            "original_title": "Votazione Mozione 1_00416",
            "description_title": "Mozione n. 1-00416 (Nuova formulazione), limitatamente al capoverso quarto della parte dispositiva, SCERRA FILIPPO (M5S) 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": 0,
            "n_margin": 24,
            "majority_cohesion_rate": 62.96,
            "minority_cohesion_rate": 69.43
        },
        {
            "id": 27462,
            "slug": "vs19_236_033",
            "identifier": "vs19_236_033",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_236_033/?format=api",
            "sitting": {
                "id": 1594,
                "date": "2024-01-30",
                "number": 236,
                "branch": "C"
            },
            "number": 33,
            "title": "Emendamento 1.45 LOMUTI ARNALDO (M5S) - Votazione Emendamento 1.45 DDL n. 1630",
            "original_title": "Votazione Emendamento 1.45 DDL n. 1630",
            "description_title": "Emendamento 1.45 LOMUTI ARNALDO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 24,
            "majority_cohesion_rate": 59.49,
            "minority_cohesion_rate": 66.05
        },
        {
            "id": 38441,
            "slug": "vs19_481_050",
            "identifier": "vs19_481_050",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_481_050/?format=api",
            "sitting": {
                "id": 1991,
                "date": "2025-05-15",
                "number": 481,
                "branch": "C"
            },
            "number": 50,
            "title": "ODG 9/2329-A/50 - Votazione Ordine del giorno 9/2329-A/50 ",
            "original_title": "Votazione Ordine del giorno 9/2329-A/50 ",
            "description_title": "ODG 9/2329-A/50",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 24,
            "majority_cohesion_rate": 54.73,
            "minority_cohesion_rate": 55.41
        },
        {
            "id": 27472,
            "slug": "vs19_236_051",
            "identifier": "vs19_236_051",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_236_051/?format=api",
            "sitting": {
                "id": 1594,
                "date": "2024-01-30",
                "number": 236,
                "branch": "C"
            },
            "number": 51,
            "title": "Emendamento 2.10 CURTI AUGUSTO (PD-IDP) - Votazione Emendamento 2.10 DDL n. 1630",
            "original_title": "Votazione Emendamento 2.10 DDL n. 1630",
            "description_title": "Emendamento 2.10 CURTI AUGUSTO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 24,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 65.43
        },
        {
            "id": 27392,
            "slug": "vs19_236_049",
            "identifier": "vs19_236_049",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_236_049/?format=api",
            "sitting": {
                "id": 1594,
                "date": "2024-01-30",
                "number": 236,
                "branch": "C"
            },
            "number": 49,
            "title": "Emendamento 2.8 CURTI AUGUSTO (PD-IDP) - Votazione Emendamento 2.8 DDL n. 1630",
            "original_title": "Votazione Emendamento 2.8 DDL n. 1630",
            "description_title": "Emendamento 2.8 CURTI AUGUSTO (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": 24,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 61.73
        },
        {
            "id": 38199,
            "slug": "vs19_476_011",
            "identifier": "vs19_476_011",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_476_011/?format=api",
            "sitting": {
                "id": 1983,
                "date": "2025-05-07",
                "number": 476,
                "branch": "C"
            },
            "number": 11,
            "title": "Emendamento 2.3 ZANELLA LUANA (AVS) - Votazione Emendamento 2.3 PDL n. 0741",
            "original_title": "Votazione Emendamento 2.3 PDL n. 0741",
            "description_title": "Emendamento 2.3 ZANELLA LUANA (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 24,
            "majority_cohesion_rate": 60.08,
            "minority_cohesion_rate": 63.06
        },
        {
            "id": 27469,
            "slug": "vs19_236_007",
            "identifier": "vs19_236_007",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_236_007/?format=api",
            "sitting": {
                "id": 1594,
                "date": "2024-01-30",
                "number": 236,
                "branch": "C"
            },
            "number": 7,
            "title": "Emendamento 1.18 PAGANO UBALDO (PD-IDP) - Votazione Emendamento 1.18 DDL n. 1630",
            "original_title": "Votazione Emendamento 1.18 DDL n. 1630",
            "description_title": "Emendamento 1.18 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": 24,
            "majority_cohesion_rate": 58.23,
            "minority_cohesion_rate": 66.05
        },
        {
            "id": 33554,
            "slug": "vs19_384_018",
            "identifier": "vs19_384_018",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_384_018/?format=api",
            "sitting": {
                "id": 1824,
                "date": "2024-11-20",
                "number": 384,
                "branch": "C"
            },
            "number": 18,
            "title": "EM 4.1006 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 4.1006",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 24,
            "majority_cohesion_rate": 65.29,
            "minority_cohesion_rate": 70.7
        },
        {
            "id": 38447,
            "slug": "vs19_481_056",
            "identifier": "vs19_481_056",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_481_056/?format=api",
            "sitting": {
                "id": 1991,
                "date": "2025-05-15",
                "number": 481,
                "branch": "C"
            },
            "number": 56,
            "title": "ODG 9/2329-A/60 - Votazione Ordine del giorno 9/2329-A/60 ",
            "original_title": "Votazione Ordine del giorno 9/2329-A/60 ",
            "description_title": "ODG 9/2329-A/60",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 24,
            "majority_cohesion_rate": 52.67,
            "minority_cohesion_rate": 52.87
        },
        {
            "id": 38443,
            "slug": "vs19_481_052",
            "identifier": "vs19_481_052",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_481_052/?format=api",
            "sitting": {
                "id": 1991,
                "date": "2025-05-15",
                "number": 481,
                "branch": "C"
            },
            "number": 52,
            "title": "ODG 9/2329-A/52 - Votazione Ordine del giorno 9/2329-A/52 ",
            "original_title": "Votazione Ordine del giorno 9/2329-A/52 ",
            "description_title": "ODG 9/2329-A/52",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 24,
            "majority_cohesion_rate": 53.5,
            "minority_cohesion_rate": 53.5
        },
        {
            "id": 32593,
            "slug": "vs19_361_033",
            "identifier": "vs19_361_033",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_361_033/?format=api",
            "sitting": {
                "id": 1796,
                "date": "2024-10-08",
                "number": 361,
                "branch": "C"
            },
            "number": 33,
            "title": "Ordine del giorno n. 9/1532-bis/51 BORRELLI FRANCESCO EMILIO (AVS) - Votazione Ordine del giorno 9/1532-bis/51 DDL n. 1532",
            "original_title": "Votazione Ordine del giorno 9/1532-bis/51 DDL n. 1532",
            "description_title": "Ordine del giorno n. 9/1532-bis/51 BORRELLI FRANCESCO EMILIO (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 3,
            "n_margin": 24,
            "majority_cohesion_rate": 67.5,
            "minority_cohesion_rate": 72.33
        },
        {
            "id": 33620,
            "slug": "vs19_384_063",
            "identifier": "vs19_384_063",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_384_063/?format=api",
            "sitting": {
                "id": 1824,
                "date": "2024-11-20",
                "number": 384,
                "branch": "C"
            },
            "number": 63,
            "title": "EM 14.1000 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 14.1000",
            "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": 24,
            "majority_cohesion_rate": 57.44,
            "minority_cohesion_rate": 59.24
        },
        {
            "id": 38398,
            "slug": "vs19_481_007",
            "identifier": "vs19_481_007",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_481_007/?format=api",
            "sitting": {
                "id": 1991,
                "date": "2025-05-15",
                "number": 481,
                "branch": "C"
            },
            "number": 7,
            "title": "ODG 9/2329-A/7 - Votazione Ordine del giorno 9/2329-A/7 ",
            "original_title": "Votazione Ordine del giorno 9/2329-A/7 ",
            "description_title": "ODG 9/2329-A/7",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 24,
            "majority_cohesion_rate": 55.56,
            "minority_cohesion_rate": 57.32
        },
        {
            "id": 26605,
            "slug": "vs19_220_064",
            "identifier": "vs19_220_064",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_220_064/?format=api",
            "sitting": {
                "id": 1567,
                "date": "2023-12-29",
                "number": 220,
                "branch": "C"
            },
            "number": 64,
            "title": "Ordine del giorno n. 9/1627/55 RICCIARDI TONI (PD-IDP) - Votazione Ordine del giorno 9/1627/55 DDL n. 1627",
            "original_title": "Votazione Ordine del giorno 9/1627/55 DDL n. 1627",
            "description_title": "Ordine del giorno n. 9/1627/55 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": 6,
            "n_margin": 24,
            "majority_cohesion_rate": 75.11,
            "minority_cohesion_rate": 77.78
        },
        {
            "id": 32596,
            "slug": "vs19_361_025",
            "identifier": "vs19_361_025",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_361_025/?format=api",
            "sitting": {
                "id": 1796,
                "date": "2024-10-08",
                "number": 361,
                "branch": "C"
            },
            "number": 25,
            "title": "Ordine del giorno n. 9/1532-bis/41 MORFINO DANIELA (M5S) - Votazione Ordine del giorno 9/1532-bis/41 DDL n. 1532",
            "original_title": "Votazione Ordine del giorno 9/1532-bis/41 DDL n. 1532",
            "description_title": "Ordine del giorno n. 9/1532-bis/41 MORFINO DANIELA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 24,
            "majority_cohesion_rate": 68.33,
            "minority_cohesion_rate": 74.21
        },
        {
            "id": 26070,
            "slug": "vs19_216_043",
            "identifier": "vs19_216_043",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_216_043/?format=api",
            "sitting": {
                "id": 1561,
                "date": "2023-12-19",
                "number": 216,
                "branch": "C"
            },
            "number": 43,
            "title": "Articolo aggiuntivo 5.01 MAGI RICCARDO (MISTO) - Votazione Emendamento 5.01 DDL n. 1555",
            "original_title": "Votazione Emendamento 5.01 DDL n. 1555",
            "description_title": "Articolo aggiuntivo 5.01 MAGI RICCARDO (MISTO)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 24,
            "majority_cohesion_rate": 62.87,
            "minority_cohesion_rate": 62.35
        },
        {
            "id": 38208,
            "slug": "vs19_476_022",
            "identifier": "vs19_476_022",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_476_022/?format=api",
            "sitting": {
                "id": 1983,
                "date": "2025-05-07",
                "number": 476,
                "branch": "C"
            },
            "number": 22,
            "title": "ART AGG 3.01001 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "ART AGG 3.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": 3,
            "n_margin": 24,
            "majority_cohesion_rate": 62.55,
            "minority_cohesion_rate": 66.24
        },
        {
            "id": 38416,
            "slug": "vs19_481_025",
            "identifier": "vs19_481_025",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_481_025/?format=api",
            "sitting": {
                "id": 1991,
                "date": "2025-05-15",
                "number": 481,
                "branch": "C"
            },
            "number": 25,
            "title": "ODG 9/2329-A/25 - Votazione Ordine del giorno 9/2329-A/25 ",
            "original_title": "Votazione Ordine del giorno 9/2329-A/25 ",
            "description_title": "ODG 9/2329-A/25",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 24,
            "majority_cohesion_rate": 56.79,
            "minority_cohesion_rate": 57.96
        },
        {
            "id": 36583,
            "slug": "vs19_435_101",
            "identifier": "vs19_435_101",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_435_101/?format=api",
            "sitting": {
                "id": 1919,
                "date": "2025-02-26",
                "number": 435,
                "branch": "C"
            },
            "number": 101,
            "title": "Emendamento 10.1 MARI FRANCESCO (AVS) - Votazione Emendamento 10.1 PDL n. 1573",
            "original_title": "Votazione Emendamento 10.1 PDL n. 1573",
            "description_title": "Emendamento 10.1 MARI FRANCESCO (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 24,
            "majority_cohesion_rate": 59.5,
            "minority_cohesion_rate": 63.06
        },
        {
            "id": 34165,
            "slug": "vs19_393_018",
            "identifier": "vs19_393_018",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_393_018/?format=api",
            "sitting": {
                "id": 1851,
                "date": "2024-12-05",
                "number": 393,
                "branch": "C"
            },
            "number": 18,
            "title": "Ordine del giorno n. 9/1950/1 ASCARI STEFANIA (M5S) - Votazione Ordine del giorno 9/1950/1 DDL n. 1950",
            "original_title": "Votazione Ordine del giorno 9/1950/1 DDL n. 1950",
            "description_title": "Ordine del giorno n. 9/1950/1 ASCARI STEFANIA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 24,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 63.06
        },
        {
            "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": 36123,
            "slug": "vs19_427_009",
            "identifier": "vs19_427_009",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_427_009/?format=api",
            "sitting": {
                "id": 1905,
                "date": "2025-02-12",
                "number": 427,
                "branch": "C"
            },
            "number": 9,
            "title": "Mozione n. 1-00372, (Nuova formulazione), limitatamente al capoverso primo della parte dispositiva, SCUTELLA' ELISA (M5S) ed altri - Votazione Mozione 1_00372",
            "original_title": "Votazione Mozione 1_00372",
            "description_title": "Mozione n. 1-00372, (Nuova formulazione), limitatamente al capoverso primo della parte dispositiva, SCUTELLA' ELISA (M5S) 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": 0,
            "n_margin": 24,
            "majority_cohesion_rate": 66.94,
            "minority_cohesion_rate": 74.52
        },
        {
            "id": 22424,
            "slug": "vs19_134_015",
            "identifier": "vs19_134_015",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_134_015/?format=api",
            "sitting": {
                "id": 1418,
                "date": "2023-07-06",
                "number": 134,
                "branch": "C"
            },
            "number": 15,
            "title": "Emendamento 3.155 DI LAURO CARMEN (M5S) - Votazione Emendamento 3.155 PDL n. 0384",
            "original_title": "Votazione Emendamento 3.155 PDL n. 0384",
            "description_title": "Emendamento 3.155 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": 0,
            "n_margin": 24,
            "majority_cohesion_rate": 67.51,
            "minority_cohesion_rate": 70.37
        },
        {
            "id": 38429,
            "slug": "vs19_481_038",
            "identifier": "vs19_481_038",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_481_038/?format=api",
            "sitting": {
                "id": 1991,
                "date": "2025-05-15",
                "number": 481,
                "branch": "C"
            },
            "number": 38,
            "title": "ODG 9/2329-A/38 - Votazione Ordine del giorno 9/2329-A/38 ",
            "original_title": "Votazione Ordine del giorno 9/2329-A/38 ",
            "description_title": "ODG 9/2329-A/38",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 24,
            "majority_cohesion_rate": 58.85,
            "minority_cohesion_rate": 61.15
        },
        {
            "id": 38431,
            "slug": "vs19_481_040",
            "identifier": "vs19_481_040",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_481_040/?format=api",
            "sitting": {
                "id": 1991,
                "date": "2025-05-15",
                "number": 481,
                "branch": "C"
            },
            "number": 40,
            "title": "ODG 9/2329-A/40 - Votazione Ordine del giorno 9/2329-A/40 ",
            "original_title": "Votazione Ordine del giorno 9/2329-A/40 ",
            "description_title": "ODG 9/2329-A/40",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 24,
            "majority_cohesion_rate": 58.02,
            "minority_cohesion_rate": 59.87
        },
        {
            "id": 27476,
            "slug": "vs19_237_017",
            "identifier": "vs19_237_017",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_237_017/?format=api",
            "sitting": {
                "id": 1596,
                "date": "2024-01-31",
                "number": 237,
                "branch": "C"
            },
            "number": 17,
            "title": "Articolo 10 (Mantenimento) - Votazione Articolo 10 DDL n. 1419",
            "original_title": "Votazione Articolo 10 DDL n. 1419",
            "description_title": "Articolo 10 (Mantenimento)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 24,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 61.11
        },
        {
            "id": 36143,
            "slug": "vs19_427_029",
            "identifier": "vs19_427_029",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_427_029/?format=api",
            "sitting": {
                "id": 1905,
                "date": "2025-02-12",
                "number": 427,
                "branch": "C"
            },
            "number": 29,
            "title": "Mozione n. 1-00395, limitatamente al capoverso secondo della parte dispositiva, DE LUCA PIERO (PD-IDP) ed altri - Votazione Mozione 1_00395",
            "original_title": "Votazione Mozione 1_00395",
            "description_title": "Mozione n. 1-00395, limitatamente al capoverso secondo della parte dispositiva, DE LUCA PIERO (PD-IDP) 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": 0,
            "n_margin": 24,
            "majority_cohesion_rate": 67.77,
            "minority_cohesion_rate": 76.43
        },
        {
            "id": 26055,
            "slug": "vs19_216_079",
            "identifier": "vs19_216_079",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_216_079/?format=api",
            "sitting": {
                "id": 1561,
                "date": "2023-12-19",
                "number": 216,
                "branch": "C"
            },
            "number": 79,
            "title": "Emendamento 11.11 APPENDINO CHIARA (M5S) - Votazione Emendamento 11.11 DDL n. 1555",
            "original_title": "Votazione Emendamento 11.11 DDL n. 1555",
            "description_title": "Emendamento 11.11 APPENDINO CHIARA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 24,
            "majority_cohesion_rate": 63.29,
            "minority_cohesion_rate": 64.2
        },
        {
            "id": 36138,
            "slug": "vs19_427_024",
            "identifier": "vs19_427_024",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_427_024/?format=api",
            "sitting": {
                "id": 1905,
                "date": "2025-02-12",
                "number": 427,
                "branch": "C"
            },
            "number": 24,
            "title": "Mozione n. 1-00384, limitatamente ai capoversi quinto e decimo della parte dispositiva, BONELLI ANGELO (AVS) ed altri - Votazione Mozione 1_00384",
            "original_title": "Votazione Mozione 1_00384",
            "description_title": "Mozione n. 1-00384, limitatamente ai capoversi quinto e decimo della parte dispositiva, BONELLI ANGELO (AVS) 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": 1,
            "n_margin": 24,
            "majority_cohesion_rate": 66.94,
            "minority_cohesion_rate": 75.8
        },
        {
            "id": 37642,
            "slug": "vs19_460_040",
            "identifier": "vs19_460_040",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_460_040/?format=api",
            "sitting": {
                "id": 1955,
                "date": "2025-04-01",
                "number": 460,
                "branch": "C"
            },
            "number": 40,
            "title": "Articolo aggiuntivo 14.01 AURIEMMA CARMELA (M5S) - Votazione Emendamento 14.01 DDL n. 2139",
            "original_title": "Votazione Emendamento 14.01 DDL n. 2139",
            "description_title": "Articolo aggiuntivo 14.01 AURIEMMA CARMELA (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": 65.84,
            "minority_cohesion_rate": 70.7
        },
        {
            "id": 22454,
            "slug": "vs19_134_049",
            "identifier": "vs19_134_049",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_134_049/?format=api",
            "sitting": {
                "id": 1418,
                "date": "2023-07-06",
                "number": 134,
                "branch": "C"
            },
            "number": 49,
            "title": "Emendamento 3.74 RICCIARDI MARIANNA (M5S) - Votazione Emendamento 3.74 PDL n. 0384",
            "original_title": "Votazione Emendamento 3.74 PDL n. 0384",
            "description_title": "Emendamento 3.74 RICCIARDI MARIANNA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 24,
            "majority_cohesion_rate": 65.82,
            "minority_cohesion_rate": 69.75
        },
        {
            "id": 38403,
            "slug": "vs19_481_012",
            "identifier": "vs19_481_012",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_481_012/?format=api",
            "sitting": {
                "id": 1991,
                "date": "2025-05-15",
                "number": 481,
                "branch": "C"
            },
            "number": 12,
            "title": "ODG 9/2329-A/12 - Votazione Ordine del giorno 9/2329-A/12 ",
            "original_title": "Votazione Ordine del giorno 9/2329-A/12 ",
            "description_title": "ODG 9/2329-A/12",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 24,
            "majority_cohesion_rate": 55.56,
            "minority_cohesion_rate": 56.69
        },
        {
            "id": 26542,
            "slug": "vs19_220_034",
            "identifier": "vs19_220_034",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_220_034/?format=api",
            "sitting": {
                "id": 1567,
                "date": "2023-12-29",
                "number": 220,
                "branch": "C"
            },
            "number": 34,
            "title": "Ordine del giorno n. 9/1627/13 ROSSI ANDREA (PD-IDP) - Votazione Ordine del giorno 9/1627/13 DDL n. 1627",
            "original_title": "Votazione Ordine del giorno 9/1627/13 DDL n. 1627",
            "description_title": "Ordine del giorno n. 9/1627/13 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": 2,
            "n_margin": 24,
            "majority_cohesion_rate": 74.68,
            "minority_cohesion_rate": 79.01
        },
        {
            "id": 22505,
            "slug": "vs19_134_023",
            "identifier": "vs19_134_023",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_134_023/?format=api",
            "sitting": {
                "id": 1418,
                "date": "2023-07-06",
                "number": 134,
                "branch": "C"
            },
            "number": 23,
            "title": "Emendamento 3.41 MALAVASI ILENIA (PD-IDP) - Votazione Emendamento 3.41 PDL n. 0384",
            "original_title": "Votazione Emendamento 3.41 PDL n. 0384",
            "description_title": "Emendamento 3.41 MALAVASI ILENIA (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 24,
            "majority_cohesion_rate": 64.14,
            "minority_cohesion_rate": 67.28
        },
        {
            "id": 37644,
            "slug": "vs19_460_044",
            "identifier": "vs19_460_044",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_460_044/?format=api",
            "sitting": {
                "id": 1955,
                "date": "2025-04-01",
                "number": 460,
                "branch": "C"
            },
            "number": 44,
            "title": "Articolo aggiuntivo 16.01 ZARATTI FILIBERTO (AVS) - Votazione Emendamento 16.01 DDL n. 2139",
            "original_title": "Votazione Emendamento 16.01 DDL n. 2139",
            "description_title": "Articolo aggiuntivo 16.01 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": 1,
            "n_margin": 24,
            "majority_cohesion_rate": 65.84,
            "minority_cohesion_rate": 71.34
        },
        {
            "id": 34628,
            "slug": "vs19_387_025",
            "identifier": "vs19_387_025",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_387_025/?format=api",
            "sitting": {
                "id": 1845,
                "date": "2024-11-26",
                "number": 387,
                "branch": "C"
            },
            "number": 25,
            "title": "Ordine del giorno n. 9/2088-AR/28 ASCANI ANNA (PD-IDP) - Votazione Ordine del giorno 9/2088-AR/28 DDL n. 2088",
            "original_title": "Votazione Ordine del giorno 9/2088-AR/28 DDL n. 2088",
            "description_title": "Ordine del giorno n. 9/2088-AR/28 ASCANI ANNA (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": 24,
            "majority_cohesion_rate": 62.81,
            "minority_cohesion_rate": 66.88
        },
        {
            "id": 39831,
            "slug": "vs19_512_020",
            "identifier": "vs19_512_020",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_512_020/?format=api",
            "sitting": {
                "id": 2047,
                "date": "2025-07-16",
                "number": 512,
                "branch": "C"
            },
            "number": 20,
            "title": "MOZ 1-476 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "MOZ 1-476",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 24,
            "majority_cohesion_rate": 61.07,
            "minority_cohesion_rate": 63.46
        },
        {
            "id": 37623,
            "slug": "vs19_460_012",
            "identifier": "vs19_460_012",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_460_012/?format=api",
            "sitting": {
                "id": 1955,
                "date": "2025-04-01",
                "number": 460,
                "branch": "C"
            },
            "number": 12,
            "title": "Emendamento 6.1 ZARATTI FILIBERTO (AVS) - Votazione Emendamento 6.1 DDL n. 2139",
            "original_title": "Votazione Emendamento 6.1 DDL n. 2139",
            "description_title": "Emendamento 6.1 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": 1,
            "n_margin": 24,
            "majority_cohesion_rate": 66.26,
            "minority_cohesion_rate": 72.61
        },
        {
            "id": 25148,
            "slug": "vs19_197_054",
            "identifier": "vs19_197_054",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_197_054/?format=api",
            "sitting": {
                "id": 1527,
                "date": "2023-11-16",
                "number": 197,
                "branch": "C"
            },
            "number": 54,
            "title": "Ordine del giorno n. 9/1324 E ABB/6 DI LAURO CARMEN (M5S) - Votazione Ordine del giorno 9/1324 E ABB/6 DDL n. 1324",
            "original_title": "Votazione Ordine del giorno 9/1324 E ABB/6 DDL n. 1324",
            "description_title": "Ordine del giorno n. 9/1324 E ABB/6 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": 0,
            "n_margin": 24,
            "majority_cohesion_rate": 57.81,
            "minority_cohesion_rate": 59.88
        },
        {
            "id": 36636,
            "slug": "vs19_439_003",
            "identifier": "vs19_439_003",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_439_003/?format=api",
            "sitting": {
                "id": 1926,
                "date": "2025-03-04",
                "number": 439,
                "branch": "C"
            },
            "number": 3,
            "title": "Identici emendamenti 1.3 MEROLA VIRGINIO (PD-IDP) e 1.1001 BORRELLI FRANCESCO EMILIO (AVS) - Votazione Emendamento 1.3 DDL n. 2240",
            "original_title": "Votazione Emendamento 1.3 DDL n. 2240",
            "description_title": "Identici emendamenti 1.3 MEROLA VIRGINIO (PD-IDP) e 1.1001 BORRELLI FRANCESCO EMILIO (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 24,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 63.69
        },
        {
            "id": 31701,
            "slug": "vs19_342_077",
            "identifier": "vs19_342_077",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_342_077/?format=api",
            "sitting": {
                "id": 1768,
                "date": "2024-08-07",
                "number": 342,
                "branch": "C"
            },
            "number": 77,
            "title": "Ordine del giorno n. 9/2002/93 GIACHETTI ROBERTO (IVICRE) - Votazione Ordine del giorno 9/2002/93 DDL n. 2002",
            "original_title": "Votazione Ordine del giorno 9/2002/93 DDL n. 2002",
            "description_title": "Ordine del giorno n. 9/2002/93 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": 24,
            "majority_cohesion_rate": 66.81,
            "minority_cohesion_rate": 69.57
        },
        {
            "id": 25095,
            "slug": "vs19_197_046",
            "identifier": "vs19_197_046",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_197_046/?format=api",
            "sitting": {
                "id": 1527,
                "date": "2023-11-16",
                "number": 197,
                "branch": "C"
            },
            "number": 46,
            "title": "Articolo aggiuntivo 6.08 QUARTINI ANDREA (M5S) - Votazione Emendamento 6.08 DDL n. 1324",
            "original_title": "Votazione Emendamento 6.08 DDL n. 1324",
            "description_title": "Articolo aggiuntivo 6.08 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": 4,
            "n_margin": 24,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 59.88
        },
        {
            "id": 26183,
            "slug": "vs19_216_106",
            "identifier": "vs19_216_106",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_216_106/?format=api",
            "sitting": {
                "id": 1561,
                "date": "2023-12-19",
                "number": 216,
                "branch": "C"
            },
            "number": 106,
            "title": "Articolo aggiuntivo 13.01 CARAMIELLO ALESSANDRO (M5S) - Votazione Emendamento 13.01 DDL n. 1555",
            "original_title": "Votazione Emendamento 13.01 DDL n. 1555",
            "description_title": "Articolo aggiuntivo 13.01 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": 3,
            "n_margin": 24,
            "majority_cohesion_rate": 62.03,
            "minority_cohesion_rate": 62.35
        },
        {
            "id": 27552,
            "slug": "vs19_239_028",
            "identifier": "vs19_239_028",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_239_028/?format=api",
            "sitting": {
                "id": 1600,
                "date": "2024-02-06",
                "number": 239,
                "branch": "C"
            },
            "number": 28,
            "title": "Emendamento 11.4 MEROLA VIRGINIO (PD-IDP) - Votazione Emendamento 11.4 DDL n. 1515",
            "original_title": "Votazione Emendamento 11.4 DDL n. 1515",
            "description_title": "Emendamento 11.4 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": 0,
            "n_margin": 24,
            "majority_cohesion_rate": 64.56,
            "minority_cohesion_rate": 65.43
        },
        {
            "id": 22423,
            "slug": "vs19_134_036",
            "identifier": "vs19_134_036",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_134_036/?format=api",
            "sitting": {
                "id": 1418,
                "date": "2023-07-06",
                "number": 134,
                "branch": "C"
            },
            "number": 36,
            "title": "Emendamento 3.56 SPORTIELLO GILDA (M5S) - Votazione Emendamento 3.56 PDL n. 0384",
            "original_title": "Votazione Emendamento 3.56 PDL n. 0384",
            "description_title": "Emendamento 3.56 SPORTIELLO GILDA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 24,
            "majority_cohesion_rate": 64.56,
            "minority_cohesion_rate": 68.52
        }
    ]
}