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

{
    "count": 22130,
    "codelists": {
        "years": [
            {
                "id": "2025",
                "value": "2025"
            },
            {
                "id": "2024",
                "value": "2024"
            },
            {
                "id": "2023",
                "value": "2023"
            },
            {
                "id": "2022",
                "value": "2022"
            }
        ],
        "branch": [
            {
                "id": "S",
                "value": "Senato"
            },
            {
                "id": "C",
                "value": "Camera"
            }
        ],
        "governments": [
            {
                "id": 135225,
                "slug": "i-governo-meloni-2022-10-22",
                "start_date": "2022-10-22",
                "value": "Meloni I"
            }
        ],
        "governments_filter": [
            {
                "id": 135225,
                "slug": "i-governo-meloni-2022-10-22",
                "start_date": "2022-10-22",
                "value": "Meloni I"
            }
        ],
        "main_vote_type": [
            {
                "id": "is_key_vote",
                "value": "Voto chiave"
            },
            {
                "id": "is_final",
                "value": "Voto finale"
            },
            {
                "id": "is_confidence",
                "value": "Voto di fiducia"
            },
            {
                "id": "all",
                "value": "Tutti"
            }
        ],
        "sub_vote_type": [
            {
                "id": "ALL",
                "value": "Atto intero"
            },
            {
                "id": "ART",
                "value": "Articolo"
            },
            {
                "id": "AMEND",
                "value": "Emendamenti"
            },
            {
                "id": "ODG",
                "value": "ODG"
            },
            {
                "id": "PREJ",
                "value": "Questione pregiudiziale"
            },
            {
                "id": "EM_DECL",
                "value": "Dichiarazione d'urgenza"
            },
            {
                "id": "SUSP",
                "value": "Questione sospensiva"
            },
            {
                "id": "VAR_N",
                "value": "Nota di variazione"
            },
            {
                "id": "DONT_P",
                "value": "Non passaggio agli articoli"
            },
            {
                "id": "CLOS_DEB",
                "value": "Chiusura della discussione"
            },
            {
                "id": "RES",
                "value": "Risoluzione"
            },
            {
                "id": "DIM",
                "value": "Dimissioni"
            },
            {
                "id": "ELE",
                "value": "Elezioni"
            },
            {
                "id": "COORD",
                "value": "Proposta coordinamento"
            },
            {
                "id": "MOZ",
                "value": "Mozione"
            },
            {
                "id": "CPROP",
                "value": "Proposta giunta"
            }
        ],
        "vm_cohesion_rates": {
            "80_100": "dall'80 al 100%",
            "60_80": "dal 60 all'80%",
            "_60": "Meno del 60%"
        },
        "orderings": [
            {
                "id": "date",
                "value": "Data"
            },
            {
                "id": "majority_cohesion_rate",
                "value": "Compattezza maggioranza"
            },
            {
                "id": "n_rebels",
                "value": "Ribelli"
            },
            {
                "id": "identifier",
                "value": "Identificativo"
            },
            {
                "id": "n_margin",
                "value": "Margine"
            }
        ],
        "outcome": [
            {
                "id": "Respinto",
                "value": "Respinta"
            },
            {
                "id": "Approvato",
                "value": "Approvata"
            }
        ]
    },
    "next": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=n_rebels&page=234",
    "previous": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=n_rebels&page=232",
    "results": [
        {
            "id": 32756,
            "slug": "vs19_371_016",
            "identifier": "vs19_371_016",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_371_016/?format=api",
            "sitting": {
                "id": 1811,
                "date": "2024-10-23",
                "number": 371,
                "branch": "C"
            },
            "number": 16,
            "title": "MANTENIMENTO ARTICOLO 5 - Votazione Articolo 5 ",
            "original_title": "Votazione Articolo 5 ",
            "description_title": "MANTENIMENTO ARTICOLO 5",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 24,
            "majority_cohesion_rate": 58.09,
            "minority_cohesion_rate": 64.56
        },
        {
            "id": 30685,
            "slug": "vs19_309_144",
            "identifier": "vs19_309_144",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_309_144/?format=api",
            "sitting": {
                "id": 1715,
                "date": "2024-06-18",
                "number": 309,
                "branch": "C"
            },
            "number": 144,
            "title": "Emendamento 8.5 BOSCHI MARIA ELENA (IVICRE) - Votazione Emendamento 8.5 DDL n. 1665",
            "original_title": "Votazione Emendamento 8.5 DDL n. 1665",
            "description_title": "Emendamento 8.5 BOSCHI MARIA ELENA (IVICRE)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 30,
            "majority_cohesion_rate": 70.59,
            "minority_cohesion_rate": 68.52
        },
        {
            "id": 30699,
            "slug": "vs19_309_185",
            "identifier": "vs19_309_185",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_309_185/?format=api",
            "sitting": {
                "id": 1715,
                "date": "2024-06-18",
                "number": 309,
                "branch": "C"
            },
            "number": 185,
            "title": "Ordine del giorno n. 9/1665/6 FRATOIANNI NICOLA (AVS) - Votazione Ordine del giorno 9/1665/6 DDL n. 1665",
            "original_title": "Votazione Ordine del giorno 9/1665/6 DDL n. 1665",
            "description_title": "Ordine del giorno n. 9/1665/6 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": 1,
            "n_margin": 32,
            "majority_cohesion_rate": 69.33,
            "minority_cohesion_rate": 64.2
        },
        {
            "id": 25562,
            "slug": "vs19_210_008",
            "identifier": "vs19_210_008",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_008/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 8,
            "title": "Articolo 2 - Votazione Articolo 2 DDL n. 1341",
            "original_title": "Votazione Articolo 2 DDL n. 1341",
            "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": 1,
            "n_margin": 73,
            "majority_cohesion_rate": 63.71,
            "minority_cohesion_rate": 64.81
        },
        {
            "id": 30572,
            "slug": "vs19_309_057",
            "identifier": "vs19_309_057",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_309_057/?format=api",
            "sitting": {
                "id": 1715,
                "date": "2024-06-18",
                "number": 309,
                "branch": "C"
            },
            "number": 57,
            "title": "Emendamento 3.7 RICCIARDI RICCARDO (M5S) - Votazione Emendamento 3.7 DDL n. 1665",
            "original_title": "Votazione Emendamento 3.7 DDL n. 1665",
            "description_title": "Emendamento 3.7 RICCIARDI RICCARDO (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": 28,
            "majority_cohesion_rate": 68.07,
            "minority_cohesion_rate": 67.9
        },
        {
            "id": 25621,
            "slug": "vs19_210_095",
            "identifier": "vs19_210_095",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_095/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 95,
            "title": "Emendamento 21.100 della Commissione - Votazione Emendamento 21.100 DDL n. 1341",
            "original_title": "Votazione Emendamento 21.100 DDL n. 1341",
            "description_title": "Emendamento 21.100 della Commissione",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 70,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 66.05
        },
        {
            "id": 33533,
            "slug": "vs19_381_034",
            "identifier": "vs19_381_034",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_381_034/?format=api",
            "sitting": {
                "id": 1823,
                "date": "2024-11-13",
                "number": 381,
                "branch": "C"
            },
            "number": 34,
            "title": "ODG 9/2128/11 - Votazione Ordine del giorno 9/2128/11 ",
            "original_title": "Votazione Ordine del giorno 9/2128/11 ",
            "description_title": "ODG 9/2128/11",
            "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": 34,
            "majority_cohesion_rate": 58.68,
            "minority_cohesion_rate": 49.04
        },
        {
            "id": 34311,
            "slug": "vs19_389_026",
            "identifier": "vs19_389_026",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_389_026/?format=api",
            "sitting": {
                "id": 1847,
                "date": "2024-11-28",
                "number": 389,
                "branch": "C"
            },
            "number": 26,
            "title": "Ordine del giorno n. 9/2022/47 GHIRRA FRANCESCA (AVS) - Votazione Ordine del giorno 9/2022/47 DDL n. 2022",
            "original_title": "Votazione Ordine del giorno 9/2022/47 DDL n. 2022",
            "description_title": "Ordine del giorno n. 9/2022/47 GHIRRA FRANCESCA (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 11,
            "majority_cohesion_rate": 51.24,
            "minority_cohesion_rate": 64.97
        },
        {
            "id": 25543,
            "slug": "vs19_210_133",
            "identifier": "vs19_210_133",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_133/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 133,
            "title": "Articolo aggiuntivo 30.02 ORRICO ANNA LAURA (M5S) - Votazione Emendamento 30.02 DDL n. 1341",
            "original_title": "Votazione Emendamento 30.02 DDL n. 1341",
            "description_title": "Articolo aggiuntivo 30.02 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": 47,
            "majority_cohesion_rate": 60.76,
            "minority_cohesion_rate": 31.48
        },
        {
            "id": 32797,
            "slug": "vs19_371_012",
            "identifier": "vs19_371_012",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_371_012/?format=api",
            "sitting": {
                "id": 1811,
                "date": "2024-10-23",
                "number": 371,
                "branch": "C"
            },
            "number": 12,
            "title": "EM 4.1 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 4.1",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 56,
            "majority_cohesion_rate": 57.26,
            "minority_cohesion_rate": 39.24
        },
        {
            "id": 25527,
            "slug": "vs19_210_135",
            "identifier": "vs19_210_135",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_135/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 135,
            "title": "Articolo 31 - Votazione Articolo 31 DDL n. 1341",
            "original_title": "Votazione Articolo 31 DDL n. 1341",
            "description_title": "Articolo 31",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 70,
            "majority_cohesion_rate": 61.18,
            "minority_cohesion_rate": 56.79
        },
        {
            "id": 30714,
            "slug": "vs19_309_218",
            "identifier": "vs19_309_218",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_309_218/?format=api",
            "sitting": {
                "id": 1715,
                "date": "2024-06-18",
                "number": 309,
                "branch": "C"
            },
            "number": 218,
            "title": "Ordine del giorno n. 9/1665/46 FERRARA ANTONIO (M5S) - Votazione Ordine del giorno 9/1665/46 DDL n. 1665",
            "original_title": "Votazione Ordine del giorno 9/1665/46 DDL n. 1665",
            "description_title": "Ordine del giorno n. 9/1665/46 FERRARA ANTONIO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 34,
            "majority_cohesion_rate": 70.17,
            "minority_cohesion_rate": 64.2
        },
        {
            "id": 25546,
            "slug": "vs19_210_050",
            "identifier": "vs19_210_050",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_050/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 50,
            "title": "Articolo 10 - Votazione Articolo 10 DDL n. 1341",
            "original_title": "Votazione Articolo 10 DDL n. 1341",
            "description_title": "Articolo 10",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 74,
            "majority_cohesion_rate": 63.29,
            "minority_cohesion_rate": 63.58
        },
        {
            "id": 25548,
            "slug": "vs19_210_074",
            "identifier": "vs19_210_074",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_074/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 74,
            "title": "Emendamento 18.9 L'ABBATE PATTY (M5S) - Votazione Emendamento 18.9 DDL n. 1341",
            "original_title": "Votazione Emendamento 18.9 DDL n. 1341",
            "description_title": "Emendamento 18.9 L'ABBATE PATTY (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 23,
            "majority_cohesion_rate": 58.23,
            "minority_cohesion_rate": 58.02
        },
        {
            "id": 30535,
            "slug": "vs19_309_114",
            "identifier": "vs19_309_114",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_309_114/?format=api",
            "sitting": {
                "id": 1715,
                "date": "2024-06-18",
                "number": 309,
                "branch": "C"
            },
            "number": 114,
            "title": "Emendamento 5.88 BONAFE' SIMONA (PD-IDP) - Votazione Emendamento 5.88 DDL n. 1665",
            "original_title": "Votazione Emendamento 5.88 DDL n. 1665",
            "description_title": "Emendamento 5.88 BONAFE' SIMONA (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 31,
            "majority_cohesion_rate": 71.85,
            "minority_cohesion_rate": 69.14
        },
        {
            "id": 25614,
            "slug": "vs19_210_088",
            "identifier": "vs19_210_088",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_088/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 88,
            "title": "Articolo 19 - Votazione Articolo 19 DDL n. 1341",
            "original_title": "Votazione Articolo 19 DDL n. 1341",
            "description_title": "Articolo 19",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 17,
            "majority_cohesion_rate": 59.07,
            "minority_cohesion_rate": 64.81
        },
        {
            "id": 25656,
            "slug": "vs19_210_025",
            "identifier": "vs19_210_025",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_025/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 25,
            "title": "Emendamento 5.2 L'ABBATE PATTY (M5S) - Votazione Emendamento 5.2 DDL n. 1341",
            "original_title": "Votazione Emendamento 5.2 DDL n. 1341",
            "description_title": "Emendamento 5.2 L'ABBATE PATTY (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 21,
            "majority_cohesion_rate": 63.71,
            "minority_cohesion_rate": 67.28
        },
        {
            "id": 34791,
            "slug": "vs19_350_032",
            "identifier": "vs19_350_032",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_350_032/?format=api",
            "sitting": {
                "id": 1778,
                "date": "2024-09-19",
                "number": 350,
                "branch": "C"
            },
            "number": 32,
            "title": "Emendamento 1.100 MANZI IRENE (PD-IDP)",
            "original_title": "Emendamento 1.100 MANZI IRENE (PD-IDP)",
            "description_title": "",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 26,
            "majority_cohesion_rate": 58.33,
            "minority_cohesion_rate": 57.23
        },
        {
            "id": 25698,
            "slug": "vs19_210_162",
            "identifier": "vs19_210_162",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_162/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 162,
            "title": "Articolo 44 - Votazione Articolo 44 DDL n. 1341",
            "original_title": "Votazione Articolo 44 DDL n. 1341",
            "description_title": "Articolo 44",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 71,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 58.64
        },
        {
            "id": 32807,
            "slug": "vs19_371_007",
            "identifier": "vs19_371_007",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_371_007/?format=api",
            "sitting": {
                "id": 1811,
                "date": "2024-10-23",
                "number": 371,
                "branch": "C"
            },
            "number": 7,
            "title": "EM 2.100 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 2.100",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 18,
            "majority_cohesion_rate": 55.6,
            "minority_cohesion_rate": 63.29
        },
        {
            "id": 25743,
            "slug": "vs19_210_183",
            "identifier": "vs19_210_183",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_183/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 183,
            "title": "Articolo 56 (Mantenimento) - Votazione Articolo 56 DDL n. 1341",
            "original_title": "Votazione Articolo 56 DDL n. 1341",
            "description_title": "Articolo 56 (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": 1,
            "n_margin": 66,
            "majority_cohesion_rate": 61.18,
            "minority_cohesion_rate": 51.23
        },
        {
            "id": 30577,
            "slug": "vs19_309_112",
            "identifier": "vs19_309_112",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_309_112/?format=api",
            "sitting": {
                "id": 1715,
                "date": "2024-06-18",
                "number": 309,
                "branch": "C"
            },
            "number": 112,
            "title": "Emendamento 5.63 RAFFA ANGELA (M5S) - Votazione Emendamento 5.63 DDL n. 1665",
            "original_title": "Votazione Emendamento 5.63 DDL n. 1665",
            "description_title": "Emendamento 5.63 RAFFA ANGELA (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": 31,
            "majority_cohesion_rate": 71.43,
            "minority_cohesion_rate": 68.52
        },
        {
            "id": 25615,
            "slug": "vs19_210_141",
            "identifier": "vs19_210_141",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_141/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 141,
            "title": "Identici emendamenti 34.1 BOSCHI MARIA ELENA (IVICRE) e 34.2 PAVANELLI EMMA (M5S) - Votazione Emendamento 34.1 DDL n. 1341",
            "original_title": "Votazione Emendamento 34.1 DDL n. 1341",
            "description_title": "Identici emendamenti 34.1 BOSCHI MARIA ELENA (IVICRE) e 34.2 PAVANELLI EMMA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 51,
            "majority_cohesion_rate": 62.87,
            "minority_cohesion_rate": 30.25
        },
        {
            "id": 25662,
            "slug": "vs19_210_081",
            "identifier": "vs19_210_081",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_081/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 81,
            "title": "Emendamento 18.24 BOSCHI MARIA ELENA (IVICRE) - Votazione Emendamento 18.24 DDL n. 1341",
            "original_title": "Votazione Emendamento 18.24 DDL n. 1341",
            "description_title": "Emendamento 18.24 BOSCHI MARIA ELENA (IVICRE)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 22,
            "majority_cohesion_rate": 58.23,
            "minority_cohesion_rate": 58.64
        },
        {
            "id": 25694,
            "slug": "vs19_210_101",
            "identifier": "vs19_210_101",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_101/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 101,
            "title": "Emendamento 22.5 BOSCHI MARIA ELENA (IVICRE) - Votazione Emendamento 22.5 DDL n. 1341",
            "original_title": "Votazione Emendamento 22.5 DDL n. 1341",
            "description_title": "Emendamento 22.5 BOSCHI MARIA ELENA (IVICRE)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 35,
            "majority_cohesion_rate": 59.49,
            "minority_cohesion_rate": 43.83
        },
        {
            "id": 32036,
            "slug": "vs19_348_005",
            "identifier": "vs19_348_005",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_348_005/?format=api",
            "sitting": {
                "id": 1775,
                "date": "2024-09-17",
                "number": 348,
                "branch": "C"
            },
            "number": 5,
            "title": "Emendamento 21.1004 MAGI RICCARDO (M-+EUR) - Votazione Emendamento 21.1004 DDL n. 1660",
            "original_title": "Votazione Emendamento 21.1004 DDL n. 1660",
            "description_title": "Emendamento 21.1004 MAGI RICCARDO (M-+EUR)",
            "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": 77,
            "majority_cohesion_rate": 68.75,
            "minority_cohesion_rate": 71.07
        },
        {
            "id": 25517,
            "slug": "vs19_210_108",
            "identifier": "vs19_210_108",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_108/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 108,
            "title": "Emendamento 25.2 ASCANI ANNA (PD-IDP) - Votazione Emendamento 25.2 DDL n. 1341",
            "original_title": "Votazione Emendamento 25.2 DDL n. 1341",
            "description_title": "Emendamento 25.2 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": 1,
            "n_margin": 19,
            "majority_cohesion_rate": 58.65,
            "minority_cohesion_rate": 62.35
        },
        {
            "id": 32728,
            "slug": "vs19_367_003",
            "identifier": "vs19_367_003",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_367_003/?format=api",
            "sitting": {
                "id": 1806,
                "date": "2024-10-17",
                "number": 367,
                "branch": "C"
            },
            "number": 3,
            "title": "MOZ 1-326 NF CPV 3 DISP - Votazione ",
            "original_title": "Votazione ",
            "description_title": "MOZ 1-326 NF CPV 3 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": 1,
            "n_margin": 23,
            "majority_cohesion_rate": 66.8,
            "minority_cohesion_rate": 73.42
        },
        {
            "id": 33598,
            "slug": "vs19_381_005",
            "identifier": "vs19_381_005",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_381_005/?format=api",
            "sitting": {
                "id": 1823,
                "date": "2024-11-13",
                "number": 381,
                "branch": "C"
            },
            "number": 5,
            "title": "EM 1.6, 1.8 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 1.6, 1.8",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 23,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 63.69
        },
        {
            "id": 32294,
            "slug": "vs19_349_096",
            "identifier": "vs19_349_096",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_349_096/?format=api",
            "sitting": {
                "id": 1777,
                "date": "2024-09-18",
                "number": 349,
                "branch": "C"
            },
            "number": 96,
            "title": "Ordine del giorno n. 9/1660/63 BONETTI ELENA (APERRE) - Votazione Ordine del giorno 9/1660/63 DDL n. 1660",
            "original_title": "Votazione Ordine del giorno 9/1660/63 DDL n. 1660",
            "description_title": "Ordine del giorno n. 9/1660/63 BONETTI ELENA (APERRE)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 28,
            "majority_cohesion_rate": 67.08,
            "minority_cohesion_rate": 67.3
        },
        {
            "id": 29977,
            "slug": "vs19_277_011",
            "identifier": "vs19_277_011",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_277_011/?format=api",
            "sitting": {
                "id": 1661,
                "date": "2024-04-10",
                "number": 277,
                "branch": "C"
            },
            "number": 11,
            "title": "Mozione n. 1-00265, (ulteriore nuova formulazione) limitatamente ai restanti capoversi della parte dispositiva, SCOTTO ARTURO (PD-IDP), BARZOTTI VALENTINA (M5S), MARI FRANCESCO (AVS) ed altri - Votazione Mozione 1_00265",
            "original_title": "Votazione Mozione 1_00265",
            "description_title": "Mozione n. 1-00265, (ulteriore nuova formulazione) limitatamente ai restanti capoversi della parte dispositiva, SCOTTO ARTURO (PD-IDP), BARZOTTI VALENTINA (M5S), MARI FRANCESCO (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": 1,
            "n_margin": 31,
            "majority_cohesion_rate": 63.29,
            "minority_cohesion_rate": 57.67
        },
        {
            "id": 25619,
            "slug": "vs19_210_071",
            "identifier": "vs19_210_071",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_071/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 71,
            "title": "Emendamento 18.6 BOSCHI MARIA ELENA (IVICRE) - Votazione Emendamento 18.6 DDL n. 1341",
            "original_title": "Votazione Emendamento 18.6 DDL n. 1341",
            "description_title": "Emendamento 18.6 BOSCHI MARIA ELENA (IVICRE)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 38,
            "majority_cohesion_rate": 55.7,
            "minority_cohesion_rate": 35.8
        },
        {
            "id": 33538,
            "slug": "vs19_381_001",
            "identifier": "vs19_381_001",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_381_001/?format=api",
            "sitting": {
                "id": 1823,
                "date": "2024-11-13",
                "number": 381,
                "branch": "C"
            },
            "number": 1,
            "title": "DDL 2128 - EM 1.2 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "DDL 2128 - EM 1.2",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 15,
            "majority_cohesion_rate": 52.89,
            "minority_cohesion_rate": 62.42
        },
        {
            "id": 29970,
            "slug": "vs19_277_015",
            "identifier": "vs19_277_015",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_277_015/?format=api",
            "sitting": {
                "id": 1661,
                "date": "2024-04-10",
                "number": 277,
                "branch": "C"
            },
            "number": 15,
            "title": "Mozione n. 1-00273, sulla restante parte, FARAONE DAVIDE (IVICRE) ed altri - Votazione Mozione 1_00273",
            "original_title": "Votazione Mozione 1_00273",
            "description_title": "Mozione n. 1-00273, sulla restante parte, FARAONE DAVIDE (IVICRE) ed altri",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Mozione",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 115,
            "majority_cohesion_rate": 63.71,
            "minority_cohesion_rate": 57.67
        },
        {
            "id": 29933,
            "slug": "vs19_277_004",
            "identifier": "vs19_277_004",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_277_004/?format=api",
            "sitting": {
                "id": 1661,
                "date": "2024-04-10",
                "number": 277,
                "branch": "C"
            },
            "number": 4,
            "title": "Mozione n. 1-00268, come riformulata, RUFFINO DANIELA (APERRE) ed altri - Votazione Mozione 1_00268",
            "original_title": "Votazione Mozione 1_00268",
            "description_title": "Mozione n. 1-00268, come riformulata, RUFFINO DANIELA (APERRE) 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": 117,
            "majority_cohesion_rate": 65.4,
            "minority_cohesion_rate": 50.31
        },
        {
            "id": 29935,
            "slug": "vs19_277_003",
            "identifier": "vs19_277_003",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_277_003/?format=api",
            "sitting": {
                "id": 1661,
                "date": "2024-04-10",
                "number": 277,
                "branch": "C"
            },
            "number": 3,
            "title": "Mozione n. 1-00266, sui capoversi nono e decimo della premessa e sul capoverso primo, lettera b), punto 2), e lettera c), punti 1), 2) e 3) della parte dispositiva, COSTA SERGIO (M5S) ed altri - Votazione Mozione 1_00266",
            "original_title": "Votazione Mozione 1_00266",
            "description_title": "Mozione n. 1-00266, sui capoversi nono e decimo della premessa e sul capoverso primo, lettera b), punto 2), e lettera c), punti 1), 2) e 3) della parte dispositiva, COSTA SERGIO (M5S) ed altri",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Mozione",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 27,
            "majority_cohesion_rate": 65.4,
            "minority_cohesion_rate": 62.58
        },
        {
            "id": 25512,
            "slug": "vs19_210_022",
            "identifier": "vs19_210_022",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_022/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 22,
            "title": "Emendamento 4.300, da votare ai sensi dell'articolo 86, comma 4-bis, del Regolamento - Votazione Emendamento 4.300, DDL n. 1341",
            "original_title": "Votazione Emendamento 4.300, DDL n. 1341",
            "description_title": "Emendamento 4.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": 1,
            "n_margin": 19,
            "majority_cohesion_rate": 64.14,
            "minority_cohesion_rate": 69.75
        },
        {
            "id": 29979,
            "slug": "vs19_277_008",
            "identifier": "vs19_277_008",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_277_008/?format=api",
            "sitting": {
                "id": 1661,
                "date": "2024-04-10",
                "number": 277,
                "branch": "C"
            },
            "number": 8,
            "title": "Mozione n. 1-00272, congiuntamente sui capoversi primo e decimo della premessa e sul capoverso secondo della parte dispositiva, BONELLI ANGELO (AVS) ed altri - Votazione Mozione 1_00272",
            "original_title": "Votazione Mozione 1_00272",
            "description_title": "Mozione n. 1-00272, congiuntamente sui capoversi primo e decimo della premessa e sul capoverso secondo della parte dispositiva, BONELLI ANGELO (AVS) ed altri",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Mozione",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 31,
            "majority_cohesion_rate": 67.51,
            "minority_cohesion_rate": 65.64
        },
        {
            "id": 33589,
            "slug": "vs19_381_029",
            "identifier": "vs19_381_029",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_381_029/?format=api",
            "sitting": {
                "id": 1823,
                "date": "2024-11-13",
                "number": 381,
                "branch": "C"
            },
            "number": 29,
            "title": "ODG 9/2128/5 - Votazione Ordine del giorno 9/2128/5 ",
            "original_title": "Votazione Ordine del giorno 9/2128/5 ",
            "description_title": "ODG 9/2128/5",
            "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": 27,
            "majority_cohesion_rate": 59.09,
            "minority_cohesion_rate": 56.69
        },
        {
            "id": 30988,
            "slug": "vs19_321_064",
            "identifier": "vs19_321_064",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_321_064/?format=api",
            "sitting": {
                "id": 1733,
                "date": "2024-07-09",
                "number": 321,
                "branch": "C"
            },
            "number": 64,
            "title": "Articolo 9 - Votazione Articolo 9 DDL n. 1718",
            "original_title": "Votazione Articolo 9 DDL n. 1718",
            "description_title": "Articolo 9",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 59,
            "majority_cohesion_rate": 70.17,
            "minority_cohesion_rate": 39.75
        },
        {
            "id": 25601,
            "slug": "vs19_210_127",
            "identifier": "vs19_210_127",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_127/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 127,
            "title": "Emendamento 29.300, da votare ai sensi dell'articolo 86, comma 4-bis, del Regolamento - Votazione Emendamento 29.300, DDL n. 1341",
            "original_title": "Votazione Emendamento 29.300, DDL n. 1341",
            "description_title": "Emendamento 29.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": 1,
            "n_margin": 23,
            "majority_cohesion_rate": 60.76,
            "minority_cohesion_rate": 61.11
        },
        {
            "id": 34790,
            "slug": "vs19_350_004",
            "identifier": "vs19_350_004",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_350_004/?format=api",
            "sitting": {
                "id": 1778,
                "date": "2024-09-19",
                "number": 350,
                "branch": "C"
            },
            "number": 4,
            "title": "Identici emendamenti 2.1 DE MARIA ANDREA (PD-IDP), 2.2 PELLEGRINI MARCO (M5S) e 2.3 ZANELLA LUANA (AVS)",
            "original_title": "Identici emendamenti 2.1 DE MARIA ANDREA (PD-IDP), 2.2 PELLEGRINI MARCO (M5S) e 2.3 ZANELLA LUANA (AVS)",
            "description_title": "",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 131,
            "majority_cohesion_rate": 63.33,
            "minority_cohesion_rate": 71.07
        },
        {
            "id": 32005,
            "slug": "vs19_348_093",
            "identifier": "vs19_348_093",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_348_093/?format=api",
            "sitting": {
                "id": 1775,
                "date": "2024-09-17",
                "number": 348,
                "branch": "C"
            },
            "number": 93,
            "title": "Emendamento 31.1 PELLEGRINI MARCO (M5S) - Votazione Emendamento 31.1 DDL n. 1660",
            "original_title": "Votazione Emendamento 31.1 DDL n. 1660",
            "description_title": "Emendamento 31.1 PELLEGRINI MARCO (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": 60,
            "majority_cohesion_rate": 67.08,
            "minority_cohesion_rate": 37.11
        },
        {
            "id": 31004,
            "slug": "vs19_321_030",
            "identifier": "vs19_321_030",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_321_030/?format=api",
            "sitting": {
                "id": 1733,
                "date": "2024-07-09",
                "number": 321,
                "branch": "C"
            },
            "number": 30,
            "title": "Emendamento 2.42 D'ORSO VALENTINA (M5S) - Votazione Emendamento 2.42 DDL n. 1718",
            "original_title": "Votazione Emendamento 2.42 DDL n. 1718",
            "description_title": "Emendamento 2.42 D'ORSO VALENTINA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 44,
            "majority_cohesion_rate": 71.85,
            "minority_cohesion_rate": 63.98
        },
        {
            "id": 31017,
            "slug": "vs19_321_037",
            "identifier": "vs19_321_037",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_321_037/?format=api",
            "sitting": {
                "id": 1733,
                "date": "2024-07-09",
                "number": 321,
                "branch": "C"
            },
            "number": 37,
            "title": "Emendamento 5.1 GIULIANO CARLA (M5S) - Votazione Emendamento 5.1 DDL n. 1718",
            "original_title": "Votazione Emendamento 5.1 DDL n. 1718",
            "description_title": "Emendamento 5.1 GIULIANO CARLA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 46,
            "majority_cohesion_rate": 71.01,
            "minority_cohesion_rate": 60.87
        },
        {
            "id": 26811,
            "slug": "vs19_227_017",
            "identifier": "vs19_227_017",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_227_017/?format=api",
            "sitting": {
                "id": 1578,
                "date": "2024-01-16",
                "number": 227,
                "branch": "C"
            },
            "number": 17,
            "title": "Emendamento 1.103 GIANASSI FEDERICO (PD-IDP) - Votazione Emendamento 1.103 PDL n. 0893",
            "original_title": "Votazione Emendamento 1.103 PDL n. 0893",
            "description_title": "Emendamento 1.103 GIANASSI FEDERICO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 41,
            "majority_cohesion_rate": 69.62,
            "minority_cohesion_rate": 62.96
        },
        {
            "id": 26812,
            "slug": "vs19_227_027",
            "identifier": "vs19_227_027",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_227_027/?format=api",
            "sitting": {
                "id": 1578,
                "date": "2024-01-16",
                "number": 227,
                "branch": "C"
            },
            "number": 27,
            "title": "Articolo 1 - Votazione Articolo 1 PDL n. 0893",
            "original_title": "Votazione Articolo 1 PDL n. 0893",
            "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": 1,
            "n_margin": 40,
            "majority_cohesion_rate": 69.62,
            "minority_cohesion_rate": 61.11
        },
        {
            "id": 34279,
            "slug": "vs19_389_028",
            "identifier": "vs19_389_028",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_389_028/?format=api",
            "sitting": {
                "id": 1847,
                "date": "2024-11-28",
                "number": 389,
                "branch": "C"
            },
            "number": 28,
            "title": "Ordine del giorno n. 9/2022/49 BORRELLI FRANCESCO EMILIO (AVS) - Votazione Ordine del giorno 9/2022/49 DDL n. 2022",
            "original_title": "Votazione Ordine del giorno 9/2022/49 DDL n. 2022",
            "description_title": "Ordine del giorno n. 9/2022/49 BORRELLI FRANCESCO EMILIO (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 114,
            "majority_cohesion_rate": 51.24,
            "minority_cohesion_rate": 67.52
        },
        {
            "id": 26831,
            "slug": "vs19_227_006",
            "identifier": "vs19_227_006",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_227_006/?format=api",
            "sitting": {
                "id": 1578,
                "date": "2024-01-16",
                "number": 227,
                "branch": "C"
            },
            "number": 6,
            "title": "Emendamento 1.59 D'ORSO VALENTINA (M5S) - Votazione Emendamento 1.59 PDL n. 0893",
            "original_title": "Votazione Emendamento 1.59 PDL n. 0893",
            "description_title": "Emendamento 1.59 D'ORSO VALENTINA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 100,
            "majority_cohesion_rate": 65.82,
            "minority_cohesion_rate": 48.15
        },
        {
            "id": 32744,
            "slug": "vs19_367_022",
            "identifier": "vs19_367_022",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_367_022/?format=api",
            "sitting": {
                "id": 1806,
                "date": "2024-10-17",
                "number": 367,
                "branch": "C"
            },
            "number": 22,
            "title": "MOZ 1-341 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "MOZ 1-341",
            "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": 24,
            "majority_cohesion_rate": 65.56,
            "minority_cohesion_rate": 70.89
        }
    ]
}