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

{
    "count": 24994,
    "codelists": {
        "years": [
            {
                "id": "2026",
                "value": "2026"
            },
            {
                "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_rebels&page=444",
    "previous": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=-n_rebels&page=442",
    "results": [
        {
            "id": 25714,
            "slug": "vs19_210_054",
            "identifier": "vs19_210_054",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_054/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 54,
            "title": "Articolo 13 - Votazione Articolo 13 DDL n. 1341",
            "original_title": "Votazione Articolo 13 DDL n. 1341",
            "description_title": "Articolo 13",
            "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": 92,
            "majority_cohesion_rate": 64.98,
            "minority_cohesion_rate": 41.98
        },
        {
            "id": 21753,
            "slug": "vs19_114_078",
            "identifier": "vs19_114_078",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_114_078/?format=api",
            "sitting": {
                "id": 1395,
                "date": "2023-06-06",
                "number": 114,
                "branch": "C"
            },
            "number": 78,
            "title": "Ordine del giorno n. 9/1114/122 ONORI FEDERICA (M5S) - Votazione Ordine del giorno 9/1114/122 DDL n. 1114",
            "original_title": "Votazione Ordine del giorno 9/1114/122 DDL n. 1114",
            "description_title": "Ordine del giorno n. 9/1114/122 ONORI FEDERICA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 32,
            "majority_cohesion_rate": 64.14,
            "minority_cohesion_rate": 55.56
        },
        {
            "id": 21785,
            "slug": "vs19_114_094",
            "identifier": "vs19_114_094",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_114_094/?format=api",
            "sitting": {
                "id": 1395,
                "date": "2023-06-06",
                "number": 114,
                "branch": "C"
            },
            "number": 94,
            "title": "Ordine del giorno n. 9/1114/144 PAVANELLI EMMA (M5S) - Votazione Ordine del giorno 9/1114/144 DDL n. 1114",
            "original_title": "Votazione Ordine del giorno 9/1114/144 DDL n. 1114",
            "description_title": "Ordine del giorno n. 9/1114/144 PAVANELLI EMMA (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": 41,
            "majority_cohesion_rate": 66.67,
            "minority_cohesion_rate": 48.77
        },
        {
            "id": 21929,
            "slug": "vs19_138_026",
            "identifier": "vs19_138_026",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_138_026/?format=api",
            "sitting": {
                "id": 1422,
                "date": "2023-07-12",
                "number": 138,
                "branch": "C"
            },
            "number": 26,
            "title": "Emendamento 15.3 MEROLA VIRGINIO (PD-IDP) - Votazione Emendamento 15.3 DDL n. 1038",
            "original_title": "Votazione Emendamento 15.3 DDL n. 1038",
            "description_title": "Emendamento 15.3 MEROLA VIRGINIO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 41,
            "majority_cohesion_rate": 71.73,
            "minority_cohesion_rate": 66.67
        },
        {
            "id": 25725,
            "slug": "vs19_210_098",
            "identifier": "vs19_210_098",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_098/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 98,
            "title": "Articolo 21 - Votazione Articolo 21 DDL n. 1341",
            "original_title": "Votazione Articolo 21 DDL n. 1341",
            "description_title": "Articolo 21",
            "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": 71,
            "majority_cohesion_rate": 60.34,
            "minority_cohesion_rate": 61.11
        },
        {
            "id": 25724,
            "slug": "vs19_210_155",
            "identifier": "vs19_210_155",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_155/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 155,
            "title": "Articolo 40 - Votazione Articolo 40 DDL n. 1341",
            "original_title": "Votazione Articolo 40 DDL n. 1341",
            "description_title": "Articolo 40",
            "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": 71,
            "majority_cohesion_rate": 62.03,
            "minority_cohesion_rate": 59.26
        },
        {
            "id": 21691,
            "slug": "vs19_114_002",
            "identifier": "vs19_114_002",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_114_002/?format=api",
            "sitting": {
                "id": 1395,
                "date": "2023-06-06",
                "number": 114,
                "branch": "C"
            },
            "number": 2,
            "title": "Ordine del giorno n. 9/1114/14 GNASSI ANDREA (PD-IDP) - Votazione Ordine del giorno 9/1114/14 DDL n. 1114",
            "original_title": "Votazione Ordine del giorno 9/1114/14 DDL n. 1114",
            "description_title": "Ordine del giorno n. 9/1114/14 GNASSI ANDREA (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": 54,
            "majority_cohesion_rate": 70.89,
            "minority_cohesion_rate": 38.27
        },
        {
            "id": 21689,
            "slug": "vs19_114_100",
            "identifier": "vs19_114_100",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_114_100/?format=api",
            "sitting": {
                "id": 1395,
                "date": "2023-06-06",
                "number": 114,
                "branch": "C"
            },
            "number": 100,
            "title": "Fiducia conversione decreto rafforzamento capacità amministrativa",
            "original_title": "Votazione Articolo unico DDL n. 1114",
            "description_title": "Articolo unico del disegno di legge di conversione del decreto-legge n. 22 aprile 2023, n. 44, nel testo delle Commissioni, sul quale il Governo ha posto la questione di fiducia",
            "public_title": "Fiducia conversione decreto rafforzamento capacità amministrativa",
            "is_key_vote": true,
            "is_final": false,
            "is_confidence": true,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 34,
            "majority_cohesion_rate": 85.65,
            "minority_cohesion_rate": 82.72
        },
        {
            "id": 32568,
            "slug": "vs19_365_001",
            "identifier": "vs19_365_001",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_365_001/?format=api",
            "sitting": {
                "id": 1803,
                "date": "2024-10-15",
                "number": 365,
                "branch": "C"
            },
            "number": 1,
            "title": "RIS 6-133 NO 19 CPV DISP - Votazione Risoluzione 6_00133",
            "original_title": "Votazione Risoluzione 6_00133",
            "description_title": "RIS 6-133 NO 19 CPV DISP",
            "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": 37,
            "majority_cohesion_rate": 77.92,
            "minority_cohesion_rate": 71.7
        },
        {
            "id": 25734,
            "slug": "vs19_210_165",
            "identifier": "vs19_210_165",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_165/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 165,
            "title": "Articolo 45 - Votazione Articolo 45 DDL n. 1341",
            "original_title": "Votazione Articolo 45 DDL n. 1341",
            "description_title": "Articolo 45",
            "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": 71,
            "majority_cohesion_rate": 62.03,
            "minority_cohesion_rate": 59.88
        },
        {
            "id": 21708,
            "slug": "vs19_114_015",
            "identifier": "vs19_114_015",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_114_015/?format=api",
            "sitting": {
                "id": 1395,
                "date": "2023-06-06",
                "number": 114,
                "branch": "C"
            },
            "number": 15,
            "title": "Ordine del giorno n. 9/1114/44 FRATOIANNI NICOLA (AVS) - Votazione Ordine del giorno 9/1114/44 DDL n. 1114",
            "original_title": "Votazione Ordine del giorno 9/1114/44 DDL n. 1114",
            "description_title": "Ordine del giorno n. 9/1114/44 FRATOIANNI NICOLA (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 37,
            "majority_cohesion_rate": 69.2,
            "minority_cohesion_rate": 67.28
        },
        {
            "id": 21724,
            "slug": "vs19_114_082",
            "identifier": "vs19_114_082",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_114_082/?format=api",
            "sitting": {
                "id": 1395,
                "date": "2023-06-06",
                "number": 114,
                "branch": "C"
            },
            "number": 82,
            "title": "Ordine del giorno n. 9/1114/126 TRAVERSI ROBERTO (M5S) - Votazione Ordine del giorno 9/1114/126 DDL n. 1114",
            "original_title": "Votazione Ordine del giorno 9/1114/126 DDL n. 1114",
            "description_title": "Ordine del giorno n. 9/1114/126 TRAVERSI ROBERTO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 37,
            "majority_cohesion_rate": 60.76,
            "minority_cohesion_rate": 47.53
        },
        {
            "id": 21772,
            "slug": "vs19_114_040",
            "identifier": "vs19_114_040",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_114_040/?format=api",
            "sitting": {
                "id": 1395,
                "date": "2023-06-06",
                "number": 114,
                "branch": "C"
            },
            "number": 40,
            "title": "Ordine del giorno n. 9/1114/77 BOLDRINI LAURA (PD-IDP) - Votazione Ordine del giorno 9/1114/77 DDL n. 1114",
            "original_title": "Votazione Ordine del giorno 9/1114/77 DDL n. 1114",
            "description_title": "Ordine del giorno n. 9/1114/77 BOLDRINI LAURA (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": 30,
            "majority_cohesion_rate": 69.62,
            "minority_cohesion_rate": 65.43
        },
        {
            "id": 25750,
            "slug": "vs19_210_200",
            "identifier": "vs19_210_200",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_200/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 200,
            "title": "Ordine del giorno n. 9/1341/33 RICCIARDI TONI (PD-IDP) - Votazione Ordine del giorno 9/1341/33 DDL n. 1341",
            "original_title": "Votazione Ordine del giorno 9/1341/33 DDL n. 1341",
            "description_title": "Ordine del giorno n. 9/1341/33 RICCIARDI TONI (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 24,
            "majority_cohesion_rate": 51.9,
            "minority_cohesion_rate": 46.91
        },
        {
            "id": 32569,
            "slug": "vs19_365_007",
            "identifier": "vs19_365_007",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_365_007/?format=api",
            "sitting": {
                "id": 1803,
                "date": "2024-10-15",
                "number": 365,
                "branch": "C"
            },
            "number": 7,
            "title": "RIS 6-134 - 2 CPV DISP LETT D - Votazione Risoluzione 6_00134",
            "original_title": "Votazione Risoluzione 6_00134",
            "description_title": "RIS 6-134 - 2 CPV DISP LETT D",
            "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": 157,
            "majority_cohesion_rate": 78.75,
            "minority_cohesion_rate": 79.87
        },
        {
            "id": 21702,
            "slug": "vs19_114_074",
            "identifier": "vs19_114_074",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_114_074/?format=api",
            "sitting": {
                "id": 1395,
                "date": "2023-06-06",
                "number": 114,
                "branch": "C"
            },
            "number": 74,
            "title": "Ordine del giorno n. 9/1114/118 ORRICO ANNA LAURA (M5S) - Votazione Ordine del giorno 9/1114/118 DDL n. 1114",
            "original_title": "Votazione Ordine del giorno 9/1114/118 DDL n. 1114",
            "description_title": "Ordine del giorno n. 9/1114/118 ORRICO ANNA LAURA (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": 35,
            "majority_cohesion_rate": 62.45,
            "minority_cohesion_rate": 50.0
        },
        {
            "id": 21710,
            "slug": "vs19_114_072",
            "identifier": "vs19_114_072",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_114_072/?format=api",
            "sitting": {
                "id": 1395,
                "date": "2023-06-06",
                "number": 114,
                "branch": "C"
            },
            "number": 72,
            "title": "Ordine del giorno n. 9/1114/116 ALIFANO ENRICA (M5S) - Votazione Ordine del giorno 9/1114/116 DDL n. 1114",
            "original_title": "Votazione Ordine del giorno 9/1114/116 DDL n. 1114",
            "description_title": "Ordine del giorno n. 9/1114/116 ALIFANO ENRICA (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": 33,
            "majority_cohesion_rate": 64.14,
            "minority_cohesion_rate": 54.32
        },
        {
            "id": 25684,
            "slug": "vs19_210_013",
            "identifier": "vs19_210_013",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_013/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 13,
            "title": "Emendamento 4.2 EVI ELEONORA (AVS) - Votazione Emendamento 4.2 DDL n. 1341",
            "original_title": "Votazione Emendamento 4.2 DDL n. 1341",
            "description_title": "Emendamento 4.2 EVI ELEONORA (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": 27,
            "majority_cohesion_rate": 64.98,
            "minority_cohesion_rate": 64.2
        },
        {
            "id": 25643,
            "slug": "vs19_210_020",
            "identifier": "vs19_210_020",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_020/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 20,
            "title": "Emendamento 4.10 PELUFFO VINICIO GIUSEPPE GUIDO (PD-IDP) - Votazione Emendamento 4.10 DDL n. 1341",
            "original_title": "Votazione Emendamento 4.10 DDL n. 1341",
            "description_title": "Emendamento 4.10 PELUFFO VINICIO GIUSEPPE GUIDO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 19,
            "majority_cohesion_rate": 64.56,
            "minority_cohesion_rate": 72.22
        },
        {
            "id": 32802,
            "slug": "vs19_371_025",
            "identifier": "vs19_371_025",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_371_025/?format=api",
            "sitting": {
                "id": 1811,
                "date": "2024-10-23",
                "number": 371,
                "branch": "C"
            },
            "number": 25,
            "title": "EM 8.5 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 8.5",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 57,
            "majority_cohesion_rate": 58.09,
            "minority_cohesion_rate": 44.3
        },
        {
            "id": 32804,
            "slug": "vs19_371_039",
            "identifier": "vs19_371_039",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_371_039/?format=api",
            "sitting": {
                "id": 1811,
                "date": "2024-10-23",
                "number": 371,
                "branch": "C"
            },
            "number": 39,
            "title": "ARTICOLO 4 - Votazione Articolo 4 ",
            "original_title": "Votazione Articolo 4 ",
            "description_title": "ARTICOLO 4",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 125,
            "majority_cohesion_rate": 57.26,
            "minority_cohesion_rate": 71.52
        },
        {
            "id": 25646,
            "slug": "vs19_210_040",
            "identifier": "vs19_210_040",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_040/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 40,
            "title": "Emendamento 8.3 PAVANELLI EMMA (M5S) - Votazione Emendamento 8.3 DDL n. 1341",
            "original_title": "Votazione Emendamento 8.3 DDL n. 1341",
            "description_title": "Emendamento 8.3 PAVANELLI EMMA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 19,
            "majority_cohesion_rate": 62.87,
            "minority_cohesion_rate": 69.75
        },
        {
            "id": 25728,
            "slug": "vs19_210_070",
            "identifier": "vs19_210_070",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_070/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 70,
            "title": "Emendamento 18.2 GRIPPO VALENTINA (APERRE) - Votazione Emendamento 18.2 DDL n. 1341",
            "original_title": "Votazione Emendamento 18.2 DDL n. 1341",
            "description_title": "Emendamento 18.2 GRIPPO VALENTINA (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": 73,
            "majority_cohesion_rate": 53.16,
            "minority_cohesion_rate": 32.72
        },
        {
            "id": 21717,
            "slug": "vs19_114_011",
            "identifier": "vs19_114_011",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_114_011/?format=api",
            "sitting": {
                "id": 1395,
                "date": "2023-06-06",
                "number": 114,
                "branch": "C"
            },
            "number": 11,
            "title": "Ordine del giorno n. 9/1114/36 EVI ELEONORA (AVS) - Votazione Ordine del giorno 9/1114/36 DDL n. 1114",
            "original_title": "Votazione Ordine del giorno 9/1114/36 DDL n. 1114",
            "description_title": "Ordine del giorno n. 9/1114/36 EVI ELEONORA (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 23,
            "majority_cohesion_rate": 71.73,
            "minority_cohesion_rate": 77.16
        },
        {
            "id": 25712,
            "slug": "vs19_210_078",
            "identifier": "vs19_210_078",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_078/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 78,
            "title": "Emendamento 18.16 L'ABBATE PATTY (M5S) - Votazione Emendamento 18.16 DDL n. 1341",
            "original_title": "Votazione Emendamento 18.16 DDL n. 1341",
            "description_title": "Emendamento 18.16 L'ABBATE PATTY (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 21,
            "majority_cohesion_rate": 58.23,
            "minority_cohesion_rate": 60.49
        },
        {
            "id": 21783,
            "slug": "vs19_114_022",
            "identifier": "vs19_114_022",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_114_022/?format=api",
            "sitting": {
                "id": 1395,
                "date": "2023-06-06",
                "number": 114,
                "branch": "C"
            },
            "number": 22,
            "title": "Ordine del giorno n. 9/1114/57 MAURI MATTEO (PD-IDP) - Votazione Ordine del giorno 9/1114/57 DDL n. 1114",
            "original_title": "Votazione Ordine del giorno 9/1114/57 DDL n. 1114",
            "description_title": "Ordine del giorno n. 9/1114/57 MAURI MATTEO (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": 44,
            "majority_cohesion_rate": 71.73,
            "minority_cohesion_rate": 62.96
        },
        {
            "id": 21786,
            "slug": "vs19_114_086",
            "identifier": "vs19_114_086",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_114_086/?format=api",
            "sitting": {
                "id": 1395,
                "date": "2023-06-06",
                "number": 114,
                "branch": "C"
            },
            "number": 86,
            "title": "Ordine del giorno n. 9/1114/130 SPORTIELLO GILDA (M5S) - Votazione Ordine del giorno 9/1114/130 DDL n. 1114",
            "original_title": "Votazione Ordine del giorno 9/1114/130 DDL n. 1114",
            "description_title": "Ordine del giorno n. 9/1114/130 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": 37,
            "majority_cohesion_rate": 64.98,
            "minority_cohesion_rate": 50.0
        },
        {
            "id": 25689,
            "slug": "vs19_210_114",
            "identifier": "vs19_210_114",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_114/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 114,
            "title": "Identici emendamenti 25.10 BENZONI FABRIZIO (APERRE) e 25.11 PELUFFO VINICIO GIUSEPPE GUIDO (PD-IDP) - Votazione Emendamento 25.10 DDL n. 1341",
            "original_title": "Votazione Emendamento 25.10 DDL n. 1341",
            "description_title": "Identici emendamenti 25.10 BENZONI FABRIZIO (APERRE) e 25.11 PELUFFO VINICIO GIUSEPPE GUIDO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 25,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 59.88
        },
        {
            "id": 32538,
            "slug": "vs19_365_006",
            "identifier": "vs19_365_006",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_365_006/?format=api",
            "sitting": {
                "id": 1803,
                "date": "2024-10-15",
                "number": 365,
                "branch": "C"
            },
            "number": 6,
            "title": "RIS 6-134 - 2 CPV DISP LETT C - Votazione Risoluzione 6_00134",
            "original_title": "Votazione Risoluzione 6_00134",
            "description_title": "RIS 6-134 - 2 CPV DISP LETT C",
            "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": 156,
            "majority_cohesion_rate": 77.92,
            "minority_cohesion_rate": 79.87
        },
        {
            "id": 21765,
            "slug": "vs19_114_010",
            "identifier": "vs19_114_010",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_114_010/?format=api",
            "sitting": {
                "id": 1395,
                "date": "2023-06-06",
                "number": 114,
                "branch": "C"
            },
            "number": 10,
            "title": "Ordine del giorno n. 9/1114/35 ZARATTI FILIBERTO (AVS) - Votazione Ordine del giorno 9/1114/35 DDL n. 1114",
            "original_title": "Votazione Ordine del giorno 9/1114/35 DDL n. 1114",
            "description_title": "Ordine del giorno n. 9/1114/35 ZARATTI FILIBERTO (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 35,
            "majority_cohesion_rate": 73.42,
            "minority_cohesion_rate": 66.05
        },
        {
            "id": 25753,
            "slug": "vs19_210_189",
            "identifier": "vs19_210_189",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_189/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 189,
            "title": "Ordine del giorno n. 9/1341/3 BOSCHI MARIA ELENA (IVICRE) - Votazione Ordine del giorno 9/1341/3 DDL n. 1341",
            "original_title": "Votazione Ordine del giorno 9/1341/3 DDL n. 1341",
            "description_title": "Ordine del giorno n. 9/1341/3 BOSCHI MARIA ELENA (IVICRE)",
            "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": 24,
            "majority_cohesion_rate": 51.05,
            "minority_cohesion_rate": 45.68
        },
        {
            "id": 21699,
            "slug": "vs19_114_079",
            "identifier": "vs19_114_079",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_114_079/?format=api",
            "sitting": {
                "id": 1395,
                "date": "2023-06-06",
                "number": 114,
                "branch": "C"
            },
            "number": 79,
            "title": "Ordine del giorno n. 9/1114/123 PELLEGRINI MARCO (M5S) - Votazione Ordine del giorno 9/1114/123 DDL n. 1114",
            "original_title": "Votazione Ordine del giorno 9/1114/123 DDL n. 1114",
            "description_title": "Ordine del giorno n. 9/1114/123 PELLEGRINI MARCO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 34,
            "majority_cohesion_rate": 65.4,
            "minority_cohesion_rate": 54.32
        },
        {
            "id": 25733,
            "slug": "vs19_210_079",
            "identifier": "vs19_210_079",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_079/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 79,
            "title": "Emendamento 18.17 BENZONI FABRIZIO (APERRE) - Votazione Emendamento 18.17 DDL n. 1341",
            "original_title": "Votazione Emendamento 18.17 DDL n. 1341",
            "description_title": "Emendamento 18.17 BENZONI FABRIZIO (APERRE)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 40,
            "majority_cohesion_rate": 58.65,
            "minority_cohesion_rate": 37.65
        },
        {
            "id": 21713,
            "slug": "vs19_114_084",
            "identifier": "vs19_114_084",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_114_084/?format=api",
            "sitting": {
                "id": 1395,
                "date": "2023-06-06",
                "number": 114,
                "branch": "C"
            },
            "number": 84,
            "title": "Ordine del giorno n. 9/1114/128 CANTONE LUCIANO (M5S) - Votazione Ordine del giorno 9/1114/128 DDL n. 1114",
            "original_title": "Votazione Ordine del giorno 9/1114/128 DDL n. 1114",
            "description_title": "Ordine del giorno n. 9/1114/128 CANTONE LUCIANO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 38,
            "majority_cohesion_rate": 63.71,
            "minority_cohesion_rate": 47.53
        },
        {
            "id": 21735,
            "slug": "vs19_114_093",
            "identifier": "vs19_114_093",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_114_093/?format=api",
            "sitting": {
                "id": 1395,
                "date": "2023-06-06",
                "number": 114,
                "branch": "C"
            },
            "number": 93,
            "title": "Ordine del giorno n. 9/1114/143 TODDE ALESSANDRA (M5S) - Votazione Ordine del giorno 9/1114/143 DDL n. 1114",
            "original_title": "Votazione Ordine del giorno 9/1114/143 DDL n. 1114",
            "description_title": "Ordine del giorno n. 9/1114/143 TODDE ALESSANDRA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 37,
            "majority_cohesion_rate": 65.82,
            "minority_cohesion_rate": 51.23
        },
        {
            "id": 25690,
            "slug": "vs19_210_001",
            "identifier": "vs19_210_001",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_001/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 1,
            "title": "Delega al governo in materia di salari",
            "original_title": "Votazione finale PDL n. 1275",
            "description_title": "Deleghe al Governo in materia di retribuzione dei lavoratori e di contrattazione collettiva nonché di procedure di controllo e informazione (PDL 1275 e abbinate PDL 141-210-216-306-432-1053-1328)",
            "public_title": "Delega al governo in materia di salari",
            "is_key_vote": true,
            "is_final": true,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Atto intero",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 17,
            "majority_cohesion_rate": 64.14,
            "minority_cohesion_rate": 72.84
        },
        {
            "id": 32542,
            "slug": "vs19_365_011",
            "identifier": "vs19_365_011",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_365_011/?format=api",
            "sitting": {
                "id": 1803,
                "date": "2024-10-15",
                "number": 365,
                "branch": "C"
            },
            "number": 11,
            "title": "RIS 6-134 - 2 CPV DISP LETT N - Votazione Risoluzione 6_00134",
            "original_title": "Votazione Risoluzione 6_00134",
            "description_title": "RIS 6-134 - 2 CPV DISP LETT N",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Risoluzione",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 103,
            "majority_cohesion_rate": 78.75,
            "minority_cohesion_rate": 43.4
        },
        {
            "id": 21720,
            "slug": "vs19_114_035",
            "identifier": "vs19_114_035",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_114_035/?format=api",
            "sitting": {
                "id": 1395,
                "date": "2023-06-06",
                "number": 114,
                "branch": "C"
            },
            "number": 35,
            "title": "Ordine del giorno n. 9/1114/72 LAUS MAURO ANTONIO DONATO (PD-IDP) - Votazione Ordine del giorno 9/1114/72 DDL n. 1114",
            "original_title": "Votazione Ordine del giorno 9/1114/72 DDL n. 1114",
            "description_title": "Ordine del giorno n. 9/1114/72 LAUS MAURO ANTONIO DONATO (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": 33,
            "majority_cohesion_rate": 73.0,
            "minority_cohesion_rate": 67.28
        },
        {
            "id": 25515,
            "slug": "vs19_210_006",
            "identifier": "vs19_210_006",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_006/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 6,
            "title": "Emendamento 2.2 EVI ELEONORA (AVS) - Votazione Emendamento 2.2 DDL n. 1341",
            "original_title": "Votazione Emendamento 2.2 DDL n. 1341",
            "description_title": "Emendamento 2.2 EVI ELEONORA (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": 21,
            "majority_cohesion_rate": 63.71,
            "minority_cohesion_rate": 68.52
        },
        {
            "id": 32543,
            "slug": "vs19_365_012",
            "identifier": "vs19_365_012",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_365_012/?format=api",
            "sitting": {
                "id": 1803,
                "date": "2024-10-15",
                "number": 365,
                "branch": "C"
            },
            "number": 12,
            "title": "RIS 6-134 - 3 CPV DISP LETT A NP - Votazione Risoluzione 6_00134",
            "original_title": "Votazione Risoluzione 6_00134",
            "description_title": "RIS 6-134 - 3 CPV DISP LETT A NP",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Risoluzione",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 103,
            "majority_cohesion_rate": 77.5,
            "minority_cohesion_rate": 44.03
        },
        {
            "id": 21719,
            "slug": "vs19_114_016",
            "identifier": "vs19_114_016",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_114_016/?format=api",
            "sitting": {
                "id": 1395,
                "date": "2023-06-06",
                "number": 114,
                "branch": "C"
            },
            "number": 16,
            "title": "Ordine del giorno n. 9/1114/45 GRIMALDI MARCO (AVS) - Votazione Ordine del giorno 9/1114/45 DDL n. 1114",
            "original_title": "Votazione Ordine del giorno 9/1114/45 DDL n. 1114",
            "description_title": "Ordine del giorno n. 9/1114/45 GRIMALDI MARCO (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 23,
            "majority_cohesion_rate": 70.89,
            "minority_cohesion_rate": 77.16
        },
        {
            "id": 25532,
            "slug": "vs19_210_111",
            "identifier": "vs19_210_111",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_111/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 111,
            "title": "Emendamento 25.6 ASCANI ANNA (PD-IDP) - Votazione Emendamento 25.6 DDL n. 1341",
            "original_title": "Votazione Emendamento 25.6 DDL n. 1341",
            "description_title": "Emendamento 25.6 ASCANI ANNA (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": 22,
            "majority_cohesion_rate": 60.76,
            "minority_cohesion_rate": 62.96
        },
        {
            "id": 32544,
            "slug": "vs19_365_013",
            "identifier": "vs19_365_013",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_365_013/?format=api",
            "sitting": {
                "id": 1803,
                "date": "2024-10-15",
                "number": 365,
                "branch": "C"
            },
            "number": 13,
            "title": "RIS 6-134 - 3 CPV DISP LETT B - Votazione Risoluzione 6_00134",
            "original_title": "Votazione Risoluzione 6_00134",
            "description_title": "RIS 6-134 - 3 CPV DISP LETT B",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Risoluzione",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 50,
            "majority_cohesion_rate": 78.33,
            "minority_cohesion_rate": 66.67
        },
        {
            "id": 25535,
            "slug": "vs19_210_012",
            "identifier": "vs19_210_012",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_012/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 12,
            "title": "Emendamento 4.1 CAPPELLETTI ENRICO (M5S) - Votazione Emendamento 4.1 DDL n. 1341",
            "original_title": "Votazione Emendamento 4.1 DDL n. 1341",
            "description_title": "Emendamento 4.1 CAPPELLETTI ENRICO (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": 21,
            "majority_cohesion_rate": 63.71,
            "minority_cohesion_rate": 67.9
        },
        {
            "id": 25537,
            "slug": "vs19_210_152",
            "identifier": "vs19_210_152",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_152/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 152,
            "title": "Articolo 38 - Votazione Articolo 38 DDL n. 1341",
            "original_title": "Votazione Articolo 38 DDL n. 1341",
            "description_title": "Articolo 38",
            "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": 74,
            "majority_cohesion_rate": 63.29,
            "minority_cohesion_rate": 57.41
        },
        {
            "id": 25538,
            "slug": "vs19_210_153",
            "identifier": "vs19_210_153",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_153/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 153,
            "title": "Articolo 39 (Mantenimento) - Votazione Articolo 39 DDL n. 1341",
            "original_title": "Votazione Articolo 39 DDL n. 1341",
            "description_title": "Articolo 39 (Mantenimento)",
            "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": 25,
            "majority_cohesion_rate": 63.29,
            "minority_cohesion_rate": 60.49
        },
        {
            "id": 32672,
            "slug": "vs19_366_019",
            "identifier": "vs19_366_019",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_366_019/?format=api",
            "sitting": {
                "id": 1805,
                "date": "2024-10-16",
                "number": 366,
                "branch": "C"
            },
            "number": 19,
            "title": "MOZ 1-316 NF CPV 15 DISP - Votazione ",
            "original_title": "Votazione ",
            "description_title": "MOZ 1-316 NF CPV 15 DISP",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 33,
            "majority_cohesion_rate": 68.46,
            "minority_cohesion_rate": 70.25
        },
        {
            "id": 25556,
            "slug": "vs19_210_030",
            "identifier": "vs19_210_030",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_030/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 30,
            "title": "Emendamento 6.4 L'ABBATE PATTY (M5S) - Votazione Emendamento 6.4 DDL n. 1341",
            "original_title": "Votazione Emendamento 6.4 DDL n. 1341",
            "description_title": "Emendamento 6.4 L'ABBATE PATTY (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 20,
            "majority_cohesion_rate": 62.87,
            "minority_cohesion_rate": 68.52
        },
        {
            "id": 21434,
            "slug": "vs19_111_012",
            "identifier": "vs19_111_012",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_111_012/?format=api",
            "sitting": {
                "id": 1389,
                "date": "2023-05-30",
                "number": 111,
                "branch": "C"
            },
            "number": 12,
            "title": "Articolo 1 - Votazione Articolo 1 PDL n. 0916",
            "original_title": "Votazione Articolo 1 PDL n. 0916",
            "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": 149,
            "majority_cohesion_rate": 71.31,
            "minority_cohesion_rate": 80.86
        },
        {
            "id": 25586,
            "slug": "vs19_210_137",
            "identifier": "vs19_210_137",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_137/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 137,
            "title": "Emendamento 33.300, da votare ai sensi dell'articolo 86, comma 4-bis, del Regolamento - Votazione Emendamento 33.300, DDL n. 1341",
            "original_title": "Votazione Emendamento 33.300, DDL n. 1341",
            "description_title": "Emendamento 33.300, 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": 26,
            "majority_cohesion_rate": 62.45,
            "minority_cohesion_rate": 58.64
        }
    ]
}