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

{
    "count": 22951,
    "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=221",
    "previous": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=-n_margin&page=219",
    "results": [
        {
            "id": 18580,
            "slug": "vs19_027_048",
            "identifier": "vs19_027_048",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_027_048/?format=api",
            "sitting": {
                "id": 1254,
                "date": "2022-12-23",
                "number": 27,
                "branch": "C"
            },
            "number": 48,
            "title": "Ordine del giorno n. 9/643-BIS/51 SCHLEIN ELLY (PD-IDP) - Votazione Ordine del giorno 9/643-BIS/51 DDL n. 0643-bis",
            "original_title": "Votazione Ordine del giorno 9/643-BIS/51 DDL n. 0643-bis",
            "description_title": "Ordine del giorno n. 9/643-BIS/51 SCHLEIN ELLY (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": 26,
            "majority_cohesion_rate": 81.43,
            "minority_cohesion_rate": 87.04
        },
        {
            "id": 29193,
            "slug": "vs19_267_020",
            "identifier": "vs19_267_020",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_267_020/?format=api",
            "sitting": {
                "id": 1645,
                "date": "2024-03-21",
                "number": 267,
                "branch": "C"
            },
            "number": 20,
            "title": "Emendamento 35.97 GADDA MARIA CHIARA (IVICRE) - Votazione Emendamento 35.97 DDL n. 1435",
            "original_title": "Votazione Emendamento 35.97 DDL n. 1435",
            "description_title": "Emendamento 35.97 GADDA MARIA CHIARA (IVICRE)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 26,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 61.11
        },
        {
            "id": 19039,
            "slug": "vs19_029_114",
            "identifier": "vs19_029_114",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_029_114/?format=api",
            "sitting": {
                "id": 1261,
                "date": "2022-12-28",
                "number": 29,
                "branch": "C"
            },
            "number": 114,
            "title": "Ordine del giorno n. 9/705/73 GRAZIANO STEFANO (PD-IDP) - Votazione Ordine del giorno 9/705/73 DDL n. 0705",
            "original_title": "Votazione Ordine del giorno 9/705/73 DDL n. 0705",
            "description_title": "Ordine del giorno n. 9/705/73 GRAZIANO STEFANO (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": 26,
            "majority_cohesion_rate": 72.15,
            "minority_cohesion_rate": 75.31
        },
        {
            "id": 29208,
            "slug": "vs19_266_035",
            "identifier": "vs19_266_035",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_266_035/?format=api",
            "sitting": {
                "id": 1644,
                "date": "2024-03-20",
                "number": 266,
                "branch": "C"
            },
            "number": 35,
            "title": "Emendamento 1.2 PAVANELLI EMMA (M5S) - Votazione Emendamento 1.2 DDL n. 1780",
            "original_title": "Votazione Emendamento 1.2 DDL n. 1780",
            "description_title": "Emendamento 1.2 PAVANELLI EMMA (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": 26,
            "majority_cohesion_rate": 63.29,
            "minority_cohesion_rate": 61.11
        },
        {
            "id": 20150,
            "slug": "vs19_081_017",
            "identifier": "vs19_081_017",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_081_017/?format=api",
            "sitting": {
                "id": 1339,
                "date": "2023-04-03",
                "number": 81,
                "branch": "C"
            },
            "number": 17,
            "title": "Ordine del giorno n. 9/889-R/24 MORASSUT ROBERTO (PD-IDP) - Votazione Ordine del giorno 9/889-R/24 DDL n. 0889",
            "original_title": "Votazione Ordine del giorno 9/889-R/24 DDL n. 0889",
            "description_title": "Ordine del giorno n. 9/889-R/24 MORASSUT ROBERTO (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": 26,
            "majority_cohesion_rate": 66.24,
            "minority_cohesion_rate": 65.43
        },
        {
            "id": 40812,
            "slug": "vs19_554_062",
            "identifier": "vs19_554_062",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_554_062/?format=api",
            "sitting": {
                "id": 2119,
                "date": "2025-10-28",
                "number": 554,
                "branch": "C"
            },
            "number": 62,
            "title": "ODG 9/2662/3 - Votazione Ordine del giorno 9/2662/3 ",
            "original_title": "Votazione Ordine del giorno 9/2662/3 ",
            "description_title": "ODG 9/2662/3",
            "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": 26,
            "majority_cohesion_rate": 57.61,
            "minority_cohesion_rate": 57.32
        },
        {
            "id": 22694,
            "slug": "vs19_128_049",
            "identifier": "vs19_128_049",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_128_049/?format=api",
            "sitting": {
                "id": 1412,
                "date": "2023-06-28",
                "number": 128,
                "branch": "C"
            },
            "number": 49,
            "title": "Ordine del giorno n. 9/1238/52 GUBITOSA MICHELE (M5S) - Votazione Ordine del giorno 9/1238/52 DDL n. 1238",
            "original_title": "Votazione Ordine del giorno 9/1238/52 DDL n. 1238",
            "description_title": "Ordine del giorno n. 9/1238/52 GUBITOSA MICHELE (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": 26,
            "majority_cohesion_rate": 66.24,
            "minority_cohesion_rate": 65.43
        },
        {
            "id": 18502,
            "slug": "vs19_025_003",
            "identifier": "vs19_025_003",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_025_003/?format=api",
            "sitting": {
                "id": 1249,
                "date": "2022-12-14",
                "number": 25,
                "branch": "C"
            },
            "number": 3,
            "title": "Emendamento 2.4 STUMPO NICOLA (PD-IDP) - Votazione Emendamento 2.4 DDL n. 0664",
            "original_title": "Votazione Emendamento 2.4 DDL n. 0664",
            "description_title": "Emendamento 2.4 STUMPO NICOLA (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": 26,
            "majority_cohesion_rate": 66.67,
            "minority_cohesion_rate": 66.67
        },
        {
            "id": 25294,
            "slug": "vs19_203_031",
            "identifier": "vs19_203_031",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_203_031/?format=api",
            "sitting": {
                "id": 1538,
                "date": "2023-11-27",
                "number": 203,
                "branch": "C"
            },
            "number": 31,
            "title": "Ordine del giorno n. 9/1458/32 CIANI PAOLO (PD-IDP) - Votazione Ordine del giorno 9/1458/32 DDL n. 1458",
            "original_title": "Votazione Ordine del giorno 9/1458/32 DDL n. 1458",
            "description_title": "Ordine del giorno n. 9/1458/32 CIANI PAOLO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 26,
            "majority_cohesion_rate": 60.76,
            "minority_cohesion_rate": 58.02
        },
        {
            "id": 18469,
            "slug": "vs19_019_051",
            "identifier": "vs19_019_051",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_019_051/?format=api",
            "sitting": {
                "id": 1238,
                "date": "2022-12-05",
                "number": 19,
                "branch": "C"
            },
            "number": 51,
            "title": "Emendamento 13.1 BONAFE' SIMONA (PD-IDP) - Votazione Emendamento 13.1 DDL n. 0547",
            "original_title": "Votazione Emendamento 13.1 DDL n. 0547",
            "description_title": "Emendamento 13.1 BONAFE' SIMONA (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 26,
            "majority_cohesion_rate": 68.35,
            "minority_cohesion_rate": 69.14
        },
        {
            "id": 24079,
            "slug": "vs19_160_005",
            "identifier": "vs19_160_005",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_160_005/?format=api",
            "sitting": {
                "id": 1464,
                "date": "2023-09-12",
                "number": 160,
                "branch": "C"
            },
            "number": 5,
            "title": "Emendamento 1.14 AIELLO DAVIDE (M5S) - Votazione Emendamento 1.14 DDL n. 1364",
            "original_title": "Votazione Emendamento 1.14 DDL n. 1364",
            "description_title": "Emendamento 1.14 AIELLO DAVIDE (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": 26,
            "majority_cohesion_rate": 68.35,
            "minority_cohesion_rate": 69.75
        },
        {
            "id": 19979,
            "slug": "vs19_072_023",
            "identifier": "vs19_072_023",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_072_023/?format=api",
            "sitting": {
                "id": 1329,
                "date": "2023-03-21",
                "number": 72,
                "branch": "C"
            },
            "number": 23,
            "title": "Emendamento 2.34 MALAVASI ILENIA (PD-IDP) - Votazione Emendamento 2.34 DDL n. 0977",
            "original_title": "Votazione Emendamento 2.34 DDL n. 0977",
            "description_title": "Emendamento 2.34 MALAVASI ILENIA (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 26,
            "majority_cohesion_rate": 68.35,
            "minority_cohesion_rate": 68.52
        },
        {
            "id": 20044,
            "slug": "vs19_072_126",
            "identifier": "vs19_072_126",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_072_126/?format=api",
            "sitting": {
                "id": 1329,
                "date": "2023-03-21",
                "number": 72,
                "branch": "C"
            },
            "number": 126,
            "title": "Ordine del giorno n. 9/977/32 ZANELLA LUANA (AVS) - Votazione Ordine del giorno 9/977/32 DDL n. 0977",
            "original_title": "Votazione Ordine del giorno 9/977/32 DDL n. 0977",
            "description_title": "Ordine del giorno n. 9/977/32 ZANELLA LUANA (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": 26,
            "majority_cohesion_rate": 60.76,
            "minority_cohesion_rate": 57.41
        },
        {
            "id": 19735,
            "slug": "vs19_057_027",
            "identifier": "vs19_057_027",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_057_027/?format=api",
            "sitting": {
                "id": 1308,
                "date": "2023-02-23",
                "number": 57,
                "branch": "C"
            },
            "number": 27,
            "title": "Ordine del giorno n. 9/888/59 CURTI AUGUSTO (PD-IDP) - Votazione Ordine del giorno 9/888/59 DDL n. 0888",
            "original_title": "Votazione Ordine del giorno 9/888/59 DDL n. 0888",
            "description_title": "Ordine del giorno n. 9/888/59 CURTI AUGUSTO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 4,
            "n_margin": 26,
            "majority_cohesion_rate": 64.56,
            "minority_cohesion_rate": 63.58
        },
        {
            "id": 29002,
            "slug": "vs19_265_004",
            "identifier": "vs19_265_004",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_265_004/?format=api",
            "sitting": {
                "id": 1642,
                "date": "2024-03-19",
                "number": 265,
                "branch": "C"
            },
            "number": 4,
            "title": "Articolo 17 - Votazione Articolo 17 DDL n. 1435",
            "original_title": "Votazione Articolo 17 DDL n. 1435",
            "description_title": "Articolo 17",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 4,
            "n_margin": 26,
            "majority_cohesion_rate": 59.49,
            "minority_cohesion_rate": 52.47
        },
        {
            "id": 29815,
            "slug": "vs19_261_001",
            "identifier": "vs19_261_001",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_261_001/?format=api",
            "sitting": {
                "id": 1635,
                "date": "2024-03-13",
                "number": 261,
                "branch": "C"
            },
            "number": 1,
            "title": "Ordine del giorno n. 9/1759/4 L'ABBATE PATTY (M5S) - Votazione Ordine del giorno 9/1759/4 DDL n. 1759",
            "original_title": "Votazione Ordine del giorno 9/1759/4 DDL n. 1759",
            "description_title": "Ordine del giorno n. 9/1759/4 L'ABBATE PATTY (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 26,
            "majority_cohesion_rate": 62.03,
            "minority_cohesion_rate": 63.58
        },
        {
            "id": 19187,
            "slug": "vs19_046_004",
            "identifier": "vs19_046_004",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_046_004/?format=api",
            "sitting": {
                "id": 1289,
                "date": "2023-01-31",
                "number": 46,
                "branch": "C"
            },
            "number": 4,
            "title": "Emendamento 1.101 GIACHETTI ROBERTO (AIV-RE) - Votazione Emendamento 1.101 PDL n. 0303",
            "original_title": "Votazione Emendamento 1.101 PDL n. 0303",
            "description_title": "Emendamento 1.101 GIACHETTI ROBERTO (AIV-RE)",
            "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": 26,
            "majority_cohesion_rate": 67.51,
            "minority_cohesion_rate": 69.14
        },
        {
            "id": 25310,
            "slug": "vs19_203_002",
            "identifier": "vs19_203_002",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_203_002/?format=api",
            "sitting": {
                "id": 1538,
                "date": "2023-11-27",
                "number": 203,
                "branch": "C"
            },
            "number": 2,
            "title": "Ordine del giorno n. 9/1458/2 FOSSI EMILIANO (PD-IDP) - Votazione Ordine del giorno 9/1458/2 DDL n. 1458",
            "original_title": "Votazione Ordine del giorno 9/1458/2 DDL n. 1458",
            "description_title": "Ordine del giorno n. 9/1458/2 FOSSI EMILIANO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 26,
            "majority_cohesion_rate": 60.34,
            "minority_cohesion_rate": 58.02
        },
        {
            "id": 19889,
            "slug": "vs19_072_049",
            "identifier": "vs19_072_049",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_072_049/?format=api",
            "sitting": {
                "id": 1329,
                "date": "2023-03-21",
                "number": 72,
                "branch": "C"
            },
            "number": 49,
            "title": "Emendamento 4.3 RICCIARDI MARIANNA (M5S) - Votazione Emendamento 4.3 DDL n. 0977",
            "original_title": "Votazione Emendamento 4.3 DDL n. 0977",
            "description_title": "Emendamento 4.3 RICCIARDI MARIANNA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 26,
            "majority_cohesion_rate": 68.78,
            "minority_cohesion_rate": 68.52
        },
        {
            "id": 20191,
            "slug": "vs19_082_010",
            "identifier": "vs19_082_010",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_082_010/?format=api",
            "sitting": {
                "id": 1341,
                "date": "2023-04-04",
                "number": 82,
                "branch": "C"
            },
            "number": 10,
            "title": "Ordine del giorno n. 9/889-R/71 TODDE ALESSANDRA (M5S) - Votazione Ordine del giorno 9/889-R/71 DDL n. 0889",
            "original_title": "Votazione Ordine del giorno 9/889-R/71 DDL n. 0889",
            "description_title": "Ordine del giorno n. 9/889-R/71 TODDE ALESSANDRA (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": 26,
            "majority_cohesion_rate": 67.93,
            "minority_cohesion_rate": 69.14
        },
        {
            "id": 28586,
            "slug": "vs19_252_019",
            "identifier": "vs19_252_019",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_252_019/?format=api",
            "sitting": {
                "id": 1623,
                "date": "2024-02-28",
                "number": 252,
                "branch": "C"
            },
            "number": 19,
            "title": "Emendamento 1.23 IARIA ANTONINO (M5S) - Votazione Emendamento 1.23 PDL n. 0703",
            "original_title": "Votazione Emendamento 1.23 PDL n. 0703",
            "description_title": "Emendamento 1.23 IARIA ANTONINO (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": 26,
            "majority_cohesion_rate": 64.56,
            "minority_cohesion_rate": 65.43
        },
        {
            "id": 19884,
            "slug": "vs19_072_040",
            "identifier": "vs19_072_040",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_072_040/?format=api",
            "sitting": {
                "id": 1329,
                "date": "2023-03-21",
                "number": 72,
                "branch": "C"
            },
            "number": 40,
            "title": "Emendamento 3.23 DI LAURO CARMEN (M5S) - Votazione Emendamento 3.23 DDL n. 0977",
            "original_title": "Votazione Emendamento 3.23 DDL n. 0977",
            "description_title": "Emendamento 3.23 DI LAURO CARMEN (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 26,
            "majority_cohesion_rate": 70.04,
            "minority_cohesion_rate": 70.99
        },
        {
            "id": 21020,
            "slug": "vs19_097_042",
            "identifier": "vs19_097_042",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_097_042/?format=api",
            "sitting": {
                "id": 1368,
                "date": "2023-05-04",
                "number": 97,
                "branch": "C"
            },
            "number": 42,
            "title": "Ordine del giorno  n. 9/1112/49 ROGGIANI SILVIA (PD-IDP) - Votazione Ordine del giorno 9/1112/49 DDL n. 1112",
            "original_title": "Votazione Ordine del giorno 9/1112/49 DDL n. 1112",
            "description_title": "Ordine del giorno  n. 9/1112/49 ROGGIANI SILVIA (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": 26,
            "majority_cohesion_rate": 70.46,
            "minority_cohesion_rate": 72.22
        },
        {
            "id": 21180,
            "slug": "vs19_103_009",
            "identifier": "vs19_103_009",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_103_009/?format=api",
            "sitting": {
                "id": 1377,
                "date": "2023-05-16",
                "number": 103,
                "branch": "C"
            },
            "number": 9,
            "title": "Ordine del giorno n. 9/1067/15 CANTONE LUCIANO (M5S) - Votazione Ordine del giorno 9/1067/15 DDL n. 1067",
            "original_title": "Votazione Ordine del giorno 9/1067/15 DDL n. 1067",
            "description_title": "Ordine del giorno n. 9/1067/15 CANTONE LUCIANO (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": 26,
            "majority_cohesion_rate": 73.42,
            "minority_cohesion_rate": 76.54
        },
        {
            "id": 25635,
            "slug": "vs19_211_006",
            "identifier": "vs19_211_006",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_211_006/?format=api",
            "sitting": {
                "id": 1550,
                "date": "2023-12-07",
                "number": 211,
                "branch": "C"
            },
            "number": 6,
            "title": "Emendamento 2.3 CARAMIELLO ALESSANDRO (M5S) - Votazione Emendamento 2.3 DDL n. 1556",
            "original_title": "Votazione Emendamento 2.3 DDL n. 1556",
            "description_title": "Emendamento 2.3 CARAMIELLO ALESSANDRO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 5,
            "n_margin": 26,
            "majority_cohesion_rate": 56.12,
            "minority_cohesion_rate": 54.32
        },
        {
            "id": 21009,
            "slug": "vs19_097_048",
            "identifier": "vs19_097_048",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_097_048/?format=api",
            "sitting": {
                "id": 1368,
                "date": "2023-05-04",
                "number": 97,
                "branch": "C"
            },
            "number": 48,
            "title": "Ordine del giorno  n. 9/1112/55 DI BIASE MICHELA (PD-IDP) - Votazione Ordine del giorno 9/1112/55 DDL n. 1112",
            "original_title": "Votazione Ordine del giorno 9/1112/55 DDL n. 1112",
            "description_title": "Ordine del giorno  n. 9/1112/55 DI BIASE MICHELA (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 26,
            "majority_cohesion_rate": 70.46,
            "minority_cohesion_rate": 71.6
        },
        {
            "id": 29188,
            "slug": "vs19_267_034",
            "identifier": "vs19_267_034",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_267_034/?format=api",
            "sitting": {
                "id": 1645,
                "date": "2024-03-21",
                "number": 267,
                "branch": "C"
            },
            "number": 34,
            "title": "Emendamento 35.154 PASTORELLA GIULIA (APERRE) - Votazione Emendamento 35.154 DDL n. 1435",
            "original_title": "Votazione Emendamento 35.154 DDL n. 1435",
            "description_title": "Emendamento 35.154 PASTORELLA GIULIA (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": 26,
            "majority_cohesion_rate": 62.45,
            "minority_cohesion_rate": 59.88
        },
        {
            "id": 19198,
            "slug": "vs19_046_014",
            "identifier": "vs19_046_014",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_046_014/?format=api",
            "sitting": {
                "id": 1289,
                "date": "2023-01-31",
                "number": 46,
                "branch": "C"
            },
            "number": 14,
            "title": "Ordine del giorno n. 9/303/1 BARBAGALLO ANTHONY EMANUELE (PD-IDP) - Votazione Ordine del giorno 9/303/1 PDL n. 0303",
            "original_title": "Votazione Ordine del giorno 9/303/1 PDL n. 0303",
            "description_title": "Ordine del giorno n. 9/303/1 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": 1,
            "n_margin": 26,
            "majority_cohesion_rate": 69.2,
            "minority_cohesion_rate": 71.6
        },
        {
            "id": 21041,
            "slug": "vs19_097_057",
            "identifier": "vs19_097_057",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_097_057/?format=api",
            "sitting": {
                "id": 1368,
                "date": "2023-05-04",
                "number": 97,
                "branch": "C"
            },
            "number": 57,
            "title": "Ordine del giorno  n. 9/1112/64 QUARTAPELLE PROCOPIO LIA (PD-IDP) - Votazione Ordine del giorno 9/1112/64 DDL n. 1112",
            "original_title": "Votazione Ordine del giorno 9/1112/64 DDL n. 1112",
            "description_title": "Ordine del giorno  n. 9/1112/64 QUARTAPELLE PROCOPIO LIA (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 26,
            "majority_cohesion_rate": 69.2,
            "minority_cohesion_rate": 70.37
        },
        {
            "id": 21063,
            "slug": "vs19_097_007",
            "identifier": "vs19_097_007",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_097_007/?format=api",
            "sitting": {
                "id": 1368,
                "date": "2023-05-04",
                "number": 97,
                "branch": "C"
            },
            "number": 7,
            "title": "Ordine del giorno n. 9/1112/8 IARIA ANTONINO (M5S) - Votazione Ordine del giorno 9/1112/8 DDL n. 1112",
            "original_title": "Votazione Ordine del giorno 9/1112/8 DDL n. 1112",
            "description_title": "Ordine del giorno n. 9/1112/8 IARIA ANTONINO (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": 26,
            "majority_cohesion_rate": 67.93,
            "minority_cohesion_rate": 69.14
        },
        {
            "id": 28590,
            "slug": "vs19_252_032",
            "identifier": "vs19_252_032",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_252_032/?format=api",
            "sitting": {
                "id": 1623,
                "date": "2024-02-28",
                "number": 252,
                "branch": "C"
            },
            "number": 32,
            "title": "Emendamento 3.4 IARIA ANTONINO (M5S) - Votazione Emendamento 3.4 PDL n. 0703",
            "original_title": "Votazione Emendamento 3.4 PDL n. 0703",
            "description_title": "Emendamento 3.4 IARIA ANTONINO (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": 26,
            "majority_cohesion_rate": 64.98,
            "minority_cohesion_rate": 66.05
        },
        {
            "id": 21061,
            "slug": "vs19_097_043",
            "identifier": "vs19_097_043",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_097_043/?format=api",
            "sitting": {
                "id": 1368,
                "date": "2023-05-04",
                "number": 97,
                "branch": "C"
            },
            "number": 43,
            "title": "Ordine del giorno  n. 9/1112/50 CIANI PAOLO (PD-IDP) - Votazione Ordine del giorno 9/1112/50 DDL n. 1112",
            "original_title": "Votazione Ordine del giorno 9/1112/50 DDL n. 1112",
            "description_title": "Ordine del giorno  n. 9/1112/50 CIANI PAOLO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 26,
            "majority_cohesion_rate": 69.62,
            "minority_cohesion_rate": 70.37
        },
        {
            "id": 24064,
            "slug": "vs19_160_055",
            "identifier": "vs19_160_055",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_160_055/?format=api",
            "sitting": {
                "id": 1464,
                "date": "2023-09-12",
                "number": 160,
                "branch": "C"
            },
            "number": 55,
            "title": "Ordine del giorno n. 9/1364/29 GRIMALDI MARCO (AVS) - Votazione Ordine del giorno 9/1364/29 DDL n. 1364",
            "original_title": "Votazione Ordine del giorno 9/1364/29 DDL n. 1364",
            "description_title": "Ordine del giorno n. 9/1364/29 GRIMALDI MARCO (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 26,
            "majority_cohesion_rate": 67.93,
            "minority_cohesion_rate": 68.52
        },
        {
            "id": 20209,
            "slug": "vs19_082_004",
            "identifier": "vs19_082_004",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_082_004/?format=api",
            "sitting": {
                "id": 1341,
                "date": "2023-04-04",
                "number": 82,
                "branch": "C"
            },
            "number": 4,
            "title": "Ordine del giorno n. 9/889-R/65 ASCARI STEFANIA (M5S) - Votazione Ordine del giorno 9/889-R/65 DDL n. 0889",
            "original_title": "Votazione Ordine del giorno 9/889-R/65 DDL n. 0889",
            "description_title": "Ordine del giorno n. 9/889-R/65 ASCARI STEFANIA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 26,
            "majority_cohesion_rate": 66.67,
            "minority_cohesion_rate": 66.67
        },
        {
            "id": 19872,
            "slug": "vs19_072_022",
            "identifier": "vs19_072_022",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_072_022/?format=api",
            "sitting": {
                "id": 1329,
                "date": "2023-03-21",
                "number": 72,
                "branch": "C"
            },
            "number": 22,
            "title": "Emendamento 2.32 SPORTIELLO GILDA (M5S) - Votazione Emendamento 2.32 DDL n. 0977",
            "original_title": "Votazione Emendamento 2.32 DDL n. 0977",
            "description_title": "Emendamento 2.32 SPORTIELLO GILDA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 26,
            "majority_cohesion_rate": 68.78,
            "minority_cohesion_rate": 69.75
        },
        {
            "id": 19272,
            "slug": "vs19_051_008",
            "identifier": "vs19_051_008",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_051_008/?format=api",
            "sitting": {
                "id": 1297,
                "date": "2023-02-14",
                "number": 51,
                "branch": "C"
            },
            "number": 8,
            "title": "Ordine del giorno n. 9/750/12 PICCOLOTTI ELISABETTA (AVS) - Votazione Ordine del giorno 9/750/12 DDL n. 0750",
            "original_title": "Votazione Ordine del giorno 9/750/12 DDL n. 0750",
            "description_title": "Ordine del giorno n. 9/750/12 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": 26,
            "majority_cohesion_rate": 70.89,
            "minority_cohesion_rate": 74.07
        },
        {
            "id": 20040,
            "slug": "vs19_072_111",
            "identifier": "vs19_072_111",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_072_111/?format=api",
            "sitting": {
                "id": 1329,
                "date": "2023-03-21",
                "number": 72,
                "branch": "C"
            },
            "number": 111,
            "title": "Ordine del giorno n. 9/977/14 PELLEGRINI MARCO (M5S) - Votazione Ordine del giorno 9/977/14 DDL n. 0977",
            "original_title": "Votazione Ordine del giorno 9/977/14 DDL n. 0977",
            "description_title": "Ordine del giorno n. 9/977/14 PELLEGRINI MARCO (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": 26,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 56.17
        },
        {
            "id": 24052,
            "slug": "vs19_160_022",
            "identifier": "vs19_160_022",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_160_022/?format=api",
            "sitting": {
                "id": 1464,
                "date": "2023-09-12",
                "number": 160,
                "branch": "C"
            },
            "number": 22,
            "title": "Emendamento 3.5 SCOTTO ARTURO (PD-IDP) - Votazione Emendamento 3.5 DDL n. 1364",
            "original_title": "Votazione Emendamento 3.5 DDL n. 1364",
            "description_title": "Emendamento 3.5 SCOTTO ARTURO (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": 26,
            "majority_cohesion_rate": 69.62,
            "minority_cohesion_rate": 72.22
        },
        {
            "id": 32891,
            "slug": "19-236-35",
            "identifier": "19-236-35",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-236-35/?format=api",
            "sitting": {
                "id": 1814,
                "date": "2024-10-30",
                "number": 236,
                "branch": "S"
            },
            "number": 35,
            "title": "Disposizioni per lo sviluppo e la valorizzazione delle zone montane - Em. 3.0.150, Enrico Borghi e Musolino",
            "original_title": "Em. 3.0.150, Enrico Borghi e Musolino",
            "description_title": "Disposizioni per lo sviluppo e la valorizzazione delle zone montane",
            "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": 26,
            "majority_cohesion_rate": 73.28,
            "minority_cohesion_rate": 41.86
        },
        {
            "id": 21164,
            "slug": "vs19_103_024",
            "identifier": "vs19_103_024",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_103_024/?format=api",
            "sitting": {
                "id": 1377,
                "date": "2023-05-16",
                "number": 103,
                "branch": "C"
            },
            "number": 24,
            "title": "Ordine del giorno n. 9/1067/31 CARMINA IDA (M5S) - Votazione Ordine del giorno 9/1067/31 DDL n. 1067",
            "original_title": "Votazione Ordine del giorno 9/1067/31 DDL n. 1067",
            "description_title": "Ordine del giorno n. 9/1067/31 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": 1,
            "n_margin": 26,
            "majority_cohesion_rate": 68.35,
            "minority_cohesion_rate": 69.75
        },
        {
            "id": 19271,
            "slug": "vs19_051_006",
            "identifier": "vs19_051_006",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_051_006/?format=api",
            "sitting": {
                "id": 1297,
                "date": "2023-02-14",
                "number": 51,
                "branch": "C"
            },
            "number": 6,
            "title": "Ordine del giorno n. 9/750/10 GHIRRA FRANCESCA (AVS) - Votazione Ordine del giorno 9/750/10 DDL n. 0750",
            "original_title": "Votazione Ordine del giorno 9/750/10 DDL n. 0750",
            "description_title": "Ordine del giorno n. 9/750/10 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": 0,
            "n_margin": 26,
            "majority_cohesion_rate": 71.31,
            "minority_cohesion_rate": 75.31
        },
        {
            "id": 19252,
            "slug": "vs19_051_030",
            "identifier": "vs19_051_030",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_051_030/?format=api",
            "sitting": {
                "id": 1297,
                "date": "2023-02-14",
                "number": 51,
                "branch": "C"
            },
            "number": 30,
            "title": "Ordine del giorno n. 9/750/36 IARIA ANTONINO (M5S) - Votazione Ordine del giorno 9/750/36 DDL n. 0750",
            "original_title": "Votazione Ordine del giorno 9/750/36 DDL n. 0750",
            "description_title": "Ordine del giorno n. 9/750/36 IARIA ANTONINO (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": 26,
            "majority_cohesion_rate": 70.04,
            "minority_cohesion_rate": 71.6
        },
        {
            "id": 19853,
            "slug": "vs19_072_032",
            "identifier": "vs19_072_032",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_072_032/?format=api",
            "sitting": {
                "id": 1329,
                "date": "2023-03-21",
                "number": 72,
                "branch": "C"
            },
            "number": 32,
            "title": "Emendamento 3.13 QUARTINI ANDREA (M5S) - Votazione Emendamento 3.13 DDL n. 0977",
            "original_title": "Votazione Emendamento 3.13 DDL n. 0977",
            "description_title": "Emendamento 3.13 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": 26,
            "majority_cohesion_rate": 70.46,
            "minority_cohesion_rate": 71.6
        },
        {
            "id": 18785,
            "slug": "vs19_038_004",
            "identifier": "vs19_038_004",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_038_004/?format=api",
            "sitting": {
                "id": 1277,
                "date": "2023-01-18",
                "number": 38,
                "branch": "C"
            },
            "number": 4,
            "title": "Emendamento 1.8 DE LUCA PIERO (PD-IDP) - Votazione Emendamento 1.8 DDL n. 0674",
            "original_title": "Votazione Emendamento 1.8 DDL n. 0674",
            "description_title": "Emendamento 1.8 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": 1,
            "n_margin": 26,
            "majority_cohesion_rate": 69.62,
            "minority_cohesion_rate": 70.99
        },
        {
            "id": 21172,
            "slug": "vs19_103_021",
            "identifier": "vs19_103_021",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_103_021/?format=api",
            "sitting": {
                "id": 1377,
                "date": "2023-05-16",
                "number": 103,
                "branch": "C"
            },
            "number": 21,
            "title": "Ordine del giorno n. 9/1067/27 PELLEGRINI MARCO (M5S) - Votazione Ordine del giorno 9/1067/27 DDL n. 1067",
            "original_title": "Votazione Ordine del giorno 9/1067/27 DDL n. 1067",
            "description_title": "Ordine del giorno n. 9/1067/27 PELLEGRINI MARCO (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": 26,
            "majority_cohesion_rate": 72.57,
            "minority_cohesion_rate": 74.69
        },
        {
            "id": 19902,
            "slug": "vs19_072_091",
            "identifier": "vs19_072_091",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_072_091/?format=api",
            "sitting": {
                "id": 1329,
                "date": "2023-03-21",
                "number": 72,
                "branch": "C"
            },
            "number": 91,
            "title": "Emendamento 5.28 RICCIARDI MARIANNA (M5S) - Votazione Emendamento 5.28 DDL n. 0977",
            "original_title": "Votazione Emendamento 5.28 DDL n. 0977",
            "description_title": "Emendamento 5.28 RICCIARDI MARIANNA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 26,
            "majority_cohesion_rate": 66.67,
            "minority_cohesion_rate": 66.67
        },
        {
            "id": 20855,
            "slug": "vs19_091_049",
            "identifier": "vs19_091_049",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_091_049/?format=api",
            "sitting": {
                "id": 1356,
                "date": "2023-04-20",
                "number": 91,
                "branch": "C"
            },
            "number": 49,
            "title": "Ordine del giorno n. 9/1089/88 SIMIANI MARCO (PD-IDP) - Votazione Ordine del giorno 9/1089/88 DDL n. 1089",
            "original_title": "Votazione Ordine del giorno 9/1089/88 DDL n. 1089",
            "description_title": "Ordine del giorno n. 9/1089/88 SIMIANI MARCO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 26,
            "majority_cohesion_rate": 74.26,
            "minority_cohesion_rate": 77.78
        },
        {
            "id": 25300,
            "slug": "vs19_203_033",
            "identifier": "vs19_203_033",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_203_033/?format=api",
            "sitting": {
                "id": 1538,
                "date": "2023-11-27",
                "number": 203,
                "branch": "C"
            },
            "number": 33,
            "title": "Ordine del giorno n. 9/1458/34 STUMPO NICOLA (PD-IDP) - Votazione Ordine del giorno 9/1458/34 DDL n. 1458",
            "original_title": "Votazione Ordine del giorno 9/1458/34 DDL n. 1458",
            "description_title": "Ordine del giorno n. 9/1458/34 STUMPO NICOLA (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": 26,
            "majority_cohesion_rate": 59.49,
            "minority_cohesion_rate": 56.79
        },
        {
            "id": 29672,
            "slug": "vs19_260_067",
            "identifier": "vs19_260_067",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_260_067/?format=api",
            "sitting": {
                "id": 1634,
                "date": "2024-03-12",
                "number": 260,
                "branch": "C"
            },
            "number": 67,
            "title": "Articolo aggiuntivo 2.0206 L'ABBATE PATTY (M5S) - Votazione Emendamento 2.0206 DDL n. 1759",
            "original_title": "Votazione Emendamento 2.0206 DDL n. 1759",
            "description_title": "Articolo aggiuntivo 2.0206 L'ABBATE PATTY (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 26,
            "majority_cohesion_rate": 60.34,
            "minority_cohesion_rate": 57.41
        },
        {
            "id": 29061,
            "slug": "vs19_265_048",
            "identifier": "vs19_265_048",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_265_048/?format=api",
            "sitting": {
                "id": 1642,
                "date": "2024-03-19",
                "number": 265,
                "branch": "C"
            },
            "number": 48,
            "title": "Emendamento 27.1000 D'ALFONSO LUCIANO (PD-IDP) - Votazione Emendamento 27.1000 DDL n. 1435",
            "original_title": "Votazione Emendamento 27.1000 DDL n. 1435",
            "description_title": "Emendamento 27.1000 D'ALFONSO LUCIANO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 26,
            "majority_cohesion_rate": 62.87,
            "minority_cohesion_rate": 61.11
        }
    ]
}