Returns all available votings, paged, filtered, sorted, ....
GET /api-openparlamento/v1/19/votings/?format=api&ordering=-n_margin&page=123
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=124",
    "previous": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=-n_margin&page=122",
    "results": [
        {
            "id": 37172,
            "slug": "vs19_449_013",
            "identifier": "vs19_449_013",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_449_013/?format=api",
            "sitting": {
                "id": 1942,
                "date": "2025-03-18",
                "number": 449,
                "branch": "C"
            },
            "number": 13,
            "title": "Emendamento 1.14 PELUFFO VINICIO GIUSEPPE GUIDO (PD-IDP) - Votazione Emendamento 1.14 DDL n. 2285",
            "original_title": "Votazione Emendamento 1.14 DDL n. 2285",
            "description_title": "Emendamento 1.14 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": 40,
            "majority_cohesion_rate": 62.14,
            "minority_cohesion_rate": 46.5
        },
        {
            "id": 23962,
            "slug": "vs19_154_052",
            "identifier": "vs19_154_052",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_154_052/?format=api",
            "sitting": {
                "id": 1438,
                "date": "2023-08-04",
                "number": 154,
                "branch": "C"
            },
            "number": 52,
            "title": "Ordine del giorno n. 9/1038-B/2 BARZOTTI VALENTINA (M5S) - Votazione Ordine del giorno 9/1038-B/2 DDL n. 1038-B",
            "original_title": "Votazione Ordine del giorno 9/1038-B/2 DDL n. 1038-B",
            "description_title": "Ordine del giorno n. 9/1038-B/2 BARZOTTI VALENTINA (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": 40,
            "majority_cohesion_rate": 70.46,
            "minority_cohesion_rate": 54.94
        },
        {
            "id": 30071,
            "slug": "vs19_281_042",
            "identifier": "vs19_281_042",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_281_042/?format=api",
            "sitting": {
                "id": 1668,
                "date": "2024-04-17",
                "number": 281,
                "branch": "C"
            },
            "number": 42,
            "title": "Ordine del giorno n. 9/1752/65 RICCIARDI RICCARDO (M5S) - Votazione Ordine del giorno 9/1752/65 DDL n. 1752",
            "original_title": "Votazione Ordine del giorno 9/1752/65 DDL n. 1752",
            "description_title": "Ordine del giorno n. 9/1752/65 RICCIARDI RICCARDO (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": 40,
            "majority_cohesion_rate": 63.29,
            "minority_cohesion_rate": 53.7
        },
        {
            "id": 25590,
            "slug": "vs19_210_032",
            "identifier": "vs19_210_032",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_032/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 32,
            "title": "Emendamento 6.6 PELUFFO VINICIO GIUSEPPE GUIDO (PD-IDP) - Votazione Emendamento 6.6 DDL n. 1341",
            "original_title": "Votazione Emendamento 6.6 DDL n. 1341",
            "description_title": "Emendamento 6.6 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": 1,
            "n_margin": 40,
            "majority_cohesion_rate": 63.29,
            "minority_cohesion_rate": 44.44
        },
        {
            "id": 22233,
            "slug": "vs19_138_052",
            "identifier": "vs19_138_052",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_138_052/?format=api",
            "sitting": {
                "id": 1422,
                "date": "2023-07-12",
                "number": 138,
                "branch": "C"
            },
            "number": 52,
            "title": "Ordine del giorno n. 9/1038 e abb./23 AURIEMMA CARMELA (M5S) - Votazione Ordine del giorno 9/1038 e abb./23 DDL n. 1038",
            "original_title": "Votazione Ordine del giorno 9/1038 e abb./23 DDL n. 1038",
            "description_title": "Ordine del giorno n. 9/1038 e abb./23 AURIEMMA CARMELA (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": 40,
            "majority_cohesion_rate": 70.46,
            "minority_cohesion_rate": 65.43
        },
        {
            "id": 22194,
            "slug": "vs19_147_011",
            "identifier": "vs19_147_011",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_147_011/?format=api",
            "sitting": {
                "id": 1431,
                "date": "2023-07-26",
                "number": 147,
                "branch": "C"
            },
            "number": 11,
            "title": "Emendamento 1.14 QUARTINI ANDREA (M5S) - Votazione Emendamento 1.14 PDL n. 0887",
            "original_title": "Votazione Emendamento 1.14 PDL n. 0887",
            "description_title": "Emendamento 1.14 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": 40,
            "majority_cohesion_rate": 66.67,
            "minority_cohesion_rate": 58.02
        },
        {
            "id": 31118,
            "slug": "vs19_321_071",
            "identifier": "vs19_321_071",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_321_071/?format=api",
            "sitting": {
                "id": 1733,
                "date": "2024-07-09",
                "number": 321,
                "branch": "C"
            },
            "number": 71,
            "title": "Ordine del giorno n. 9/1718/6 CASO ANTONIO (M5S) - Votazione Ordine del giorno 9/1718/6 DDL n. 1718",
            "original_title": "Votazione Ordine del giorno 9/1718/6 DDL n. 1718",
            "description_title": "Ordine del giorno n. 9/1718/6 CASO ANTONIO (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": 40,
            "majority_cohesion_rate": 69.75,
            "minority_cohesion_rate": 64.6
        },
        {
            "id": 21894,
            "slug": "vs19_138_035",
            "identifier": "vs19_138_035",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_138_035/?format=api",
            "sitting": {
                "id": 1422,
                "date": "2023-07-12",
                "number": 138,
                "branch": "C"
            },
            "number": 35,
            "title": "Emendamento 17.1 MEROLA VIRGINIO (PD-IDP) - Votazione Emendamento 17.1 DDL n. 1038",
            "original_title": "Votazione Emendamento 17.1 DDL n. 1038",
            "description_title": "Emendamento 17.1 MEROLA VIRGINIO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 40,
            "majority_cohesion_rate": 71.31,
            "minority_cohesion_rate": 64.81
        },
        {
            "id": 25680,
            "slug": "vs19_210_067",
            "identifier": "vs19_210_067",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_067/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 67,
            "title": "Articolo aggiuntivo 17.01 VACCARI STEFANO (PD-IDP) - Votazione Emendamento 17.01 DDL n. 1341",
            "original_title": "Votazione Emendamento 17.01 DDL n. 1341",
            "description_title": "Articolo aggiuntivo 17.01 VACCARI STEFANO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 40,
            "majority_cohesion_rate": 64.14,
            "minority_cohesion_rate": 45.06
        },
        {
            "id": 38753,
            "slug": "vs19_487_113",
            "identifier": "vs19_487_113",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_487_113/?format=api",
            "sitting": {
                "id": 2002,
                "date": "2025-05-28",
                "number": 487,
                "branch": "C"
            },
            "number": 113,
            "title": "ODG 9/2355/151 - Votazione Ordine del giorno 9/2355/151 ",
            "original_title": "Votazione Ordine del giorno 9/2355/151 ",
            "description_title": "ODG 9/2355/151",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 5,
            "n_margin": 40,
            "majority_cohesion_rate": 59.67,
            "minority_cohesion_rate": 42.68
        },
        {
            "id": 31835,
            "slug": "vs19_344_073",
            "identifier": "vs19_344_073",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_344_073/?format=api",
            "sitting": {
                "id": 1770,
                "date": "2024-09-11",
                "number": 344,
                "branch": "C"
            },
            "number": 73,
            "title": "Emendamento 11.4 SERRACCHIANI DEBORA (PD-IDP) - Votazione Emendamento 11.4 DDL n. 1660",
            "original_title": "Votazione Emendamento 11.4 DDL n. 1660",
            "description_title": "Emendamento 11.4 SERRACCHIANI DEBORA (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": 40,
            "majority_cohesion_rate": 64.85,
            "minority_cohesion_rate": 48.12
        },
        {
            "id": 26841,
            "slug": "vs19_227_016",
            "identifier": "vs19_227_016",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_227_016/?format=api",
            "sitting": {
                "id": 1578,
                "date": "2024-01-16",
                "number": 227,
                "branch": "C"
            },
            "number": 16,
            "title": "Emendamento 1.67 D'ORSO VALENTINA (M5S) - Votazione Emendamento 1.67 PDL n. 0893",
            "original_title": "Votazione Emendamento 1.67 PDL n. 0893",
            "description_title": "Emendamento 1.67 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": 1,
            "n_margin": 40,
            "majority_cohesion_rate": 69.62,
            "minority_cohesion_rate": 62.96
        },
        {
            "id": 31011,
            "slug": "vs19_321_010",
            "identifier": "vs19_321_010",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_321_010/?format=api",
            "sitting": {
                "id": 1733,
                "date": "2024-07-09",
                "number": 321,
                "branch": "C"
            },
            "number": 10,
            "title": "Emendamento 2.19 D'ORSO VALENTINA (M5S) - Votazione Emendamento 2.19 DDL n. 1718",
            "original_title": "Votazione Emendamento 2.19 DDL n. 1718",
            "description_title": "Emendamento 2.19 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": 40,
            "majority_cohesion_rate": 68.49,
            "minority_cohesion_rate": 62.73
        },
        {
            "id": 29510,
            "slug": "vs19_187_008",
            "identifier": "vs19_187_008",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_187_008/?format=api",
            "sitting": {
                "id": 1517,
                "date": "2023-10-30",
                "number": 187,
                "branch": "C"
            },
            "number": 8,
            "title": "Ordine del giorno n. 9/1416/17 BARZOTTI VALENTINA (M5S) - Votazione Ordine del giorno 9/1416/17 DDL n. 1416",
            "original_title": "Votazione Ordine del giorno 9/1416/17 DDL n. 1416",
            "description_title": "Ordine del giorno n. 9/1416/17 BARZOTTI VALENTINA (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": 40,
            "majority_cohesion_rate": 69.2,
            "minority_cohesion_rate": 59.88
        },
        {
            "id": 29515,
            "slug": "vs19_187_013",
            "identifier": "vs19_187_013",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_187_013/?format=api",
            "sitting": {
                "id": 1517,
                "date": "2023-10-30",
                "number": 187,
                "branch": "C"
            },
            "number": 13,
            "title": "Ordine del giorno n. 9/1416/22 AIELLO DAVIDE (M5S) - Votazione Ordine del giorno 9/1416/22 DDL n. 1416",
            "original_title": "Votazione Ordine del giorno 9/1416/22 DDL n. 1416",
            "description_title": "Ordine del giorno n. 9/1416/22 AIELLO DAVIDE (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 40,
            "majority_cohesion_rate": 67.93,
            "minority_cohesion_rate": 57.41
        },
        {
            "id": 22128,
            "slug": "vs19_138_011",
            "identifier": "vs19_138_011",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_138_011/?format=api",
            "sitting": {
                "id": 1422,
                "date": "2023-07-12",
                "number": 138,
                "branch": "C"
            },
            "number": 11,
            "title": "Emendamento 13.3 QUARTINI ANDREA (M5S) - Votazione Emendamento 13.3 DDL n. 1038",
            "original_title": "Votazione Emendamento 13.3 DDL n. 1038",
            "description_title": "Emendamento 13.3 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": 0,
            "n_margin": 40,
            "majority_cohesion_rate": 73.0,
            "minority_cohesion_rate": 68.52
        },
        {
            "id": 22097,
            "slug": "vs19_138_003",
            "identifier": "vs19_138_003",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_138_003/?format=api",
            "sitting": {
                "id": 1422,
                "date": "2023-07-12",
                "number": 138,
                "branch": "C"
            },
            "number": 3,
            "title": "Emendamento 12.12 COSTA SERGIO (M5S) - Votazione Emendamento 12.12 DDL n. 1038",
            "original_title": "Votazione Emendamento 12.12 DDL n. 1038",
            "description_title": "Emendamento 12.12 COSTA SERGIO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 40,
            "majority_cohesion_rate": 67.93,
            "minority_cohesion_rate": 60.49
        },
        {
            "id": 31028,
            "slug": "vs19_321_006",
            "identifier": "vs19_321_006",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_321_006/?format=api",
            "sitting": {
                "id": 1733,
                "date": "2024-07-09",
                "number": 321,
                "branch": "C"
            },
            "number": 6,
            "title": "Emendamento 2.13 GIANASSI FEDERICO (PD-IDP) - Votazione Emendamento 2.13 DDL n. 1718",
            "original_title": "Votazione Emendamento 2.13 DDL n. 1718",
            "description_title": "Emendamento 2.13 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": 40,
            "majority_cohesion_rate": 69.75,
            "minority_cohesion_rate": 63.98
        },
        {
            "id": 22017,
            "slug": "vs19_138_065",
            "identifier": "vs19_138_065",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_138_065/?format=api",
            "sitting": {
                "id": 1422,
                "date": "2023-07-12",
                "number": 138,
                "branch": "C"
            },
            "number": 65,
            "title": "Ordine del giorno n. 9/1038 e abb./66 BORRELLI FRANCESCO EMILIO (AVS) - Votazione Ordine del giorno 9/1038 e abb./66 DDL n. 1038",
            "original_title": "Votazione Ordine del giorno 9/1038 e abb./66 DDL n. 1038",
            "description_title": "Ordine del giorno n. 9/1038 e abb./66 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": 40,
            "majority_cohesion_rate": 69.2,
            "minority_cohesion_rate": 62.35
        },
        {
            "id": 25593,
            "slug": "vs19_210_117",
            "identifier": "vs19_210_117",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_117/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 117,
            "title": "Emendamento 25.14 ORFINI MATTEO (PD-IDP) - Votazione Emendamento 25.14 DDL n. 1341",
            "original_title": "Votazione Emendamento 25.14 DDL n. 1341",
            "description_title": "Emendamento 25.14 ORFINI MATTEO (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": 40,
            "majority_cohesion_rate": 61.18,
            "minority_cohesion_rate": 41.98
        },
        {
            "id": 26814,
            "slug": "vs19_227_023",
            "identifier": "vs19_227_023",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_227_023/?format=api",
            "sitting": {
                "id": 1578,
                "date": "2024-01-16",
                "number": 227,
                "branch": "C"
            },
            "number": 23,
            "title": "Emendamento 1.105 GIANASSI FEDERICO (PD-IDP) - Votazione Emendamento 1.105 PDL n. 0893",
            "original_title": "Votazione Emendamento 1.105 PDL n. 0893",
            "description_title": "Emendamento 1.105 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": 40,
            "majority_cohesion_rate": 70.04,
            "minority_cohesion_rate": 64.2
        },
        {
            "id": 24217,
            "slug": "vs19_168_040",
            "identifier": "vs19_168_040",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_168_040/?format=api",
            "sitting": {
                "id": 1481,
                "date": "2023-09-28",
                "number": 168,
                "branch": "C"
            },
            "number": 40,
            "title": "Ordine del giorno n. 9/1373/48 (versione corretta) GHIRRA FRANCESCA (AVS) - Votazione Ordine del giorno 9/1373/48 DDL n. 1373",
            "original_title": "Votazione Ordine del giorno 9/1373/48 DDL n. 1373",
            "description_title": "Ordine del giorno n. 9/1373/48 (versione corretta) GHIRRA FRANCESCA (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 40,
            "majority_cohesion_rate": 69.2,
            "minority_cohesion_rate": 53.7
        },
        {
            "id": 22063,
            "slug": "vs19_137_028",
            "identifier": "vs19_137_028",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_137_028/?format=api",
            "sitting": {
                "id": 1421,
                "date": "2023-07-11",
                "number": 137,
                "branch": "C"
            },
            "number": 28,
            "title": "Emendamento 2.51 FENU EMILIANO (M5S) - Votazione Emendamento 2.51 DDL n. 1038",
            "original_title": "Votazione Emendamento 2.51 DDL n. 1038",
            "description_title": "Emendamento 2.51 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": 1,
            "n_margin": 40,
            "majority_cohesion_rate": 70.04,
            "minority_cohesion_rate": 62.96
        },
        {
            "id": 22171,
            "slug": "vs19_137_002",
            "identifier": "vs19_137_002",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_137_002/?format=api",
            "sitting": {
                "id": 1421,
                "date": "2023-07-11",
                "number": 137,
                "branch": "C"
            },
            "number": 2,
            "title": "Emendamento 1.2 TABACCI BRUNO (PD-IDP) - Votazione Emendamento 1.2 DDL n. 1038",
            "original_title": "Votazione Emendamento 1.2 DDL n. 1038",
            "description_title": "Emendamento 1.2 TABACCI BRUNO (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": 40,
            "majority_cohesion_rate": 70.04,
            "minority_cohesion_rate": 63.58
        },
        {
            "id": 22116,
            "slug": "vs19_137_152",
            "identifier": "vs19_137_152",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_137_152/?format=api",
            "sitting": {
                "id": 1421,
                "date": "2023-07-11",
                "number": 137,
                "branch": "C"
            },
            "number": 152,
            "title": "Identici emendamenti 7.10 MANZI IRENE (PD-IDP) e 7.11 ORRICO ANNA LAURA (M5S) - Votazione Emendamento 7.10 DDL n. 1038",
            "original_title": "Votazione Emendamento 7.10 DDL n. 1038",
            "description_title": "Identici emendamenti 7.10 MANZI IRENE (PD-IDP) e 7.11 ORRICO ANNA LAURA (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": 2,
            "n_margin": 40,
            "majority_cohesion_rate": 71.73,
            "minority_cohesion_rate": 56.17
        },
        {
            "id": 25676,
            "slug": "vs19_210_036",
            "identifier": "vs19_210_036",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_036/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 36,
            "title": "Emendamento 7.3 BOSCHI MARIA ELENA (IVICRE) - Votazione Emendamento 7.3 DDL n. 1341",
            "original_title": "Votazione Emendamento 7.3 DDL n. 1341",
            "description_title": "Emendamento 7.3 BOSCHI MARIA ELENA (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": 40,
            "majority_cohesion_rate": 62.87,
            "minority_cohesion_rate": 43.83
        },
        {
            "id": 34556,
            "slug": "vs19_388_058",
            "identifier": "vs19_388_058",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_388_058/?format=api",
            "sitting": {
                "id": 1846,
                "date": "2024-11-27",
                "number": 388,
                "branch": "C"
            },
            "number": 58,
            "title": "Articolo 12 - Votazione Articolo 12 DDL n. 2022",
            "original_title": "Votazione Articolo 12 DDL n. 2022",
            "description_title": "Articolo 12",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 3,
            "n_margin": 40,
            "majority_cohesion_rate": 54.96,
            "minority_cohesion_rate": 40.76
        },
        {
            "id": 25733,
            "slug": "vs19_210_079",
            "identifier": "vs19_210_079",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_079/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 79,
            "title": "Emendamento 18.17 BENZONI FABRIZIO (APERRE) - Votazione Emendamento 18.17 DDL n. 1341",
            "original_title": "Votazione Emendamento 18.17 DDL n. 1341",
            "description_title": "Emendamento 18.17 BENZONI FABRIZIO (APERRE)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 40,
            "majority_cohesion_rate": 58.65,
            "minority_cohesion_rate": 37.65
        },
        {
            "id": 23928,
            "slug": "vs19_154_024",
            "identifier": "vs19_154_024",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_154_024/?format=api",
            "sitting": {
                "id": 1438,
                "date": "2023-08-04",
                "number": 154,
                "branch": "C"
            },
            "number": 24,
            "title": "Emendamento 17.3 GRIMALDI MARCO (AVS) - Votazione Emendamento 17.3 DDL n. 1038-B",
            "original_title": "Votazione Emendamento 17.3 DDL n. 1038-B",
            "description_title": "Emendamento 17.3 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": 3,
            "n_margin": 40,
            "majority_cohesion_rate": 67.09,
            "minority_cohesion_rate": 54.94
        },
        {
            "id": 22881,
            "slug": "vs19_129_059",
            "identifier": "vs19_129_059",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_129_059/?format=api",
            "sitting": {
                "id": 1413,
                "date": "2023-06-29",
                "number": 129,
                "branch": "C"
            },
            "number": 59,
            "title": "Risoluzione n. 6-00035, limitatamente al capoverso della parte dispositiva recante un impegno aggiuntivo riferito alla missione n. 48, PELLEGRINI MARCO (M5S) ed altri - Votazione Risoluzione 6_00035",
            "original_title": "Votazione Risoluzione 6_00035",
            "description_title": "Risoluzione n. 6-00035, limitatamente al capoverso della parte dispositiva recante un impegno aggiuntivo riferito alla missione n. 48, PELLEGRINI MARCO (M5S) ed altri",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Risoluzione",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 40,
            "majority_cohesion_rate": 63.29,
            "minority_cohesion_rate": 54.94
        },
        {
            "id": 29360,
            "slug": "vs19_270_083",
            "identifier": "vs19_270_083",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_270_083/?format=api",
            "sitting": {
                "id": 1650,
                "date": "2024-03-26",
                "number": 270,
                "branch": "C"
            },
            "number": 83,
            "title": "Ordine del giorno n. 9/1435/65 FEDE GIORGIO (M5S) - Votazione Ordine del giorno 9/1435/65 DDL n. 1435",
            "original_title": "Votazione Ordine del giorno 9/1435/65 DDL n. 1435",
            "description_title": "Ordine del giorno n. 9/1435/65 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": 4,
            "n_margin": 40,
            "majority_cohesion_rate": 64.56,
            "minority_cohesion_rate": 53.7
        },
        {
            "id": 22853,
            "slug": "vs19_129_029",
            "identifier": "vs19_129_029",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_129_029/?format=api",
            "sitting": {
                "id": 1413,
                "date": "2023-06-29",
                "number": 129,
                "branch": "C"
            },
            "number": 29,
            "title": "Ordine del giorno n. 9/1238/111 PICCOLOTTI ELISABETTA (AVS) - Votazione Ordine del giorno 9/1238/111 DDL n. 1238",
            "original_title": "Votazione Ordine del giorno 9/1238/111 DDL n. 1238",
            "description_title": "Ordine del giorno n. 9/1238/111 PICCOLOTTI ELISABETTA (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 40,
            "majority_cohesion_rate": 68.35,
            "minority_cohesion_rate": 61.73
        },
        {
            "id": 22170,
            "slug": "vs19_137_190",
            "identifier": "vs19_137_190",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_137_190/?format=api",
            "sitting": {
                "id": 1421,
                "date": "2023-07-11",
                "number": 137,
                "branch": "C"
            },
            "number": 190,
            "title": "Identici emendamenti 10.6 CAPPELLETTI ENRICO (M5S) e 10.7 MEROLA VIRGINIO (PD-IDP) - Votazione Emendamento 10.6 DDL n. 1038",
            "original_title": "Votazione Emendamento 10.6 DDL n. 1038",
            "description_title": "Identici emendamenti 10.6 CAPPELLETTI ENRICO (M5S) e 10.7 MEROLA VIRGINIO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 40,
            "majority_cohesion_rate": 70.04,
            "minority_cohesion_rate": 54.32
        },
        {
            "id": 22329,
            "slug": "vs19_150_024",
            "identifier": "vs19_150_024",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_150_024/?format=api",
            "sitting": {
                "id": 1434,
                "date": "2023-07-31",
                "number": 150,
                "branch": "C"
            },
            "number": 24,
            "title": "Ordine del giorno n. 9/1239/43 BONELLI ANGELO (AVS) - Votazione Ordine del giorno 9/1239/43 DDL n. 1239",
            "original_title": "Votazione Ordine del giorno 9/1239/43 DDL n. 1239",
            "description_title": "Ordine del giorno n. 9/1239/43 BONELLI ANGELO (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": 6,
            "n_margin": 40,
            "majority_cohesion_rate": 66.67,
            "minority_cohesion_rate": 54.32
        },
        {
            "id": 25947,
            "slug": "vs19_212_004",
            "identifier": "vs19_212_004",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_212_004/?format=api",
            "sitting": {
                "id": 1553,
                "date": "2023-12-12",
                "number": 212,
                "branch": "C"
            },
            "number": 4,
            "title": "Risoluzione n. 6-00073 MOLINARI RICCARDO (LEGA), FOTI TOMMASO (FDI), BARELLI PAOLO (FI-PPE), LUPI MAURIZIO (NM-M)  ed altri - Votazione Risoluzione 6_00073",
            "original_title": "Votazione Risoluzione 6_00073",
            "description_title": "Risoluzione n. 6-00073 MOLINARI RICCARDO (LEGA), FOTI TOMMASO (FDI), BARELLI PAOLO (FI-PPE), LUPI MAURIZIO (NM-M)  ed altri",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Risoluzione",
            "outcome": "Approvata",
            "n_rebels": 2,
            "n_margin": 40,
            "majority_cohesion_rate": 74.68,
            "minority_cohesion_rate": 61.11
        },
        {
            "id": 34469,
            "slug": "vs19_388_076",
            "identifier": "vs19_388_076",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_388_076/?format=api",
            "sitting": {
                "id": 1846,
                "date": "2024-11-27",
                "number": 388,
                "branch": "C"
            },
            "number": 76,
            "title": "Articolo aggiuntivo 19.04 DE LUCA PIERO (PD-IDP) - Votazione Emendamento 19.04 DDL n. 2022",
            "original_title": "Votazione Emendamento 19.04 DDL n. 2022",
            "description_title": "Articolo aggiuntivo 19.04 DE LUCA PIERO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 8,
            "n_margin": 40,
            "majority_cohesion_rate": 59.09,
            "minority_cohesion_rate": 42.68
        },
        {
            "id": 29514,
            "slug": "vs19_187_012",
            "identifier": "vs19_187_012",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_187_012/?format=api",
            "sitting": {
                "id": 1517,
                "date": "2023-10-30",
                "number": 187,
                "branch": "C"
            },
            "number": 12,
            "title": "Ordine del giorno n. 9/1416/21 FENU EMILIANO (M5S) - Votazione Ordine del giorno 9/1416/21 DDL n. 1416",
            "original_title": "Votazione Ordine del giorno 9/1416/21 DDL n. 1416",
            "description_title": "Ordine del giorno n. 9/1416/21 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": 40,
            "majority_cohesion_rate": 68.35,
            "minority_cohesion_rate": 59.26
        },
        {
            "id": 33665,
            "slug": "vs19_384_088",
            "identifier": "vs19_384_088",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_384_088/?format=api",
            "sitting": {
                "id": 1824,
                "date": "2024-11-20",
                "number": 384,
                "branch": "C"
            },
            "number": 88,
            "title": "ODG 9/30-A E ABB/20 - Votazione Ordine del giorno 9/30-A E ABB/20 ",
            "original_title": "Votazione Ordine del giorno 9/30-A E ABB/20 ",
            "description_title": "ODG 9/30-A E ABB/20",
            "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": 40,
            "majority_cohesion_rate": 50.83,
            "minority_cohesion_rate": 35.03
        },
        {
            "id": 22893,
            "slug": "vs19_129_030",
            "identifier": "vs19_129_030",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_129_030/?format=api",
            "sitting": {
                "id": 1413,
                "date": "2023-06-29",
                "number": 129,
                "branch": "C"
            },
            "number": 30,
            "title": "Ordine del giorno n. 9/1238/112 EVI ELEONORA (AVS) - Votazione Ordine del giorno 9/1238/112 DDL n. 1238",
            "original_title": "Votazione Ordine del giorno 9/1238/112 DDL n. 1238",
            "description_title": "Ordine del giorno n. 9/1238/112 EVI ELEONORA (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": 40,
            "majority_cohesion_rate": 67.51,
            "minority_cohesion_rate": 60.49
        },
        {
            "id": 26767,
            "slug": "vs19_222_002",
            "identifier": "vs19_222_002",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_222_002/?format=api",
            "sitting": {
                "id": 1570,
                "date": "2024-01-09",
                "number": 222,
                "branch": "C"
            },
            "number": 2,
            "title": "Emendamento 1.42 COLUCCI ALFONSO (M5S) - Votazione Emendamento 1.42 DDL n. 1624",
            "original_title": "Votazione Emendamento 1.42 DDL n. 1624",
            "description_title": "Emendamento 1.42 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": 40,
            "majority_cohesion_rate": 69.2,
            "minority_cohesion_rate": 59.26
        },
        {
            "id": 26812,
            "slug": "vs19_227_027",
            "identifier": "vs19_227_027",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_227_027/?format=api",
            "sitting": {
                "id": 1578,
                "date": "2024-01-16",
                "number": 227,
                "branch": "C"
            },
            "number": 27,
            "title": "Articolo 1 - Votazione Articolo 1 PDL n. 0893",
            "original_title": "Votazione Articolo 1 PDL n. 0893",
            "description_title": "Articolo 1",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 40,
            "majority_cohesion_rate": 69.62,
            "minority_cohesion_rate": 61.11
        },
        {
            "id": 22234,
            "slug": "vs19_138_051",
            "identifier": "vs19_138_051",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_138_051/?format=api",
            "sitting": {
                "id": 1422,
                "date": "2023-07-12",
                "number": 138,
                "branch": "C"
            },
            "number": 51,
            "title": "Ordine del giorno n. 9/1038 e abb./22 SILVESTRI FRANCESCO (M5S) - Votazione Ordine del giorno 9/1038 e abb./22 DDL n. 1038",
            "original_title": "Votazione Ordine del giorno 9/1038 e abb./22 DDL n. 1038",
            "description_title": "Ordine del giorno n. 9/1038 e abb./22 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": 39,
            "majority_cohesion_rate": 70.46,
            "minority_cohesion_rate": 65.43
        },
        {
            "id": 25672,
            "slug": "vs19_210_118",
            "identifier": "vs19_210_118",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_118/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 118,
            "title": "Emendamento 25.15 ORFINI MATTEO (PD-IDP) - Votazione Emendamento 25.15 DDL n. 1341",
            "original_title": "Votazione Emendamento 25.15 DDL n. 1341",
            "description_title": "Emendamento 25.15 ORFINI MATTEO (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": 39,
            "majority_cohesion_rate": 60.76,
            "minority_cohesion_rate": 41.36
        },
        {
            "id": 31030,
            "slug": "vs19_321_036",
            "identifier": "vs19_321_036",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_321_036/?format=api",
            "sitting": {
                "id": 1733,
                "date": "2024-07-09",
                "number": 321,
                "branch": "C"
            },
            "number": 36,
            "title": "Articolo 4 - Votazione Articolo 4 DDL n. 1718",
            "original_title": "Votazione Articolo 4 DDL n. 1718",
            "description_title": "Articolo 4",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 3,
            "n_margin": 39,
            "majority_cohesion_rate": 70.59,
            "minority_cohesion_rate": 65.84
        },
        {
            "id": 22160,
            "slug": "vs19_137_155",
            "identifier": "vs19_137_155",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_137_155/?format=api",
            "sitting": {
                "id": 1421,
                "date": "2023-07-11",
                "number": 137,
                "branch": "C"
            },
            "number": 155,
            "title": "Emendamento 7.14 FENU EMILIANO (M5S) - Votazione Emendamento 7.14 DDL n. 1038",
            "original_title": "Votazione Emendamento 7.14 DDL n. 1038",
            "description_title": "Emendamento 7.14 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": 2,
            "n_margin": 39,
            "majority_cohesion_rate": 70.04,
            "minority_cohesion_rate": 55.56
        },
        {
            "id": 22260,
            "slug": "vs19_150_056",
            "identifier": "vs19_150_056",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_150_056/?format=api",
            "sitting": {
                "id": 1434,
                "date": "2023-07-31",
                "number": 150,
                "branch": "C"
            },
            "number": 56,
            "title": "Ordine del giorno n. 9/1239/48 LACARRA MARCO (PD-IDP) - Votazione Ordine del giorno 9/1239/48 DDL n. 1239",
            "original_title": "Votazione Ordine del giorno 9/1239/48 DDL n. 1239",
            "description_title": "Ordine del giorno n. 9/1239/48 LACARRA MARCO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 3,
            "n_margin": 39,
            "majority_cohesion_rate": 68.35,
            "minority_cohesion_rate": 52.47
        },
        {
            "id": 29519,
            "slug": "vs19_187_017",
            "identifier": "vs19_187_017",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_187_017/?format=api",
            "sitting": {
                "id": 1517,
                "date": "2023-10-30",
                "number": 187,
                "branch": "C"
            },
            "number": 17,
            "title": "Ordine del giorno n. 9/1416/26 RICCIARDI TONI (PD-IDP) - Votazione Ordine del giorno 9/1416/26 DDL n. 1416",
            "original_title": "Votazione Ordine del giorno 9/1416/26 DDL n. 1416",
            "description_title": "Ordine del giorno n. 9/1416/26 RICCIARDI TONI (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 39,
            "majority_cohesion_rate": 69.2,
            "minority_cohesion_rate": 60.49
        },
        {
            "id": 22014,
            "slug": "vs19_138_049",
            "identifier": "vs19_138_049",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_138_049/?format=api",
            "sitting": {
                "id": 1422,
                "date": "2023-07-12",
                "number": 138,
                "branch": "C"
            },
            "number": 49,
            "title": "Ordine del giorno n. 9/1038 e abb./20 CAFIERO DE RAHO FEDERICO (M5S) - Votazione Ordine del giorno 9/1038 e abb./20 DDL n. 1038",
            "original_title": "Votazione Ordine del giorno 9/1038 e abb./20 DDL n. 1038",
            "description_title": "Ordine del giorno n. 9/1038 e abb./20 CAFIERO DE RAHO FEDERICO (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": 39,
            "majority_cohesion_rate": 69.62,
            "minority_cohesion_rate": 64.81
        },
        {
            "id": 38783,
            "slug": "vs19_489_027",
            "identifier": "vs19_489_027",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_489_027/?format=api",
            "sitting": {
                "id": 2006,
                "date": "2025-06-03",
                "number": 489,
                "branch": "C"
            },
            "number": 27,
            "title": "DDL 2416 - QUEST PREG 1, 2 E 3 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "DDL 2416 - QUEST PREG 1, 2 E 3",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 39,
            "majority_cohesion_rate": 59.26,
            "minority_cohesion_rate": 43.95
        },
        {
            "id": 29561,
            "slug": "vs19_187_001",
            "identifier": "vs19_187_001",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_187_001/?format=api",
            "sitting": {
                "id": 1517,
                "date": "2023-10-30",
                "number": 187,
                "branch": "C"
            },
            "number": 1,
            "title": "Ordine del giorno n. 9/1416/10 TORTO DANIELA (M5S) - Votazione Ordine del giorno 9/1416/10 DDL n. 1416",
            "original_title": "Votazione Ordine del giorno 9/1416/10 DDL n. 1416",
            "description_title": "Ordine del giorno n. 9/1416/10 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": 39,
            "majority_cohesion_rate": 67.93,
            "minority_cohesion_rate": 57.41
        }
    ]
}