Returns all available votings, paged, filtered, sorted, ....
GET /api-openparlamento/v1/19/votings/?format=api&ordering=-n_margin&page=320
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=321",
    "previous": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=-n_margin&page=319",
    "results": [
        {
            "id": 23777,
            "slug": "19-79-69",
            "identifier": "19-79-69",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-79-69/?format=api",
            "sitting": {
                "id": 1439,
                "date": "2023-06-21",
                "number": 79,
                "branch": "S"
            },
            "number": 69,
            "title": "DL 48/2023 - Lavoro - Em. 5.1000, La Relatrice",
            "original_title": "Em. 5.1000, La Relatrice",
            "description_title": "DL 48/2023 - Lavoro",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Approvata",
            "n_rebels": 6,
            "n_margin": 19,
            "majority_cohesion_rate": 81.58,
            "minority_cohesion_rate": 70.11
        },
        {
            "id": 23561,
            "slug": "19-79-254",
            "identifier": "19-79-254",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-79-254/?format=api",
            "sitting": {
                "id": 1439,
                "date": "2023-06-21",
                "number": 79,
                "branch": "S"
            },
            "number": 254,
            "title": "DL 48/2023 - Lavoro - Em. 28.0.13, Mazzella e altri",
            "original_title": "Em. 28.0.13, Mazzella e altri",
            "description_title": "DL 48/2023 - Lavoro",
            "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": 19,
            "majority_cohesion_rate": 82.46,
            "minority_cohesion_rate": 70.11
        },
        {
            "id": 23755,
            "slug": "19-79-91",
            "identifier": "19-79-91",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-79-91/?format=api",
            "sitting": {
                "id": 1439,
                "date": "2023-06-21",
                "number": 79,
                "branch": "S"
            },
            "number": 91,
            "title": "DL 48/2023 - Lavoro - Emm. 8.9 e 8.10",
            "original_title": "Emm. 8.9 e 8.10",
            "description_title": "DL 48/2023 - Lavoro",
            "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": 19,
            "majority_cohesion_rate": 84.21,
            "minority_cohesion_rate": 67.82
        },
        {
            "id": 23775,
            "slug": "19-79-71",
            "identifier": "19-79-71",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-79-71/?format=api",
            "sitting": {
                "id": 1439,
                "date": "2023-06-21",
                "number": 79,
                "branch": "S"
            },
            "number": 71,
            "title": "DL 48/2023 - Lavoro - Em. 5.6, Guidolin e altri",
            "original_title": "Em. 5.6, Guidolin e altri",
            "description_title": "DL 48/2023 - Lavoro",
            "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": 19,
            "majority_cohesion_rate": 80.7,
            "minority_cohesion_rate": 70.11
        },
        {
            "id": 23810,
            "slug": "19-79-36",
            "identifier": "19-79-36",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-79-36/?format=api",
            "sitting": {
                "id": 1439,
                "date": "2023-06-21",
                "number": 79,
                "branch": "S"
            },
            "number": 36,
            "title": "DL 48/2023 - Lavoro - Em. 2.23, Guidolin e altri",
            "original_title": "Em. 2.23, Guidolin e altri",
            "description_title": "DL 48/2023 - Lavoro",
            "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": 19,
            "majority_cohesion_rate": 76.32,
            "minority_cohesion_rate": 65.52
        },
        {
            "id": 23340,
            "slug": "19-95-97",
            "identifier": "19-95-97",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-95-97/?format=api",
            "sitting": {
                "id": 1455,
                "date": "2023-08-02",
                "number": 95,
                "branch": "S"
            },
            "number": 97,
            "title": "Em. 5.28, Tajani e altri",
            "original_title": "Em. 5.28, Tajani e altri",
            "description_title": null,
            "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": 19,
            "majority_cohesion_rate": 76.32,
            "minority_cohesion_rate": 66.67
        },
        {
            "id": 23667,
            "slug": "19-79-344",
            "identifier": "19-79-344",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-79-344/?format=api",
            "sitting": {
                "id": 1439,
                "date": "2023-06-21",
                "number": 79,
                "branch": "S"
            },
            "number": 344,
            "title": "DL 48/2023 - Lavoro - Em. 44.1000, La Relatrice",
            "original_title": "Em. 44.1000, La Relatrice",
            "description_title": "DL 48/2023 - Lavoro",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Approvata",
            "n_rebels": 4,
            "n_margin": 19,
            "majority_cohesion_rate": 81.58,
            "minority_cohesion_rate": 65.52
        },
        {
            "id": 23682,
            "slug": "19-79-335",
            "identifier": "19-79-335",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-79-335/?format=api",
            "sitting": {
                "id": 1439,
                "date": "2023-06-21",
                "number": 79,
                "branch": "S"
            },
            "number": 335,
            "title": "DL 48/2023 - Lavoro - Em. 40.0.9, Guidolin e altri",
            "original_title": "Em. 40.0.9, Guidolin e altri",
            "description_title": "DL 48/2023 - Lavoro",
            "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": 19,
            "majority_cohesion_rate": 78.95,
            "minority_cohesion_rate": 66.67
        },
        {
            "id": 23286,
            "slug": "19-95-277",
            "identifier": "19-95-277",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-95-277/?format=api",
            "sitting": {
                "id": 1455,
                "date": "2023-08-02",
                "number": 95,
                "branch": "S"
            },
            "number": 277,
            "title": "Em. 18.306, Tajani e Losacco",
            "original_title": "Em. 18.306, Tajani e Losacco",
            "description_title": null,
            "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": 19,
            "majority_cohesion_rate": 75.44,
            "minority_cohesion_rate": 67.82
        },
        {
            "id": 23842,
            "slug": "19-79-3",
            "identifier": "19-79-3",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-79-3/?format=api",
            "sitting": {
                "id": 1439,
                "date": "2023-06-21",
                "number": 79,
                "branch": "S"
            },
            "number": 3,
            "title": "DL 48/2023 - Lavoro - Em. 1.5, Zampa e altri",
            "original_title": "Em. 1.5, Zampa e altri",
            "description_title": "DL 48/2023 - Lavoro",
            "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": 19,
            "majority_cohesion_rate": 76.32,
            "minority_cohesion_rate": 65.52
        },
        {
            "id": 23514,
            "slug": "19-79-301",
            "identifier": "19-79-301",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-79-301/?format=api",
            "sitting": {
                "id": 1439,
                "date": "2023-06-21",
                "number": 79,
                "branch": "S"
            },
            "number": 301,
            "title": "DL 48/2023 - Lavoro - Em. 39.11, Mazzella e altri",
            "original_title": "Em. 39.11, Mazzella e altri",
            "description_title": "DL 48/2023 - Lavoro",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 19,
            "majority_cohesion_rate": 78.07,
            "minority_cohesion_rate": 67.82
        },
        {
            "id": 23244,
            "slug": "19-95-59",
            "identifier": "19-95-59",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-95-59/?format=api",
            "sitting": {
                "id": 1455,
                "date": "2023-08-02",
                "number": 95,
                "branch": "S"
            },
            "number": 59,
            "title": "Em. 4.6, Gelmini e altri",
            "original_title": "Em. 4.6, Gelmini e altri",
            "description_title": null,
            "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": 19,
            "majority_cohesion_rate": 73.68,
            "minority_cohesion_rate": 55.17
        },
        {
            "id": 23121,
            "slug": "19-89-10",
            "identifier": "19-89-10",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-89-10/?format=api",
            "sitting": {
                "id": 1449,
                "date": "2023-07-19",
                "number": 89,
                "branch": "S"
            },
            "number": 10,
            "title": "ODG G1.101, Pirro e altri",
            "original_title": "ODG G1.101, Pirro e altri",
            "description_title": null,
            "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": 19,
            "majority_cohesion_rate": 76.32,
            "minority_cohesion_rate": 67.82
        },
        {
            "id": 23100,
            "slug": "19-89-67",
            "identifier": "19-89-67",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-89-67/?format=api",
            "sitting": {
                "id": 1449,
                "date": "2023-07-19",
                "number": 89,
                "branch": "S"
            },
            "number": 67,
            "title": "d-l n. 69/2023 - Salva-infrazioni - Em. 9-bis.207 (1a parte), Turco",
            "original_title": "Em. 9-bis.207 (1a parte), Turco",
            "description_title": "d-l n. 69/2023 - Salva-infrazioni",
            "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": 19,
            "majority_cohesion_rate": 72.81,
            "minority_cohesion_rate": 66.67
        },
        {
            "id": 23021,
            "slug": "19-89-107",
            "identifier": "19-89-107",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-89-107/?format=api",
            "sitting": {
                "id": 1449,
                "date": "2023-07-19",
                "number": 89,
                "branch": "S"
            },
            "number": 107,
            "title": "d-l n. 69/2023 - Salva-infrazioni - Em. 9-bis.256, Turco e altri",
            "original_title": "Em. 9-bis.256, Turco e altri",
            "description_title": "d-l n. 69/2023 - Salva-infrazioni",
            "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": 19,
            "majority_cohesion_rate": 73.68,
            "minority_cohesion_rate": 66.67
        },
        {
            "id": 23184,
            "slug": "19-95-262",
            "identifier": "19-95-262",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-95-262/?format=api",
            "sitting": {
                "id": 1455,
                "date": "2023-08-02",
                "number": 95,
                "branch": "S"
            },
            "number": 262,
            "title": "Em. 17.313, Tajani e altri",
            "original_title": "Em. 17.313, Tajani e altri",
            "description_title": null,
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 4,
            "n_margin": 19,
            "majority_cohesion_rate": 75.44,
            "minority_cohesion_rate": 64.37
        },
        {
            "id": 22999,
            "slug": "19-89-22",
            "identifier": "19-89-22",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-89-22/?format=api",
            "sitting": {
                "id": 1449,
                "date": "2023-07-19",
                "number": 89,
                "branch": "S"
            },
            "number": 22,
            "title": "ODG G2.102, Nave e altri",
            "original_title": "ODG G2.102, Nave e altri",
            "description_title": null,
            "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": 19,
            "majority_cohesion_rate": 77.19,
            "minority_cohesion_rate": 68.97
        },
        {
            "id": 23451,
            "slug": "19-95-122",
            "identifier": "19-95-122",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-95-122/?format=api",
            "sitting": {
                "id": 1455,
                "date": "2023-08-02",
                "number": 95,
                "branch": "S"
            },
            "number": 122,
            "title": "Em. 5.59, Tajani e altri",
            "original_title": "Em. 5.59, Tajani e altri",
            "description_title": null,
            "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": 19,
            "majority_cohesion_rate": 76.32,
            "minority_cohesion_rate": 68.97
        },
        {
            "id": 23123,
            "slug": "19-89-3",
            "identifier": "19-89-3",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-89-3/?format=api",
            "sitting": {
                "id": 1449,
                "date": "2023-07-19",
                "number": 89,
                "branch": "S"
            },
            "number": 3,
            "title": "Em. 1.104, Pirro e altri",
            "original_title": "Em. 1.104, Pirro e altri",
            "description_title": null,
            "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": 19,
            "majority_cohesion_rate": 76.32,
            "minority_cohesion_rate": 67.82
        },
        {
            "id": 23075,
            "slug": "19-89-92",
            "identifier": "19-89-92",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-89-92/?format=api",
            "sitting": {
                "id": 1449,
                "date": "2023-07-19",
                "number": 89,
                "branch": "S"
            },
            "number": 92,
            "title": "d-l n. 69/2023 - Salva-infrazioni - Em. 9-bis.236, Boccia e altri",
            "original_title": "Em. 9-bis.236, Boccia e altri",
            "description_title": "d-l n. 69/2023 - Salva-infrazioni",
            "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": 19,
            "majority_cohesion_rate": 74.56,
            "minority_cohesion_rate": 67.82
        },
        {
            "id": 28564,
            "slug": "vs19_252_085",
            "identifier": "vs19_252_085",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_252_085/?format=api",
            "sitting": {
                "id": 1623,
                "date": "2024-02-28",
                "number": 252,
                "branch": "C"
            },
            "number": 85,
            "title": "Emendamento 8.1000 BARBAGALLO ANTHONY EMANUELE (PD-IDP) - Votazione Emendamento 8.1000 PDL n. 0703",
            "original_title": "Votazione Emendamento 8.1000 PDL n. 0703",
            "description_title": "Emendamento 8.1000 BARBAGALLO ANTHONY EMANUELE (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": 5,
            "n_margin": 19,
            "majority_cohesion_rate": 57.38,
            "minority_cohesion_rate": 59.26
        },
        {
            "id": 29615,
            "slug": "vs19_260_010",
            "identifier": "vs19_260_010",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_260_010/?format=api",
            "sitting": {
                "id": 1634,
                "date": "2024-03-12",
                "number": 260,
                "branch": "C"
            },
            "number": 10,
            "title": "Mozione n. 1-00256, nuova formulazione, limitatamente al capoverso sedicesimo della parte dispositiva GRIMALDI MARCO (AVS), BRAGA CHIARA (PD-IDP), SILVESTRI FRANCESCO (M5S) ed altri - Votazione Mozione 1_00256",
            "original_title": "Votazione Mozione 1_00256",
            "description_title": "Mozione n. 1-00256, nuova formulazione, limitatamente al capoverso sedicesimo della parte dispositiva GRIMALDI MARCO (AVS), BRAGA CHIARA (PD-IDP), SILVESTRI FRANCESCO (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": 1,
            "n_margin": 19,
            "majority_cohesion_rate": 62.87,
            "minority_cohesion_rate": 69.75
        },
        {
            "id": 29774,
            "slug": "vs19_261_087",
            "identifier": "vs19_261_087",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_261_087/?format=api",
            "sitting": {
                "id": 1635,
                "date": "2024-03-13",
                "number": 261,
                "branch": "C"
            },
            "number": 87,
            "title": "Identici emendamenti 14.21 IARIA ANTONINO (M5S), 14.22 GHIRRA FRANCESCA (AVS) e 14.23 PASTORELLA GIULIA (APERRE) - Votazione Emendamento 14.21 DDL n. 1435",
            "original_title": "Votazione Emendamento 14.21 DDL n. 1435",
            "description_title": "Identici emendamenti 14.21 IARIA ANTONINO (M5S), 14.22 GHIRRA FRANCESCA (AVS) e 14.23 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": 2,
            "n_margin": 19,
            "majority_cohesion_rate": 61.18,
            "minority_cohesion_rate": 68.52
        },
        {
            "id": 29775,
            "slug": "vs19_261_088",
            "identifier": "vs19_261_088",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_261_088/?format=api",
            "sitting": {
                "id": 1635,
                "date": "2024-03-13",
                "number": 261,
                "branch": "C"
            },
            "number": 88,
            "title": "Emendamento 14.25 IARIA ANTONINO (M5S) - Votazione Emendamento 14.25 DDL n. 1435",
            "original_title": "Votazione Emendamento 14.25 DDL n. 1435",
            "description_title": "Emendamento 14.25 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": 2,
            "n_margin": 19,
            "majority_cohesion_rate": 60.76,
            "minority_cohesion_rate": 67.9
        },
        {
            "id": 29780,
            "slug": "vs19_261_093",
            "identifier": "vs19_261_093",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_261_093/?format=api",
            "sitting": {
                "id": 1635,
                "date": "2024-03-13",
                "number": 261,
                "branch": "C"
            },
            "number": 93,
            "title": "Identici emendamenti 15.8 GHIO VALENTINA (PD-IDP) e 15.11 PASTORELLA GIULIA (APERRE) - Votazione Emendamento 15.8 DDL n. 1435",
            "original_title": "Votazione Emendamento 15.8 DDL n. 1435",
            "description_title": "Identici emendamenti 15.8 GHIO VALENTINA (PD-IDP) e 15.11 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": 1,
            "n_margin": 19,
            "majority_cohesion_rate": 59.49,
            "minority_cohesion_rate": 64.2
        },
        {
            "id": 29818,
            "slug": "vs19_261_004",
            "identifier": "vs19_261_004",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_261_004/?format=api",
            "sitting": {
                "id": 1635,
                "date": "2024-03-13",
                "number": 261,
                "branch": "C"
            },
            "number": 4,
            "title": "Ordine del giorno n. 9/1759/10 STEFANAZZI CLAUDIO MICHELE (PD-IDP) - Votazione Ordine del giorno 9/1759/10 DDL n. 1759",
            "original_title": "Votazione Ordine del giorno 9/1759/10 DDL n. 1759",
            "description_title": "Ordine del giorno n. 9/1759/10 STEFANAZZI CLAUDIO MICHELE (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": 19,
            "majority_cohesion_rate": 62.03,
            "minority_cohesion_rate": 67.9
        },
        {
            "id": 29820,
            "slug": "vs19_261_006",
            "identifier": "vs19_261_006",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_261_006/?format=api",
            "sitting": {
                "id": 1635,
                "date": "2024-03-13",
                "number": 261,
                "branch": "C"
            },
            "number": 6,
            "title": "Ordine del giorno n. 9/1759/12 EVI ELEONORA (AVS) - Votazione Ordine del giorno 9/1759/12 DDL n. 1759",
            "original_title": "Votazione Ordine del giorno 9/1759/12 DDL n. 1759",
            "description_title": "Ordine del giorno n. 9/1759/12 EVI ELEONORA (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 19,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 68.52
        },
        {
            "id": 29813,
            "slug": "vs19_261_126",
            "identifier": "vs19_261_126",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_261_126/?format=api",
            "sitting": {
                "id": 1635,
                "date": "2024-03-13",
                "number": 261,
                "branch": "C"
            },
            "number": 126,
            "title": "Articolo aggiuntivo 15.03 PASTORELLA GIULIA (APERRE) - Votazione Emendamento 15.03 DDL n. 1435",
            "original_title": "Votazione Emendamento 15.03 DDL n. 1435",
            "description_title": "Articolo aggiuntivo 15.03 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": 2,
            "n_margin": 19,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 64.2
        },
        {
            "id": 29812,
            "slug": "vs19_261_125",
            "identifier": "vs19_261_125",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_261_125/?format=api",
            "sitting": {
                "id": 1635,
                "date": "2024-03-13",
                "number": 261,
                "branch": "C"
            },
            "number": 125,
            "title": "Articolo 15 - Votazione Articolo 15 DDL n. 1435",
            "original_title": "Votazione Articolo 15 DDL n. 1435",
            "description_title": "Articolo 15",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 2,
            "n_margin": 19,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 64.2
        },
        {
            "id": 29790,
            "slug": "vs19_261_103",
            "identifier": "vs19_261_103",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_261_103/?format=api",
            "sitting": {
                "id": 1635,
                "date": "2024-03-13",
                "number": 261,
                "branch": "C"
            },
            "number": 103,
            "title": "Emendamento 15.50 PASTORELLA GIULIA (APERRE) - Votazione Emendamento 15.50 DDL n. 1435",
            "original_title": "Votazione Emendamento 15.50 DDL n. 1435",
            "description_title": "Emendamento 15.50 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": 19,
            "majority_cohesion_rate": 61.18,
            "minority_cohesion_rate": 67.28
        },
        {
            "id": 29796,
            "slug": "vs19_261_109",
            "identifier": "vs19_261_109",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_261_109/?format=api",
            "sitting": {
                "id": 1635,
                "date": "2024-03-13",
                "number": 261,
                "branch": "C"
            },
            "number": 109,
            "title": "Emendamento 15.87 PASTORELLA GIULIA (APERRE) - Votazione Emendamento 15.87 DDL n. 1435",
            "original_title": "Votazione Emendamento 15.87 DDL n. 1435",
            "description_title": "Emendamento 15.87 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": 19,
            "majority_cohesion_rate": 59.49,
            "minority_cohesion_rate": 64.2
        },
        {
            "id": 28364,
            "slug": "vs19_247_037",
            "identifier": "vs19_247_037",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_247_037/?format=api",
            "sitting": {
                "id": 1613,
                "date": "2024-02-19",
                "number": 247,
                "branch": "C"
            },
            "number": 37,
            "title": "Ordine del giorno n. 9/1633/76 QUARTINI ANDREA (M5S) - Votazione Ordine del giorno 9/1633/76 DDL n. 1633",
            "original_title": "Votazione Ordine del giorno 9/1633/76 DDL n. 1633",
            "description_title": "Ordine del giorno n. 9/1633/76 QUARTINI ANDREA (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": 19,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 67.9
        },
        {
            "id": 28099,
            "slug": "vs19_244_053",
            "identifier": "vs19_244_053",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_244_053/?format=api",
            "sitting": {
                "id": 1609,
                "date": "2024-02-14",
                "number": 244,
                "branch": "C"
            },
            "number": 53,
            "title": "Ordine del giorno n. 9/384 E ABB-B/53 STUMPO NICOLA (PD-IDP) - Votazione Ordine del giorno 9/384 E ABB-B/53 PDL n. 0384-B",
            "original_title": "Votazione Ordine del giorno 9/384 E ABB-B/53 PDL n. 0384-B",
            "description_title": "Ordine del giorno n. 9/384 E ABB-B/53 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": 1,
            "n_margin": 19,
            "majority_cohesion_rate": 61.18,
            "minority_cohesion_rate": 67.9
        },
        {
            "id": 29067,
            "slug": "vs19_265_078",
            "identifier": "vs19_265_078",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_265_078/?format=api",
            "sitting": {
                "id": 1642,
                "date": "2024-03-19",
                "number": 265,
                "branch": "C"
            },
            "number": 78,
            "title": "Identici emendamenti 35.44 MORASSUT ROBERTO (PD-IDP) e 35.45 GHIRRA FRANCESCA (AVS) - Votazione Emendamento 35.44 DDL n. 1435",
            "original_title": "Votazione Emendamento 35.44 DDL n. 1435",
            "description_title": "Identici emendamenti 35.44 MORASSUT ROBERTO (PD-IDP) e 35.45 GHIRRA FRANCESCA (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": 19,
            "majority_cohesion_rate": 59.49,
            "minority_cohesion_rate": 64.2
        },
        {
            "id": 29003,
            "slug": "vs19_265_018",
            "identifier": "vs19_265_018",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_265_018/?format=api",
            "sitting": {
                "id": 1642,
                "date": "2024-03-19",
                "number": 265,
                "branch": "C"
            },
            "number": 18,
            "title": "Emendamento 23.4 GHIRRA FRANCESCA (AVS) - Votazione Emendamento 23.4 DDL n. 1435",
            "original_title": "Votazione Emendamento 23.4 DDL n. 1435",
            "description_title": "Emendamento 23.4 GHIRRA FRANCESCA (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 19,
            "majority_cohesion_rate": 62.45,
            "minority_cohesion_rate": 69.14
        },
        {
            "id": 29012,
            "slug": "vs19_265_035",
            "identifier": "vs19_265_035",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_265_035/?format=api",
            "sitting": {
                "id": 1642,
                "date": "2024-03-19",
                "number": 265,
                "branch": "C"
            },
            "number": 35,
            "title": "Articolo aggiuntivo 24.014 PASTORELLA GIULIA (APERRE) - Votazione Emendamento 24.014 DDL n. 1435",
            "original_title": "Votazione Emendamento 24.014 DDL n. 1435",
            "description_title": "Articolo aggiuntivo 24.014 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": 1,
            "n_margin": 19,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 67.28
        },
        {
            "id": 29041,
            "slug": "vs19_265_067",
            "identifier": "vs19_265_067",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_265_067/?format=api",
            "sitting": {
                "id": 1642,
                "date": "2024-03-19",
                "number": 265,
                "branch": "C"
            },
            "number": 67,
            "title": "Emendamento 35.14 IARIA ANTONINO (M5S) - Votazione Emendamento 35.14 DDL n. 1435",
            "original_title": "Votazione Emendamento 35.14 DDL n. 1435",
            "description_title": "Emendamento 35.14 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": 19,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 67.9
        },
        {
            "id": 29065,
            "slug": "vs19_265_066",
            "identifier": "vs19_265_066",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_265_066/?format=api",
            "sitting": {
                "id": 1642,
                "date": "2024-03-19",
                "number": 265,
                "branch": "C"
            },
            "number": 66,
            "title": "Emendamento 35.9 CASU ANDREA (PD-IDP) - Votazione Emendamento 35.9 DDL n. 1435",
            "original_title": "Votazione Emendamento 35.9 DDL n. 1435",
            "description_title": "Emendamento 35.9 CASU ANDREA (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 19,
            "majority_cohesion_rate": 61.18,
            "minority_cohesion_rate": 67.28
        },
        {
            "id": 28259,
            "slug": "vs19_247_040",
            "identifier": "vs19_247_040",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_247_040/?format=api",
            "sitting": {
                "id": 1613,
                "date": "2024-02-19",
                "number": 247,
                "branch": "C"
            },
            "number": 40,
            "title": "Ordine del giorno n.  9/1633/79 SPORTIELLO GILDA (M5S) - Votazione Ordine del giorno 9/1633/79 DDL n. 1633",
            "original_title": "Votazione Ordine del giorno 9/1633/79 DDL n. 1633",
            "description_title": "Ordine del giorno n.  9/1633/79 SPORTIELLO GILDA (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": 19,
            "majority_cohesion_rate": 60.76,
            "minority_cohesion_rate": 66.67
        },
        {
            "id": 28336,
            "slug": "vs19_247_031",
            "identifier": "vs19_247_031",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_247_031/?format=api",
            "sitting": {
                "id": 1613,
                "date": "2024-02-19",
                "number": 247,
                "branch": "C"
            },
            "number": 31,
            "title": "Ordine del giorno n. 9/1633/70 BARZOTTI VALENTINA (M5S) - Votazione Ordine del giorno 9/1633/70 DDL n. 1633",
            "original_title": "Votazione Ordine del giorno 9/1633/70 DDL n. 1633",
            "description_title": "Ordine del giorno n. 9/1633/70 BARZOTTI VALENTINA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 19,
            "majority_cohesion_rate": 60.34,
            "minority_cohesion_rate": 65.43
        },
        {
            "id": 28840,
            "slug": "vs19_253_008",
            "identifier": "vs19_253_008",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_253_008/?format=api",
            "sitting": {
                "id": 1624,
                "date": "2024-02-29",
                "number": 253,
                "branch": "C"
            },
            "number": 8,
            "title": "Mozione n. 1-00251, sul capoverso quarto della parte dispositiva BONETTI ELENA (APERRE) ed altri - Votazione Mozione 1_00251",
            "original_title": "Votazione Mozione 1_00251",
            "description_title": "Mozione n. 1-00251, sul capoverso quarto della parte dispositiva BONETTI ELENA (APERRE) 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": 1,
            "n_margin": 19,
            "majority_cohesion_rate": 54.43,
            "minority_cohesion_rate": 57.41
        },
        {
            "id": 28838,
            "slug": "vs19_253_011",
            "identifier": "vs19_253_011",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_253_011/?format=api",
            "sitting": {
                "id": 1624,
                "date": "2024-02-29",
                "number": 253,
                "branch": "C"
            },
            "number": 11,
            "title": "Mozione n. 1-00254, sul capoverso quinto della parte dispositiva e sul capoverso ventitreesimo della premessa ZANELLA LUANA (AVS) ed altri - Votazione Mozione 1_00254",
            "original_title": "Votazione Mozione 1_00254",
            "description_title": "Mozione n. 1-00254, sul capoverso quinto della parte dispositiva e sul capoverso ventitreesimo della premessa ZANELLA LUANA (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": 19,
            "majority_cohesion_rate": 55.27,
            "minority_cohesion_rate": 58.02
        },
        {
            "id": 28839,
            "slug": "vs19_253_006",
            "identifier": "vs19_253_006",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_253_006/?format=api",
            "sitting": {
                "id": 1624,
                "date": "2024-02-29",
                "number": 253,
                "branch": "C"
            },
            "number": 6,
            "title": "Mozione n. 1-00243, sui capoversi secondo, terzo, settimo e nono della parte dispositiva COSTA SERGIO (M5S) ed altri - Votazione Mozione 1_00243",
            "original_title": "Votazione Mozione 1_00243",
            "description_title": "Mozione n. 1-00243, sui capoversi secondo, terzo, settimo e nono della parte dispositiva COSTA SERGIO (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": 19,
            "majority_cohesion_rate": 53.59,
            "minority_cohesion_rate": 55.56
        },
        {
            "id": 29231,
            "slug": "vs19_266_084",
            "identifier": "vs19_266_084",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_266_084/?format=api",
            "sitting": {
                "id": 1644,
                "date": "2024-03-20",
                "number": 266,
                "branch": "C"
            },
            "number": 84,
            "title": "Ordine del giorno n. 9/1780/20 DELL'OLIO GIANMAURO (M5S) - Votazione Ordine del giorno 9/1780/20 DDL n. 1780",
            "original_title": "Votazione Ordine del giorno 9/1780/20 DDL n. 1780",
            "description_title": "Ordine del giorno n. 9/1780/20 DELL'OLIO GIANMAURO (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": 19,
            "majority_cohesion_rate": 56.54,
            "minority_cohesion_rate": 59.88
        },
        {
            "id": 28624,
            "slug": "vs19_252_063",
            "identifier": "vs19_252_063",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_252_063/?format=api",
            "sitting": {
                "id": 1623,
                "date": "2024-02-28",
                "number": 252,
                "branch": "C"
            },
            "number": 63,
            "title": "Emendamento 5.1007 BARBAGALLO ANTHONY EMANUELE (PD-IDP) - Votazione Emendamento 5.1007 PDL n. 0703",
            "original_title": "Votazione Emendamento 5.1007 PDL n. 0703",
            "description_title": "Emendamento 5.1007 BARBAGALLO ANTHONY EMANUELE (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 19,
            "majority_cohesion_rate": 57.81,
            "minority_cohesion_rate": 61.73
        },
        {
            "id": 28539,
            "slug": "vs19_251_049",
            "identifier": "vs19_251_049",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_251_049/?format=api",
            "sitting": {
                "id": 1621,
                "date": "2024-02-27",
                "number": 251,
                "branch": "C"
            },
            "number": 49,
            "title": "Mozione n. 1-00244, sul capoverso decimo delle premesse ORRICO ANNA LAURA (M5S) ed altri - Votazione Mozione 1_00244",
            "original_title": "Votazione Mozione 1_00244",
            "description_title": "Mozione n. 1-00244, sul capoverso decimo delle premesse ORRICO ANNA LAURA (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": 6,
            "n_margin": 19,
            "majority_cohesion_rate": 64.14,
            "minority_cohesion_rate": 69.75
        },
        {
            "id": 28683,
            "slug": "vs19_251_178",
            "identifier": "vs19_251_178",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_251_178/?format=api",
            "sitting": {
                "id": 1621,
                "date": "2024-02-27",
                "number": 251,
                "branch": "C"
            },
            "number": 178,
            "title": "Mozione n. 1-00248, sul capoverso sesto degli impegni GIANASSI FEDERICO (PD-IDP) ed altri - Votazione Mozione 1_00248",
            "original_title": "Votazione Mozione 1_00248",
            "description_title": "Mozione n. 1-00248, sul capoverso sesto degli impegni GIANASSI FEDERICO (PD-IDP) 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": 4,
            "n_margin": 19,
            "majority_cohesion_rate": 64.98,
            "minority_cohesion_rate": 69.75
        },
        {
            "id": 28618,
            "slug": "vs19_252_012",
            "identifier": "vs19_252_012",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_252_012/?format=api",
            "sitting": {
                "id": 1623,
                "date": "2024-02-28",
                "number": 252,
                "branch": "C"
            },
            "number": 12,
            "title": "Emendamento 1.11 IARIA ANTONINO (M5S) - Votazione Emendamento 1.11 PDL n. 0703",
            "original_title": "Votazione Emendamento 1.11 PDL n. 0703",
            "description_title": "Emendamento 1.11 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": 19,
            "majority_cohesion_rate": 63.71,
            "minority_cohesion_rate": 70.37
        },
        {
            "id": 28606,
            "slug": "vs19_252_079",
            "identifier": "vs19_252_079",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_252_079/?format=api",
            "sitting": {
                "id": 1623,
                "date": "2024-02-28",
                "number": 252,
                "branch": "C"
            },
            "number": 79,
            "title": "Emendamento 6.5 IARIA ANTONINO (M5S) - Votazione Emendamento 6.5 PDL n. 0703",
            "original_title": "Votazione Emendamento 6.5 PDL n. 0703",
            "description_title": "Emendamento 6.5 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": 19,
            "majority_cohesion_rate": 58.65,
            "minority_cohesion_rate": 63.58
        },
        {
            "id": 29620,
            "slug": "vs19_260_015",
            "identifier": "vs19_260_015",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_260_015/?format=api",
            "sitting": {
                "id": 1634,
                "date": "2024-03-12",
                "number": 260,
                "branch": "C"
            },
            "number": 15,
            "title": "Mozione n. 1-00256, nuova formulazione, limitatamente al capoverso diciottesimo della premessa GRIMALDI MARCO (AVS), BRAGA CHIARA (PD-IDP), SILVESTRI FRANCESCO (M5S) ed altri - Votazione Mozione 1_00256",
            "original_title": "Votazione Mozione 1_00256",
            "description_title": "Mozione n. 1-00256, nuova formulazione, limitatamente al capoverso diciottesimo della premessa GRIMALDI MARCO (AVS), BRAGA CHIARA (PD-IDP), SILVESTRI FRANCESCO (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": 5,
            "n_margin": 19,
            "majority_cohesion_rate": 61.18,
            "minority_cohesion_rate": 64.81
        }
    ]
}