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

{
    "count": 22091,
    "codelists": {
        "years": [
            {
                "id": "2025",
                "value": "2025"
            },
            {
                "id": "2024",
                "value": "2024"
            },
            {
                "id": "2023",
                "value": "2023"
            },
            {
                "id": "2022",
                "value": "2022"
            }
        ],
        "branch": [
            {
                "id": "S",
                "value": "Senato"
            },
            {
                "id": "C",
                "value": "Camera"
            }
        ],
        "governments": [
            {
                "id": 135225,
                "slug": "i-governo-meloni-2022-10-22",
                "start_date": "2022-10-22",
                "value": "Meloni I"
            }
        ],
        "governments_filter": [
            {
                "id": 135225,
                "slug": "i-governo-meloni-2022-10-22",
                "start_date": "2022-10-22",
                "value": "Meloni I"
            }
        ],
        "main_vote_type": [
            {
                "id": "is_key_vote",
                "value": "Voto chiave"
            },
            {
                "id": "is_final",
                "value": "Voto finale"
            },
            {
                "id": "is_confidence",
                "value": "Voto di fiducia"
            },
            {
                "id": "all",
                "value": "Tutti"
            }
        ],
        "sub_vote_type": [
            {
                "id": "ALL",
                "value": "Atto intero"
            },
            {
                "id": "ART",
                "value": "Articolo"
            },
            {
                "id": "AMEND",
                "value": "Emendamenti"
            },
            {
                "id": "ODG",
                "value": "ODG"
            },
            {
                "id": "PREJ",
                "value": "Questione pregiudiziale"
            },
            {
                "id": "EM_DECL",
                "value": "Dichiarazione d'urgenza"
            },
            {
                "id": "SUSP",
                "value": "Questione sospensiva"
            },
            {
                "id": "VAR_N",
                "value": "Nota di variazione"
            },
            {
                "id": "DONT_P",
                "value": "Non passaggio agli articoli"
            },
            {
                "id": "CLOS_DEB",
                "value": "Chiusura della discussione"
            },
            {
                "id": "RES",
                "value": "Risoluzione"
            },
            {
                "id": "DIM",
                "value": "Dimissioni"
            },
            {
                "id": "ELE",
                "value": "Elezioni"
            },
            {
                "id": "COORD",
                "value": "Proposta coordinamento"
            },
            {
                "id": "MOZ",
                "value": "Mozione"
            },
            {
                "id": "CPROP",
                "value": "Proposta giunta"
            }
        ],
        "vm_cohesion_rates": {
            "80_100": "dall'80 al 100%",
            "60_80": "dal 60 all'80%",
            "_60": "Meno del 60%"
        },
        "orderings": [
            {
                "id": "date",
                "value": "Data"
            },
            {
                "id": "majority_cohesion_rate",
                "value": "Compattezza maggioranza"
            },
            {
                "id": "n_rebels",
                "value": "Ribelli"
            },
            {
                "id": "identifier",
                "value": "Identificativo"
            },
            {
                "id": "n_margin",
                "value": "Margine"
            }
        ],
        "outcome": [
            {
                "id": "Respinto",
                "value": "Respinta"
            },
            {
                "id": "Approvato",
                "value": "Approvata"
            }
        ]
    },
    "next": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=-n_margin&page=402",
    "previous": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=-n_margin&page=400",
    "results": [
        {
            "id": 37858,
            "slug": "19-296-14",
            "identifier": "19-296-14",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-296-14/?format=api",
            "sitting": {
                "id": 1971,
                "date": "2025-04-16",
                "number": 296,
                "branch": "S"
            },
            "number": 14,
            "title": "d-l n. 27/2025 - consultazioni elettorali e referendarie 2025 - Em. 4.201, Castellone e altri",
            "original_title": "Em. 4.201, Castellone e altri",
            "description_title": "d-l n. 27/2025 - consultazioni elettorali e referendarie 2025",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 12,
            "majority_cohesion_rate": 69.75,
            "minority_cohesion_rate": 73.49
        },
        {
            "id": 37377,
            "slug": "19-288-166",
            "identifier": "19-288-166",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-288-166/?format=api",
            "sitting": {
                "id": 1947,
                "date": "2025-03-20",
                "number": 288,
                "branch": "S"
            },
            "number": 166,
            "title": "Intelligenza artificiale - Em. 22.304, Mazzella e altri",
            "original_title": "Em. 22.304, Mazzella e altri",
            "description_title": "Intelligenza artificiale",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 12,
            "majority_cohesion_rate": 66.39,
            "minority_cohesion_rate": 68.67
        },
        {
            "id": 37374,
            "slug": "19-288-169",
            "identifier": "19-288-169",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-288-169/?format=api",
            "sitting": {
                "id": 1947,
                "date": "2025-03-20",
                "number": 288,
                "branch": "S"
            },
            "number": 169,
            "title": "Intelligenza artificiale - Em. 22.37, Di Girolamo e altri",
            "original_title": "Em. 22.37, Di Girolamo e altri",
            "description_title": "Intelligenza artificiale",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 12,
            "majority_cohesion_rate": 66.39,
            "minority_cohesion_rate": 67.47
        },
        {
            "id": 35259,
            "slug": "19-255-85",
            "identifier": "19-255-85",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-255-85/?format=api",
            "sitting": {
                "id": 1859,
                "date": "2024-12-18",
                "number": 255,
                "branch": "S"
            },
            "number": 85,
            "title": "d-l n. 160/2024 - Lavoro, università, ricerca e istruzione per una migliore attuazione del PNRR - Em. 10.6 (1a parte), Pirondini e altri",
            "original_title": "Em. 10.6 (1a parte), Pirondini e altri",
            "description_title": "d-l n. 160/2024 - Lavoro, università, ricerca e istruzione per una migliore attuazione del PNRR",
            "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": 12,
            "majority_cohesion_rate": 73.11,
            "minority_cohesion_rate": 77.11
        },
        {
            "id": 35258,
            "slug": "19-255-86",
            "identifier": "19-255-86",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-255-86/?format=api",
            "sitting": {
                "id": 1859,
                "date": "2024-12-18",
                "number": 255,
                "branch": "S"
            },
            "number": 86,
            "title": "d-l n. 160/2024 - Lavoro, università, ricerca e istruzione per una migliore attuazione del PNRR - Em. 10.8 (1a parte), De Cristofaro e altri",
            "original_title": "Em. 10.8 (1a parte), De Cristofaro e altri",
            "description_title": "d-l n. 160/2024 - Lavoro, università, ricerca e istruzione per una migliore attuazione del PNRR",
            "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": 12,
            "majority_cohesion_rate": 73.11,
            "minority_cohesion_rate": 77.11
        },
        {
            "id": 35257,
            "slug": "19-255-87",
            "identifier": "19-255-87",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-255-87/?format=api",
            "sitting": {
                "id": 1859,
                "date": "2024-12-18",
                "number": 255,
                "branch": "S"
            },
            "number": 87,
            "title": "d-l n. 160/2024 - Lavoro, università, ricerca e istruzione per una migliore attuazione del PNRR - Em. 10.10, Rando e altri",
            "original_title": "Em. 10.10, Rando e altri",
            "description_title": "d-l n. 160/2024 - Lavoro, università, ricerca e istruzione per una migliore attuazione del PNRR",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 4,
            "n_margin": 12,
            "majority_cohesion_rate": 73.95,
            "minority_cohesion_rate": 79.52
        },
        {
            "id": 35345,
            "slug": "19-255-95",
            "identifier": "19-255-95",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-255-95/?format=api",
            "sitting": {
                "id": 1859,
                "date": "2024-12-18",
                "number": 255,
                "branch": "S"
            },
            "number": 95,
            "title": "d-l n. 160/2024 - Lavoro, università, ricerca e istruzione per una migliore attuazione del PNRR - Em. 11.0.1, De Cristofaro e altri",
            "original_title": "Em. 11.0.1, De Cristofaro e altri",
            "description_title": "d-l n. 160/2024 - Lavoro, università, ricerca e istruzione per una migliore attuazione del PNRR",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 12,
            "majority_cohesion_rate": 73.95,
            "minority_cohesion_rate": 78.31
        },
        {
            "id": 35331,
            "slug": "19-255-13",
            "identifier": "19-255-13",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-255-13/?format=api",
            "sitting": {
                "id": 1859,
                "date": "2024-12-18",
                "number": 255,
                "branch": "S"
            },
            "number": 13,
            "title": "d-l n. 160/2024 - Lavoro, università, ricerca e istruzione per una migliore attuazione del PNRR - Emm. 1.16 e 1.17",
            "original_title": "Emm. 1.16 e 1.17",
            "description_title": "d-l n. 160/2024 - Lavoro, università, ricerca e istruzione per una migliore attuazione del PNRR",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 12,
            "majority_cohesion_rate": 69.75,
            "minority_cohesion_rate": 72.29
        },
        {
            "id": 27128,
            "slug": "19-147-175",
            "identifier": "19-147-175",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-147-175/?format=api",
            "sitting": {
                "id": 1580,
                "date": "2024-01-18",
                "number": 147,
                "branch": "S"
            },
            "number": 175,
            "title": "attuazione dell'autonomia differenziata delle Regioni a statuto ordinario - Em. 3.240, Meloni e altri",
            "original_title": "Em. 3.240, Meloni e altri",
            "description_title": "attuazione dell'autonomia differenziata delle Regioni a statuto ordinario",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 12,
            "majority_cohesion_rate": 77.39,
            "minority_cohesion_rate": 75.86
        },
        {
            "id": 35337,
            "slug": "19-255-7",
            "identifier": "19-255-7",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-255-7/?format=api",
            "sitting": {
                "id": 1859,
                "date": "2024-12-18",
                "number": 255,
                "branch": "S"
            },
            "number": 7,
            "title": "d-l n. 160/2024 - Lavoro, università, ricerca e istruzione per una migliore attuazione del PNRR - Em. 1.8, Mazzella e altri",
            "original_title": "Em. 1.8, Mazzella e altri",
            "description_title": "d-l n. 160/2024 - Lavoro, università, ricerca e istruzione per una migliore attuazione del PNRR",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 12,
            "majority_cohesion_rate": 69.75,
            "minority_cohesion_rate": 72.29
        },
        {
            "id": 34412,
            "slug": "19-253-7",
            "identifier": "19-253-7",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-253-7/?format=api",
            "sitting": {
                "id": 1855,
                "date": "2024-12-12",
                "number": 253,
                "branch": "S"
            },
            "number": 7,
            "title": "Legge annuale per il mercato e la concorrenza 2023 - Em. 28.9, Martella e altri",
            "original_title": "Em. 28.9, Martella e altri",
            "description_title": "Legge annuale per il mercato e la concorrenza 2023",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 12,
            "majority_cohesion_rate": 60.17,
            "minority_cohesion_rate": 57.14
        },
        {
            "id": 35314,
            "slug": "19-255-30",
            "identifier": "19-255-30",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-255-30/?format=api",
            "sitting": {
                "id": 1859,
                "date": "2024-12-18",
                "number": 255,
                "branch": "S"
            },
            "number": 30,
            "title": "d-l n. 160/2024 - Lavoro, università, ricerca e istruzione per una migliore attuazione del PNRR - Em. 2.2, Camusso e altri",
            "original_title": "Em. 2.2, Camusso e altri",
            "description_title": "d-l n. 160/2024 - Lavoro, università, ricerca e istruzione per una migliore attuazione del PNRR",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 4,
            "n_margin": 12,
            "majority_cohesion_rate": 74.79,
            "minority_cohesion_rate": 80.72
        },
        {
            "id": 34384,
            "slug": "19-253-30",
            "identifier": "19-253-30",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-253-30/?format=api",
            "sitting": {
                "id": 1855,
                "date": "2024-12-12",
                "number": 253,
                "branch": "S"
            },
            "number": 30,
            "title": "Legge annuale per il mercato e la concorrenza 2023 - Em. 35.7, Martella e altri",
            "original_title": "Em. 35.7, Martella e altri",
            "description_title": "Legge annuale per il mercato e la concorrenza 2023",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 12,
            "majority_cohesion_rate": 62.71,
            "minority_cohesion_rate": 63.1
        },
        {
            "id": 37940,
            "slug": "19-295-48",
            "identifier": "19-295-48",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-295-48/?format=api",
            "sitting": {
                "id": 1970,
                "date": "2025-04-15",
                "number": 295,
                "branch": "S"
            },
            "number": 48,
            "title": "Prestazioni sanitarie - Emm. 6.0.7, 6.0.8 e 6.0.250",
            "original_title": "Emm. 6.0.7, 6.0.8 e 6.0.250",
            "description_title": "Prestazioni sanitarie",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 12,
            "majority_cohesion_rate": 71.43,
            "minority_cohesion_rate": 75.9
        },
        {
            "id": 34416,
            "slug": "19-253-3",
            "identifier": "19-253-3",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-253-3/?format=api",
            "sitting": {
                "id": 1855,
                "date": "2024-12-12",
                "number": 253,
                "branch": "S"
            },
            "number": 3,
            "title": "Legge annuale per il mercato e la concorrenza 2023 - Em. 28.4, Sabrina Licheri e Naturale",
            "original_title": "Em. 28.4, Sabrina Licheri e Naturale",
            "description_title": "Legge annuale per il mercato e la concorrenza 2023",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 12,
            "majority_cohesion_rate": 59.32,
            "minority_cohesion_rate": 57.14
        },
        {
            "id": 35330,
            "slug": "19-255-14",
            "identifier": "19-255-14",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-255-14/?format=api",
            "sitting": {
                "id": 1859,
                "date": "2024-12-18",
                "number": 255,
                "branch": "S"
            },
            "number": 14,
            "title": "d-l n. 160/2024 - Lavoro, università, ricerca e istruzione per una migliore attuazione del PNRR - Emm. 1.18 e 1.19",
            "original_title": "Emm. 1.18 e 1.19",
            "description_title": "d-l n. 160/2024 - Lavoro, università, ricerca e istruzione per una migliore attuazione del PNRR",
            "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": 12,
            "majority_cohesion_rate": 68.91,
            "minority_cohesion_rate": 71.08
        },
        {
            "id": 27016,
            "slug": "19-147-174",
            "identifier": "19-147-174",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-147-174/?format=api",
            "sitting": {
                "id": 1580,
                "date": "2024-01-18",
                "number": 147,
                "branch": "S"
            },
            "number": 174,
            "title": "attuazione dell'autonomia differenziata delle Regioni a statuto ordinario - Em. 3.239, Valente e altri",
            "original_title": "Em. 3.239, Valente e altri",
            "description_title": "attuazione dell'autonomia differenziata delle Regioni a statuto ordinario",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 12,
            "majority_cohesion_rate": 77.39,
            "minority_cohesion_rate": 75.86
        },
        {
            "id": 29726,
            "slug": "vs19_261_038",
            "identifier": "vs19_261_038",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_261_038/?format=api",
            "sitting": {
                "id": 1635,
                "date": "2024-03-13",
                "number": 261,
                "branch": "C"
            },
            "number": 38,
            "title": "Emendamento 5.10 IARIA ANTONINO (M5S) - Votazione Emendamento 5.10 DDL n. 1435",
            "original_title": "Votazione Emendamento 5.10 DDL n. 1435",
            "description_title": "Emendamento 5.10 IARIA ANTONINO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 12,
            "majority_cohesion_rate": 57.81,
            "minority_cohesion_rate": 69.14
        },
        {
            "id": 22238,
            "slug": "vs19_146_001",
            "identifier": "vs19_146_001",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_146_001/?format=api",
            "sitting": {
                "id": 1430,
                "date": "2023-07-25",
                "number": 146,
                "branch": "C"
            },
            "number": 1,
            "title": "Ordine del giorno n. 9/1194/R/1 MANES FRANCO (MISTO) - Votazione Ordine del giorno 9/1194/R/1 DDL n. 1194",
            "original_title": "Votazione Ordine del giorno 9/1194/R/1 DDL n. 1194",
            "description_title": "Ordine del giorno n. 9/1194/R/1 MANES FRANCO (MISTO)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 6,
            "n_margin": 12,
            "majority_cohesion_rate": 67.09,
            "minority_cohesion_rate": 80.86
        },
        {
            "id": 39460,
            "slug": "vs19_503_126",
            "identifier": "vs19_503_126",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_503_126/?format=api",
            "sitting": {
                "id": 2032,
                "date": "2025-07-02",
                "number": 503,
                "branch": "C"
            },
            "number": 126,
            "title": "DDL 2126-A - EM 2.7, 2.8 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "DDL 2126-A - EM 2.7, 2.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": 0,
            "n_margin": 12,
            "majority_cohesion_rate": 54.1,
            "minority_cohesion_rate": 69.87
        },
        {
            "id": 39462,
            "slug": "vs19_503_128",
            "identifier": "vs19_503_128",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_503_128/?format=api",
            "sitting": {
                "id": 2032,
                "date": "2025-07-02",
                "number": 503,
                "branch": "C"
            },
            "number": 128,
            "title": "EM 2.14 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 2.14",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 12,
            "majority_cohesion_rate": 53.28,
            "minority_cohesion_rate": 69.23
        },
        {
            "id": 30154,
            "slug": "vs19_288_004",
            "identifier": "vs19_288_004",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_288_004/?format=api",
            "sitting": {
                "id": 1680,
                "date": "2024-05-07",
                "number": 288,
                "branch": "C"
            },
            "number": 4,
            "title": "Subemendamento 0.1.200.2 FONTANA ILARIA (M5S) - Votazione Emendamento 0.1.200.2 PDL n. 1018",
            "original_title": "Votazione Emendamento 0.1.200.2 PDL n. 1018",
            "description_title": "Subemendamento 0.1.200.2 FONTANA ILARIA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 12,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 73.01
        },
        {
            "id": 30056,
            "slug": "vs19_281_051",
            "identifier": "vs19_281_051",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_281_051/?format=api",
            "sitting": {
                "id": 1668,
                "date": "2024-04-17",
                "number": 281,
                "branch": "C"
            },
            "number": 51,
            "title": "Ordine del giorno n. 9/1752/74 RUFFINO DANIELA (APERRE) - Votazione Ordine del giorno 9/1752/74 DDL n. 1752",
            "original_title": "Votazione Ordine del giorno 9/1752/74 DDL n. 1752",
            "description_title": "Ordine del giorno n. 9/1752/74 RUFFINO DANIELA (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": 0,
            "n_margin": 12,
            "majority_cohesion_rate": 56.96,
            "minority_cohesion_rate": 69.14
        },
        {
            "id": 32764,
            "slug": "vs19_370_017",
            "identifier": "vs19_370_017",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_370_017/?format=api",
            "sitting": {
                "id": 1810,
                "date": "2024-10-22",
                "number": 370,
                "branch": "C"
            },
            "number": 17,
            "title": "DOC XXII, N 31-A MANTENIMENTO ART 1 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "DOC XXII, N 31-A MANTENIMENTO ART 1",
            "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": 12,
            "majority_cohesion_rate": 57.68,
            "minority_cohesion_rate": 72.15
        },
        {
            "id": 39604,
            "slug": "vs19_504_053",
            "identifier": "vs19_504_053",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_504_053/?format=api",
            "sitting": {
                "id": 2034,
                "date": "2025-07-03",
                "number": 504,
                "branch": "C"
            },
            "number": 53,
            "title": "EM 12.2 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 12.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": 0,
            "n_margin": 12,
            "majority_cohesion_rate": 54.51,
            "minority_cohesion_rate": 71.15
        },
        {
            "id": 30166,
            "slug": "vs19_288_011",
            "identifier": "vs19_288_011",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_288_011/?format=api",
            "sitting": {
                "id": 1680,
                "date": "2024-05-07",
                "number": 288,
                "branch": "C"
            },
            "number": 11,
            "title": "Ordine del giorno n. 9/1018/2 FONTANA ILARIA (M5S) - Votazione Ordine del giorno 9/1018/2 PDL n. 1018",
            "original_title": "Votazione Ordine del giorno 9/1018/2 PDL n. 1018",
            "description_title": "Ordine del giorno n. 9/1018/2 FONTANA ILARIA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 12,
            "majority_cohesion_rate": 59.49,
            "minority_cohesion_rate": 73.01
        },
        {
            "id": 34125,
            "slug": "vs19_388_119",
            "identifier": "vs19_388_119",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_388_119/?format=api",
            "sitting": {
                "id": 1846,
                "date": "2024-11-27",
                "number": 388,
                "branch": "C"
            },
            "number": 119,
            "title": "Articolo 25 - Votazione Articolo 25 DDL n. 2022",
            "original_title": "Votazione Articolo 25 DDL n. 2022",
            "description_title": "Articolo 25",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 6,
            "n_margin": 12,
            "majority_cohesion_rate": 57.44,
            "minority_cohesion_rate": 70.7
        },
        {
            "id": 34553,
            "slug": "vs19_388_045",
            "identifier": "vs19_388_045",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_388_045/?format=api",
            "sitting": {
                "id": 1846,
                "date": "2024-11-27",
                "number": 388,
                "branch": "C"
            },
            "number": 45,
            "title": "Articolo 9 - Votazione Articolo 9 DDL n. 2022",
            "original_title": "Votazione Articolo 9 DDL n. 2022",
            "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": 12,
            "majority_cohesion_rate": 52.07,
            "minority_cohesion_rate": 65.61
        },
        {
            "id": 39712,
            "slug": "vs19_506_013",
            "identifier": "vs19_506_013",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_506_013/?format=api",
            "sitting": {
                "id": 2037,
                "date": "2025-07-08",
                "number": 506,
                "branch": "C"
            },
            "number": 13,
            "title": "ODG 9/2126-A E ABB/33 - Votazione Ordine del giorno 9/2126-A E ABB/33 ",
            "original_title": "Votazione Ordine del giorno 9/2126-A E ABB/33 ",
            "description_title": "ODG 9/2126-A E ABB/33",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 12,
            "majority_cohesion_rate": 56.56,
            "minority_cohesion_rate": 73.72
        },
        {
            "id": 39653,
            "slug": "vs19_504_114",
            "identifier": "vs19_504_114",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_504_114/?format=api",
            "sitting": {
                "id": 2034,
                "date": "2025-07-03",
                "number": 504,
                "branch": "C"
            },
            "number": 114,
            "title": "EM 24.3 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 24.3",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 12,
            "majority_cohesion_rate": 50.41,
            "minority_cohesion_rate": 64.74
        },
        {
            "id": 39707,
            "slug": "vs19_506_008",
            "identifier": "vs19_506_008",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_506_008/?format=api",
            "sitting": {
                "id": 2037,
                "date": "2025-07-08",
                "number": 506,
                "branch": "C"
            },
            "number": 8,
            "title": "ODG 9/2126-A E ABB/25 - Votazione Ordine del giorno 9/2126-A E ABB/25 ",
            "original_title": "Votazione Ordine del giorno 9/2126-A E ABB/25 ",
            "description_title": "ODG 9/2126-A E ABB/25",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 12,
            "majority_cohesion_rate": 55.74,
            "minority_cohesion_rate": 73.08
        },
        {
            "id": 39600,
            "slug": "vs19_504_049",
            "identifier": "vs19_504_049",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_504_049/?format=api",
            "sitting": {
                "id": 2034,
                "date": "2025-07-03",
                "number": 504,
                "branch": "C"
            },
            "number": 49,
            "title": "ART AGG 11.04 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "ART AGG 11.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": 0,
            "n_margin": 12,
            "majority_cohesion_rate": 54.51,
            "minority_cohesion_rate": 70.51
        },
        {
            "id": 30312,
            "slug": "vs19_293_020",
            "identifier": "vs19_293_020",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_293_020/?format=api",
            "sitting": {
                "id": 1689,
                "date": "2024-05-15",
                "number": 293,
                "branch": "C"
            },
            "number": 20,
            "title": "Mozione n. 1-00283, ad eccezione dei capoversi quarto, nono e 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, ad eccezione dei capoversi quarto, nono e 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": 0,
            "n_margin": 12,
            "majority_cohesion_rate": 52.52,
            "minority_cohesion_rate": 63.58
        },
        {
            "id": 39634,
            "slug": "vs19_504_089",
            "identifier": "vs19_504_089",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_504_089/?format=api",
            "sitting": {
                "id": 2034,
                "date": "2025-07-03",
                "number": 504,
                "branch": "C"
            },
            "number": 89,
            "title": "EM 18.3 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 18.3",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 12,
            "majority_cohesion_rate": 51.23,
            "minority_cohesion_rate": 65.38
        },
        {
            "id": 39661,
            "slug": "vs19_504_123",
            "identifier": "vs19_504_123",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_504_123/?format=api",
            "sitting": {
                "id": 2034,
                "date": "2025-07-03",
                "number": 504,
                "branch": "C"
            },
            "number": 123,
            "title": "ART AGG 24.07 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "ART AGG 24.07",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 12,
            "majority_cohesion_rate": 50.82,
            "minority_cohesion_rate": 64.74
        },
        {
            "id": 39475,
            "slug": "vs19_503_141",
            "identifier": "vs19_503_141",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_503_141/?format=api",
            "sitting": {
                "id": 2032,
                "date": "2025-07-02",
                "number": 503,
                "branch": "C"
            },
            "number": 141,
            "title": "EM 2.32, 2.33, 2.34 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 2.32, 2.33, 2.34",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 12,
            "majority_cohesion_rate": 51.64,
            "minority_cohesion_rate": 66.03
        },
        {
            "id": 39608,
            "slug": "vs19_504_057",
            "identifier": "vs19_504_057",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_504_057/?format=api",
            "sitting": {
                "id": 2034,
                "date": "2025-07-03",
                "number": 504,
                "branch": "C"
            },
            "number": 57,
            "title": "EM 12.16 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 12.16",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 12,
            "majority_cohesion_rate": 54.1,
            "minority_cohesion_rate": 70.51
        },
        {
            "id": 34533,
            "slug": "vs19_377_068",
            "identifier": "vs19_377_068",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_377_068/?format=api",
            "sitting": {
                "id": 1822,
                "date": "2024-11-06",
                "number": 377,
                "branch": "C"
            },
            "number": 68,
            "title": "Identici emendamenti 11.1000 BENZONI FABRIZIO (APERRE), 11.1001 SIMIANI MARCO (PD-IDP), 11.1002 PASTORINO LUCA (M-+EUR) e 11.1003 FONTANA ILARIA (M5S)",
            "original_title": "Identici emendamenti 11.1000 BENZONI FABRIZIO (APERRE), 11.1001 SIMIANI MARCO (PD-IDP), 11.1002 PASTORINO LUCA (M-+EUR) e 11.1003 FONTANA ILARIA (M5S)",
            "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": 0,
            "n_margin": 12,
            "majority_cohesion_rate": 58.68,
            "minority_cohesion_rate": 75.8
        },
        {
            "id": 39309,
            "slug": "vs19_499_013",
            "identifier": "vs19_499_013",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_499_013/?format=api",
            "sitting": {
                "id": 2025,
                "date": "2025-06-25",
                "number": 499,
                "branch": "C"
            },
            "number": 13,
            "title": "EM 12.200, 12.101 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 12.200, 12.101",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Approvata",
            "n_rebels": 4,
            "n_margin": 12,
            "majority_cohesion_rate": 53.69,
            "minority_cohesion_rate": 66.67
        },
        {
            "id": 30150,
            "slug": "vs19_288_003",
            "identifier": "vs19_288_003",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_288_003/?format=api",
            "sitting": {
                "id": 1680,
                "date": "2024-05-07",
                "number": 288,
                "branch": "C"
            },
            "number": 3,
            "title": "Subemendamento 0.1.200.1 FONTANA ILARIA (M5S) - Votazione Emendamento 0.1.200.1 PDL n. 1018",
            "original_title": "Votazione Emendamento 0.1.200.1 PDL n. 1018",
            "description_title": "Subemendamento 0.1.200.1 FONTANA ILARIA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 12,
            "majority_cohesion_rate": 59.07,
            "minority_cohesion_rate": 72.39
        },
        {
            "id": 39633,
            "slug": "vs19_504_088",
            "identifier": "vs19_504_088",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_504_088/?format=api",
            "sitting": {
                "id": 2034,
                "date": "2025-07-03",
                "number": 504,
                "branch": "C"
            },
            "number": 88,
            "title": "ART AGG 17.06, 17.08, 17.09 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "ART AGG 17.06, 17.08, 17.09",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 12,
            "majority_cohesion_rate": 51.64,
            "minority_cohesion_rate": 66.03
        },
        {
            "id": 39714,
            "slug": "vs19_506_015",
            "identifier": "vs19_506_015",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_506_015/?format=api",
            "sitting": {
                "id": 2037,
                "date": "2025-07-08",
                "number": 506,
                "branch": "C"
            },
            "number": 15,
            "title": "ODG 9/2126-A E ABB/35 - Votazione Ordine del giorno 9/2126-A E ABB/35 ",
            "original_title": "Votazione Ordine del giorno 9/2126-A E ABB/35 ",
            "description_title": "ODG 9/2126-A E ABB/35",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 12,
            "majority_cohesion_rate": 56.15,
            "minority_cohesion_rate": 73.08
        },
        {
            "id": 39558,
            "slug": "vs19_504_002",
            "identifier": "vs19_504_002",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_504_002/?format=api",
            "sitting": {
                "id": 2034,
                "date": "2025-07-03",
                "number": 504,
                "branch": "C"
            },
            "number": 2,
            "title": "ART AGG 6.09 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "ART AGG 6.09",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 12,
            "majority_cohesion_rate": 53.28,
            "minority_cohesion_rate": 68.59
        },
        {
            "id": 39552,
            "slug": "vs19_504_157",
            "identifier": "vs19_504_157",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_504_157/?format=api",
            "sitting": {
                "id": 2034,
                "date": "2025-07-03",
                "number": 504,
                "branch": "C"
            },
            "number": 157,
            "title": "ARTICOLO 29 - Votazione Articolo 29 ",
            "original_title": "Votazione Articolo 29 ",
            "description_title": "ARTICOLO 29",
            "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": 12,
            "majority_cohesion_rate": 50.0,
            "minority_cohesion_rate": 62.18
        },
        {
            "id": 30191,
            "slug": "vs19_288_017",
            "identifier": "vs19_288_017",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_288_017/?format=api",
            "sitting": {
                "id": 1680,
                "date": "2024-05-07",
                "number": 288,
                "branch": "C"
            },
            "number": 17,
            "title": "Ordine del giorno n. 9/1018/8 SCARPA RACHELE (PD-IDP) - Votazione Ordine del giorno 9/1018/8 PDL n. 1018",
            "original_title": "Votazione Ordine del giorno 9/1018/8 PDL n. 1018",
            "description_title": "Ordine del giorno n. 9/1018/8 SCARPA RACHELE (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 12,
            "majority_cohesion_rate": 56.96,
            "minority_cohesion_rate": 69.94
        },
        {
            "id": 34447,
            "slug": "vs19_388_043",
            "identifier": "vs19_388_043",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_388_043/?format=api",
            "sitting": {
                "id": 1846,
                "date": "2024-11-27",
                "number": 388,
                "branch": "C"
            },
            "number": 43,
            "title": "Emendamento 9.5 BONELLI ANGELO (AVS) - Votazione Emendamento 9.5 DDL n. 2022",
            "original_title": "Votazione Emendamento 9.5 DDL n. 2022",
            "description_title": "Emendamento 9.5 BONELLI ANGELO (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 12,
            "majority_cohesion_rate": 51.24,
            "minority_cohesion_rate": 65.61
        },
        {
            "id": 27201,
            "slug": "vs19_231_016",
            "identifier": "vs19_231_016",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_231_016/?format=api",
            "sitting": {
                "id": 1586,
                "date": "2024-01-23",
                "number": 231,
                "branch": "C"
            },
            "number": 16,
            "title": "Identici emendamenti 3.23 MAGI RICCARDO (M-+EUR) e 3.24 COLUCCI ALFONSO (M5S) - Votazione Emendamento 3.23 DDL n. 1620",
            "original_title": "Votazione Emendamento 3.23 DDL n. 1620",
            "description_title": "Identici emendamenti 3.23 MAGI RICCARDO (M-+EUR) e 3.24 COLUCCI ALFONSO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 12,
            "majority_cohesion_rate": 62.87,
            "minority_cohesion_rate": 78.4
        },
        {
            "id": 30138,
            "slug": "vs19_288_002",
            "identifier": "vs19_288_002",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_288_002/?format=api",
            "sitting": {
                "id": 1680,
                "date": "2024-05-07",
                "number": 288,
                "branch": "C"
            },
            "number": 2,
            "title": "Identici emendamenti 1.1 GADDA MARIA CHIARA (IVICRE), 1.2 SIMIANI MARCO (PD-IDP) e 1.4 FONTANA ILARIA (M5S) - Votazione Emendamento 1.1 PDL n. 1018",
            "original_title": "Votazione Emendamento 1.1 PDL n. 1018",
            "description_title": "Identici emendamenti 1.1 GADDA MARIA CHIARA (IVICRE), 1.2 SIMIANI MARCO (PD-IDP) e 1.4 FONTANA ILARIA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 12,
            "majority_cohesion_rate": 59.49,
            "minority_cohesion_rate": 72.39
        },
        {
            "id": 27749,
            "slug": "vs19_241_011",
            "identifier": "vs19_241_011",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_241_011/?format=api",
            "sitting": {
                "id": 1603,
                "date": "2024-02-08",
                "number": 241,
                "branch": "C"
            },
            "number": 11,
            "title": "Emendamento 1.3 MANZI IRENE (PD-IDP) - Votazione Emendamento 1.3 PDL n. 1457",
            "original_title": "Votazione Emendamento 1.3 PDL n. 1457",
            "description_title": "Emendamento 1.3 MANZI IRENE (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 12,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 74.69
        },
        {
            "id": 33639,
            "slug": "vs19_384_075",
            "identifier": "vs19_384_075",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_384_075/?format=api",
            "sitting": {
                "id": 1824,
                "date": "2024-11-20",
                "number": 384,
                "branch": "C"
            },
            "number": 75,
            "title": "ODG 9/30-A E ABB/5 - Votazione Ordine del giorno 9/30-A E ABB/5 ",
            "original_title": "Votazione Ordine del giorno 9/30-A E ABB/5 ",
            "description_title": "ODG 9/30-A E ABB/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": 0,
            "n_margin": 12,
            "majority_cohesion_rate": 51.65,
            "minority_cohesion_rate": 66.24
        }
    ]
}