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

{
    "count": 22927,
    "codelists": {
        "years": [
            {
                "id": "2025",
                "value": "2025"
            },
            {
                "id": "2024",
                "value": "2024"
            },
            {
                "id": "2023",
                "value": "2023"
            },
            {
                "id": "2022",
                "value": "2022"
            }
        ],
        "branch": [
            {
                "id": "S",
                "value": "Senato"
            },
            {
                "id": "C",
                "value": "Camera"
            }
        ],
        "governments": [
            {
                "id": 135225,
                "slug": "i-governo-meloni-2022-10-22",
                "start_date": "2022-10-22",
                "value": "Meloni I"
            }
        ],
        "governments_filter": [
            {
                "id": 135225,
                "slug": "i-governo-meloni-2022-10-22",
                "start_date": "2022-10-22",
                "value": "Meloni I"
            }
        ],
        "main_vote_type": [
            {
                "id": "is_key_vote",
                "value": "Voto chiave"
            },
            {
                "id": "is_final",
                "value": "Voto finale"
            },
            {
                "id": "is_confidence",
                "value": "Voto di fiducia"
            },
            {
                "id": "all",
                "value": "Tutti"
            }
        ],
        "sub_vote_type": [
            {
                "id": "ALL",
                "value": "Atto intero"
            },
            {
                "id": "ART",
                "value": "Articolo"
            },
            {
                "id": "AMEND",
                "value": "Emendamenti"
            },
            {
                "id": "ODG",
                "value": "ODG"
            },
            {
                "id": "PREJ",
                "value": "Questione pregiudiziale"
            },
            {
                "id": "EM_DECL",
                "value": "Dichiarazione d'urgenza"
            },
            {
                "id": "SUSP",
                "value": "Questione sospensiva"
            },
            {
                "id": "VAR_N",
                "value": "Nota di variazione"
            },
            {
                "id": "DONT_P",
                "value": "Non passaggio agli articoli"
            },
            {
                "id": "CLOS_DEB",
                "value": "Chiusura della discussione"
            },
            {
                "id": "RES",
                "value": "Risoluzione"
            },
            {
                "id": "DIM",
                "value": "Dimissioni"
            },
            {
                "id": "ELE",
                "value": "Elezioni"
            },
            {
                "id": "COORD",
                "value": "Proposta coordinamento"
            },
            {
                "id": "MOZ",
                "value": "Mozione"
            },
            {
                "id": "CPROP",
                "value": "Proposta giunta"
            }
        ],
        "vm_cohesion_rates": {
            "80_100": "dall'80 al 100%",
            "60_80": "dal 60 all'80%",
            "_60": "Meno del 60%"
        },
        "orderings": [
            {
                "id": "date",
                "value": "Data"
            },
            {
                "id": "majority_cohesion_rate",
                "value": "Compattezza maggioranza"
            },
            {
                "id": "n_rebels",
                "value": "Ribelli"
            },
            {
                "id": "identifier",
                "value": "Identificativo"
            },
            {
                "id": "n_margin",
                "value": "Margine"
            }
        ],
        "outcome": [
            {
                "id": "Respinto",
                "value": "Respinta"
            },
            {
                "id": "Approvato",
                "value": "Approvata"
            }
        ]
    },
    "next": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=-n_margin&page=149",
    "previous": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=-n_margin&page=147",
    "results": [
        {
            "id": 21906,
            "slug": "vs19_137_159",
            "identifier": "vs19_137_159",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_137_159/?format=api",
            "sitting": {
                "id": 1421,
                "date": "2023-07-11",
                "number": 137,
                "branch": "C"
            },
            "number": 159,
            "title": "Articolo 7 - Votazione Articolo 7 DDL n. 1038",
            "original_title": "Votazione Articolo 7 DDL n. 1038",
            "description_title": "Articolo 7",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 35,
            "majority_cohesion_rate": 70.89,
            "minority_cohesion_rate": 59.26
        },
        {
            "id": 22198,
            "slug": "vs19_147_009",
            "identifier": "vs19_147_009",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_147_009/?format=api",
            "sitting": {
                "id": 1431,
                "date": "2023-07-26",
                "number": 147,
                "branch": "C"
            },
            "number": 9,
            "title": "Emendamento 1.9 QUARTINI ANDREA (M5S) - Votazione Emendamento 1.9 PDL n. 0887",
            "original_title": "Votazione Emendamento 1.9 PDL n. 0887",
            "description_title": "Emendamento 1.9 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": 10,
            "n_margin": 35,
            "majority_cohesion_rate": 68.35,
            "minority_cohesion_rate": 60.49
        },
        {
            "id": 34095,
            "slug": "vs19_388_156",
            "identifier": "vs19_388_156",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_388_156/?format=api",
            "sitting": {
                "id": 1846,
                "date": "2024-11-27",
                "number": 388,
                "branch": "C"
            },
            "number": 156,
            "title": "Subemendamento 0.28.5000.5 CASU ANDREA (PD-IDP) - Votazione Emendamento 0.28.5000.5 DDL n. 2022",
            "original_title": "Votazione Emendamento 0.28.5000.5 DDL n. 2022",
            "description_title": "Subemendamento 0.28.5000.5 CASU ANDREA (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 35,
            "majority_cohesion_rate": 57.44,
            "minority_cohesion_rate": 45.22
        },
        {
            "id": 30864,
            "slug": "vs19_314_055",
            "identifier": "vs19_314_055",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_314_055/?format=api",
            "sitting": {
                "id": 1723,
                "date": "2024-06-26",
                "number": 314,
                "branch": "C"
            },
            "number": 55,
            "title": "Mozione n. 1-00295, nel testo riformulato, SQUERI LUCA (FI-PPE), MATTIA ALDO (FDI), ZINZI GIANPIERO (LEGA), CAVO ILARIA (NM-M) ed altri - Votazione Mozione 1_00295",
            "original_title": "Votazione Mozione 1_00295",
            "description_title": "Mozione n. 1-00295, nel testo riformulato, SQUERI LUCA (FI-PPE), MATTIA ALDO (FDI), ZINZI GIANPIERO (LEGA), CAVO ILARIA (NM-M) ed altri",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Mozione",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 35,
            "majority_cohesion_rate": 60.92,
            "minority_cohesion_rate": 55.9
        },
        {
            "id": 30127,
            "slug": "vs19_284_001",
            "identifier": "vs19_284_001",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_284_001/?format=api",
            "sitting": {
                "id": 1673,
                "date": "2024-04-24",
                "number": 284,
                "branch": "C"
            },
            "number": 1,
            "title": "Risoluzione di maggioranza sul Documento di economia e finanza 2024",
            "original_title": "Votazione Risoluzione 6_00108",
            "description_title": "Risoluzione n. 6-00108 FOTI TOMMASO (FDI), MOLINARI RICCARDO (LEGA), BARELLI PAOLO (FI-PPE) e LUPI MAURIZIO (NM-M) (Doc. LVII, n. 2)",
            "public_title": "Risoluzione di maggioranza sul Documento di economia e finanza 2024",
            "is_key_vote": true,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Risoluzione",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 35,
            "majority_cohesion_rate": 83.12,
            "minority_cohesion_rate": 77.3
        },
        {
            "id": 26735,
            "slug": "vs19_223_030",
            "identifier": "vs19_223_030",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_223_030/?format=api",
            "sitting": {
                "id": 1573,
                "date": "2024-01-10",
                "number": 223,
                "branch": "C"
            },
            "number": 30,
            "title": "Emendamento 2.50 VARCHI MARIA CAROLINA (FDI) - Votazione Emendamento 2.50 PDL n. 0823",
            "original_title": "Votazione Emendamento 2.50 PDL n. 0823",
            "description_title": "Emendamento 2.50 VARCHI MARIA CAROLINA (FDI)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 35,
            "majority_cohesion_rate": 68.78,
            "minority_cohesion_rate": 59.88
        },
        {
            "id": 25034,
            "slug": "vs19_190_019",
            "identifier": "vs19_190_019",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_190_019/?format=api",
            "sitting": {
                "id": 1520,
                "date": "2023-11-07",
                "number": 190,
                "branch": "C"
            },
            "number": 19,
            "title": "Fiducia conversione decreto Caivano",
            "original_title": "Votazione Articolo unico DDL n. 1517",
            "description_title": "Articolo unico del disegno di legge di conversione del decreto-legge 15 settembre 2023, n. 123, nel testo della Commissione, identico a quello approvato dal Senato, sul quale il Governo ha posto la questione di fiducia.",
            "public_title": "Fiducia conversione decreto Caivano",
            "is_key_vote": true,
            "is_final": false,
            "is_confidence": true,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 35,
            "majority_cohesion_rate": 81.43,
            "minority_cohesion_rate": 74.69
        },
        {
            "id": 31112,
            "slug": "vs19_321_089",
            "identifier": "vs19_321_089",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_321_089/?format=api",
            "sitting": {
                "id": 1733,
                "date": "2024-07-09",
                "number": 321,
                "branch": "C"
            },
            "number": 89,
            "title": "Ordine del giorno n. 9/1718/24 SILVESTRI FRANCESCO (M5S) - Votazione Ordine del giorno 9/1718/24 DDL n. 1718",
            "original_title": "Votazione Ordine del giorno 9/1718/24 DDL n. 1718",
            "description_title": "Ordine del giorno n. 9/1718/24 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": 0,
            "n_margin": 35,
            "majority_cohesion_rate": 67.65,
            "minority_cohesion_rate": 63.98
        },
        {
            "id": 22074,
            "slug": "vs19_137_018",
            "identifier": "vs19_137_018",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_137_018/?format=api",
            "sitting": {
                "id": 1421,
                "date": "2023-07-11",
                "number": 137,
                "branch": "C"
            },
            "number": 18,
            "title": "Emendamento 2.30 GRIMALDI MARCO (AVS) - Votazione Emendamento 2.30 DDL n. 1038",
            "original_title": "Votazione Emendamento 2.30 DDL n. 1038",
            "description_title": "Emendamento 2.30 GRIMALDI MARCO (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": 35,
            "majority_cohesion_rate": 71.31,
            "minority_cohesion_rate": 62.35
        },
        {
            "id": 37739,
            "slug": "vs19_464_008",
            "identifier": "vs19_464_008",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_464_008/?format=api",
            "sitting": {
                "id": 1962,
                "date": "2025-04-09",
                "number": 464,
                "branch": "C"
            },
            "number": 8,
            "title": "Emendamento 3.22 COLUCCI ALFONSO (M5S) - Votazione Emendamento 3.22 PDL n. 1621",
            "original_title": "Votazione Emendamento 3.22 PDL n. 1621",
            "description_title": "Emendamento 3.22 COLUCCI ALFONSO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 35,
            "majority_cohesion_rate": 63.79,
            "minority_cohesion_rate": 62.42
        },
        {
            "id": 30723,
            "slug": "vs19_309_239",
            "identifier": "vs19_309_239",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_309_239/?format=api",
            "sitting": {
                "id": 1715,
                "date": "2024-06-18",
                "number": 309,
                "branch": "C"
            },
            "number": 239,
            "title": "Ordine del giorno n. 9/1665/67 CHERCHI SUSANNA (M5S) - Votazione Ordine del giorno 9/1665/67 DDL n. 1665",
            "original_title": "Votazione Ordine del giorno 9/1665/67 DDL n. 1665",
            "description_title": "Ordine del giorno n. 9/1665/67 CHERCHI SUSANNA (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": 35,
            "majority_cohesion_rate": 70.59,
            "minority_cohesion_rate": 62.96
        },
        {
            "id": 38747,
            "slug": "vs19_487_107",
            "identifier": "vs19_487_107",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_487_107/?format=api",
            "sitting": {
                "id": 2002,
                "date": "2025-05-28",
                "number": 487,
                "branch": "C"
            },
            "number": 107,
            "title": "ODG 9/2355/137 - Votazione Ordine del giorno 9/2355/137 ",
            "original_title": "Votazione Ordine del giorno 9/2355/137 ",
            "description_title": "ODG 9/2355/137",
            "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": 35,
            "majority_cohesion_rate": 62.14,
            "minority_cohesion_rate": 52.23
        },
        {
            "id": 38751,
            "slug": "vs19_487_111",
            "identifier": "vs19_487_111",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_487_111/?format=api",
            "sitting": {
                "id": 2002,
                "date": "2025-05-28",
                "number": 487,
                "branch": "C"
            },
            "number": 111,
            "title": "ODG 9/2355/148 - Votazione Ordine del giorno 9/2355/148 ",
            "original_title": "Votazione Ordine del giorno 9/2355/148 ",
            "description_title": "ODG 9/2355/148",
            "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": 35,
            "majority_cohesion_rate": 60.91,
            "minority_cohesion_rate": 50.96
        },
        {
            "id": 28848,
            "slug": "vs19_255_020",
            "identifier": "vs19_255_020",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_255_020/?format=api",
            "sitting": {
                "id": 1627,
                "date": "2024-03-04",
                "number": 255,
                "branch": "C"
            },
            "number": 20,
            "title": "Emendamento 1.35 BONELLI ANGELO (AVS) - Votazione Emendamento 1.35 DDL n. 1658",
            "original_title": "Votazione Emendamento 1.35 DDL n. 1658",
            "description_title": "Emendamento 1.35 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": 35,
            "majority_cohesion_rate": 58.65,
            "minority_cohesion_rate": 44.44
        },
        {
            "id": 22831,
            "slug": "vs19_141_058",
            "identifier": "vs19_141_058",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_141_058/?format=api",
            "sitting": {
                "id": 1425,
                "date": "2023-07-18",
                "number": 141,
                "branch": "C"
            },
            "number": 58,
            "title": "Ordine del giorno n. 9/1134 E ABB./1 CAPPELLETTI ENRICO (M5S) - Votazione Ordine del giorno 9/1134 E ABB./1 DDL n. 1134",
            "original_title": "Votazione Ordine del giorno 9/1134 E ABB./1 DDL n. 1134",
            "description_title": "Ordine del giorno n. 9/1134 E ABB./1 CAPPELLETTI ENRICO (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": 35,
            "majority_cohesion_rate": 69.2,
            "minority_cohesion_rate": 58.64
        },
        {
            "id": 23954,
            "slug": "vs19_154_070",
            "identifier": "vs19_154_070",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_154_070/?format=api",
            "sitting": {
                "id": 1438,
                "date": "2023-08-04",
                "number": 154,
                "branch": "C"
            },
            "number": 70,
            "title": "Ordine del giorno n. 9/1038-B/27 BORRELLI FRANCESCO EMILIO (AVS) - Votazione Ordine del giorno 9/1038-B/27 DDL n. 1038-B",
            "original_title": "Votazione Ordine del giorno 9/1038-B/27 DDL n. 1038-B",
            "description_title": "Ordine del giorno n. 9/1038-B/27 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": 0,
            "n_margin": 35,
            "majority_cohesion_rate": 72.57,
            "minority_cohesion_rate": 64.2
        },
        {
            "id": 24560,
            "slug": "vs19_184_003",
            "identifier": "vs19_184_003",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_184_003/?format=api",
            "sitting": {
                "id": 1508,
                "date": "2023-10-25",
                "number": 184,
                "branch": "C"
            },
            "number": 3,
            "title": "Emendamento 1.3 PELUFFO VINICIO GIUSEPPE GUIDO (PD-IDP) - Votazione Emendamento 1.3 DDL n. 1406",
            "original_title": "Votazione Emendamento 1.3 DDL n. 1406",
            "description_title": "Emendamento 1.3 PELUFFO VINICIO GIUSEPPE GUIDO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 35,
            "majority_cohesion_rate": 67.09,
            "minority_cohesion_rate": 56.17
        },
        {
            "id": 38659,
            "slug": "vs19_487_019",
            "identifier": "vs19_487_019",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_487_019/?format=api",
            "sitting": {
                "id": 2002,
                "date": "2025-05-28",
                "number": 487,
                "branch": "C"
            },
            "number": 19,
            "title": "ODG 9/2355/41 - Votazione Ordine del giorno 9/2355/41 ",
            "original_title": "Votazione Ordine del giorno 9/2355/41 ",
            "description_title": "ODG 9/2355/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": 1,
            "n_margin": 35,
            "majority_cohesion_rate": 64.2,
            "minority_cohesion_rate": 59.24
        },
        {
            "id": 30696,
            "slug": "vs19_309_241",
            "identifier": "vs19_309_241",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_309_241/?format=api",
            "sitting": {
                "id": 1715,
                "date": "2024-06-18",
                "number": 309,
                "branch": "C"
            },
            "number": 241,
            "title": "Ordine del giorno n. 9/1665/69 COSTA SERGIO (M5S) - Votazione Ordine del giorno 9/1665/69 DDL n. 1665",
            "original_title": "Votazione Ordine del giorno 9/1665/69 DDL n. 1665",
            "description_title": "Ordine del giorno n. 9/1665/69 COSTA SERGIO (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": 34,
            "majority_cohesion_rate": 70.59,
            "minority_cohesion_rate": 64.2
        },
        {
            "id": 30717,
            "slug": "vs19_309_229",
            "identifier": "vs19_309_229",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_309_229/?format=api",
            "sitting": {
                "id": 1715,
                "date": "2024-06-18",
                "number": 309,
                "branch": "C"
            },
            "number": 229,
            "title": "Ordine del giorno n. 9/1665/57 DI LAURO CARMEN (M5S) - Votazione Ordine del giorno 9/1665/57 DDL n. 1665",
            "original_title": "Votazione Ordine del giorno 9/1665/57 DDL n. 1665",
            "description_title": "Ordine del giorno n. 9/1665/57 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": 34,
            "majority_cohesion_rate": 70.17,
            "minority_cohesion_rate": 64.2
        },
        {
            "id": 30726,
            "slug": "vs19_309_245",
            "identifier": "vs19_309_245",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_309_245/?format=api",
            "sitting": {
                "id": 1715,
                "date": "2024-06-18",
                "number": 309,
                "branch": "C"
            },
            "number": 245,
            "title": "Ordine del giorno n. 9/1665/73 AMATO GAETANO (M5S) - Votazione Ordine del giorno 9/1665/73 DDL n. 1665",
            "original_title": "Votazione Ordine del giorno 9/1665/73 DDL n. 1665",
            "description_title": "Ordine del giorno n. 9/1665/73 AMATO GAETANO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 34,
            "majority_cohesion_rate": 71.01,
            "minority_cohesion_rate": 65.43
        },
        {
            "id": 32210,
            "slug": "vs19_326_058",
            "identifier": "vs19_326_058",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_326_058/?format=api",
            "sitting": {
                "id": 1740,
                "date": "2024-07-16",
                "number": 326,
                "branch": "C"
            },
            "number": 58,
            "title": "Ordine del giorno n. 9/1902/76 BARBAGALLO ANTHONY EMANUELE (PD-IDP) - Votazione Ordine del giorno 9/1902/76 DDL n. 1902",
            "original_title": "Votazione Ordine del giorno 9/1902/76 DDL n. 1902",
            "description_title": "Ordine del giorno n. 9/1902/76 BARBAGALLO ANTHONY EMANUELE (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": 34,
            "majority_cohesion_rate": 66.81,
            "minority_cohesion_rate": 57.14
        },
        {
            "id": 30739,
            "slug": "vs19_309_217",
            "identifier": "vs19_309_217",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_309_217/?format=api",
            "sitting": {
                "id": 1715,
                "date": "2024-06-18",
                "number": 309,
                "branch": "C"
            },
            "number": 217,
            "title": "Ordine del giorno n. 9/1665/45 CAROTENUTO DARIO (M5S) - Votazione Ordine del giorno 9/1665/45 DDL n. 1665",
            "original_title": "Votazione Ordine del giorno 9/1665/45 DDL n. 1665",
            "description_title": "Ordine del giorno n. 9/1665/45 CAROTENUTO DARIO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 34,
            "majority_cohesion_rate": 69.33,
            "minority_cohesion_rate": 62.96
        },
        {
            "id": 31049,
            "slug": "vs19_321_008",
            "identifier": "vs19_321_008",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_321_008/?format=api",
            "sitting": {
                "id": 1733,
                "date": "2024-07-09",
                "number": 321,
                "branch": "C"
            },
            "number": 8,
            "title": "Identici emendamenti 2.16 D'ORSO VALENTINA (M5S) e 2.17 GIANASSI FEDERICO (PD-IDP) - Votazione Emendamento 2.16 DDL n. 1718",
            "original_title": "Votazione Emendamento 2.16 DDL n. 1718",
            "description_title": "Identici emendamenti 2.16 D'ORSO VALENTINA (M5S) e 2.17 GIANASSI FEDERICO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 34,
            "majority_cohesion_rate": 66.81,
            "minority_cohesion_rate": 65.22
        },
        {
            "id": 22310,
            "slug": "vs19_150_021",
            "identifier": "vs19_150_021",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_150_021/?format=api",
            "sitting": {
                "id": 1434,
                "date": "2023-07-31",
                "number": 150,
                "branch": "C"
            },
            "number": 21,
            "title": "Ordine del giorno n. 9/1239/38 CUPERLO GIANNI (PD-IDP) - Votazione Ordine del giorno 9/1239/38 DDL n. 1239",
            "original_title": "Votazione Ordine del giorno 9/1239/38 DDL n. 1239",
            "description_title": "Ordine del giorno n. 9/1239/38 CUPERLO GIANNI (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": 34,
            "majority_cohesion_rate": 70.04,
            "minority_cohesion_rate": 61.11
        },
        {
            "id": 37207,
            "slug": "vs19_449_048",
            "identifier": "vs19_449_048",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_449_048/?format=api",
            "sitting": {
                "id": 1942,
                "date": "2025-03-18",
                "number": 449,
                "branch": "C"
            },
            "number": 48,
            "title": "Emendamento 1-ter.12 SANTILLO AGOSTINO (M5S) - Votazione Emendamento 1-ter.12 DDL n. 2285",
            "original_title": "Votazione Emendamento 1-ter.12 DDL n. 2285",
            "description_title": "Emendamento 1-ter.12 SANTILLO AGOSTINO (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": 34,
            "majority_cohesion_rate": 59.67,
            "minority_cohesion_rate": 57.96
        },
        {
            "id": 30506,
            "slug": "vs19_309_107",
            "identifier": "vs19_309_107",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_309_107/?format=api",
            "sitting": {
                "id": 1715,
                "date": "2024-06-18",
                "number": 309,
                "branch": "C"
            },
            "number": 107,
            "title": "Emendamento 4.108 CAPPELLETTI ENRICO (M5S) - Votazione Emendamento 4.108 DDL n. 1665",
            "original_title": "Votazione Emendamento 4.108 DDL n. 1665",
            "description_title": "Emendamento 4.108 CAPPELLETTI ENRICO (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": 34,
            "majority_cohesion_rate": 71.43,
            "minority_cohesion_rate": 65.43
        },
        {
            "id": 34468,
            "slug": "vs19_388_075",
            "identifier": "vs19_388_075",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_388_075/?format=api",
            "sitting": {
                "id": 1846,
                "date": "2024-11-27",
                "number": 388,
                "branch": "C"
            },
            "number": 75,
            "title": "Articolo aggiuntivo 19.03 SIMIANI MARCO (PD-IDP) - Votazione Emendamento 19.03 DDL n. 2022",
            "original_title": "Votazione Emendamento 19.03 DDL n. 2022",
            "description_title": "Articolo aggiuntivo 19.03 SIMIANI 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": 3,
            "n_margin": 34,
            "majority_cohesion_rate": 58.68,
            "minority_cohesion_rate": 47.13
        },
        {
            "id": 34462,
            "slug": "vs19_388_065",
            "identifier": "vs19_388_065",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_388_065/?format=api",
            "sitting": {
                "id": 1846,
                "date": "2024-11-27",
                "number": 388,
                "branch": "C"
            },
            "number": 65,
            "title": "Identici articoli aggiuntivi 15.02 BONELLI ANGELO (AVS), 15.03 DE MICHELI PAOLA (PD-IDP) e 15.04 DEL BARBA MAURO (IVICRE) - Votazione Emendamento 15.02 DDL n. 2022",
            "original_title": "Votazione Emendamento 15.02 DDL n. 2022",
            "description_title": "Identici articoli aggiuntivi 15.02 BONELLI ANGELO (AVS), 15.03 DE MICHELI PAOLA (PD-IDP) e 15.04 DEL BARBA MAURO (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": 34,
            "majority_cohesion_rate": 58.68,
            "minority_cohesion_rate": 47.77
        },
        {
            "id": 26853,
            "slug": "vs19_227_038",
            "identifier": "vs19_227_038",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_227_038/?format=api",
            "sitting": {
                "id": 1578,
                "date": "2024-01-16",
                "number": 227,
                "branch": "C"
            },
            "number": 38,
            "title": "Ordine del giorno n. 9/893 E ABB/8 SCUTELLA' ELISA (M5S) - Votazione Ordine del giorno 9/893 E ABB/8 PDL n. 0893",
            "original_title": "Votazione Ordine del giorno 9/893 E ABB/8 PDL n. 0893",
            "description_title": "Ordine del giorno n. 9/893 E ABB/8 SCUTELLA' ELISA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 34,
            "majority_cohesion_rate": 63.71,
            "minority_cohesion_rate": 61.11
        },
        {
            "id": 31031,
            "slug": "vs19_321_002",
            "identifier": "vs19_321_002",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_321_002/?format=api",
            "sitting": {
                "id": 1733,
                "date": "2024-07-09",
                "number": 321,
                "branch": "C"
            },
            "number": 2,
            "title": "Identici emendamenti 2.9 DORI DEVIS (AVS) e 2.10 GIANASSI FEDERICO (PD-IDP) - Votazione Emendamento 2.9 DDL n. 1718",
            "original_title": "Votazione Emendamento 2.9 DDL n. 1718",
            "description_title": "Identici emendamenti 2.9 DORI DEVIS (AVS) e 2.10 GIANASSI FEDERICO (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": 34,
            "majority_cohesion_rate": 68.49,
            "minority_cohesion_rate": 64.6
        },
        {
            "id": 34053,
            "slug": "vs19_388_161",
            "identifier": "vs19_388_161",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_388_161/?format=api",
            "sitting": {
                "id": 1846,
                "date": "2024-11-27",
                "number": 388,
                "branch": "C"
            },
            "number": 161,
            "title": "Emendamento 28.20 DI SANZO CHRISTIAN DIEGO (PD-IDP) - Votazione Emendamento 28.20 DDL n. 2022",
            "original_title": "Votazione Emendamento 28.20 DDL n. 2022",
            "description_title": "Emendamento 28.20 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": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 34,
            "majority_cohesion_rate": 58.26,
            "minority_cohesion_rate": 47.13
        },
        {
            "id": 22205,
            "slug": "vs19_147_005",
            "identifier": "vs19_147_005",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_147_005/?format=api",
            "sitting": {
                "id": 1431,
                "date": "2023-07-26",
                "number": 147,
                "branch": "C"
            },
            "number": 5,
            "title": "Emendamento 1.1026 ZAN ALESSANDRO (PD-IDP) - Votazione Emendamento 1.1026 PDL n. 0887",
            "original_title": "Votazione Emendamento 1.1026 PDL n. 0887",
            "description_title": "Emendamento 1.1026 ZAN ALESSANDRO (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": 14,
            "n_margin": 34,
            "majority_cohesion_rate": 71.31,
            "minority_cohesion_rate": 67.9
        },
        {
            "id": 22118,
            "slug": "vs19_137_166",
            "identifier": "vs19_137_166",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_137_166/?format=api",
            "sitting": {
                "id": 1421,
                "date": "2023-07-11",
                "number": 137,
                "branch": "C"
            },
            "number": 166,
            "title": "Articolo aggiuntivo 8.03 FENU EMILIANO (M5S) - Votazione Emendamento 8.03 DDL n. 1038",
            "original_title": "Votazione Emendamento 8.03 DDL n. 1038",
            "description_title": "Articolo aggiuntivo 8.03 FENU EMILIANO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 3,
            "n_margin": 34,
            "majority_cohesion_rate": 69.2,
            "minority_cohesion_rate": 59.26
        },
        {
            "id": 22620,
            "slug": "vs19_140_017",
            "identifier": "vs19_140_017",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_140_017/?format=api",
            "sitting": {
                "id": 1424,
                "date": "2023-07-17",
                "number": 140,
                "branch": "C"
            },
            "number": 17,
            "title": "Ordine del giorno n. 9/1183/24 BRAGA CHIARA (PD-IDP) - Votazione Ordine del giorno 9/1183/24 DDL n. 1183",
            "original_title": "Votazione Ordine del giorno 9/1183/24 DDL n. 1183",
            "description_title": "Ordine del giorno n. 9/1183/24 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": 2,
            "n_margin": 34,
            "majority_cohesion_rate": 70.04,
            "minority_cohesion_rate": 60.49
        },
        {
            "id": 37738,
            "slug": "vs19_464_007",
            "identifier": "vs19_464_007",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_464_007/?format=api",
            "sitting": {
                "id": 1962,
                "date": "2025-04-09",
                "number": 464,
                "branch": "C"
            },
            "number": 7,
            "title": "Emendamento 3.21 COLUCCI ALFONSO (M5S) - Votazione Emendamento 3.21 PDL n. 1621",
            "original_title": "Votazione Emendamento 3.21 PDL n. 1621",
            "description_title": "Emendamento 3.21 COLUCCI ALFONSO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 34,
            "majority_cohesion_rate": 63.79,
            "minority_cohesion_rate": 63.69
        },
        {
            "id": 22628,
            "slug": "vs19_140_005",
            "identifier": "vs19_140_005",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_140_005/?format=api",
            "sitting": {
                "id": 1424,
                "date": "2023-07-17",
                "number": 140,
                "branch": "C"
            },
            "number": 5,
            "title": "Ordine del giorno n. 9/1183/7 TORTO DANIELA (M5S) - Votazione Ordine del giorno 9/1183/7 DDL n. 1183",
            "original_title": "Votazione Ordine del giorno 9/1183/7 DDL n. 1183",
            "description_title": "Ordine del giorno n. 9/1183/7 TORTO DANIELA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 34,
            "majority_cohesion_rate": 68.78,
            "minority_cohesion_rate": 59.26
        },
        {
            "id": 30744,
            "slug": "vs19_309_234",
            "identifier": "vs19_309_234",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_309_234/?format=api",
            "sitting": {
                "id": 1715,
                "date": "2024-06-18",
                "number": 309,
                "branch": "C"
            },
            "number": 234,
            "title": "Ordine del giorno n. 9/1665/62 FEDE GIORGIO (M5S) - Votazione Ordine del giorno 9/1665/62 DDL n. 1665",
            "original_title": "Votazione Ordine del giorno 9/1665/62 DDL n. 1665",
            "description_title": "Ordine del giorno n. 9/1665/62 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": 34,
            "majority_cohesion_rate": 70.59,
            "minority_cohesion_rate": 64.81
        },
        {
            "id": 30720,
            "slug": "vs19_309_221",
            "identifier": "vs19_309_221",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_309_221/?format=api",
            "sitting": {
                "id": 1715,
                "date": "2024-06-18",
                "number": 309,
                "branch": "C"
            },
            "number": 221,
            "title": "Ordine del giorno n. 9/1665/49 CARMINA IDA (M5S) - Votazione Ordine del giorno 9/1665/49 DDL n. 1665",
            "original_title": "Votazione Ordine del giorno 9/1665/49 DDL n. 1665",
            "description_title": "Ordine del giorno n. 9/1665/49 CARMINA IDA (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": 34,
            "majority_cohesion_rate": 69.75,
            "minority_cohesion_rate": 63.58
        },
        {
            "id": 38788,
            "slug": "vs19_490_002",
            "identifier": "vs19_490_002",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_490_002/?format=api",
            "sitting": {
                "id": 2009,
                "date": "2025-06-10",
                "number": 490,
                "branch": "C"
            },
            "number": 2,
            "title": "MOZ 1-447 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "MOZ 1-447",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 34,
            "majority_cohesion_rate": 73.36,
            "minority_cohesion_rate": 69.87
        },
        {
            "id": 21942,
            "slug": "vs19_138_019",
            "identifier": "vs19_138_019",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_138_019/?format=api",
            "sitting": {
                "id": 1422,
                "date": "2023-07-12",
                "number": 138,
                "branch": "C"
            },
            "number": 19,
            "title": "Articolo 13 - Votazione Articolo 13 DDL n. 1038",
            "original_title": "Votazione Articolo 13 DDL n. 1038",
            "description_title": "Articolo 13",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 2,
            "n_margin": 34,
            "majority_cohesion_rate": 72.15,
            "minority_cohesion_rate": 64.2
        },
        {
            "id": 30721,
            "slug": "vs19_309_187",
            "identifier": "vs19_309_187",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_309_187/?format=api",
            "sitting": {
                "id": 1715,
                "date": "2024-06-18",
                "number": 309,
                "branch": "C"
            },
            "number": 187,
            "title": "Ordine del giorno n. 9/1665/8 MARI FRANCESCO (AVS) - Votazione Ordine del giorno 9/1665/8 DDL n. 1665",
            "original_title": "Votazione Ordine del giorno 9/1665/8 DDL n. 1665",
            "description_title": "Ordine del giorno n. 9/1665/8 MARI FRANCESCO (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 34,
            "majority_cohesion_rate": 71.01,
            "minority_cohesion_rate": 65.43
        },
        {
            "id": 30704,
            "slug": "vs19_309_228",
            "identifier": "vs19_309_228",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_309_228/?format=api",
            "sitting": {
                "id": 1715,
                "date": "2024-06-18",
                "number": 309,
                "branch": "C"
            },
            "number": 228,
            "title": "Ordine del giorno n. 9/1665/56 GIULIANO CARLA (M5S) - Votazione Ordine del giorno 9/1665/56 DDL n. 1665",
            "original_title": "Votazione Ordine del giorno 9/1665/56 DDL n. 1665",
            "description_title": "Ordine del giorno n. 9/1665/56 GIULIANO CARLA (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": 34,
            "majority_cohesion_rate": 71.85,
            "minority_cohesion_rate": 66.05
        },
        {
            "id": 37741,
            "slug": "vs19_464_010",
            "identifier": "vs19_464_010",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_464_010/?format=api",
            "sitting": {
                "id": 1962,
                "date": "2025-04-09",
                "number": 464,
                "branch": "C"
            },
            "number": 10,
            "title": "Emendamento 3.37 COLUCCI ALFONSO (M5S) - Votazione Emendamento 3.37 PDL n. 1621",
            "original_title": "Votazione Emendamento 3.37 PDL n. 1621",
            "description_title": "Emendamento 3.37 COLUCCI ALFONSO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 34,
            "majority_cohesion_rate": 63.37,
            "minority_cohesion_rate": 63.06
        },
        {
            "id": 38740,
            "slug": "vs19_487_100",
            "identifier": "vs19_487_100",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_487_100/?format=api",
            "sitting": {
                "id": 2002,
                "date": "2025-05-28",
                "number": 487,
                "branch": "C"
            },
            "number": 100,
            "title": "ODG 9/2355/130 - Votazione Ordine del giorno 9/2355/130 ",
            "original_title": "Votazione Ordine del giorno 9/2355/130 ",
            "description_title": "ODG 9/2355/130",
            "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": 59.67,
            "minority_cohesion_rate": 50.32
        },
        {
            "id": 38738,
            "slug": "vs19_487_098",
            "identifier": "vs19_487_098",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_487_098/?format=api",
            "sitting": {
                "id": 2002,
                "date": "2025-05-28",
                "number": 487,
                "branch": "C"
            },
            "number": 98,
            "title": "ODG 9/2355/128 - Votazione Ordine del giorno 9/2355/128 ",
            "original_title": "Votazione Ordine del giorno 9/2355/128 ",
            "description_title": "ODG 9/2355/128",
            "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": 60.49,
            "minority_cohesion_rate": 51.59
        },
        {
            "id": 38737,
            "slug": "vs19_487_097",
            "identifier": "vs19_487_097",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_487_097/?format=api",
            "sitting": {
                "id": 2002,
                "date": "2025-05-28",
                "number": 487,
                "branch": "C"
            },
            "number": 97,
            "title": "ODG 9/2355/127 - Votazione Ordine del giorno 9/2355/127 ",
            "original_title": "Votazione Ordine del giorno 9/2355/127 ",
            "description_title": "ODG 9/2355/127",
            "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": 61.32,
            "minority_cohesion_rate": 52.23
        },
        {
            "id": 38735,
            "slug": "vs19_487_095",
            "identifier": "vs19_487_095",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_487_095/?format=api",
            "sitting": {
                "id": 2002,
                "date": "2025-05-28",
                "number": 487,
                "branch": "C"
            },
            "number": 95,
            "title": "ODG 9/2355/125 - Votazione Ordine del giorno 9/2355/125 ",
            "original_title": "Votazione Ordine del giorno 9/2355/125 ",
            "description_title": "ODG 9/2355/125",
            "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": 62.14,
            "minority_cohesion_rate": 54.78
        },
        {
            "id": 38734,
            "slug": "vs19_487_094",
            "identifier": "vs19_487_094",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_487_094/?format=api",
            "sitting": {
                "id": 2002,
                "date": "2025-05-28",
                "number": 487,
                "branch": "C"
            },
            "number": 94,
            "title": "ODG 9/2355/124 - Votazione Ordine del giorno 9/2355/124 ",
            "original_title": "Votazione Ordine del giorno 9/2355/124 ",
            "description_title": "ODG 9/2355/124",
            "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": 61.73,
            "minority_cohesion_rate": 53.5
        },
        {
            "id": 38731,
            "slug": "vs19_487_091",
            "identifier": "vs19_487_091",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_487_091/?format=api",
            "sitting": {
                "id": 2002,
                "date": "2025-05-28",
                "number": 487,
                "branch": "C"
            },
            "number": 91,
            "title": "ODG 9/2355/121 - Votazione Ordine del giorno 9/2355/121 ",
            "original_title": "Votazione Ordine del giorno 9/2355/121 ",
            "description_title": "ODG 9/2355/121",
            "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": 62.55,
            "minority_cohesion_rate": 54.78
        }
    ]
}