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

{
    "count": 22091,
    "codelists": {
        "years": [
            {
                "id": "2025",
                "value": "2025"
            },
            {
                "id": "2024",
                "value": "2024"
            },
            {
                "id": "2023",
                "value": "2023"
            },
            {
                "id": "2022",
                "value": "2022"
            }
        ],
        "branch": [
            {
                "id": "S",
                "value": "Senato"
            },
            {
                "id": "C",
                "value": "Camera"
            }
        ],
        "governments": [
            {
                "id": 135225,
                "slug": "i-governo-meloni-2022-10-22",
                "start_date": "2022-10-22",
                "value": "Meloni I"
            }
        ],
        "governments_filter": [
            {
                "id": 135225,
                "slug": "i-governo-meloni-2022-10-22",
                "start_date": "2022-10-22",
                "value": "Meloni I"
            }
        ],
        "main_vote_type": [
            {
                "id": "is_key_vote",
                "value": "Voto chiave"
            },
            {
                "id": "is_final",
                "value": "Voto finale"
            },
            {
                "id": "is_confidence",
                "value": "Voto di fiducia"
            },
            {
                "id": "all",
                "value": "Tutti"
            }
        ],
        "sub_vote_type": [
            {
                "id": "ALL",
                "value": "Atto intero"
            },
            {
                "id": "ART",
                "value": "Articolo"
            },
            {
                "id": "AMEND",
                "value": "Emendamenti"
            },
            {
                "id": "ODG",
                "value": "ODG"
            },
            {
                "id": "PREJ",
                "value": "Questione pregiudiziale"
            },
            {
                "id": "EM_DECL",
                "value": "Dichiarazione d'urgenza"
            },
            {
                "id": "SUSP",
                "value": "Questione sospensiva"
            },
            {
                "id": "VAR_N",
                "value": "Nota di variazione"
            },
            {
                "id": "DONT_P",
                "value": "Non passaggio agli articoli"
            },
            {
                "id": "CLOS_DEB",
                "value": "Chiusura della discussione"
            },
            {
                "id": "RES",
                "value": "Risoluzione"
            },
            {
                "id": "DIM",
                "value": "Dimissioni"
            },
            {
                "id": "ELE",
                "value": "Elezioni"
            },
            {
                "id": "COORD",
                "value": "Proposta coordinamento"
            },
            {
                "id": "MOZ",
                "value": "Mozione"
            },
            {
                "id": "CPROP",
                "value": "Proposta giunta"
            }
        ],
        "vm_cohesion_rates": {
            "80_100": "dall'80 al 100%",
            "60_80": "dal 60 all'80%",
            "_60": "Meno del 60%"
        },
        "orderings": [
            {
                "id": "date",
                "value": "Data"
            },
            {
                "id": "majority_cohesion_rate",
                "value": "Compattezza maggioranza"
            },
            {
                "id": "n_rebels",
                "value": "Ribelli"
            },
            {
                "id": "identifier",
                "value": "Identificativo"
            },
            {
                "id": "n_margin",
                "value": "Margine"
            }
        ],
        "outcome": [
            {
                "id": "Respinto",
                "value": "Respinta"
            },
            {
                "id": "Approvato",
                "value": "Approvata"
            }
        ]
    },
    "next": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=majority_cohesion_rate&page=172",
    "previous": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=majority_cohesion_rate&page=170",
    "results": [
        {
            "id": 38773,
            "slug": "vs19_489_016",
            "identifier": "vs19_489_016",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_489_016/?format=api",
            "sitting": {
                "id": 2006,
                "date": "2025-06-03",
                "number": 489,
                "branch": "C"
            },
            "number": 16,
            "title": "ODG 9/2420/30 - Votazione Ordine del giorno 9/2420/30 ",
            "original_title": "Votazione Ordine del giorno 9/2420/30 ",
            "description_title": "ODG 9/2420/30",
            "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": 34,
            "majority_cohesion_rate": 65.02,
            "minority_cohesion_rate": 59.24
        },
        {
            "id": 38762,
            "slug": "vs19_489_005",
            "identifier": "vs19_489_005",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_489_005/?format=api",
            "sitting": {
                "id": 2006,
                "date": "2025-06-03",
                "number": 489,
                "branch": "C"
            },
            "number": 5,
            "title": "ODG 9/2420/9 - Votazione Ordine del giorno 9/2420/9 ",
            "original_title": "Votazione Ordine del giorno 9/2420/9 ",
            "description_title": "ODG 9/2420/9",
            "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": 30,
            "majority_cohesion_rate": 65.02,
            "minority_cohesion_rate": 63.06
        },
        {
            "id": 38665,
            "slug": "vs19_487_025",
            "identifier": "vs19_487_025",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_487_025/?format=api",
            "sitting": {
                "id": 2002,
                "date": "2025-05-28",
                "number": 487,
                "branch": "C"
            },
            "number": 25,
            "title": "ODG 9/2355/47 - Votazione Ordine del giorno 9/2355/47 ",
            "original_title": "Votazione Ordine del giorno 9/2355/47 ",
            "description_title": "ODG 9/2355/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": 28,
            "majority_cohesion_rate": 65.02,
            "minority_cohesion_rate": 67.52
        },
        {
            "id": 38765,
            "slug": "vs19_489_008",
            "identifier": "vs19_489_008",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_489_008/?format=api",
            "sitting": {
                "id": 2006,
                "date": "2025-06-03",
                "number": 489,
                "branch": "C"
            },
            "number": 8,
            "title": "ODG 9/2420/13 - Votazione Ordine del giorno 9/2420/13 ",
            "original_title": "Votazione Ordine del giorno 9/2420/13 ",
            "description_title": "ODG 9/2420/13",
            "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": 28,
            "majority_cohesion_rate": 65.02,
            "minority_cohesion_rate": 66.24
        },
        {
            "id": 38777,
            "slug": "vs19_489_020",
            "identifier": "vs19_489_020",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_489_020/?format=api",
            "sitting": {
                "id": 2006,
                "date": "2025-06-03",
                "number": 489,
                "branch": "C"
            },
            "number": 20,
            "title": "ODG 9/2420/37 - Votazione Ordine del giorno 9/2420/37 ",
            "original_title": "Votazione Ordine del giorno 9/2420/37 ",
            "description_title": "ODG 9/2420/37",
            "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": 28,
            "majority_cohesion_rate": 65.02,
            "minority_cohesion_rate": 66.88
        },
        {
            "id": 38610,
            "slug": "vs19_483_008",
            "identifier": "vs19_483_008",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_483_008/?format=api",
            "sitting": {
                "id": 1995,
                "date": "2025-05-21",
                "number": 483,
                "branch": "C"
            },
            "number": 8,
            "title": "RIS 6-181 - Votazione Risoluzione 6_00181",
            "original_title": "Votazione Risoluzione 6_00181",
            "description_title": "RIS 6-181",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Risoluzione",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 36,
            "majority_cohesion_rate": 65.02,
            "minority_cohesion_rate": 55.41
        },
        {
            "id": 38704,
            "slug": "vs19_487_064",
            "identifier": "vs19_487_064",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_487_064/?format=api",
            "sitting": {
                "id": 2002,
                "date": "2025-05-28",
                "number": 487,
                "branch": "C"
            },
            "number": 64,
            "title": "ODG 9/2355/94 - Votazione Ordine del giorno 9/2355/94 ",
            "original_title": "Votazione Ordine del giorno 9/2355/94 ",
            "description_title": "ODG 9/2355/94",
            "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": 27,
            "majority_cohesion_rate": 65.02,
            "minority_cohesion_rate": 68.79
        },
        {
            "id": 38760,
            "slug": "vs19_489_003",
            "identifier": "vs19_489_003",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_489_003/?format=api",
            "sitting": {
                "id": 2006,
                "date": "2025-06-03",
                "number": 489,
                "branch": "C"
            },
            "number": 3,
            "title": "ODG 9/2420/4 - Votazione Ordine del giorno 9/2420/4 ",
            "original_title": "Votazione Ordine del giorno 9/2420/4 ",
            "description_title": "ODG 9/2420/4",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 61,
            "majority_cohesion_rate": 65.02,
            "minority_cohesion_rate": 41.4
        },
        {
            "id": 38780,
            "slug": "vs19_489_023",
            "identifier": "vs19_489_023",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_489_023/?format=api",
            "sitting": {
                "id": 2006,
                "date": "2025-06-03",
                "number": 489,
                "branch": "C"
            },
            "number": 23,
            "title": "ODG 9/2420/41 - Votazione Ordine del giorno 9/2420/41 ",
            "original_title": "Votazione Ordine del giorno 9/2420/41 ",
            "description_title": "ODG 9/2420/41",
            "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": 30,
            "majority_cohesion_rate": 65.02,
            "minority_cohesion_rate": 64.33
        },
        {
            "id": 34824,
            "slug": "vs19_337_030",
            "identifier": "vs19_337_030",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_337_030/?format=api",
            "sitting": {
                "id": 1763,
                "date": "2024-07-31",
                "number": 337,
                "branch": "C"
            },
            "number": 30,
            "title": "Emendamento 1.366 MANZI IRENE (PD-IDP)",
            "original_title": "Emendamento 1.366 MANZI IRENE (PD-IDP)",
            "description_title": "",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 25,
            "majority_cohesion_rate": 65.13,
            "minority_cohesion_rate": 66.46
        },
        {
            "id": 31703,
            "slug": "vs19_342_079",
            "identifier": "vs19_342_079",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_342_079/?format=api",
            "sitting": {
                "id": 1768,
                "date": "2024-08-07",
                "number": 342,
                "branch": "C"
            },
            "number": 79,
            "title": "Identici ordini del giorno n. 9/2002/96 CALDERONE TOMMASO ANTONINO (FI-PPE) e n. 9/2002/97, nel testo riformulato, BELLOMO DAVIDE (LEGA) - Votazione Ordine del giorno 9/2002/96 DDL n. 2002",
            "original_title": "Votazione Ordine del giorno 9/2002/96 DDL n. 2002",
            "description_title": "Identici ordini del giorno n. 9/2002/96 CALDERONE TOMMASO ANTONINO (FI-PPE) e n. 9/2002/97, nel testo riformulato, BELLOMO DAVIDE (LEGA)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 42,
            "majority_cohesion_rate": 65.13,
            "minority_cohesion_rate": 52.8
        },
        {
            "id": 31462,
            "slug": "vs19_336_111",
            "identifier": "vs19_336_111",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_336_111/?format=api",
            "sitting": {
                "id": 1762,
                "date": "2024-07-30",
                "number": 336,
                "branch": "C"
            },
            "number": 111,
            "title": "Ordine del giorno n. 9/1930/11 COLOMBO BEATRIZ (FDI) - Votazione Ordine del giorno 9/1930/11 DDL n. 1930",
            "original_title": "Votazione Ordine del giorno 9/1930/11 DDL n. 1930",
            "description_title": "Ordine del giorno n. 9/1930/11 COLOMBO BEATRIZ (FDI)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 2,
            "n_margin": 132,
            "majority_cohesion_rate": 65.13,
            "minority_cohesion_rate": 68.94
        },
        {
            "id": 31633,
            "slug": "vs19_342_009",
            "identifier": "vs19_342_009",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_342_009/?format=api",
            "sitting": {
                "id": 1768,
                "date": "2024-08-07",
                "number": 342,
                "branch": "C"
            },
            "number": 9,
            "title": "Ordine del giorno n. 9/2002/10, nel testo riformulato, DI BIASE MICHELA (PD-IDP) - Votazione Ordine del giorno 9/2002/10, DDL n. 2002",
            "original_title": "Votazione Ordine del giorno 9/2002/10, DDL n. 2002",
            "description_title": "Ordine del giorno n. 9/2002/10, nel testo riformulato, DI BIASE MICHELA (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 3,
            "n_margin": 134,
            "majority_cohesion_rate": 65.13,
            "minority_cohesion_rate": 72.67
        },
        {
            "id": 35085,
            "slug": "vs19_337_052",
            "identifier": "vs19_337_052",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_337_052/?format=api",
            "sitting": {
                "id": 1763,
                "date": "2024-07-31",
                "number": 337,
                "branch": "C"
            },
            "number": 52,
            "title": "Ordine del giorno n. 9/1691/16 DORI DEVIS (AVS)",
            "original_title": "Ordine del giorno n. 9/1691/16 DORI DEVIS (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": 26,
            "majority_cohesion_rate": 65.13,
            "minority_cohesion_rate": 66.46
        },
        {
            "id": 34719,
            "slug": "vs19_332_024",
            "identifier": "vs19_332_024",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_332_024/?format=api",
            "sitting": {
                "id": 1749,
                "date": "2024-07-24",
                "number": 332,
                "branch": "C"
            },
            "number": 24,
            "title": "Questione pregiudiziale di merito n. 1 CASO ANTONIO (M5S) ed altri",
            "original_title": "Questione pregiudiziale di merito n. 1 CASO ANTONIO (M5S) ed altri",
            "description_title": "",
            "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": 60,
            "majority_cohesion_rate": 65.13,
            "minority_cohesion_rate": 29.19
        },
        {
            "id": 31662,
            "slug": "vs19_342_038",
            "identifier": "vs19_342_038",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_342_038/?format=api",
            "sitting": {
                "id": 1768,
                "date": "2024-08-07",
                "number": 342,
                "branch": "C"
            },
            "number": 38,
            "title": "Ordine del giorno n. 9/2002/42, come riformulato, AMATO GAETANO (M5S) - Votazione Ordine del giorno 9/2002/42, DDL n. 2002",
            "original_title": "Votazione Ordine del giorno 9/2002/42, DDL n. 2002",
            "description_title": "Ordine del giorno n. 9/2002/42, come riformulato, AMATO GAETANO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 3,
            "n_margin": 138,
            "majority_cohesion_rate": 65.13,
            "minority_cohesion_rate": 77.64
        },
        {
            "id": 34845,
            "slug": "vs19_337_094",
            "identifier": "vs19_337_094",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_337_094/?format=api",
            "sitting": {
                "id": 1763,
                "date": "2024-07-31",
                "number": 337,
                "branch": "C"
            },
            "number": 94,
            "title": "Emendamento 4.1 AURIEMMA CARMELA (M5S) (Doc. XXII, n. 23)",
            "original_title": "Emendamento 4.1 AURIEMMA CARMELA (M5S) (Doc. XXII, n. 23)",
            "description_title": "",
            "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": 36,
            "majority_cohesion_rate": 65.13,
            "minority_cohesion_rate": 59.63
        },
        {
            "id": 31637,
            "slug": "vs19_342_013",
            "identifier": "vs19_342_013",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_342_013/?format=api",
            "sitting": {
                "id": 1768,
                "date": "2024-08-07",
                "number": 342,
                "branch": "C"
            },
            "number": 13,
            "title": "Ordine del giorno n. 9/2002/15 CIANI PAOLO (PD-IDP) - Votazione Ordine del giorno 9/2002/15 DDL n. 2002",
            "original_title": "Votazione Ordine del giorno 9/2002/15 DDL n. 2002",
            "description_title": "Ordine del giorno n. 9/2002/15 CIANI PAOLO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 16,
            "majority_cohesion_rate": 65.13,
            "minority_cohesion_rate": 75.78
        },
        {
            "id": 34859,
            "slug": "vs19_336_013",
            "identifier": "vs19_336_013",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_336_013/?format=api",
            "sitting": {
                "id": 1762,
                "date": "2024-07-30",
                "number": 336,
                "branch": "C"
            },
            "number": 13,
            "title": "Emendamento 2.19 FONTANA ILARIA (M5S)",
            "original_title": "Emendamento 2.19 FONTANA ILARIA (M5S)",
            "description_title": "",
            "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": 32,
            "majority_cohesion_rate": 65.13,
            "minority_cohesion_rate": 61.49
        },
        {
            "id": 31627,
            "slug": "vs19_342_003",
            "identifier": "vs19_342_003",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_342_003/?format=api",
            "sitting": {
                "id": 1768,
                "date": "2024-08-07",
                "number": 342,
                "branch": "C"
            },
            "number": 3,
            "title": "Ordine del giorno n. 9/2002/3 BRAGA CHIARA (PD-IDP) - Votazione Ordine del giorno 9/2002/3 DDL n. 2002",
            "original_title": "Votazione Ordine del giorno 9/2002/3 DDL n. 2002",
            "description_title": "Ordine del giorno n. 9/2002/3 BRAGA CHIARA (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": 36,
            "majority_cohesion_rate": 65.13,
            "minority_cohesion_rate": 52.17
        },
        {
            "id": 32237,
            "slug": "vs19_328_013",
            "identifier": "vs19_328_013",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_328_013/?format=api",
            "sitting": {
                "id": 1743,
                "date": "2024-07-18",
                "number": 328,
                "branch": "C"
            },
            "number": 13,
            "title": "Ordine del giorno n. 9/1896/29 DI SANZO CHRISTIAN DIEGO (PD-IDP) - Votazione Ordine del giorno 9/1896/29 DDL n. 1896",
            "original_title": "Votazione Ordine del giorno 9/1896/29 DDL n. 1896",
            "description_title": "Ordine del giorno n. 9/1896/29 DI SANZO CHRISTIAN DIEGO (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": 30,
            "majority_cohesion_rate": 65.13,
            "minority_cohesion_rate": 59.01
        },
        {
            "id": 31684,
            "slug": "vs19_342_060",
            "identifier": "vs19_342_060",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_342_060/?format=api",
            "sitting": {
                "id": 1768,
                "date": "2024-08-07",
                "number": 342,
                "branch": "C"
            },
            "number": 60,
            "title": "Ordine del giorno n. 9/2002/75 GRIMALDI MARCO (AVS) - Votazione Ordine del giorno 9/2002/75 DDL n. 2002",
            "original_title": "Votazione Ordine del giorno 9/2002/75 DDL n. 2002",
            "description_title": "Ordine del giorno n. 9/2002/75 GRIMALDI MARCO (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 19,
            "majority_cohesion_rate": 65.13,
            "minority_cohesion_rate": 73.29
        },
        {
            "id": 31456,
            "slug": "vs19_336_105",
            "identifier": "vs19_336_105",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_336_105/?format=api",
            "sitting": {
                "id": 1762,
                "date": "2024-07-30",
                "number": 336,
                "branch": "C"
            },
            "number": 105,
            "title": "Ordine del giorno n. 9/1930/3 BENZONI FABRIZIO (APERRE) - Votazione Ordine del giorno 9/1930/3 DDL n. 1930",
            "original_title": "Votazione Ordine del giorno 9/1930/3 DDL n. 1930",
            "description_title": "Ordine del giorno n. 9/1930/3 BENZONI FABRIZIO (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": 28,
            "majority_cohesion_rate": 65.13,
            "minority_cohesion_rate": 62.73
        },
        {
            "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": 35087,
            "slug": "vs19_337_054",
            "identifier": "vs19_337_054",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_337_054/?format=api",
            "sitting": {
                "id": 1763,
                "date": "2024-07-31",
                "number": 337,
                "branch": "C"
            },
            "number": 54,
            "title": "Ordine del giorno n. 9/1691/18 PICCOLOTTI ELISABETTA (AVS)",
            "original_title": "Ordine del giorno n. 9/1691/18 PICCOLOTTI ELISABETTA (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": 2,
            "n_margin": 26,
            "majority_cohesion_rate": 65.13,
            "minority_cohesion_rate": 67.08
        },
        {
            "id": 35082,
            "slug": "vs19_337_049",
            "identifier": "vs19_337_049",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_337_049/?format=api",
            "sitting": {
                "id": 1763,
                "date": "2024-07-31",
                "number": 337,
                "branch": "C"
            },
            "number": 49,
            "title": "Ordine del giorno n. 9/1691/13 BORRELLI FRANCESCO EMILIO (AVS)",
            "original_title": "Ordine del giorno n. 9/1691/13 BORRELLI FRANCESCO EMILIO (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": 60,
            "majority_cohesion_rate": 65.13,
            "minority_cohesion_rate": 40.37
        },
        {
            "id": 31407,
            "slug": "vs19_336_082",
            "identifier": "vs19_336_082",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_336_082/?format=api",
            "sitting": {
                "id": 1762,
                "date": "2024-07-30",
                "number": 336,
                "branch": "C"
            },
            "number": 82,
            "title": "Articolo aggiuntivo 9.08 L'ABBATE PATTY (M5S) - Votazione Emendamento 9.08 DDL n. 1930",
            "original_title": "Votazione Emendamento 9.08 DDL n. 1930",
            "description_title": "Articolo aggiuntivo 9.08 L'ABBATE PATTY (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": 23,
            "majority_cohesion_rate": 65.13,
            "minority_cohesion_rate": 68.32
        },
        {
            "id": 35083,
            "slug": "vs19_337_050",
            "identifier": "vs19_337_050",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_337_050/?format=api",
            "sitting": {
                "id": 1763,
                "date": "2024-07-31",
                "number": 337,
                "branch": "C"
            },
            "number": 50,
            "title": "Ordine del giorno n. 9/1691/14 ZANELLA LUANA (AVS)",
            "original_title": "Ordine del giorno n. 9/1691/14 ZANELLA LUANA (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": 0,
            "n_margin": 29,
            "majority_cohesion_rate": 65.13,
            "minority_cohesion_rate": 67.08
        },
        {
            "id": 31471,
            "slug": "vs19_336_120",
            "identifier": "vs19_336_120",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_336_120/?format=api",
            "sitting": {
                "id": 1762,
                "date": "2024-07-30",
                "number": 336,
                "branch": "C"
            },
            "number": 120,
            "title": "Ordine del giorno n. 9/1930/25 SCOTTO ARTURO (PD-IDP) - Votazione Ordine del giorno 9/1930/25 DDL n. 1930",
            "original_title": "Votazione Ordine del giorno 9/1930/25 DDL n. 1930",
            "description_title": "Ordine del giorno n. 9/1930/25 SCOTTO ARTURO (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": 25,
            "majority_cohesion_rate": 65.13,
            "minority_cohesion_rate": 66.46
        },
        {
            "id": 31476,
            "slug": "vs19_336_125",
            "identifier": "vs19_336_125",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_336_125/?format=api",
            "sitting": {
                "id": 1762,
                "date": "2024-07-30",
                "number": 336,
                "branch": "C"
            },
            "number": 125,
            "title": "Ordine del giorno n. 9/1930/30, nel testo riformulato, D'ALESSIO ANTONIO (APERRE) - Votazione Ordine del giorno 9/1930/30, DDL n. 1930",
            "original_title": "Votazione Ordine del giorno 9/1930/30, DDL n. 1930",
            "description_title": "Ordine del giorno n. 9/1930/30, nel testo riformulato, D'ALESSIO ANTONIO (APERRE)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 3,
            "n_margin": 132,
            "majority_cohesion_rate": 65.13,
            "minority_cohesion_rate": 69.57
        },
        {
            "id": 31475,
            "slug": "vs19_336_124",
            "identifier": "vs19_336_124",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_336_124/?format=api",
            "sitting": {
                "id": 1762,
                "date": "2024-07-30",
                "number": 336,
                "branch": "C"
            },
            "number": 124,
            "title": "Ordine del giorno n. 9/1930/29 FRATOIANNI NICOLA (AVS) - Votazione Ordine del giorno 9/1930/29 DDL n. 1930",
            "original_title": "Votazione Ordine del giorno 9/1930/29 DDL n. 1930",
            "description_title": "Ordine del giorno n. 9/1930/29 FRATOIANNI NICOLA (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 24,
            "majority_cohesion_rate": 65.13,
            "minority_cohesion_rate": 68.32
        },
        {
            "id": 35084,
            "slug": "vs19_337_051",
            "identifier": "vs19_337_051",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_337_051/?format=api",
            "sitting": {
                "id": 1763,
                "date": "2024-07-31",
                "number": 337,
                "branch": "C"
            },
            "number": 51,
            "title": "Ordine del giorno n. 9/1691/15 MARI FRANCESCO (AVS)",
            "original_title": "Ordine del giorno n. 9/1691/15 MARI FRANCESCO (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": 0,
            "n_margin": 30,
            "majority_cohesion_rate": 65.13,
            "minority_cohesion_rate": 65.22
        },
        {
            "id": 31540,
            "slug": "vs19_340_064",
            "identifier": "vs19_340_064",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_340_064/?format=api",
            "sitting": {
                "id": 1766,
                "date": "2024-08-05",
                "number": 340,
                "branch": "C"
            },
            "number": 64,
            "title": "Emendamento 9-quater.2 BORRELLI FRANCESCO EMILIO (AVS) - Votazione Emendamento 9-quater.2 DDL n. 1997",
            "original_title": "Votazione Emendamento 9-quater.2 DDL n. 1997",
            "description_title": "Emendamento 9-quater.2 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": 2,
            "n_margin": 24,
            "majority_cohesion_rate": 65.13,
            "minority_cohesion_rate": 67.08
        },
        {
            "id": 31378,
            "slug": "vs19_331_031",
            "identifier": "vs19_331_031",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_331_031/?format=api",
            "sitting": {
                "id": 1748,
                "date": "2024-07-23",
                "number": 331,
                "branch": "C"
            },
            "number": 31,
            "title": "Emendamento 4.3 CIANI PAOLO (PD-IDP) - Votazione Emendamento 4.3 DDL n. 1975",
            "original_title": "Votazione Emendamento 4.3 DDL n. 1975",
            "description_title": "Emendamento 4.3 CIANI PAOLO (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": 53,
            "majority_cohesion_rate": 65.13,
            "minority_cohesion_rate": 50.31
        },
        {
            "id": 31382,
            "slug": "vs19_331_035",
            "identifier": "vs19_331_035",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_331_035/?format=api",
            "sitting": {
                "id": 1748,
                "date": "2024-07-23",
                "number": 331,
                "branch": "C"
            },
            "number": 35,
            "title": "Identici emendamenti 5.1 ZANELLA LUANA (AVS) e 5.2 FURFARO MARCO (PD-IDP) - Votazione Emendamento 5.1 DDL n. 1975",
            "original_title": "Votazione Emendamento 5.1 DDL n. 1975",
            "description_title": "Identici emendamenti 5.1 ZANELLA LUANA (AVS) e 5.2 FURFARO MARCO (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": 65.13,
            "minority_cohesion_rate": 72.05
        },
        {
            "id": 31395,
            "slug": "vs19_331_048",
            "identifier": "vs19_331_048",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_331_048/?format=api",
            "sitting": {
                "id": 1748,
                "date": "2024-07-23",
                "number": 331,
                "branch": "C"
            },
            "number": 48,
            "title": "Emendamento 7.1 FARAONE DAVIDE (IVICRE) - Votazione Emendamento 7.1 DDL n. 1975",
            "original_title": "Votazione Emendamento 7.1 DDL n. 1975",
            "description_title": "Emendamento 7.1 FARAONE DAVIDE (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": 1,
            "n_margin": 23,
            "majority_cohesion_rate": 65.13,
            "minority_cohesion_rate": 68.32
        },
        {
            "id": 31396,
            "slug": "vs19_331_049",
            "identifier": "vs19_331_049",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_331_049/?format=api",
            "sitting": {
                "id": 1748,
                "date": "2024-07-23",
                "number": 331,
                "branch": "C"
            },
            "number": 49,
            "title": "Emendamento 7.2 FARAONE DAVIDE (IVICRE) - Votazione Emendamento 7.2 DDL n. 1975",
            "original_title": "Votazione Emendamento 7.2 DDL n. 1975",
            "description_title": "Emendamento 7.2 FARAONE DAVIDE (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": 3,
            "n_margin": 53,
            "majority_cohesion_rate": 65.13,
            "minority_cohesion_rate": 50.31
        },
        {
            "id": 31397,
            "slug": "vs19_331_050",
            "identifier": "vs19_331_050",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_331_050/?format=api",
            "sitting": {
                "id": 1748,
                "date": "2024-07-23",
                "number": 331,
                "branch": "C"
            },
            "number": 50,
            "title": "Emendamento 7.3 FARAONE DAVIDE (IVICRE) - Votazione Emendamento 7.3 DDL n. 1975",
            "original_title": "Votazione Emendamento 7.3 DDL n. 1975",
            "description_title": "Emendamento 7.3 FARAONE DAVIDE (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": 2,
            "n_margin": 55,
            "majority_cohesion_rate": 65.13,
            "minority_cohesion_rate": 49.07
        },
        {
            "id": 31447,
            "slug": "vs19_331_070",
            "identifier": "vs19_331_070",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_331_070/?format=api",
            "sitting": {
                "id": 1748,
                "date": "2024-07-23",
                "number": 331,
                "branch": "C"
            },
            "number": 70,
            "title": "Ordine del giorno n. 9/1975/24 FEDE GIORGIO (M5S) - Votazione Ordine del giorno 9/1975/24 DDL n. 1975",
            "original_title": "Votazione Ordine del giorno 9/1975/24 DDL n. 1975",
            "description_title": "Ordine del giorno n. 9/1975/24 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": 37,
            "majority_cohesion_rate": 65.13,
            "minority_cohesion_rate": 59.01
        },
        {
            "id": 31448,
            "slug": "vs19_331_071",
            "identifier": "vs19_331_071",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_331_071/?format=api",
            "sitting": {
                "id": 1748,
                "date": "2024-07-23",
                "number": 331,
                "branch": "C"
            },
            "number": 71,
            "title": "Ordine del giorno n. 9/1975/25 FENU EMILIANO (M5S) - Votazione Ordine del giorno 9/1975/25 DDL n. 1975",
            "original_title": "Votazione Ordine del giorno 9/1975/25 DDL n. 1975",
            "description_title": "Ordine del giorno n. 9/1975/25 FENU EMILIANO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 30,
            "majority_cohesion_rate": 65.13,
            "minority_cohesion_rate": 62.73
        },
        {
            "id": 34872,
            "slug": "vs19_331_079",
            "identifier": "vs19_331_079",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_331_079/?format=api",
            "sitting": {
                "id": 1748,
                "date": "2024-07-23",
                "number": 331,
                "branch": "C"
            },
            "number": 79,
            "title": "Ordine del giorno n. 9/1975/34 MORFINO DANIELA (M5S)",
            "original_title": "Ordine del giorno n. 9/1975/34 MORFINO DANIELA (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": 31,
            "majority_cohesion_rate": 65.13,
            "minority_cohesion_rate": 61.49
        },
        {
            "id": 34879,
            "slug": "vs19_331_086",
            "identifier": "vs19_331_086",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_331_086/?format=api",
            "sitting": {
                "id": 1748,
                "date": "2024-07-23",
                "number": 331,
                "branch": "C"
            },
            "number": 86,
            "title": "Ordine del giorno n. 9/1975/41 SANTILLO AGOSTINO (M5S)",
            "original_title": "Ordine del giorno n. 9/1975/41 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": 1,
            "n_margin": 36,
            "majority_cohesion_rate": 65.13,
            "minority_cohesion_rate": 57.14
        },
        {
            "id": 34873,
            "slug": "vs19_331_080",
            "identifier": "vs19_331_080",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_331_080/?format=api",
            "sitting": {
                "id": 1748,
                "date": "2024-07-23",
                "number": 331,
                "branch": "C"
            },
            "number": 80,
            "title": "Ordine del giorno n. 9/1975/35 ORRICO ANNA LAURA (M5S)",
            "original_title": "Ordine del giorno n. 9/1975/35 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": 0,
            "n_margin": 25,
            "majority_cohesion_rate": 65.13,
            "minority_cohesion_rate": 66.46
        },
        {
            "id": 34889,
            "slug": "vs19_331_096",
            "identifier": "vs19_331_096",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_331_096/?format=api",
            "sitting": {
                "id": 1748,
                "date": "2024-07-23",
                "number": 331,
                "branch": "C"
            },
            "number": 96,
            "title": "Ordine del giorno n. 9/1975/52 APPENDINO CHIARA (M5S)",
            "original_title": "Ordine del giorno n. 9/1975/52 APPENDINO CHIARA (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": 29,
            "majority_cohesion_rate": 65.13,
            "minority_cohesion_rate": 62.73
        },
        {
            "id": 30465,
            "slug": "vs19_304_011",
            "identifier": "vs19_304_011",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_304_011/?format=api",
            "sitting": {
                "id": 1710,
                "date": "2024-06-11",
                "number": 304,
                "branch": "C"
            },
            "number": 11,
            "title": "Emendamento 1.23 BONAFE' SIMONA (PD-IDP) - Votazione Emendamento 1.23 DDL n. 1665",
            "original_title": "Votazione Emendamento 1.23 DDL n. 1665",
            "description_title": "Emendamento 1.23 BONAFE' SIMONA (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": 19,
            "majority_cohesion_rate": 65.13,
            "minority_cohesion_rate": 72.84
        },
        {
            "id": 30460,
            "slug": "vs19_304_006",
            "identifier": "vs19_304_006",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_304_006/?format=api",
            "sitting": {
                "id": 1710,
                "date": "2024-06-11",
                "number": 304,
                "branch": "C"
            },
            "number": 6,
            "title": "Emendamento 1.11 ASCARI STEFANIA (M5S) - Votazione Emendamento 1.11 DDL n. 1665",
            "original_title": "Votazione Emendamento 1.11 DDL n. 1665",
            "description_title": "Emendamento 1.11 ASCARI STEFANIA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 18,
            "majority_cohesion_rate": 65.13,
            "minority_cohesion_rate": 77.16
        },
        {
            "id": 31506,
            "slug": "vs19_340_030",
            "identifier": "vs19_340_030",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_340_030/?format=api",
            "sitting": {
                "id": 1766,
                "date": "2024-08-05",
                "number": 340,
                "branch": "C"
            },
            "number": 30,
            "title": "Emendamento 4.2 BONELLI ANGELO (AVS) - Votazione Emendamento 4.2 DDL n. 1997",
            "original_title": "Votazione Emendamento 4.2 DDL n. 1997",
            "description_title": "Emendamento 4.2 BONELLI ANGELO (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 22,
            "majority_cohesion_rate": 65.13,
            "minority_cohesion_rate": 70.19
        },
        {
            "id": 31542,
            "slug": "vs19_340_066",
            "identifier": "vs19_340_066",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_340_066/?format=api",
            "sitting": {
                "id": 1766,
                "date": "2024-08-05",
                "number": 340,
                "branch": "C"
            },
            "number": 66,
            "title": "Emendamento 9-quinquies.1 BORRELLI FRANCESCO EMILIO (AVS) - Votazione Emendamento 9-quinquies.1 DDL n. 1997",
            "original_title": "Votazione Emendamento 9-quinquies.1 DDL n. 1997",
            "description_title": "Emendamento 9-quinquies.1 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": 18,
            "majority_cohesion_rate": 65.13,
            "minority_cohesion_rate": 75.16
        },
        {
            "id": 32188,
            "slug": "vs19_326_036",
            "identifier": "vs19_326_036",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_326_036/?format=api",
            "sitting": {
                "id": 1740,
                "date": "2024-07-16",
                "number": 326,
                "branch": "C"
            },
            "number": 36,
            "title": "Ordine del giorno n. 9/1902/48 APPENDINO CHIARA (M5S) - Votazione Ordine del giorno 9/1902/48 DDL n. 1902",
            "original_title": "Votazione Ordine del giorno 9/1902/48 DDL n. 1902",
            "description_title": "Ordine del giorno n. 9/1902/48 APPENDINO CHIARA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 26,
            "majority_cohesion_rate": 65.13,
            "minority_cohesion_rate": 64.6
        },
        {
            "id": 31056,
            "slug": "vs19_318_018",
            "identifier": "vs19_318_018",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_318_018/?format=api",
            "sitting": {
                "id": 1730,
                "date": "2024-07-04",
                "number": 318,
                "branch": "C"
            },
            "number": 18,
            "title": "Emendamento 1.1 D'ORSO VALENTINA (M5S) - Votazione Emendamento 1.1 DDL n. 1718",
            "original_title": "Votazione Emendamento 1.1 DDL n. 1718",
            "description_title": "Emendamento 1.1 D'ORSO VALENTINA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 45,
            "majority_cohesion_rate": 65.13,
            "minority_cohesion_rate": 54.04
        }
    ]
}