Returns all available votings, paged, filtered, sorted, ....
GET /api-openparlamento/v1/19/votings/?format=api&ordering=date&page=126
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=date&page=127",
    "previous": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=date&page=125",
    "results": [
        {
            "id": 24643,
            "slug": "vs19_175_043",
            "identifier": "vs19_175_043",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_175_043/?format=api",
            "sitting": {
                "id": 1492,
                "date": "2023-10-10",
                "number": 175,
                "branch": "C"
            },
            "number": 43,
            "title": "Ordine del giorno n. 9/835/4 FERRARI SARA (PD-IDP) - Votazione Ordine del giorno 9/835/4 PDL n. 0835",
            "original_title": "Votazione Ordine del giorno 9/835/4 PDL n. 0835",
            "description_title": "Ordine del giorno n. 9/835/4 FERRARI SARA (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": 21,
            "majority_cohesion_rate": 70.46,
            "minority_cohesion_rate": 78.4
        },
        {
            "id": 24603,
            "slug": "vs19_175_011",
            "identifier": "vs19_175_011",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_175_011/?format=api",
            "sitting": {
                "id": 1492,
                "date": "2023-10-10",
                "number": 175,
                "branch": "C"
            },
            "number": 11,
            "title": "Emendamento 1.15 PICCOLOTTI ELISABETTA (AVS) - Votazione Emendamento 1.15 PDL n. 0835",
            "original_title": "Votazione Emendamento 1.15 PDL n. 0835",
            "description_title": "Emendamento 1.15 PICCOLOTTI ELISABETTA (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": 71.73,
            "minority_cohesion_rate": 82.72
        },
        {
            "id": 24595,
            "slug": "vs19_175_038",
            "identifier": "vs19_175_038",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_175_038/?format=api",
            "sitting": {
                "id": 1492,
                "date": "2023-10-10",
                "number": 175,
                "branch": "C"
            },
            "number": 38,
            "title": "Articolo 6 - Votazione Articolo 6 PDL n. 0835",
            "original_title": "Votazione Articolo 6 PDL n. 0835",
            "description_title": "Articolo 6",
            "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": 18,
            "majority_cohesion_rate": 71.73,
            "minority_cohesion_rate": 82.72
        },
        {
            "id": 24586,
            "slug": "vs19_175_009",
            "identifier": "vs19_175_009",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_175_009/?format=api",
            "sitting": {
                "id": 1492,
                "date": "2023-10-10",
                "number": 175,
                "branch": "C"
            },
            "number": 9,
            "title": "Emendamento 1.10 MANZI IRENE (PD-IDP) - Votazione Emendamento 1.10 PDL n. 0835",
            "original_title": "Votazione Emendamento 1.10 PDL n. 0835",
            "description_title": "Emendamento 1.10 MANZI IRENE (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": 16,
            "majority_cohesion_rate": 70.04,
            "minority_cohesion_rate": 83.95
        },
        {
            "id": 24582,
            "slug": "vs19_175_010",
            "identifier": "vs19_175_010",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_175_010/?format=api",
            "sitting": {
                "id": 1492,
                "date": "2023-10-10",
                "number": 175,
                "branch": "C"
            },
            "number": 10,
            "title": "Emendamento 1.11 MANZI IRENE (PD-IDP) - Votazione Emendamento 1.11 PDL n. 0835",
            "original_title": "Votazione Emendamento 1.11 PDL n. 0835",
            "description_title": "Emendamento 1.11 MANZI IRENE (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": 17,
            "majority_cohesion_rate": 70.46,
            "minority_cohesion_rate": 82.1
        },
        {
            "id": 24763,
            "slug": "vs19_175_025",
            "identifier": "vs19_175_025",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_175_025/?format=api",
            "sitting": {
                "id": 1492,
                "date": "2023-10-10",
                "number": 175,
                "branch": "C"
            },
            "number": 25,
            "title": "Articolo 2 - Votazione Articolo 2 PDL n. 0835",
            "original_title": "Votazione Articolo 2 PDL n. 0835",
            "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": 2,
            "n_margin": 85,
            "majority_cohesion_rate": 72.15,
            "minority_cohesion_rate": 83.95
        },
        {
            "id": 24757,
            "slug": "vs19_175_034",
            "identifier": "vs19_175_034",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_175_034/?format=api",
            "sitting": {
                "id": 1492,
                "date": "2023-10-10",
                "number": 175,
                "branch": "C"
            },
            "number": 34,
            "title": "Emendamento 5.2 MANZI IRENE (PD-IDP) - Votazione Emendamento 5.2 PDL n. 0835",
            "original_title": "Votazione Emendamento 5.2 PDL n. 0835",
            "description_title": "Emendamento 5.2 MANZI IRENE (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": 24,
            "majority_cohesion_rate": 69.2,
            "minority_cohesion_rate": 72.84
        },
        {
            "id": 24751,
            "slug": "vs19_175_014",
            "identifier": "vs19_175_014",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_175_014/?format=api",
            "sitting": {
                "id": 1492,
                "date": "2023-10-10",
                "number": 175,
                "branch": "C"
            },
            "number": 14,
            "title": "Emendamento 1.22 MANZI IRENE (PD-IDP) - Votazione Emendamento 1.22 PDL n. 0835",
            "original_title": "Votazione Emendamento 1.22 PDL n. 0835",
            "description_title": "Emendamento 1.22 MANZI IRENE (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": 17,
            "majority_cohesion_rate": 71.73,
            "minority_cohesion_rate": 85.19
        },
        {
            "id": 24723,
            "slug": "vs19_175_026",
            "identifier": "vs19_175_026",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_175_026/?format=api",
            "sitting": {
                "id": 1492,
                "date": "2023-10-10",
                "number": 175,
                "branch": "C"
            },
            "number": 26,
            "title": "Emendamento 3.101 PICCOLOTTI ELISABETTA (AVS) - Votazione Emendamento 3.101 PDL n. 0835",
            "original_title": "Votazione Emendamento 3.101 PDL n. 0835",
            "description_title": "Emendamento 3.101 PICCOLOTTI ELISABETTA (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": 22,
            "majority_cohesion_rate": 72.15,
            "minority_cohesion_rate": 82.1
        },
        {
            "id": 24648,
            "slug": "vs19_175_042",
            "identifier": "vs19_175_042",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_175_042/?format=api",
            "sitting": {
                "id": 1492,
                "date": "2023-10-10",
                "number": 175,
                "branch": "C"
            },
            "number": 42,
            "title": "Ordine del giorno n. 9/835/2 MANZI IRENE (PD-IDP) - Votazione Ordine del giorno 9/835/2 PDL n. 0835",
            "original_title": "Votazione Ordine del giorno 9/835/2 PDL n. 0835",
            "description_title": "Ordine del giorno n. 9/835/2 MANZI IRENE (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": 21,
            "majority_cohesion_rate": 70.46,
            "minority_cohesion_rate": 78.4
        },
        {
            "id": 24477,
            "slug": "vs19_175_019",
            "identifier": "vs19_175_019",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_175_019/?format=api",
            "sitting": {
                "id": 1492,
                "date": "2023-10-10",
                "number": 175,
                "branch": "C"
            },
            "number": 19,
            "title": "Articolo 1 - Votazione Articolo 1 PDL n. 0835",
            "original_title": "Votazione Articolo 1 PDL n. 0835",
            "description_title": "Articolo 1",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 85,
            "majority_cohesion_rate": 72.15,
            "minority_cohesion_rate": 85.8
        },
        {
            "id": 24741,
            "slug": "vs19_175_013",
            "identifier": "vs19_175_013",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_175_013/?format=api",
            "sitting": {
                "id": 1492,
                "date": "2023-10-10",
                "number": 175,
                "branch": "C"
            },
            "number": 13,
            "title": "Emendamento 1.17 PICCOLOTTI ELISABETTA (AVS) - Votazione Emendamento 1.17 PDL n. 0835",
            "original_title": "Votazione Emendamento 1.17 PDL n. 0835",
            "description_title": "Emendamento 1.17 PICCOLOTTI ELISABETTA (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": 18,
            "majority_cohesion_rate": 71.31,
            "minority_cohesion_rate": 83.95
        },
        {
            "id": 24748,
            "slug": "vs19_175_024",
            "identifier": "vs19_175_024",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_175_024/?format=api",
            "sitting": {
                "id": 1492,
                "date": "2023-10-10",
                "number": 175,
                "branch": "C"
            },
            "number": 24,
            "title": "Emendamento 2.3 PICCOLOTTI ELISABETTA (AVS) - Votazione Emendamento 2.3 PDL n. 0835",
            "original_title": "Votazione Emendamento 2.3 PDL n. 0835",
            "description_title": "Emendamento 2.3 PICCOLOTTI ELISABETTA (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": 20,
            "majority_cohesion_rate": 71.73,
            "minority_cohesion_rate": 82.1
        },
        {
            "id": 24457,
            "slug": "vs19_175_017",
            "identifier": "vs19_175_017",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_175_017/?format=api",
            "sitting": {
                "id": 1492,
                "date": "2023-10-10",
                "number": 175,
                "branch": "C"
            },
            "number": 17,
            "title": "Emendamento 1.28 AMATO GAETANO (M5S) - Votazione Emendamento 1.28 PDL n. 0835",
            "original_title": "Votazione Emendamento 1.28 PDL n. 0835",
            "description_title": "Emendamento 1.28 AMATO GAETANO (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": 71.73,
            "minority_cohesion_rate": 82.72
        },
        {
            "id": 24736,
            "slug": "vs19_175_027",
            "identifier": "vs19_175_027",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_175_027/?format=api",
            "sitting": {
                "id": 1492,
                "date": "2023-10-10",
                "number": 175,
                "branch": "C"
            },
            "number": 27,
            "title": "Emendamento 3.100 MANZI IRENE (PD-IDP) - Votazione Emendamento 3.100 PDL n. 0835",
            "original_title": "Votazione Emendamento 3.100 PDL n. 0835",
            "description_title": "Emendamento 3.100 MANZI IRENE (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": 21,
            "majority_cohesion_rate": 72.57,
            "minority_cohesion_rate": 82.1
        },
        {
            "id": 24273,
            "slug": "19-111-4",
            "identifier": "19-111-4",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-111-4/?format=api",
            "sitting": {
                "id": 1490,
                "date": "2023-10-10",
                "number": 111,
                "branch": "S"
            },
            "number": 4,
            "title": "Mozione Azione-Iv su situazione in Medio Oriente",
            "original_title": "Mozione n. 77, Enrico Borghi e altri, su situazione Medio   Oriente a seguito attacchi Hamas contro Israele",
            "description_title": null,
            "public_title": "Mozione Azione-Iv su situazione in Medio Oriente",
            "is_key_vote": true,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Mozione",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 75,
            "majority_cohesion_rate": 80.7,
            "minority_cohesion_rate": 68.97
        },
        {
            "id": 24275,
            "slug": "19-111-2",
            "identifier": "19-111-2",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-111-2/?format=api",
            "sitting": {
                "id": 1490,
                "date": "2023-10-10",
                "number": 111,
                "branch": "S"
            },
            "number": 2,
            "title": "Mozione Pd, M5s, Avs, Aut su situazione in Medio Oriente",
            "original_title": "Mozione n. 76, Boccia e altri,(prem.p1,2,3,4,6,7,8,9+disp)su situaz. M.Oriente a seguito attacchi Hamas contro Israele",
            "description_title": null,
            "public_title": "Mozione Pd, M5s, Avs, Aut su situazione in Medio Oriente",
            "is_key_vote": true,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Mozione",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 77,
            "majority_cohesion_rate": 80.7,
            "minority_cohesion_rate": 73.56
        },
        {
            "id": 24276,
            "slug": "19-111-1",
            "identifier": "19-111-1",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-111-1/?format=api",
            "sitting": {
                "id": 1490,
                "date": "2023-10-10",
                "number": 111,
                "branch": "S"
            },
            "number": 1,
            "title": "Mozione di maggioranza su situazione in Medio Oriente",
            "original_title": "Mozione n. 75 (testo 2), Malan e altri, su situazione Medio Oriente a seguito attacchi Hamas contro Israele",
            "description_title": null,
            "public_title": "Mozione di maggioranza su situazione in Medio Oriente",
            "is_key_vote": true,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Mozione",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 75,
            "majority_cohesion_rate": 79.82,
            "minority_cohesion_rate": 70.11
        },
        {
            "id": 24274,
            "slug": "19-111-3",
            "identifier": "19-111-3",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-111-3/?format=api",
            "sitting": {
                "id": 1490,
                "date": "2023-10-10",
                "number": 111,
                "branch": "S"
            },
            "number": 3,
            "title": "Mozione n. 76, Boccia e altri,(prem.p5) su situazione Medio Oriente a seguito attacchi Hamas contro Israele",
            "original_title": "Mozione n. 76, Boccia e altri,(prem.p5) su situazione Medio Oriente a seguito attacchi Hamas contro Israele",
            "description_title": null,
            "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": 23,
            "majority_cohesion_rate": 78.07,
            "minority_cohesion_rate": 59.77
        },
        {
            "id": 24278,
            "slug": "19-112-4",
            "identifier": "19-112-4",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-112-4/?format=api",
            "sitting": {
                "id": 1493,
                "date": "2023-10-11",
                "number": 112,
                "branch": "S"
            },
            "number": 4,
            "title": "Proposta della Giunta elezioni e immunità parlamentari contraria all'autorizzazione a procedere",
            "original_title": "Proposta della Giunta elezioni e immunità parlamentari contraria all'autorizzazione a procedere",
            "description_title": null,
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Proposta giunta",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 15,
            "majority_cohesion_rate": 96.49,
            "minority_cohesion_rate": 62.07
        },
        {
            "id": 24280,
            "slug": "19-112-1",
            "identifier": "19-112-1",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-112-1/?format=api",
            "sitting": {
                "id": 1493,
                "date": "2023-10-11",
                "number": 112,
                "branch": "S"
            },
            "number": 1,
            "title": "Approvazione risoluzione di maggioranza su scostamento di bilancio come previsto nella Nadef",
            "original_title": "Proposta di risoluzione alla Relazione alParlamento n.100, Malan e altri",
            "description_title": null,
            "public_title": "Approvazione risoluzione di maggioranza su scostamento di bilancio come previsto nella Nadef",
            "is_key_vote": true,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Risoluzione",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 8,
            "majority_cohesion_rate": 97.37,
            "minority_cohesion_rate": 79.31
        },
        {
            "id": 24279,
            "slug": "19-112-2",
            "identifier": "19-112-2",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-112-2/?format=api",
            "sitting": {
                "id": 1493,
                "date": "2023-10-11",
                "number": 112,
                "branch": "S"
            },
            "number": 2,
            "title": "Proposta di risoluzione n.3, Liris e altri",
            "original_title": "Proposta di risoluzione n.3, Liris e altri",
            "description_title": null,
            "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": 20,
            "majority_cohesion_rate": 97.37,
            "minority_cohesion_rate": 79.31
        },
        {
            "id": 24277,
            "slug": "19-112-3",
            "identifier": "19-112-3",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-112-3/?format=api",
            "sitting": {
                "id": 1493,
                "date": "2023-10-11",
                "number": 112,
                "branch": "S"
            },
            "number": 3,
            "title": "Votazione conclusioni Giunta elezioni e immunità            parlamentari",
            "original_title": "Votazione conclusioni Giunta elezioni e immunità            parlamentari",
            "description_title": null,
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 70,
            "majority_cohesion_rate": 71.05,
            "minority_cohesion_rate": 68.97
        },
        {
            "id": 24444,
            "slug": "vs19_176_017",
            "identifier": "vs19_176_017",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_176_017/?format=api",
            "sitting": {
                "id": 1494,
                "date": "2023-10-11",
                "number": 176,
                "branch": "C"
            },
            "number": 17,
            "title": "Emendamento 2.1003 DI BIASE MICHELA (PD-IDP) - Votazione Emendamento 2.1003 PDL n. 0854",
            "original_title": "Votazione Emendamento 2.1003 PDL n. 0854",
            "description_title": "Emendamento 2.1003 DI BIASE MICHELA (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 30,
            "majority_cohesion_rate": 80.17,
            "minority_cohesion_rate": 79.63
        },
        {
            "id": 24711,
            "slug": "vs19_176_036",
            "identifier": "vs19_176_036",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_176_036/?format=api",
            "sitting": {
                "id": 1494,
                "date": "2023-10-11",
                "number": 176,
                "branch": "C"
            },
            "number": 36,
            "title": "Mozione n. 1-00196, ad eccezione della lettera f) del capoverso primo della parte dispositiva, DE LUCA PIERO (PD-IDP), GRIMALDI MARCO (AVS) ed altri - Votazione Mozione 1_00196",
            "original_title": "Votazione Mozione 1_00196",
            "description_title": "Mozione n. 1-00196, ad eccezione della lettera f) del capoverso primo della parte dispositiva, DE LUCA PIERO (PD-IDP), GRIMALDI MARCO (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": 2,
            "n_margin": 40,
            "majority_cohesion_rate": 62.87,
            "minority_cohesion_rate": 41.98
        },
        {
            "id": 24687,
            "slug": "vs19_176_030",
            "identifier": "vs19_176_030",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_176_030/?format=api",
            "sitting": {
                "id": 1494,
                "date": "2023-10-11",
                "number": 176,
                "branch": "C"
            },
            "number": 30,
            "title": "Mozione n. 1-00082 (Nuova formulazione), limitatamente alle lettere a), k) e m) del capoverso primo della parte dispositiva, SCERRA FILIPPO (M5S) ed altri - Votazione Mozione 1_00082",
            "original_title": "Votazione Mozione 1_00082",
            "description_title": "Mozione n. 1-00082 (Nuova formulazione), limitatamente alle lettere a), k) e m) del capoverso primo della parte dispositiva, SCERRA FILIPPO (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": 64,
            "majority_cohesion_rate": 64.14,
            "minority_cohesion_rate": 37.65
        },
        {
            "id": 24571,
            "slug": "vs19_176_007",
            "identifier": "vs19_176_007",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_176_007/?format=api",
            "sitting": {
                "id": 1494,
                "date": "2023-10-11",
                "number": 176,
                "branch": "C"
            },
            "number": 7,
            "title": "Emendamento 1.10 ORRICO ANNA LAURA (M5S) - Votazione Emendamento 1.10 PDL n. 0854",
            "original_title": "Votazione Emendamento 1.10 PDL n. 0854",
            "description_title": "Emendamento 1.10 ORRICO ANNA LAURA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 36,
            "majority_cohesion_rate": 83.54,
            "minority_cohesion_rate": 78.4
        },
        {
            "id": 24565,
            "slug": "vs19_176_010",
            "identifier": "vs19_176_010",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_176_010/?format=api",
            "sitting": {
                "id": 1494,
                "date": "2023-10-11",
                "number": 176,
                "branch": "C"
            },
            "number": 10,
            "title": "Emendamento 1.1000 CASO ANTONIO (M5S) - Votazione Emendamento 1.1000 PDL n. 0854",
            "original_title": "Votazione Emendamento 1.1000 PDL n. 0854",
            "description_title": "Emendamento 1.1000 CASO ANTONIO (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": 36,
            "majority_cohesion_rate": 83.54,
            "minority_cohesion_rate": 79.01
        },
        {
            "id": 24561,
            "slug": "vs19_176_020",
            "identifier": "vs19_176_020",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_176_020/?format=api",
            "sitting": {
                "id": 1494,
                "date": "2023-10-11",
                "number": 176,
                "branch": "C"
            },
            "number": 20,
            "title": "Emendamento 2.8 PICCOLOTTI ELISABETTA (AVS) - Votazione Emendamento 2.8 PDL n. 0854",
            "original_title": "Votazione Emendamento 2.8 PDL n. 0854",
            "description_title": "Emendamento 2.8 PICCOLOTTI ELISABETTA (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": 30,
            "majority_cohesion_rate": 78.48,
            "minority_cohesion_rate": 78.4
        },
        {
            "id": 24536,
            "slug": "vs19_176_006",
            "identifier": "vs19_176_006",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_176_006/?format=api",
            "sitting": {
                "id": 1494,
                "date": "2023-10-11",
                "number": 176,
                "branch": "C"
            },
            "number": 6,
            "title": "Emendamento 1.1001 CASO ANTONIO (M5S) - Votazione Emendamento 1.1001 PDL n. 0854",
            "original_title": "Votazione Emendamento 1.1001 PDL n. 0854",
            "description_title": "Emendamento 1.1001 CASO ANTONIO (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": 35,
            "majority_cohesion_rate": 82.28,
            "minority_cohesion_rate": 77.78
        },
        {
            "id": 24507,
            "slug": "vs19_176_014",
            "identifier": "vs19_176_014",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_176_014/?format=api",
            "sitting": {
                "id": 1494,
                "date": "2023-10-11",
                "number": 176,
                "branch": "C"
            },
            "number": 14,
            "title": "Emendamento 2.2 MANZI IRENE (PD-IDP) - Votazione Emendamento 2.2 PDL n. 0854",
            "original_title": "Votazione Emendamento 2.2 PDL n. 0854",
            "description_title": "Emendamento 2.2 MANZI IRENE (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 34,
            "majority_cohesion_rate": 81.86,
            "minority_cohesion_rate": 79.01
        },
        {
            "id": 24716,
            "slug": "vs19_176_035",
            "identifier": "vs19_176_035",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_176_035/?format=api",
            "sitting": {
                "id": 1494,
                "date": "2023-10-11",
                "number": 176,
                "branch": "C"
            },
            "number": 35,
            "title": "Mozione n. 1-00195 (Nuova formulazione), limitatamente al capoverso quinto della parte dispositiva, CANDIANI STEFANO (LEGA), LUCASELLI YLENJA (FDI), ROSSELLO CRISTINA (FI-PPE), ROMANO FRANCESCO SAVERIO (NM-M) ed altri - Votazione Mozione 1_00195",
            "original_title": "Votazione Mozione 1_00195",
            "description_title": "Mozione n. 1-00195 (Nuova formulazione), limitatamente al capoverso quinto della parte dispositiva, CANDIANI STEFANO (LEGA), LUCASELLI YLENJA (FDI), ROSSELLO CRISTINA (FI-PPE), ROMANO FRANCESCO SAVERIO (NM-M) ed altri",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Mozione",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 27,
            "majority_cohesion_rate": 63.29,
            "minority_cohesion_rate": 58.64
        },
        {
            "id": 24703,
            "slug": "vs19_176_037",
            "identifier": "vs19_176_037",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_176_037/?format=api",
            "sitting": {
                "id": 1494,
                "date": "2023-10-11",
                "number": 176,
                "branch": "C"
            },
            "number": 37,
            "title": "Mozione n. 1-00196, limitatamente alla lettera f) del capoverso primo della parte dispositiva, DE LUCA PIERO (PD-IDP), GRIMALDI MARCO (AVS) ed altri - Votazione Mozione 1_00196",
            "original_title": "Votazione Mozione 1_00196",
            "description_title": "Mozione n. 1-00196, limitatamente alla lettera f) del capoverso primo della parte dispositiva, DE LUCA PIERO (PD-IDP), GRIMALDI MARCO (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": 2,
            "n_margin": 34,
            "majority_cohesion_rate": 63.29,
            "minority_cohesion_rate": 58.02
        },
        {
            "id": 24684,
            "slug": "vs19_176_032",
            "identifier": "vs19_176_032",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_176_032/?format=api",
            "sitting": {
                "id": 1494,
                "date": "2023-10-11",
                "number": 176,
                "branch": "C"
            },
            "number": 32,
            "title": "Mozione n. 1-00190, limitatamente alla lettera a) del capoverso primo della parte dispositiva, MARATTIN LUIGI (AIV-RE) ed altri - Votazione Mozione 1_00190",
            "original_title": "Votazione Mozione 1_00190",
            "description_title": "Mozione n. 1-00190, limitatamente alla lettera a) del capoverso primo della parte dispositiva, MARATTIN LUIGI (AIV-RE) 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": 117,
            "majority_cohesion_rate": 64.56,
            "minority_cohesion_rate": 59.26
        },
        {
            "id": 24668,
            "slug": "vs19_176_034",
            "identifier": "vs19_176_034",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_176_034/?format=api",
            "sitting": {
                "id": 1494,
                "date": "2023-10-11",
                "number": 176,
                "branch": "C"
            },
            "number": 34,
            "title": "Mozione n. 1-00195 (Nuova formulazione), limitatamente al capoverso terzo della parte dispositiva, CANDIANI STEFANO (LEGA), LUCASELLI YLENJA (FDI), ROSSELLO CRISTINA (FI-PPE), ROMANO FRANCESCO SAVERIO (NM-M) ed altri - Votazione Mozione 1_00195",
            "original_title": "Votazione Mozione 1_00195",
            "description_title": "Mozione n. 1-00195 (Nuova formulazione), limitatamente al capoverso terzo della parte dispositiva, CANDIANI STEFANO (LEGA), LUCASELLI YLENJA (FDI), ROSSELLO CRISTINA (FI-PPE), ROMANO FRANCESCO SAVERIO (NM-M) ed altri",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Mozione",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 24,
            "majority_cohesion_rate": 64.56,
            "minority_cohesion_rate": 63.58
        },
        {
            "id": 24602,
            "slug": "vs19_176_022",
            "identifier": "vs19_176_022",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_176_022/?format=api",
            "sitting": {
                "id": 1494,
                "date": "2023-10-11",
                "number": 176,
                "branch": "C"
            },
            "number": 22,
            "title": "Emendamento 2.1000 DI BIASE MICHELA (PD-IDP) - Votazione Emendamento 2.1000 PDL n. 0854",
            "original_title": "Votazione Emendamento 2.1000 PDL n. 0854",
            "description_title": "Emendamento 2.1000 DI BIASE MICHELA (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": 79.75,
            "minority_cohesion_rate": 77.78
        },
        {
            "id": 24583,
            "slug": "vs19_176_021",
            "identifier": "vs19_176_021",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_176_021/?format=api",
            "sitting": {
                "id": 1494,
                "date": "2023-10-11",
                "number": 176,
                "branch": "C"
            },
            "number": 21,
            "title": "Emendamento 2.9 MANZI IRENE (PD-IDP) - Votazione Emendamento 2.9 PDL n. 0854",
            "original_title": "Votazione Emendamento 2.9 PDL n. 0854",
            "description_title": "Emendamento 2.9 MANZI IRENE (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": 30,
            "majority_cohesion_rate": 77.22,
            "minority_cohesion_rate": 76.54
        },
        {
            "id": 24552,
            "slug": "vs19_176_008",
            "identifier": "vs19_176_008",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_176_008/?format=api",
            "sitting": {
                "id": 1494,
                "date": "2023-10-11",
                "number": 176,
                "branch": "C"
            },
            "number": 8,
            "title": "Emendamento 1.11 ORRICO ANNA LAURA (M5S) - Votazione Emendamento 1.11 PDL n. 0854",
            "original_title": "Votazione Emendamento 1.11 PDL n. 0854",
            "description_title": "Emendamento 1.11 ORRICO ANNA LAURA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 35,
            "majority_cohesion_rate": 83.54,
            "minority_cohesion_rate": 79.01
        },
        {
            "id": 24542,
            "slug": "vs19_176_026",
            "identifier": "vs19_176_026",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_176_026/?format=api",
            "sitting": {
                "id": 1494,
                "date": "2023-10-11",
                "number": 176,
                "branch": "C"
            },
            "number": 26,
            "title": "Emendamento 2.19 CASO ANTONIO (M5S) - Votazione Emendamento 2.19 PDL n. 0854",
            "original_title": "Votazione Emendamento 2.19 PDL n. 0854",
            "description_title": "Emendamento 2.19 CASO ANTONIO (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": 79.75,
            "minority_cohesion_rate": 77.78
        },
        {
            "id": 24522,
            "slug": "vs19_176_011",
            "identifier": "vs19_176_011",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_176_011/?format=api",
            "sitting": {
                "id": 1494,
                "date": "2023-10-11",
                "number": 176,
                "branch": "C"
            },
            "number": 11,
            "title": "Emendamento 1.12 CASO ANTONIO (M5S) - Votazione Emendamento 1.12 PDL n. 0854",
            "original_title": "Votazione Emendamento 1.12 PDL n. 0854",
            "description_title": "Emendamento 1.12 CASO ANTONIO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 35,
            "majority_cohesion_rate": 83.12,
            "minority_cohesion_rate": 79.63
        },
        {
            "id": 24524,
            "slug": "vs19_176_025",
            "identifier": "vs19_176_025",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_176_025/?format=api",
            "sitting": {
                "id": 1494,
                "date": "2023-10-11",
                "number": 176,
                "branch": "C"
            },
            "number": 25,
            "title": "Emendamento 2.1001 DI BIASE MICHELA (PD-IDP) - Votazione Emendamento 2.1001 PDL n. 0854",
            "original_title": "Votazione Emendamento 2.1001 PDL n. 0854",
            "description_title": "Emendamento 2.1001 DI BIASE MICHELA (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": 33,
            "majority_cohesion_rate": 80.17,
            "minority_cohesion_rate": 77.16
        },
        {
            "id": 24469,
            "slug": "vs19_176_015",
            "identifier": "vs19_176_015",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_176_015/?format=api",
            "sitting": {
                "id": 1494,
                "date": "2023-10-11",
                "number": 176,
                "branch": "C"
            },
            "number": 15,
            "title": "Emendamento 2.2000, da votare ai sensi dell'articolo 86, comma 4-bis, del Regolamento - Votazione Emendamento 2.2000, PDL n. 0854",
            "original_title": "Votazione Emendamento 2.2000, PDL n. 0854",
            "description_title": "Emendamento 2.2000, da votare ai sensi dell'articolo 86, comma 4-bis, del Regolamento",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 37,
            "majority_cohesion_rate": 83.12,
            "minority_cohesion_rate": 76.54
        },
        {
            "id": 24677,
            "slug": "vs19_176_033",
            "identifier": "vs19_176_033",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_176_033/?format=api",
            "sitting": {
                "id": 1494,
                "date": "2023-10-11",
                "number": 176,
                "branch": "C"
            },
            "number": 33,
            "title": "Mozione n. 1-00195 (Nuova formulazione), ad eccezione del capoverso terzo della parte dispositiva, CANDIANI STEFANO (LEGA), LUCASELLI YLENJA (FDI), ROSSELLO CRISTINA (FI-PPE), ROMANO FRANCESCO SAVERIO (NM-M) ed altri - Votazione Mozione 1_00195",
            "original_title": "Votazione Mozione 1_00195",
            "description_title": "Mozione n. 1-00195 (Nuova formulazione), ad eccezione del capoverso terzo della parte dispositiva, CANDIANI STEFANO (LEGA), LUCASELLI YLENJA (FDI), ROSSELLO CRISTINA (FI-PPE), ROMANO FRANCESCO SAVERIO (NM-M) ed altri",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Mozione",
            "outcome": "Approvata",
            "n_rebels": 3,
            "n_margin": 35,
            "majority_cohesion_rate": 63.71,
            "minority_cohesion_rate": 58.02
        },
        {
            "id": 24460,
            "slug": "vs19_176_028",
            "identifier": "vs19_176_028",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_176_028/?format=api",
            "sitting": {
                "id": 1494,
                "date": "2023-10-11",
                "number": 176,
                "branch": "C"
            },
            "number": 28,
            "title": "Istituzione della settimana nazionale delle discipline scientifiche",
            "original_title": "Votazione finale PDL n. 0854",
            "description_title": "Istituzione della Settimana nazionale delle discipline scientifiche, tecnologiche, ingegneristiche e matematiche (PDL 854)",
            "public_title": "Istituzione della settimana nazionale delle discipline scientifiche",
            "is_key_vote": false,
            "is_final": true,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Atto intero",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 140,
            "majority_cohesion_rate": 69.2,
            "minority_cohesion_rate": 72.22
        },
        {
            "id": 24479,
            "slug": "vs19_176_016",
            "identifier": "vs19_176_016",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_176_016/?format=api",
            "sitting": {
                "id": 1494,
                "date": "2023-10-11",
                "number": 176,
                "branch": "C"
            },
            "number": 16,
            "title": "Emendamento 2.1004 SASSO ROSSANO (LEGA) - Votazione Emendamento 2.1004 PDL n. 0854",
            "original_title": "Votazione Emendamento 2.1004 PDL n. 0854",
            "description_title": "Emendamento 2.1004 SASSO ROSSANO (LEGA)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 163,
            "majority_cohesion_rate": 81.86,
            "minority_cohesion_rate": 82.72
        },
        {
            "id": 24644,
            "slug": "vs19_176_001",
            "identifier": "vs19_176_001",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_176_001/?format=api",
            "sitting": {
                "id": 1494,
                "date": "2023-10-11",
                "number": 176,
                "branch": "C"
            },
            "number": 1,
            "title": "Risoluzione n. 6-00058, riferita alla Relazione presentata ai sensi dell'articolo 6 della legge n. 243 del 2012, FOTI TOMMASO (FDI), MOLINARI RICCARDO (LEGA), BARELLI PAOLO (FI-PPE) e LUPI MAURIZIO (NM-M), (Doc. LVII, n. 1.bis) - Votazione Risoluzione 6_00058",
            "original_title": "Votazione Risoluzione 6_00058",
            "description_title": "Risoluzione n. 6-00058, riferita alla Relazione presentata ai sensi dell'articolo 6 della legge n. 243 del 2012, FOTI TOMMASO (FDI), MOLINARI RICCARDO (LEGA), BARELLI PAOLO (FI-PPE) e LUPI MAURIZIO (NM-M), (Doc. LVII, n. 1.bis)",
            "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": 23,
            "majority_cohesion_rate": 92.83,
            "minority_cohesion_rate": 78.4
        },
        {
            "id": 24447,
            "slug": "vs19_176_027",
            "identifier": "vs19_176_027",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_176_027/?format=api",
            "sitting": {
                "id": 1494,
                "date": "2023-10-11",
                "number": 176,
                "branch": "C"
            },
            "number": 27,
            "title": "Articolo 2 - Votazione Articolo 2 PDL n. 0854",
            "original_title": "Votazione Articolo 2 PDL n. 0854",
            "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": 130,
            "majority_cohesion_rate": 64.98,
            "minority_cohesion_rate": 66.05
        },
        {
            "id": 24459,
            "slug": "vs19_176_018",
            "identifier": "vs19_176_018",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_176_018/?format=api",
            "sitting": {
                "id": 1494,
                "date": "2023-10-11",
                "number": 176,
                "branch": "C"
            },
            "number": 18,
            "title": "Emendamento 2.5 MANZI IRENE (PD-IDP) - Votazione Emendamento 2.5 PDL n. 0854",
            "original_title": "Votazione Emendamento 2.5 PDL n. 0854",
            "description_title": "Emendamento 2.5 MANZI IRENE (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 34,
            "majority_cohesion_rate": 81.01,
            "minority_cohesion_rate": 77.78
        },
        {
            "id": 24486,
            "slug": "vs19_176_003",
            "identifier": "vs19_176_003",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_176_003/?format=api",
            "sitting": {
                "id": 1494,
                "date": "2023-10-11",
                "number": 176,
                "branch": "C"
            },
            "number": 3,
            "title": "Emendamento 1.1 MANZI IRENE (PD-IDP) - Votazione Emendamento 1.1 PDL n. 0854",
            "original_title": "Votazione Emendamento 1.1 PDL n. 0854",
            "description_title": "Emendamento 1.1 MANZI IRENE (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": 42,
            "majority_cohesion_rate": 81.86,
            "minority_cohesion_rate": 69.14
        },
        {
            "id": 24498,
            "slug": "vs19_176_004",
            "identifier": "vs19_176_004",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_176_004/?format=api",
            "sitting": {
                "id": 1494,
                "date": "2023-10-11",
                "number": 176,
                "branch": "C"
            },
            "number": 4,
            "title": "Emendamento 1.2 MANZI IRENE (PD-IDP) - Votazione Emendamento 1.2 PDL n. 0854",
            "original_title": "Votazione Emendamento 1.2 PDL n. 0854",
            "description_title": "Emendamento 1.2 MANZI IRENE (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": 37,
            "majority_cohesion_rate": 83.97,
            "minority_cohesion_rate": 77.78
        }
    ]
}