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

{
    "count": 22091,
    "codelists": {
        "years": [
            {
                "id": "2025",
                "value": "2025"
            },
            {
                "id": "2024",
                "value": "2024"
            },
            {
                "id": "2023",
                "value": "2023"
            },
            {
                "id": "2022",
                "value": "2022"
            }
        ],
        "branch": [
            {
                "id": "S",
                "value": "Senato"
            },
            {
                "id": "C",
                "value": "Camera"
            }
        ],
        "governments": [
            {
                "id": 135225,
                "slug": "i-governo-meloni-2022-10-22",
                "start_date": "2022-10-22",
                "value": "Meloni I"
            }
        ],
        "governments_filter": [
            {
                "id": 135225,
                "slug": "i-governo-meloni-2022-10-22",
                "start_date": "2022-10-22",
                "value": "Meloni I"
            }
        ],
        "main_vote_type": [
            {
                "id": "is_key_vote",
                "value": "Voto chiave"
            },
            {
                "id": "is_final",
                "value": "Voto finale"
            },
            {
                "id": "is_confidence",
                "value": "Voto di fiducia"
            },
            {
                "id": "all",
                "value": "Tutti"
            }
        ],
        "sub_vote_type": [
            {
                "id": "ALL",
                "value": "Atto intero"
            },
            {
                "id": "ART",
                "value": "Articolo"
            },
            {
                "id": "AMEND",
                "value": "Emendamenti"
            },
            {
                "id": "ODG",
                "value": "ODG"
            },
            {
                "id": "PREJ",
                "value": "Questione pregiudiziale"
            },
            {
                "id": "EM_DECL",
                "value": "Dichiarazione d'urgenza"
            },
            {
                "id": "SUSP",
                "value": "Questione sospensiva"
            },
            {
                "id": "VAR_N",
                "value": "Nota di variazione"
            },
            {
                "id": "DONT_P",
                "value": "Non passaggio agli articoli"
            },
            {
                "id": "CLOS_DEB",
                "value": "Chiusura della discussione"
            },
            {
                "id": "RES",
                "value": "Risoluzione"
            },
            {
                "id": "DIM",
                "value": "Dimissioni"
            },
            {
                "id": "ELE",
                "value": "Elezioni"
            },
            {
                "id": "COORD",
                "value": "Proposta coordinamento"
            },
            {
                "id": "MOZ",
                "value": "Mozione"
            },
            {
                "id": "CPROP",
                "value": "Proposta giunta"
            }
        ],
        "vm_cohesion_rates": {
            "80_100": "dall'80 al 100%",
            "60_80": "dal 60 all'80%",
            "_60": "Meno del 60%"
        },
        "orderings": [
            {
                "id": "date",
                "value": "Data"
            },
            {
                "id": "majority_cohesion_rate",
                "value": "Compattezza maggioranza"
            },
            {
                "id": "n_rebels",
                "value": "Ribelli"
            },
            {
                "id": "identifier",
                "value": "Identificativo"
            },
            {
                "id": "n_margin",
                "value": "Margine"
            }
        ],
        "outcome": [
            {
                "id": "Respinto",
                "value": "Respinta"
            },
            {
                "id": "Approvato",
                "value": "Approvata"
            }
        ]
    },
    "next": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=-n_margin&page=160",
    "previous": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=-n_margin&page=158",
    "results": [
        {
            "id": 30718,
            "slug": "vs19_309_192",
            "identifier": "vs19_309_192",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_309_192/?format=api",
            "sitting": {
                "id": 1715,
                "date": "2024-06-18",
                "number": 309,
                "branch": "C"
            },
            "number": 192,
            "title": "Ordine del giorno n. 9/1665/16 CARFAGNA MARIA ROSARIA (APERRE) - Votazione Ordine del giorno 9/1665/16 DDL n. 1665",
            "original_title": "Votazione Ordine del giorno 9/1665/16 DDL n. 1665",
            "description_title": "Ordine del giorno n. 9/1665/16 CARFAGNA MARIA ROSARIA (APERRE)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 32,
            "majority_cohesion_rate": 71.01,
            "minority_cohesion_rate": 66.05
        },
        {
            "id": 24755,
            "slug": "vs19_184_001",
            "identifier": "vs19_184_001",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_184_001/?format=api",
            "sitting": {
                "id": 1508,
                "date": "2023-10-25",
                "number": 184,
                "branch": "C"
            },
            "number": 1,
            "title": "Emendamento 1.1 PELUFFO VINICIO GIUSEPPE GUIDO (PD-IDP) - Votazione Emendamento 1.1 DDL n. 1406",
            "original_title": "Votazione Emendamento 1.1 DDL n. 1406",
            "description_title": "Emendamento 1.1 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": 32,
            "majority_cohesion_rate": 68.78,
            "minority_cohesion_rate": 62.35
        },
        {
            "id": 30347,
            "slug": "vs19_297_022",
            "identifier": "vs19_297_022",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_297_022/?format=api",
            "sitting": {
                "id": 1696,
                "date": "2024-05-22",
                "number": 297,
                "branch": "C"
            },
            "number": 22,
            "title": "Ordine del giorno n. 9/1877/31 MORFINO DANIELA (M5S) - Votazione Ordine del giorno 9/1877/31 DDL n. 1877",
            "original_title": "Votazione Ordine del giorno 9/1877/31 DDL n. 1877",
            "description_title": "Ordine del giorno n. 9/1877/31 MORFINO DANIELA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 32,
            "majority_cohesion_rate": 57.14,
            "minority_cohesion_rate": 50.62
        },
        {
            "id": 22294,
            "slug": "vs19_150_020",
            "identifier": "vs19_150_020",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_150_020/?format=api",
            "sitting": {
                "id": 1434,
                "date": "2023-07-31",
                "number": 150,
                "branch": "C"
            },
            "number": 20,
            "title": "Ordine del giorno n. 9/1239/37 ONORI FEDERICA (M5S) - Votazione Ordine del giorno 9/1239/37 DDL n. 1239",
            "original_title": "Votazione Ordine del giorno 9/1239/37 DDL n. 1239",
            "description_title": "Ordine del giorno n. 9/1239/37 ONORI FEDERICA (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": 32,
            "majority_cohesion_rate": 70.46,
            "minority_cohesion_rate": 64.81
        },
        {
            "id": 30724,
            "slug": "vs19_309_209",
            "identifier": "vs19_309_209",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_309_209/?format=api",
            "sitting": {
                "id": 1715,
                "date": "2024-06-18",
                "number": 309,
                "branch": "C"
            },
            "number": 209,
            "title": "Ordine del giorno n. 9/1665/37 GUBITOSA MICHELE (M5S) - Votazione Ordine del giorno 9/1665/37 DDL n. 1665",
            "original_title": "Votazione Ordine del giorno 9/1665/37 DDL n. 1665",
            "description_title": "Ordine del giorno n. 9/1665/37 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": 0,
            "n_margin": 32,
            "majority_cohesion_rate": 68.91,
            "minority_cohesion_rate": 64.2
        },
        {
            "id": 29305,
            "slug": "vs19_270_006",
            "identifier": "vs19_270_006",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_270_006/?format=api",
            "sitting": {
                "id": 1650,
                "date": "2024-03-26",
                "number": 270,
                "branch": "C"
            },
            "number": 6,
            "title": "Emendamento 1.4 FONTANA ILARIA (M5S) - Votazione Emendamento 1.4 DDL n. 1790",
            "original_title": "Votazione Emendamento 1.4 DDL n. 1790",
            "description_title": "Emendamento 1.4 FONTANA ILARIA (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": 32,
            "majority_cohesion_rate": 58.23,
            "minority_cohesion_rate": 55.56
        },
        {
            "id": 30547,
            "slug": "vs19_309_054",
            "identifier": "vs19_309_054",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_309_054/?format=api",
            "sitting": {
                "id": 1715,
                "date": "2024-06-18",
                "number": 309,
                "branch": "C"
            },
            "number": 54,
            "title": "Emendamento 3.2 BONAFE' SIMONA (PD-IDP) - Votazione Emendamento 3.2 DDL n. 1665",
            "original_title": "Votazione Emendamento 3.2 DDL n. 1665",
            "description_title": "Emendamento 3.2 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": 32,
            "majority_cohesion_rate": 69.75,
            "minority_cohesion_rate": 65.43
        },
        {
            "id": 30356,
            "slug": "vs19_297_002",
            "identifier": "vs19_297_002",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_297_002/?format=api",
            "sitting": {
                "id": 1696,
                "date": "2024-05-22",
                "number": 297,
                "branch": "C"
            },
            "number": 2,
            "title": "Ordine del giorno n. 9/1877/2 GIRELLI GIAN ANTONIO (PD-IDP) - Votazione Ordine del giorno 9/1877/2 DDL n. 1877",
            "original_title": "Votazione Ordine del giorno 9/1877/2 DDL n. 1877",
            "description_title": "Ordine del giorno n. 9/1877/2 GIRELLI GIAN ANTONIO (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": 32,
            "majority_cohesion_rate": 60.92,
            "minority_cohesion_rate": 54.94
        },
        {
            "id": 21696,
            "slug": "vs19_114_065",
            "identifier": "vs19_114_065",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_114_065/?format=api",
            "sitting": {
                "id": 1395,
                "date": "2023-06-06",
                "number": 114,
                "branch": "C"
            },
            "number": 65,
            "title": "Ordine del giorno n. 9/1114/109 D'ORSO VALENTINA (M5S) - Votazione Ordine del giorno 9/1114/109 DDL n. 1114",
            "original_title": "Votazione Ordine del giorno 9/1114/109 DDL n. 1114",
            "description_title": "Ordine del giorno n. 9/1114/109 D'ORSO 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": 2,
            "n_margin": 32,
            "majority_cohesion_rate": 65.4,
            "minority_cohesion_rate": 57.41
        },
        {
            "id": 26722,
            "slug": "vs19_222_029",
            "identifier": "vs19_222_029",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_222_029/?format=api",
            "sitting": {
                "id": 1570,
                "date": "2024-01-09",
                "number": 222,
                "branch": "C"
            },
            "number": 29,
            "title": "Emendamento 1.28 FRATOIANNI NICOLA (AVS) - Votazione Emendamento 1.28 DDL n. 1624",
            "original_title": "Votazione Emendamento 1.28 DDL n. 1624",
            "description_title": "Emendamento 1.28 FRATOIANNI NICOLA (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 32,
            "majority_cohesion_rate": 66.24,
            "minority_cohesion_rate": 63.58
        },
        {
            "id": 30500,
            "slug": "vs19_309_053",
            "identifier": "vs19_309_053",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_309_053/?format=api",
            "sitting": {
                "id": 1715,
                "date": "2024-06-18",
                "number": 309,
                "branch": "C"
            },
            "number": 53,
            "title": "Articolo 2 - Votazione Articolo 2 DDL n. 1665",
            "original_title": "Votazione Articolo 2 DDL n. 1665",
            "description_title": "Articolo 2",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 32,
            "majority_cohesion_rate": 70.59,
            "minority_cohesion_rate": 64.81
        },
        {
            "id": 31833,
            "slug": "vs19_344_063",
            "identifier": "vs19_344_063",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_344_063/?format=api",
            "sitting": {
                "id": 1770,
                "date": "2024-09-11",
                "number": 344,
                "branch": "C"
            },
            "number": 63,
            "title": "Emendamento 10.14 D'ORSO VALENTINA (M5S) - Votazione Emendamento 10.14 DDL n. 1660",
            "original_title": "Votazione Emendamento 10.14 DDL n. 1660",
            "description_title": "Emendamento 10.14 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": 32,
            "majority_cohesion_rate": 69.87,
            "minority_cohesion_rate": 68.75
        },
        {
            "id": 22214,
            "slug": "vs19_147_023",
            "identifier": "vs19_147_023",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_147_023/?format=api",
            "sitting": {
                "id": 1431,
                "date": "2023-07-26",
                "number": 147,
                "branch": "C"
            },
            "number": 23,
            "title": "Articolo aggiuntivo 1.01008 ZAN ALESSANDRO (PD-IDP) - Votazione Emendamento 1.01008 PDL n. 0887",
            "original_title": "Votazione Emendamento 1.01008 PDL n. 0887",
            "description_title": "Articolo aggiuntivo 1.01008 ZAN ALESSANDRO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 8,
            "n_margin": 32,
            "majority_cohesion_rate": 68.78,
            "minority_cohesion_rate": 67.28
        },
        {
            "id": 22313,
            "slug": "vs19_150_016",
            "identifier": "vs19_150_016",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_150_016/?format=api",
            "sitting": {
                "id": 1434,
                "date": "2023-07-31",
                "number": 150,
                "branch": "C"
            },
            "number": 16,
            "title": "Ordine del giorno n. 9/1239/32 D'ORSO VALENTINA (M5S) - Votazione Ordine del giorno 9/1239/32 DDL n. 1239",
            "original_title": "Votazione Ordine del giorno 9/1239/32 DDL n. 1239",
            "description_title": "Ordine del giorno n. 9/1239/32 D'ORSO 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": 4,
            "n_margin": 32,
            "majority_cohesion_rate": 66.67,
            "minority_cohesion_rate": 57.41
        },
        {
            "id": 29422,
            "slug": "vs19_273_011",
            "identifier": "vs19_273_011",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_273_011/?format=api",
            "sitting": {
                "id": 1654,
                "date": "2024-04-04",
                "number": 273,
                "branch": "C"
            },
            "number": 11,
            "title": "Emendamento 2.24 SPORTIELLO GILDA (M5S) - Votazione Emendamento 2.24 DDL n. 1532",
            "original_title": "Votazione Emendamento 2.24 DDL n. 1532",
            "description_title": "Emendamento 2.24 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": 3,
            "n_margin": 32,
            "majority_cohesion_rate": 74.26,
            "minority_cohesion_rate": 69.75
        },
        {
            "id": 30670,
            "slug": "vs19_309_139",
            "identifier": "vs19_309_139",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_309_139/?format=api",
            "sitting": {
                "id": 1715,
                "date": "2024-06-18",
                "number": 309,
                "branch": "C"
            },
            "number": 139,
            "title": "Emendamento 7.303 BONAFE' SIMONA (PD-IDP) - Votazione Emendamento 7.303 DDL n. 1665",
            "original_title": "Votazione Emendamento 7.303 DDL n. 1665",
            "description_title": "Emendamento 7.303 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": 32,
            "majority_cohesion_rate": 71.85,
            "minority_cohesion_rate": 68.52
        },
        {
            "id": 30641,
            "slug": "vs19_309_176",
            "identifier": "vs19_309_176",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_309_176/?format=api",
            "sitting": {
                "id": 1715,
                "date": "2024-06-18",
                "number": 309,
                "branch": "C"
            },
            "number": 176,
            "title": "Emendamento 11.26 BONAFE' SIMONA (PD-IDP) - Votazione Emendamento 11.26 DDL n. 1665",
            "original_title": "Votazione Emendamento 11.26 DDL n. 1665",
            "description_title": "Emendamento 11.26 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": 32,
            "majority_cohesion_rate": 71.85,
            "minority_cohesion_rate": 68.52
        },
        {
            "id": 33548,
            "slug": "vs19_381_031",
            "identifier": "vs19_381_031",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_381_031/?format=api",
            "sitting": {
                "id": 1823,
                "date": "2024-11-13",
                "number": 381,
                "branch": "C"
            },
            "number": 31,
            "title": "ODG 9/2128/8 - Votazione Ordine del giorno 9/2128/8 ",
            "original_title": "Votazione Ordine del giorno 9/2128/8 ",
            "description_title": "ODG 9/2128/8",
            "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": 32,
            "majority_cohesion_rate": 62.4,
            "minority_cohesion_rate": 56.05
        },
        {
            "id": 26868,
            "slug": "vs19_228_002",
            "identifier": "vs19_228_002",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_228_002/?format=api",
            "sitting": {
                "id": 1581,
                "date": "2024-01-17",
                "number": 228,
                "branch": "C"
            },
            "number": 2,
            "title": "Risoluzione n. 6-00085 ZANELLA LUANA (AVS) ed altri - Votazione Risoluzione 6_00085",
            "original_title": "Votazione Risoluzione 6_00085",
            "description_title": "Risoluzione n. 6-00085 ZANELLA LUANA (AVS) 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": 32,
            "majority_cohesion_rate": 67.51,
            "minority_cohesion_rate": 70.99
        },
        {
            "id": 33559,
            "slug": "vs19_381_032",
            "identifier": "vs19_381_032",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_381_032/?format=api",
            "sitting": {
                "id": 1823,
                "date": "2024-11-13",
                "number": 381,
                "branch": "C"
            },
            "number": 32,
            "title": "ODG 9/2128/9 - Votazione Ordine del giorno 9/2128/9 ",
            "original_title": "Votazione Ordine del giorno 9/2128/9 ",
            "description_title": "ODG 9/2128/9",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 32,
            "majority_cohesion_rate": 60.33,
            "minority_cohesion_rate": 52.87
        },
        {
            "id": 30542,
            "slug": "vs19_309_066",
            "identifier": "vs19_309_066",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_309_066/?format=api",
            "sitting": {
                "id": 1715,
                "date": "2024-06-18",
                "number": 309,
                "branch": "C"
            },
            "number": 66,
            "title": "Emendamento 3.80 BOSCHI MARIA ELENA (IVICRE) - Votazione Emendamento 3.80 DDL n. 1665",
            "original_title": "Votazione Emendamento 3.80 DDL n. 1665",
            "description_title": "Emendamento 3.80 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": 0,
            "n_margin": 32,
            "majority_cohesion_rate": 70.59,
            "minority_cohesion_rate": 66.05
        },
        {
            "id": 30678,
            "slug": "vs19_309_138",
            "identifier": "vs19_309_138",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_309_138/?format=api",
            "sitting": {
                "id": 1715,
                "date": "2024-06-18",
                "number": 309,
                "branch": "C"
            },
            "number": 138,
            "title": "Emendamento 7.277 BONAFE' SIMONA (PD-IDP) - Votazione Emendamento 7.277 DDL n. 1665",
            "original_title": "Votazione Emendamento 7.277 DDL n. 1665",
            "description_title": "Emendamento 7.277 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": 32,
            "majority_cohesion_rate": 71.85,
            "minority_cohesion_rate": 68.52
        },
        {
            "id": 31874,
            "slug": "vs19_345_041",
            "identifier": "vs19_345_041",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_345_041/?format=api",
            "sitting": {
                "id": 1771,
                "date": "2024-09-12",
                "number": 345,
                "branch": "C"
            },
            "number": 41,
            "title": "Emendamento 16.7 ALIFANO ENRICA (M5S) - Votazione Emendamento 16.7 DDL n. 1660",
            "original_title": "Votazione Emendamento 16.7 DDL n. 1660",
            "description_title": "Emendamento 16.7 ALIFANO ENRICA (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": 32,
            "majority_cohesion_rate": 71.55,
            "minority_cohesion_rate": 68.12
        },
        {
            "id": 30265,
            "slug": "vs19_292_059",
            "identifier": "vs19_292_059",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_292_059/?format=api",
            "sitting": {
                "id": 1688,
                "date": "2024-05-14",
                "number": 292,
                "branch": "C"
            },
            "number": 59,
            "title": "Emendamento 16.9 D'ORSO VALENTINA (M5S) - Votazione Emendamento 16.9 DDL n. 1717",
            "original_title": "Votazione Emendamento 16.9 DDL n. 1717",
            "description_title": "Emendamento 16.9 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": 32,
            "majority_cohesion_rate": 60.34,
            "minority_cohesion_rate": 58.28
        },
        {
            "id": 32115,
            "slug": "vs19_323_009",
            "identifier": "vs19_323_009",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_323_009/?format=api",
            "sitting": {
                "id": 1735,
                "date": "2024-07-11",
                "number": 323,
                "branch": "C"
            },
            "number": 9,
            "title": "Ordine del giorno n. 9/1946/7 CASO ANTONIO (M5S) - Votazione Ordine del giorno 9/1946/7 DDL n. 1946",
            "original_title": "Votazione Ordine del giorno 9/1946/7 DDL n. 1946",
            "description_title": "Ordine del giorno n. 9/1946/7 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": 32,
            "majority_cohesion_rate": 68.49,
            "minority_cohesion_rate": 63.35
        },
        {
            "id": 22242,
            "slug": "vs19_150_018",
            "identifier": "vs19_150_018",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_150_018/?format=api",
            "sitting": {
                "id": 1434,
                "date": "2023-07-31",
                "number": 150,
                "branch": "C"
            },
            "number": 18,
            "title": "Ordine del giorno n. 9/1239/35 SCERRA FILIPPO (M5S) - Votazione Ordine del giorno 9/1239/35 DDL n. 1239",
            "original_title": "Votazione Ordine del giorno 9/1239/35 DDL n. 1239",
            "description_title": "Ordine del giorno n. 9/1239/35 SCERRA FILIPPO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 32,
            "majority_cohesion_rate": 69.62,
            "minority_cohesion_rate": 62.96
        },
        {
            "id": 30642,
            "slug": "vs19_309_136",
            "identifier": "vs19_309_136",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_309_136/?format=api",
            "sitting": {
                "id": 1715,
                "date": "2024-06-18",
                "number": 309,
                "branch": "C"
            },
            "number": 136,
            "title": "Emendamento 7.272 SCUTELLA' ELISA (M5S) - Votazione Emendamento 7.272 DDL n. 1665",
            "original_title": "Votazione Emendamento 7.272 DDL n. 1665",
            "description_title": "Emendamento 7.272 SCUTELLA' ELISA (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": 32,
            "majority_cohesion_rate": 71.01,
            "minority_cohesion_rate": 67.28
        },
        {
            "id": 21756,
            "slug": "vs19_114_038",
            "identifier": "vs19_114_038",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_114_038/?format=api",
            "sitting": {
                "id": 1395,
                "date": "2023-06-06",
                "number": 114,
                "branch": "C"
            },
            "number": 38,
            "title": "Ordine del giorno n. 9/1114/75 CUPERLO GIANNI (PD-IDP) - Votazione Ordine del giorno 9/1114/75 DDL n. 1114",
            "original_title": "Votazione Ordine del giorno 9/1114/75 DDL n. 1114",
            "description_title": "Ordine del giorno n. 9/1114/75 CUPERLO GIANNI (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 32,
            "majority_cohesion_rate": 72.15,
            "minority_cohesion_rate": 66.67
        },
        {
            "id": 30646,
            "slug": "vs19_309_135",
            "identifier": "vs19_309_135",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_309_135/?format=api",
            "sitting": {
                "id": 1715,
                "date": "2024-06-18",
                "number": 309,
                "branch": "C"
            },
            "number": 135,
            "title": "Emendamento 7.192 BONAFE' SIMONA (PD-IDP) - Votazione Emendamento 7.192 DDL n. 1665",
            "original_title": "Votazione Emendamento 7.192 DDL n. 1665",
            "description_title": "Emendamento 7.192 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": 32,
            "majority_cohesion_rate": 71.01,
            "minority_cohesion_rate": 67.28
        },
        {
            "id": 24067,
            "slug": "vs19_160_030",
            "identifier": "vs19_160_030",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_160_030/?format=api",
            "sitting": {
                "id": 1464,
                "date": "2023-09-12",
                "number": 160,
                "branch": "C"
            },
            "number": 30,
            "title": "Ordine del giorno n. 9/1364/2 AIELLO DAVIDE (M5S) - Votazione Ordine del giorno 9/1364/2 DDL n. 1364",
            "original_title": "Votazione Ordine del giorno 9/1364/2 DDL n. 1364",
            "description_title": "Ordine del giorno n. 9/1364/2 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": 0,
            "n_margin": 32,
            "majority_cohesion_rate": 66.67,
            "minority_cohesion_rate": 59.88
        },
        {
            "id": 24045,
            "slug": "vs19_160_023",
            "identifier": "vs19_160_023",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_160_023/?format=api",
            "sitting": {
                "id": 1464,
                "date": "2023-09-12",
                "number": 160,
                "branch": "C"
            },
            "number": 23,
            "title": "Emendamento 3.1 MARI FRANCESCO (AVS) - Votazione Emendamento 3.1 DDL n. 1364",
            "original_title": "Votazione Emendamento 3.1 DDL n. 1364",
            "description_title": "Emendamento 3.1 MARI FRANCESCO (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 32,
            "majority_cohesion_rate": 70.46,
            "minority_cohesion_rate": 64.81
        },
        {
            "id": 30543,
            "slug": "vs19_309_128",
            "identifier": "vs19_309_128",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_309_128/?format=api",
            "sitting": {
                "id": 1715,
                "date": "2024-06-18",
                "number": 309,
                "branch": "C"
            },
            "number": 128,
            "title": "Emendamento 7.106 BOSCHI MARIA ELENA (IVICRE) - Votazione Emendamento 7.106 DDL n. 1665",
            "original_title": "Votazione Emendamento 7.106 DDL n. 1665",
            "description_title": "Emendamento 7.106 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": 0,
            "n_margin": 32,
            "majority_cohesion_rate": 71.85,
            "minority_cohesion_rate": 67.28
        },
        {
            "id": 24063,
            "slug": "vs19_160_039",
            "identifier": "vs19_160_039",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_160_039/?format=api",
            "sitting": {
                "id": 1464,
                "date": "2023-09-12",
                "number": 160,
                "branch": "C"
            },
            "number": 39,
            "title": "Ordine del giorno n. 9/1364/12 TORTO DANIELA (M5S) - Votazione Ordine del giorno 9/1364/12 DDL n. 1364",
            "original_title": "Votazione Ordine del giorno 9/1364/12 DDL n. 1364",
            "description_title": "Ordine del giorno n. 9/1364/12 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": 32,
            "majority_cohesion_rate": 68.35,
            "minority_cohesion_rate": 62.96
        },
        {
            "id": 30676,
            "slug": "vs19_309_161",
            "identifier": "vs19_309_161",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_309_161/?format=api",
            "sitting": {
                "id": 1715,
                "date": "2024-06-18",
                "number": 309,
                "branch": "C"
            },
            "number": 161,
            "title": "Emendamento 10.280 ZARATTI FILIBERTO (AVS) - Votazione Emendamento 10.280 DDL n. 1665",
            "original_title": "Votazione Emendamento 10.280 DDL n. 1665",
            "description_title": "Emendamento 10.280 ZARATTI FILIBERTO (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 32,
            "majority_cohesion_rate": 71.85,
            "minority_cohesion_rate": 69.14
        },
        {
            "id": 32141,
            "slug": "vs19_323_035",
            "identifier": "vs19_323_035",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_323_035/?format=api",
            "sitting": {
                "id": 1735,
                "date": "2024-07-11",
                "number": 323,
                "branch": "C"
            },
            "number": 35,
            "title": "Ordine del giorno n. 9/1946/52 BORRELLI FRANCESCO EMILIO (AVS) - Votazione Ordine del giorno 9/1946/52 DDL n. 1946",
            "original_title": "Votazione Ordine del giorno 9/1946/52 DDL n. 1946",
            "description_title": "Ordine del giorno n. 9/1946/52 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": 1,
            "n_margin": 32,
            "majority_cohesion_rate": 64.29,
            "minority_cohesion_rate": 57.14
        },
        {
            "id": 30164,
            "slug": "vs19_289_010",
            "identifier": "vs19_289_010",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_289_010/?format=api",
            "sitting": {
                "id": 1682,
                "date": "2024-05-08",
                "number": 289,
                "branch": "C"
            },
            "number": 10,
            "title": "Dispositivi congiunti delle risoluzioni n. 6-00114 CALOVINI GIANGIACOMO (FDI), FORMENTINI PAOLO (LEGA), ORSINI ANDREA (FI-PPE), BICCHIELLI PINO (NM-M) ed altri, n. 6-00117 FARAONE DAVIDE (IVICRE) e n. 6-00118 RICHETTI MATTEO (APERRE) ed altri, limitatamente alla parte in cui autorizzano la missione di cui alla scheda n. 42 (Doc. XVI, n. 3) - Votazione Risoluzione 6_00114",
            "original_title": "Votazione Risoluzione 6_00114",
            "description_title": "Dispositivi congiunti delle risoluzioni n. 6-00114 CALOVINI GIANGIACOMO (FDI), FORMENTINI PAOLO (LEGA), ORSINI ANDREA (FI-PPE), BICCHIELLI PINO (NM-M) ed altri, n. 6-00117 FARAONE DAVIDE (IVICRE) e n. 6-00118 RICHETTI MATTEO (APERRE) ed altri, limitatamente alla parte in cui autorizzano la missione di cui alla scheda n. 42 (Doc. XVI, n. 3)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Risoluzione",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 32,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 60.12
        },
        {
            "id": 26865,
            "slug": "vs19_228_006",
            "identifier": "vs19_228_006",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_228_006/?format=api",
            "sitting": {
                "id": 1581,
                "date": "2024-01-17",
                "number": 228,
                "branch": "C"
            },
            "number": 6,
            "title": "Risoluzione n. 6-00087, ad eccezione del capoverso ventiquattresimo della premessa e del capoverso decimo della parte dispositiva, BRAGA CHIARA (PD-IDP) ed altri - Votazione Risoluzione 6_00087",
            "original_title": "Votazione Risoluzione 6_00087",
            "description_title": "Risoluzione n. 6-00087, ad eccezione del capoverso ventiquattresimo della premessa e del capoverso decimo della parte dispositiva, BRAGA CHIARA (PD-IDP) 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": 32,
            "majority_cohesion_rate": 67.51,
            "minority_cohesion_rate": 70.37
        },
        {
            "id": 30589,
            "slug": "vs19_309_121",
            "identifier": "vs19_309_121",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_309_121/?format=api",
            "sitting": {
                "id": 1715,
                "date": "2024-06-18",
                "number": 309,
                "branch": "C"
            },
            "number": 121,
            "title": "Identici emendamenti 6.7 ZARATTI FILIBERTO (AVS), 6.8 BONAFE' SIMONA (PD-IDP) e 6.9 AURIEMMA CARMELA (M5S) - Votazione Emendamento 6.7 DDL n. 1665",
            "original_title": "Votazione Emendamento 6.7 DDL n. 1665",
            "description_title": "Identici emendamenti 6.7 ZARATTI FILIBERTO (AVS), 6.8 BONAFE' SIMONA (PD-IDP) e 6.9 AURIEMMA CARMELA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 32,
            "majority_cohesion_rate": 68.91,
            "minority_cohesion_rate": 64.2
        },
        {
            "id": 25364,
            "slug": "vs19_204_054",
            "identifier": "vs19_204_054",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_204_054/?format=api",
            "sitting": {
                "id": 1539,
                "date": "2023-11-28",
                "number": 204,
                "branch": "C"
            },
            "number": 54,
            "title": "Mozione n. 1-00216, limitatamente al capoverso ventitreesimo della parte dispositiva, BONELLI ANGELO (AVS) ed altri - Votazione Mozione 1_00216",
            "original_title": "Votazione Mozione 1_00216",
            "description_title": "Mozione n. 1-00216, limitatamente al capoverso ventitreesimo della parte dispositiva, BONELLI ANGELO (AVS) ed altri",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Mozione",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 32,
            "majority_cohesion_rate": 65.82,
            "minority_cohesion_rate": 63.58
        },
        {
            "id": 29318,
            "slug": "vs19_270_007",
            "identifier": "vs19_270_007",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_270_007/?format=api",
            "sitting": {
                "id": 1650,
                "date": "2024-03-26",
                "number": 270,
                "branch": "C"
            },
            "number": 7,
            "title": "Emendamento 1.6 BONELLI ANGELO (AVS) - Votazione Emendamento 1.6 DDL n. 1790",
            "original_title": "Votazione Emendamento 1.6 DDL n. 1790",
            "description_title": "Emendamento 1.6 BONELLI ANGELO (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 32,
            "majority_cohesion_rate": 59.07,
            "minority_cohesion_rate": 56.79
        },
        {
            "id": 24048,
            "slug": "vs19_160_014",
            "identifier": "vs19_160_014",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_160_014/?format=api",
            "sitting": {
                "id": 1464,
                "date": "2023-09-12",
                "number": 160,
                "branch": "C"
            },
            "number": 14,
            "title": "Emendamento 2.10 AIELLO DAVIDE (M5S) - Votazione Emendamento 2.10 DDL n. 1364",
            "original_title": "Votazione Emendamento 2.10 DDL n. 1364",
            "description_title": "Emendamento 2.10 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": 2,
            "n_margin": 32,
            "majority_cohesion_rate": 69.62,
            "minority_cohesion_rate": 65.43
        },
        {
            "id": 26828,
            "slug": "vs19_227_032",
            "identifier": "vs19_227_032",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_227_032/?format=api",
            "sitting": {
                "id": 1578,
                "date": "2024-01-16",
                "number": 227,
                "branch": "C"
            },
            "number": 32,
            "title": "Articolo aggiuntivo 4.0100 GIANASSI FEDERICO (PD-IDP) - Votazione Emendamento 4.0100 PDL n. 0893",
            "original_title": "Votazione Emendamento 4.0100 PDL n. 0893",
            "description_title": "Articolo aggiuntivo 4.0100 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": 3,
            "n_margin": 32,
            "majority_cohesion_rate": 66.67,
            "minority_cohesion_rate": 64.81
        },
        {
            "id": 30703,
            "slug": "vs19_309_233",
            "identifier": "vs19_309_233",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_309_233/?format=api",
            "sitting": {
                "id": 1715,
                "date": "2024-06-18",
                "number": 309,
                "branch": "C"
            },
            "number": 233,
            "title": "Ordine del giorno n. 9/1665/61 TRAVERSI ROBERTO (M5S) - Votazione Ordine del giorno 9/1665/61 DDL n. 1665",
            "original_title": "Votazione Ordine del giorno 9/1665/61 DDL n. 1665",
            "description_title": "Ordine del giorno n. 9/1665/61 TRAVERSI ROBERTO (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": 32,
            "majority_cohesion_rate": 69.33,
            "minority_cohesion_rate": 65.43
        },
        {
            "id": 31761,
            "slug": "vs19_344_019",
            "identifier": "vs19_344_019",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_344_019/?format=api",
            "sitting": {
                "id": 1770,
                "date": "2024-09-11",
                "number": 344,
                "branch": "C"
            },
            "number": 19,
            "title": "Emendamento 7.8 CAFIERO DE RAHO FEDERICO (M5S) - Votazione Emendamento 7.8 DDL n. 1660",
            "original_title": "Votazione Emendamento 7.8 DDL n. 1660",
            "description_title": "Emendamento 7.8 CAFIERO DE RAHO FEDERICO (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": 32,
            "majority_cohesion_rate": 69.46,
            "minority_cohesion_rate": 63.75
        },
        {
            "id": 26882,
            "slug": "vs19_229_020",
            "identifier": "vs19_229_020",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_229_020/?format=api",
            "sitting": {
                "id": 1582,
                "date": "2024-01-18",
                "number": 229,
                "branch": "C"
            },
            "number": 20,
            "title": "Emendamento 3.1 GIULIANO CARLA (M5S) - Votazione Emendamento 3.1 DDL n. 1297",
            "original_title": "Votazione Emendamento 3.1 DDL n. 1297",
            "description_title": "Emendamento 3.1 GIULIANO CARLA (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": 32,
            "majority_cohesion_rate": 62.03,
            "minority_cohesion_rate": 62.96
        },
        {
            "id": 24263,
            "slug": "vs19_172_021",
            "identifier": "vs19_172_021",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_172_021/?format=api",
            "sitting": {
                "id": 1488,
                "date": "2023-10-05",
                "number": 172,
                "branch": "C"
            },
            "number": 21,
            "title": "Mozione n. 1-00185, ad eccezione dei capoversi quarto, ottavo e dodicesimo della parte dispositiva, CASO ANTONIO (M5S) ed altri - Votazione Mozione 1_00185",
            "original_title": "Votazione Mozione 1_00185",
            "description_title": "Mozione n. 1-00185, ad eccezione dei capoversi quarto, ottavo e dodicesimo della parte dispositiva, CASO ANTONIO (M5S) ed altri",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Mozione",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 32,
            "majority_cohesion_rate": 66.24,
            "minority_cohesion_rate": 59.26
        },
        {
            "id": 30220,
            "slug": "vs19_292_064",
            "identifier": "vs19_292_064",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_292_064/?format=api",
            "sitting": {
                "id": 1688,
                "date": "2024-05-14",
                "number": 292,
                "branch": "C"
            },
            "number": 64,
            "title": "Articolo aggiuntivo 18.01 GIANASSI FEDERICO (PD-IDP) - Votazione Emendamento 18.01 DDL n. 1717",
            "original_title": "Votazione Emendamento 18.01 DDL n. 1717",
            "description_title": "Articolo aggiuntivo 18.01 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": 1,
            "n_margin": 32,
            "majority_cohesion_rate": 58.23,
            "minority_cohesion_rate": 55.21
        },
        {
            "id": 29387,
            "slug": "vs19_273_017",
            "identifier": "vs19_273_017",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_273_017/?format=api",
            "sitting": {
                "id": 1654,
                "date": "2024-04-04",
                "number": 273,
                "branch": "C"
            },
            "number": 17,
            "title": "Emendamento 3.1002 BONETTI ELENA (APERRE) - Votazione Emendamento 3.1002 DDL n. 1532",
            "original_title": "Votazione Emendamento 3.1002 DDL n. 1532",
            "description_title": "Emendamento 3.1002 BONETTI ELENA (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": 1,
            "n_margin": 32,
            "majority_cohesion_rate": 76.37,
            "minority_cohesion_rate": 72.84
        },
        {
            "id": 22277,
            "slug": "vs19_150_048",
            "identifier": "vs19_150_048",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_150_048/?format=api",
            "sitting": {
                "id": 1434,
                "date": "2023-07-31",
                "number": 150,
                "branch": "C"
            },
            "number": 48,
            "title": "Ordine del giorno n. 9/1239/92 DI BIASE MICHELA (PD-IDP) - Votazione Ordine del giorno 9/1239/92 DDL n. 1239",
            "original_title": "Votazione Ordine del giorno 9/1239/92 DDL n. 1239",
            "description_title": "Ordine del giorno n. 9/1239/92 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": 1,
            "n_margin": 32,
            "majority_cohesion_rate": 66.67,
            "minority_cohesion_rate": 59.26
        },
        {
            "id": 24211,
            "slug": "vs19_168_048",
            "identifier": "vs19_168_048",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_168_048/?format=api",
            "sitting": {
                "id": 1481,
                "date": "2023-09-28",
                "number": 168,
                "branch": "C"
            },
            "number": 48,
            "title": "Ordine del giorno n. 9/1373/52 GIANASSI FEDERICO (PD-IDP) - Votazione Ordine del giorno 9/1373/52 DDL n. 1373",
            "original_title": "Votazione Ordine del giorno 9/1373/52 DDL n. 1373",
            "description_title": "Ordine del giorno n. 9/1373/52 GIANASSI FEDERICO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 32,
            "majority_cohesion_rate": 67.51,
            "minority_cohesion_rate": 58.64
        }
    ]
}