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

{
    "count": 24921,
    "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=28",
    "previous": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=-n_rebels&page=26",
    "results": [
        {
            "id": 33219,
            "slug": "19-243-148",
            "identifier": "19-243-148",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-243-148/?format=api",
            "sitting": {
                "id": 1821,
                "date": "2024-11-20",
                "number": 243,
                "branch": "S"
            },
            "number": 148,
            "title": "Codice della strada - Articolo 16",
            "original_title": "Articolo 16",
            "description_title": "Codice della strada",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 5,
            "n_margin": 36,
            "majority_cohesion_rate": 64.96,
            "minority_cohesion_rate": 67.06
        },
        {
            "id": 18429,
            "slug": "vs19_027_115",
            "identifier": "vs19_027_115",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_027_115/?format=api",
            "sitting": {
                "id": 1254,
                "date": "2022-12-23",
                "number": 27,
                "branch": "C"
            },
            "number": 115,
            "title": "Legge di bilancio 2023",
            "original_title": "Votazione Ordine del giorno 9/643-BIS/226, DDL n. 0643-bis",
            "description_title": "Ordine del giorno n. 9/643-BIS/226, nel testo riformulato, RIZZETTO WALTER (FDI)",
            "public_title": "Legge di bilancio 2023",
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 5,
            "n_margin": 28,
            "majority_cohesion_rate": 82.7,
            "minority_cohesion_rate": 83.95
        },
        {
            "id": 42597,
            "slug": "vs19_609_027",
            "identifier": "vs19_609_027",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_609_027/?format=api",
            "sitting": {
                "id": 2198,
                "date": "2026-02-05",
                "number": 609,
                "branch": "C"
            },
            "number": 27,
            "title": "ART AGG 10.02, 10.03 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "ART AGG 10.02, 10.03",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 5,
            "n_margin": 18,
            "majority_cohesion_rate": 53.5,
            "minority_cohesion_rate": 59.87
        },
        {
            "id": 18594,
            "slug": "vs19_027_045",
            "identifier": "vs19_027_045",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_027_045/?format=api",
            "sitting": {
                "id": 1254,
                "date": "2022-12-23",
                "number": 27,
                "branch": "C"
            },
            "number": 45,
            "title": "Ordine del giorno n. 9/643-BIS/40 BOLDRINI LAURA (PD-IDP) - Votazione Ordine del giorno 9/643-BIS/40 DDL n. 0643-bis",
            "original_title": "Votazione Ordine del giorno 9/643-BIS/40 DDL n. 0643-bis",
            "description_title": "Ordine del giorno n. 9/643-BIS/40 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": 5,
            "n_margin": 39,
            "majority_cohesion_rate": 85.23,
            "minority_cohesion_rate": 78.4
        },
        {
            "id": 20688,
            "slug": "19-58-35",
            "identifier": "19-58-35",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-58-35/?format=api",
            "sitting": {
                "id": 1353,
                "date": "2023-04-19",
                "number": 58,
                "branch": "S"
            },
            "number": 35,
            "title": "d-l 20/2023 - ingresso lavoratori stranieri e contrasto immigrazione irregolare - Em. 3.5, Occhiuto e altri",
            "original_title": "Em. 3.5, Occhiuto e altri",
            "description_title": "d-l 20/2023 - ingresso lavoratori stranieri e contrasto immigrazione irregolare",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Approvata",
            "n_rebels": 5,
            "n_margin": 44,
            "majority_cohesion_rate": 79.13,
            "minority_cohesion_rate": 78.16
        },
        {
            "id": 42674,
            "slug": "vs19_609_104",
            "identifier": "vs19_609_104",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_609_104/?format=api",
            "sitting": {
                "id": 2198,
                "date": "2026-02-05",
                "number": 609,
                "branch": "C"
            },
            "number": 104,
            "title": "ARTICOLO 20 - Votazione Articolo 20 ",
            "original_title": "Votazione Articolo 20 ",
            "description_title": "ARTICOLO 20",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 5,
            "n_margin": 13,
            "majority_cohesion_rate": 55.97,
            "minority_cohesion_rate": 66.88
        },
        {
            "id": 35162,
            "slug": "vs19_353_062",
            "identifier": "vs19_353_062",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_353_062/?format=api",
            "sitting": {
                "id": 1781,
                "date": "2024-09-24",
                "number": 353,
                "branch": "C"
            },
            "number": 62,
            "title": "Ordine del giorno n. 9/1830/23, così come riformulato, RUFFINO DANIELA (APERRE)",
            "original_title": "Ordine del giorno n. 9/1830/23, così come riformulato, RUFFINO DANIELA (APERRE)",
            "description_title": "",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 5,
            "n_margin": 118,
            "majority_cohesion_rate": 57.5,
            "minority_cohesion_rate": 64.15
        },
        {
            "id": 25547,
            "slug": "vs19_210_065",
            "identifier": "vs19_210_065",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_065/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 65,
            "title": "Articolo 16 - Votazione Articolo 16 DDL n. 1341",
            "original_title": "Votazione Articolo 16 DDL n. 1341",
            "description_title": "Articolo 16",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 5,
            "n_margin": 72,
            "majority_cohesion_rate": 64.56,
            "minority_cohesion_rate": 62.35
        },
        {
            "id": 25633,
            "slug": "vs19_210_103",
            "identifier": "vs19_210_103",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_103/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 103,
            "title": "Emendamento 23.300, da votare ai sensi dell'articolo 86, comma 4-bis, del Regolamento - Votazione Emendamento 23.300, DDL n. 1341",
            "original_title": "Votazione Emendamento 23.300, DDL n. 1341",
            "description_title": "Emendamento 23.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": 5,
            "n_margin": 20,
            "majority_cohesion_rate": 59.49,
            "minority_cohesion_rate": 61.73
        },
        {
            "id": 23171,
            "slug": "19-95-291",
            "identifier": "19-95-291",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-95-291/?format=api",
            "sitting": {
                "id": 1455,
                "date": "2023-08-02",
                "number": 95,
                "branch": "S"
            },
            "number": 291,
            "title": "Em. 18.321, Tajani e altri",
            "original_title": "Em. 18.321, Tajani e altri",
            "description_title": null,
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 5,
            "n_margin": 26,
            "majority_cohesion_rate": 77.19,
            "minority_cohesion_rate": 43.68
        },
        {
            "id": 27601,
            "slug": "19-155-24",
            "identifier": "19-155-24",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-155-24/?format=api",
            "sitting": {
                "id": 1599,
                "date": "2024-02-07",
                "number": 155,
                "branch": "S"
            },
            "number": 24,
            "title": "Em. 1.47, Gelmini",
            "original_title": "Em. 1.47, Gelmini",
            "description_title": null,
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 5,
            "n_margin": 63,
            "majority_cohesion_rate": 76.52,
            "minority_cohesion_rate": 59.77
        },
        {
            "id": 25648,
            "slug": "vs19_210_142",
            "identifier": "vs19_210_142",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_142/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 142,
            "title": "Emendamento 34.300, da votare ai sensi dell'articolo 86, comma 4-bis, del Regolamento - Votazione Emendamento 34.300, DDL n. 1341",
            "original_title": "Votazione Emendamento 34.300, DDL n. 1341",
            "description_title": "Emendamento 34.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": 5,
            "n_margin": 27,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 55.56
        },
        {
            "id": 42679,
            "slug": "vs19_609_109",
            "identifier": "vs19_609_109",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_609_109/?format=api",
            "sitting": {
                "id": 2198,
                "date": "2026-02-05",
                "number": 609,
                "branch": "C"
            },
            "number": 109,
            "title": "ARTICOLO 21 - Votazione Articolo 21 ",
            "original_title": "Votazione Articolo 21 ",
            "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": 5,
            "n_margin": 13,
            "majority_cohesion_rate": 56.38,
            "minority_cohesion_rate": 66.88
        },
        {
            "id": 23187,
            "slug": "19-95-259",
            "identifier": "19-95-259",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-95-259/?format=api",
            "sitting": {
                "id": 1455,
                "date": "2023-08-02",
                "number": 95,
                "branch": "S"
            },
            "number": 259,
            "title": "Em. 17.500, La Relatrice",
            "original_title": "Em. 17.500, La Relatrice",
            "description_title": null,
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Approvata",
            "n_rebels": 5,
            "n_margin": 28,
            "majority_cohesion_rate": 72.81,
            "minority_cohesion_rate": 47.13
        },
        {
            "id": 25738,
            "slug": "vs19_210_172",
            "identifier": "vs19_210_172",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_172/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 172,
            "title": "Emendamento 48.1 BENZONI FABRIZIO (APERRE) - Votazione Emendamento 48.1 DDL n. 1341",
            "original_title": "Votazione Emendamento 48.1 DDL n. 1341",
            "description_title": "Emendamento 48.1 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": 5,
            "n_margin": 43,
            "majority_cohesion_rate": 60.34,
            "minority_cohesion_rate": 35.8
        },
        {
            "id": 23386,
            "slug": "19-95-284",
            "identifier": "19-95-284",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-95-284/?format=api",
            "sitting": {
                "id": 1455,
                "date": "2023-08-02",
                "number": 95,
                "branch": "S"
            },
            "number": 284,
            "title": "Emm. 18.313 e 18.314",
            "original_title": "Emm. 18.313 e 18.314",
            "description_title": null,
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 5,
            "n_margin": 29,
            "majority_cohesion_rate": 78.07,
            "minority_cohesion_rate": 39.08
        },
        {
            "id": 33392,
            "slug": "19-243-206",
            "identifier": "19-243-206",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-243-206/?format=api",
            "sitting": {
                "id": 1821,
                "date": "2024-11-20",
                "number": 243,
                "branch": "S"
            },
            "number": 206,
            "title": "Codice della strada - Em. 27.0.2, Aurora Floridia e altri",
            "original_title": "Em. 27.0.2, Aurora Floridia e altri",
            "description_title": "Codice della strada",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 5,
            "n_margin": 24,
            "majority_cohesion_rate": 68.38,
            "minority_cohesion_rate": 41.18
        },
        {
            "id": 25751,
            "slug": "vs19_210_194",
            "identifier": "vs19_210_194",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_210_194/?format=api",
            "sitting": {
                "id": 1549,
                "date": "2023-12-06",
                "number": 210,
                "branch": "C"
            },
            "number": 194,
            "title": "Ordine del giorno n. 9/1341/13, come riformulato, PIERRO ATTILIO (LEGA) - Votazione Ordine del giorno 9/1341/13, DDL n. 1341",
            "original_title": "Votazione Ordine del giorno 9/1341/13, DDL n. 1341",
            "description_title": "Ordine del giorno n. 9/1341/13, come riformulato, PIERRO ATTILIO (LEGA)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 5,
            "n_margin": 95,
            "majority_cohesion_rate": 50.63,
            "minority_cohesion_rate": 46.3
        },
        {
            "id": 26848,
            "slug": "vs19_227_041",
            "identifier": "vs19_227_041",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_227_041/?format=api",
            "sitting": {
                "id": 1578,
                "date": "2024-01-16",
                "number": 227,
                "branch": "C"
            },
            "number": 41,
            "title": "Ordine del giorno n. 9/893 E ABB/11, nel testo riformulato, DORI DEVIS (AVS) - Votazione Ordine del giorno 9/893 E ABB/11, PDL n. 0893",
            "original_title": "Votazione Ordine del giorno 9/893 E ABB/11, PDL n. 0893",
            "description_title": "Ordine del giorno n. 9/893 E ABB/11, nel testo riformulato, DORI DEVIS (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": 5,
            "n_margin": 131,
            "majority_cohesion_rate": 63.71,
            "minority_cohesion_rate": 69.75
        },
        {
            "id": 35178,
            "slug": "vs19_354_015",
            "identifier": "vs19_354_015",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_354_015/?format=api",
            "sitting": {
                "id": 1784,
                "date": "2024-09-25",
                "number": 354,
                "branch": "C"
            },
            "number": 15,
            "title": "Mozione n. 1-00323, limitatamente al capoverso primo, lettera a), della parte dispositiva FARAONE DAVIDE (IVICRE) ed altri",
            "original_title": "Mozione n. 1-00323, limitatamente al capoverso primo, lettera a), della parte dispositiva FARAONE DAVIDE (IVICRE) ed altri",
            "description_title": "",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Mozione",
            "outcome": "Respinta",
            "n_rebels": 5,
            "n_margin": 38,
            "majority_cohesion_rate": 64.17,
            "minority_cohesion_rate": 50.31
        },
        {
            "id": 42474,
            "slug": "vs19_608_017",
            "identifier": "vs19_608_017",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_608_017/?format=api",
            "sitting": {
                "id": 2197,
                "date": "2026-02-04",
                "number": 608,
                "branch": "C"
            },
            "number": 17,
            "title": "EM 1.500 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 1.500",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Approvata",
            "n_rebels": 5,
            "n_margin": 73,
            "majority_cohesion_rate": 62.14,
            "minority_cohesion_rate": 69.43
        },
        {
            "id": 24225,
            "slug": "vs19_171_006",
            "identifier": "vs19_171_006",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_171_006/?format=api",
            "sitting": {
                "id": 1486,
                "date": "2023-10-04",
                "number": 171,
                "branch": "C"
            },
            "number": 6,
            "title": "Ordine del giorno n. 9/1436/8, come riformulato, SANTILLO AGOSTINO (M5S) - Votazione Ordine del giorno 9/1436/8, DDL n. 1436",
            "original_title": "Votazione Ordine del giorno 9/1436/8, DDL n. 1436",
            "description_title": "Ordine del giorno n. 9/1436/8, come riformulato, SANTILLO AGOSTINO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 5,
            "n_margin": 148,
            "majority_cohesion_rate": 70.89,
            "minority_cohesion_rate": 82.1
        },
        {
            "id": 42515,
            "slug": "vs19_608_058",
            "identifier": "vs19_608_058",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_608_058/?format=api",
            "sitting": {
                "id": 2197,
                "date": "2026-02-04",
                "number": 608,
                "branch": "C"
            },
            "number": 58,
            "title": "ART AGG 3.01000 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "ART AGG 3.01000",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 5,
            "n_margin": 22,
            "majority_cohesion_rate": 60.08,
            "minority_cohesion_rate": 66.24
        },
        {
            "id": 23425,
            "slug": "19-95-187",
            "identifier": "19-95-187",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-95-187/?format=api",
            "sitting": {
                "id": 1455,
                "date": "2023-08-02",
                "number": 95,
                "branch": "S"
            },
            "number": 187,
            "title": "Articolo 10",
            "original_title": "Articolo 10",
            "description_title": null,
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 5,
            "n_margin": 17,
            "majority_cohesion_rate": 72.81,
            "minority_cohesion_rate": 60.92
        },
        {
            "id": 42748,
            "slug": "vs19_613_014",
            "identifier": "vs19_613_014",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_613_014/?format=api",
            "sitting": {
                "id": 2201,
                "date": "2026-02-11",
                "number": 613,
                "branch": "C"
            },
            "number": 14,
            "title": "ODG 9/2754-A/18 - Votazione Ordine del giorno 9/2754-A/18 ",
            "original_title": "Votazione Ordine del giorno 9/2754-A/18 ",
            "description_title": "ODG 9/2754-A/18",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 5,
            "n_margin": 64,
            "majority_cohesion_rate": 65.84,
            "minority_cohesion_rate": 42.04
        },
        {
            "id": 24262,
            "slug": "vs19_172_023",
            "identifier": "vs19_172_023",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_172_023/?format=api",
            "sitting": {
                "id": 1488,
                "date": "2023-10-05",
                "number": 172,
                "branch": "C"
            },
            "number": 23,
            "title": "Mozione n. 1-00185, sul capoverso dodicesimo della parte dispositiva, CASO ANTONIO (M5S) ed altri - Votazione Mozione 1_00185",
            "original_title": "Votazione Mozione 1_00185",
            "description_title": "Mozione n. 1-00185, sul capoverso dodicesimo della parte dispositiva, CASO ANTONIO (M5S) ed altri",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Mozione",
            "outcome": "Approvata",
            "n_rebels": 5,
            "n_margin": 128,
            "majority_cohesion_rate": 64.56,
            "minority_cohesion_rate": 67.28
        },
        {
            "id": 23202,
            "slug": "19-95-196",
            "identifier": "19-95-196",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-95-196/?format=api",
            "sitting": {
                "id": 1455,
                "date": "2023-08-02",
                "number": 95,
                "branch": "S"
            },
            "number": 196,
            "title": "Em. 12.0.6, Turco e Croatti",
            "original_title": "Em. 12.0.6, Turco e Croatti",
            "description_title": null,
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 5,
            "n_margin": 15,
            "majority_cohesion_rate": 71.93,
            "minority_cohesion_rate": 63.22
        },
        {
            "id": 23302,
            "slug": "19-95-200",
            "identifier": "19-95-200",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-95-200/?format=api",
            "sitting": {
                "id": 1455,
                "date": "2023-08-02",
                "number": 95,
                "branch": "S"
            },
            "number": 200,
            "title": "Em. 13.303 (1a parte), Boccia e altri",
            "original_title": "Em. 13.303 (1a parte), Boccia e altri",
            "description_title": null,
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 5,
            "n_margin": 14,
            "majority_cohesion_rate": 74.56,
            "minority_cohesion_rate": 67.82
        },
        {
            "id": 33261,
            "slug": "19-243-87",
            "identifier": "19-243-87",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-243-87/?format=api",
            "sitting": {
                "id": 1821,
                "date": "2024-11-20",
                "number": 243,
                "branch": "S"
            },
            "number": 87,
            "title": "Codice della strada - Em. 12.1, Di Girolamo e Nave",
            "original_title": "Em. 12.1, Di Girolamo e Nave",
            "description_title": "Codice della strada",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 5,
            "n_margin": 26,
            "majority_cohesion_rate": 70.09,
            "minority_cohesion_rate": 38.82
        },
        {
            "id": 24180,
            "slug": "vs19_168_045",
            "identifier": "vs19_168_045",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_168_045/?format=api",
            "sitting": {
                "id": 1481,
                "date": "2023-09-28",
                "number": 168,
                "branch": "C"
            },
            "number": 45,
            "title": "Ordine del giorno n. 9/1373/12, nel testo riformulato, CASO ANTONIO (M5S) - Votazione Ordine del giorno 9/1373/12, DDL n. 1373",
            "original_title": "Votazione Ordine del giorno 9/1373/12, DDL n. 1373",
            "description_title": "Ordine del giorno n. 9/1373/12, nel testo riformulato, CASO ANTONIO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 5,
            "n_margin": 125,
            "majority_cohesion_rate": 67.51,
            "minority_cohesion_rate": 59.26
        },
        {
            "id": 23421,
            "slug": "19-95-194",
            "identifier": "19-95-194",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-95-194/?format=api",
            "sitting": {
                "id": 1455,
                "date": "2023-08-02",
                "number": 95,
                "branch": "S"
            },
            "number": 194,
            "title": "Articolo 12",
            "original_title": "Articolo 12",
            "description_title": null,
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 5,
            "n_margin": 14,
            "majority_cohesion_rate": 71.93,
            "minority_cohesion_rate": 67.82
        },
        {
            "id": 29556,
            "slug": "vs19_187_054",
            "identifier": "vs19_187_054",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_187_054/?format=api",
            "sitting": {
                "id": 1517,
                "date": "2023-10-30",
                "number": 187,
                "branch": "C"
            },
            "number": 54,
            "title": "Ordine del giorno n. 9/1416/76, come riformulato, GHIRRA FRANCESCA (AVS) - Votazione Ordine del giorno 9/1416/76, DDL n. 1416",
            "original_title": "Votazione Ordine del giorno 9/1416/76, DDL n. 1416",
            "description_title": "Ordine del giorno n. 9/1416/76, come riformulato, GHIRRA FRANCESCA (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": 5,
            "n_margin": 113,
            "majority_cohesion_rate": 60.34,
            "minority_cohesion_rate": 54.32
        },
        {
            "id": 22981,
            "slug": "19-89-115",
            "identifier": "19-89-115",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-89-115/?format=api",
            "sitting": {
                "id": 1449,
                "date": "2023-07-19",
                "number": 89,
                "branch": "S"
            },
            "number": 115,
            "title": "d-l n. 69/2023 - Salva-infrazioni - Em. 10.5, Naturale e altri",
            "original_title": "Em. 10.5, Naturale e altri",
            "description_title": "d-l n. 69/2023 - Salva-infrazioni",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 5,
            "n_margin": 27,
            "majority_cohesion_rate": 74.56,
            "minority_cohesion_rate": 42.53
        },
        {
            "id": 22735,
            "slug": "vs19_128_050",
            "identifier": "vs19_128_050",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_128_050/?format=api",
            "sitting": {
                "id": 1412,
                "date": "2023-06-28",
                "number": 128,
                "branch": "C"
            },
            "number": 50,
            "title": "Ordine del giorno n. 9/1238/54 AURIEMMA CARMELA (M5S) - Votazione Ordine del giorno 9/1238/54 DDL n. 1238",
            "original_title": "Votazione Ordine del giorno 9/1238/54 DDL n. 1238",
            "description_title": "Ordine del giorno n. 9/1238/54 AURIEMMA CARMELA (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": 5,
            "n_margin": 37,
            "majority_cohesion_rate": 65.82,
            "minority_cohesion_rate": 57.41
        },
        {
            "id": 22982,
            "slug": "19-89-112",
            "identifier": "19-89-112",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-89-112/?format=api",
            "sitting": {
                "id": 1449,
                "date": "2023-07-19",
                "number": 89,
                "branch": "S"
            },
            "number": 112,
            "title": "d-l n. 69/2023 - Salva-infrazioni - Em. 10.2, Lombardo",
            "original_title": "Em. 10.2, Lombardo",
            "description_title": "d-l n. 69/2023 - Salva-infrazioni",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 5,
            "n_margin": 38,
            "majority_cohesion_rate": 72.81,
            "minority_cohesion_rate": 43.68
        },
        {
            "id": 24189,
            "slug": "vs19_168_036",
            "identifier": "vs19_168_036",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_168_036/?format=api",
            "sitting": {
                "id": 1481,
                "date": "2023-09-28",
                "number": 168,
                "branch": "C"
            },
            "number": 36,
            "title": "Ordine del giorno n. 9/1373/43, nel testo riformulato, SIMIANI MARCO (PD-IDP) - Votazione Ordine del giorno 9/1373/43, DDL n. 1373",
            "original_title": "Votazione Ordine del giorno 9/1373/43, DDL n. 1373",
            "description_title": "Ordine del giorno n. 9/1373/43, nel testo riformulato, SIMIANI MARCO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 5,
            "n_margin": 114,
            "majority_cohesion_rate": 68.78,
            "minority_cohesion_rate": 42.59
        },
        {
            "id": 20625,
            "slug": "19-58-40",
            "identifier": "19-58-40",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-58-40/?format=api",
            "sitting": {
                "id": 1353,
                "date": "2023-04-19",
                "number": 58,
                "branch": "S"
            },
            "number": 40,
            "title": "d-l 20/2023 - ingresso lavoratori stranieri e contrasto immigrazione irregolare - Em. 3.12, Occhiuto e altri",
            "original_title": "Em. 3.12, Occhiuto e altri",
            "description_title": "d-l 20/2023 - ingresso lavoratori stranieri e contrasto immigrazione irregolare",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Approvata",
            "n_rebels": 5,
            "n_margin": 33,
            "majority_cohesion_rate": 79.13,
            "minority_cohesion_rate": 49.43
        },
        {
            "id": 29106,
            "slug": "19-171-48",
            "identifier": "19-171-48",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-171-48/?format=api",
            "sitting": {
                "id": 1641,
                "date": "2024-03-20",
                "number": 171,
                "branch": "S"
            },
            "number": 48,
            "title": "D-l 10/2024 - Infrastrutture Milano Cortina 2026 - Em. 4.100, Stefani e altri",
            "original_title": "Em. 4.100, Stefani e altri",
            "description_title": "D-l 10/2024 - Infrastrutture Milano Cortina 2026",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Approvata",
            "n_rebels": 5,
            "n_margin": 47,
            "majority_cohesion_rate": 73.28,
            "minority_cohesion_rate": 52.33
        },
        {
            "id": 42215,
            "slug": "vs19_599_012",
            "identifier": "vs19_599_012",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_599_012/?format=api",
            "sitting": {
                "id": 2188,
                "date": "2026-01-22",
                "number": 599,
                "branch": "C"
            },
            "number": 12,
            "title": "ARTICOLO 3 - Votazione Articolo 3 ",
            "original_title": "Votazione Articolo 3 ",
            "description_title": "ARTICOLO 3",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 5,
            "n_margin": 120,
            "majority_cohesion_rate": 57.2,
            "minority_cohesion_rate": 67.52
        },
        {
            "id": 30290,
            "slug": "vs19_293_027",
            "identifier": "vs19_293_027",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_293_027/?format=api",
            "sitting": {
                "id": 1689,
                "date": "2024-05-15",
                "number": 293,
                "branch": "C"
            },
            "number": 27,
            "title": "Mozione n. 1-00284, limitatamente al capoverso quattordicesimo della parte dispositiva, FARAONE DAVIDE (IVICRE) ed altri - Votazione Mozione 1_00284",
            "original_title": "Votazione Mozione 1_00284",
            "description_title": "Mozione n. 1-00284, limitatamente al capoverso quattordicesimo della parte dispositiva, 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": 5,
            "n_margin": 96,
            "majority_cohesion_rate": 50.84,
            "minority_cohesion_rate": 52.47
        },
        {
            "id": 29089,
            "slug": "19-171-49",
            "identifier": "19-171-49",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-171-49/?format=api",
            "sitting": {
                "id": 1641,
                "date": "2024-03-20",
                "number": 171,
                "branch": "S"
            },
            "number": 49,
            "title": "D-l 10/2024 - Infrastrutture Milano Cortina 2026 - Em. 4.0.1, Di Girolamo e Sironi",
            "original_title": "Em. 4.0.1, Di Girolamo e Sironi",
            "description_title": "D-l 10/2024 - Infrastrutture Milano Cortina 2026",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 5,
            "n_margin": 17,
            "majority_cohesion_rate": 72.41,
            "minority_cohesion_rate": 60.47
        },
        {
            "id": 42640,
            "slug": "vs19_609_070",
            "identifier": "vs19_609_070",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_609_070/?format=api",
            "sitting": {
                "id": 2198,
                "date": "2026-02-05",
                "number": 609,
                "branch": "C"
            },
            "number": 70,
            "title": "ART AGG 14.04 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "ART AGG 14.04",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 5,
            "n_margin": 35,
            "majority_cohesion_rate": 57.61,
            "minority_cohesion_rate": 43.95
        },
        {
            "id": 42253,
            "slug": "vs19_599_041",
            "identifier": "vs19_599_041",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_599_041/?format=api",
            "sitting": {
                "id": 2188,
                "date": "2026-01-22",
                "number": 599,
                "branch": "C"
            },
            "number": 41,
            "title": "EM 4.300 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 4.300",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Approvata",
            "n_rebels": 5,
            "n_margin": 93,
            "majority_cohesion_rate": 57.2,
            "minority_cohesion_rate": 48.41
        },
        {
            "id": 30307,
            "slug": "vs19_293_023",
            "identifier": "vs19_293_023",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_293_023/?format=api",
            "sitting": {
                "id": 1689,
                "date": "2024-05-15",
                "number": 293,
                "branch": "C"
            },
            "number": 23,
            "title": "Mozione n. 1-00283, limitatamente al capoverso decimo della parte dispositiva, PASTORELLA GIULIA (APERRE) ed altri - Votazione Mozione 1_00283",
            "original_title": "Votazione Mozione 1_00283",
            "description_title": "Mozione n. 1-00283, limitatamente al capoverso decimo della parte dispositiva, PASTORELLA GIULIA (APERRE) ed altri",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Mozione",
            "outcome": "Respinta",
            "n_rebels": 5,
            "n_margin": 52,
            "majority_cohesion_rate": 53.36,
            "minority_cohesion_rate": 35.8
        },
        {
            "id": 32556,
            "slug": "vs19_365_020",
            "identifier": "vs19_365_020",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_365_020/?format=api",
            "sitting": {
                "id": 1803,
                "date": "2024-10-15",
                "number": 365,
                "branch": "C"
            },
            "number": 20,
            "title": "RIS 6-135 -CPV 2,3,4RIF,6,7,10 DISP - Votazione Risoluzione 6_00135",
            "original_title": "Votazione Risoluzione 6_00135",
            "description_title": "RIS 6-135 -CPV 2,3,4RIF,6,7,10 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": 5,
            "n_margin": 148,
            "majority_cohesion_rate": 77.5,
            "minority_cohesion_rate": 72.96
        },
        {
            "id": 33372,
            "slug": "19-243-226",
            "identifier": "19-243-226",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-243-226/?format=api",
            "sitting": {
                "id": 1821,
                "date": "2024-11-20",
                "number": 243,
                "branch": "S"
            },
            "number": 226,
            "title": "Codice della strada - Emm. 34.0.1 e 34.0.2",
            "original_title": "Emm. 34.0.1 e 34.0.2",
            "description_title": "Codice della strada",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 5,
            "n_margin": 35,
            "majority_cohesion_rate": 67.52,
            "minority_cohesion_rate": 41.18
        },
        {
            "id": 42183,
            "slug": "vs19_597_195",
            "identifier": "vs19_597_195",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_597_195/?format=api",
            "sitting": {
                "id": 2184,
                "date": "2026-01-20",
                "number": 597,
                "branch": "C"
            },
            "number": 195,
            "title": "EM 28.1 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 28.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": 5,
            "n_margin": 29,
            "majority_cohesion_rate": 59.09,
            "minority_cohesion_rate": 59.24
        },
        {
            "id": 36774,
            "slug": "19-281-19",
            "identifier": "19-281-19",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-281-19/?format=api",
            "sitting": {
                "id": 1925,
                "date": "2025-03-05",
                "number": 281,
                "branch": "S"
            },
            "number": 19,
            "title": "d-l 3/2025 - Continuità produttiva e occupazionale ex Ilva - Em. 1.20, Turco e altri",
            "original_title": "Em. 1.20, Turco e altri",
            "description_title": "d-l 3/2025 - Continuità produttiva e occupazionale ex Ilva",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 5,
            "n_margin": 13,
            "majority_cohesion_rate": 73.11,
            "minority_cohesion_rate": 77.11
        },
        {
            "id": 20253,
            "slug": "19-56-193",
            "identifier": "19-56-193",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-56-193/?format=api",
            "sitting": {
                "id": 1347,
                "date": "2023-04-13",
                "number": 56,
                "branch": "S"
            },
            "number": 193,
            "title": "Em. 47.230, Trevisi e Sironi",
            "original_title": "Em. 47.230, Trevisi e Sironi",
            "description_title": null,
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 5,
            "n_margin": 27,
            "majority_cohesion_rate": 73.04,
            "minority_cohesion_rate": 41.38
        },
        {
            "id": 20260,
            "slug": "19-56-134",
            "identifier": "19-56-134",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-56-134/?format=api",
            "sitting": {
                "id": 1347,
                "date": "2023-04-13",
                "number": 56,
                "branch": "S"
            },
            "number": 134,
            "title": "Em. 33.200, Patuanelli e altri",
            "original_title": "Em. 33.200, Patuanelli e altri",
            "description_title": null,
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 5,
            "n_margin": 24,
            "majority_cohesion_rate": 72.17,
            "minority_cohesion_rate": 41.38
        }
    ]
}