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

{
    "count": 22130,
    "codelists": {
        "years": [
            {
                "id": "2025",
                "value": "2025"
            },
            {
                "id": "2024",
                "value": "2024"
            },
            {
                "id": "2023",
                "value": "2023"
            },
            {
                "id": "2022",
                "value": "2022"
            }
        ],
        "branch": [
            {
                "id": "S",
                "value": "Senato"
            },
            {
                "id": "C",
                "value": "Camera"
            }
        ],
        "governments": [
            {
                "id": 135225,
                "slug": "i-governo-meloni-2022-10-22",
                "start_date": "2022-10-22",
                "value": "Meloni I"
            }
        ],
        "governments_filter": [
            {
                "id": 135225,
                "slug": "i-governo-meloni-2022-10-22",
                "start_date": "2022-10-22",
                "value": "Meloni I"
            }
        ],
        "main_vote_type": [
            {
                "id": "is_key_vote",
                "value": "Voto chiave"
            },
            {
                "id": "is_final",
                "value": "Voto finale"
            },
            {
                "id": "is_confidence",
                "value": "Voto di fiducia"
            },
            {
                "id": "all",
                "value": "Tutti"
            }
        ],
        "sub_vote_type": [
            {
                "id": "ALL",
                "value": "Atto intero"
            },
            {
                "id": "ART",
                "value": "Articolo"
            },
            {
                "id": "AMEND",
                "value": "Emendamenti"
            },
            {
                "id": "ODG",
                "value": "ODG"
            },
            {
                "id": "PREJ",
                "value": "Questione pregiudiziale"
            },
            {
                "id": "EM_DECL",
                "value": "Dichiarazione d'urgenza"
            },
            {
                "id": "SUSP",
                "value": "Questione sospensiva"
            },
            {
                "id": "VAR_N",
                "value": "Nota di variazione"
            },
            {
                "id": "DONT_P",
                "value": "Non passaggio agli articoli"
            },
            {
                "id": "CLOS_DEB",
                "value": "Chiusura della discussione"
            },
            {
                "id": "RES",
                "value": "Risoluzione"
            },
            {
                "id": "DIM",
                "value": "Dimissioni"
            },
            {
                "id": "ELE",
                "value": "Elezioni"
            },
            {
                "id": "COORD",
                "value": "Proposta coordinamento"
            },
            {
                "id": "MOZ",
                "value": "Mozione"
            },
            {
                "id": "CPROP",
                "value": "Proposta giunta"
            }
        ],
        "vm_cohesion_rates": {
            "80_100": "dall'80 al 100%",
            "60_80": "dal 60 all'80%",
            "_60": "Meno del 60%"
        },
        "orderings": [
            {
                "id": "date",
                "value": "Data"
            },
            {
                "id": "majority_cohesion_rate",
                "value": "Compattezza maggioranza"
            },
            {
                "id": "n_rebels",
                "value": "Ribelli"
            },
            {
                "id": "identifier",
                "value": "Identificativo"
            },
            {
                "id": "n_margin",
                "value": "Margine"
            }
        ],
        "outcome": [
            {
                "id": "Respinto",
                "value": "Respinta"
            },
            {
                "id": "Approvato",
                "value": "Approvata"
            }
        ]
    },
    "next": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=majority_cohesion_rate&page=203",
    "previous": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=majority_cohesion_rate&page=201",
    "results": [
        {
            "id": 38151,
            "slug": "19-300-33",
            "identifier": "19-300-33",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-300-33/?format=api",
            "sitting": {
                "id": 1980,
                "date": "2025-05-07",
                "number": 300,
                "branch": "S"
            },
            "number": 33,
            "title": "Semplificazione normativa - Em. 14.200, Maiorino e altri",
            "original_title": "Em. 14.200, Maiorino e altri",
            "description_title": "Semplificazione normativa",
            "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": 6,
            "majority_cohesion_rate": 66.39,
            "minority_cohesion_rate": 81.93
        },
        {
            "id": 39327,
            "slug": "19-323-12",
            "identifier": "19-323-12",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-323-12/?format=api",
            "sitting": {
                "id": 2031,
                "date": "2025-07-02",
                "number": 323,
                "branch": "S"
            },
            "number": 12,
            "title": "Ordinamento giurisdizionale e Corte disciplinare - Em. 2.62, Rojc e altri",
            "original_title": "Em. 2.62, Rojc e altri",
            "description_title": "Ordinamento giurisdizionale e Corte disciplinare",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 19,
            "majority_cohesion_rate": 66.39,
            "minority_cohesion_rate": 50.6
        },
        {
            "id": 39324,
            "slug": "19-323-11",
            "identifier": "19-323-11",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-323-11/?format=api",
            "sitting": {
                "id": 2031,
                "date": "2025-07-02",
                "number": 323,
                "branch": "S"
            },
            "number": 11,
            "title": "Ordinamento giurisdizionale e Corte disciplinare - Em. 2.61, Lorenzin e altri",
            "original_title": "Em. 2.61, Lorenzin e altri",
            "description_title": "Ordinamento giurisdizionale e Corte disciplinare",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 19,
            "majority_cohesion_rate": 66.39,
            "minority_cohesion_rate": 51.81
        },
        {
            "id": 37380,
            "slug": "19-288-163",
            "identifier": "19-288-163",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-288-163/?format=api",
            "sitting": {
                "id": 1947,
                "date": "2025-03-20",
                "number": 288,
                "branch": "S"
            },
            "number": 163,
            "title": "Intelligenza artificiale - Em. 22.20, Di Girolamo e altri",
            "original_title": "Em. 22.20, 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": 68.67
        },
        {
            "id": 38390,
            "slug": "19-304-1",
            "identifier": "19-304-1",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-304-1/?format=api",
            "sitting": {
                "id": 1990,
                "date": "2025-05-15",
                "number": 304,
                "branch": "S"
            },
            "number": 1,
            "title": "Disegno di legge n. 1432. Em. 1.1, Giorgis e altri",
            "original_title": "Disegno di legge n. 1432. Em. 1.1, Giorgis e altri",
            "description_title": null,
            "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": 17,
            "majority_cohesion_rate": 66.39,
            "minority_cohesion_rate": 55.42
        },
        {
            "id": 37386,
            "slug": "19-288-157",
            "identifier": "19-288-157",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-288-157/?format=api",
            "sitting": {
                "id": 1947,
                "date": "2025-03-20",
                "number": 288,
                "branch": "S"
            },
            "number": 157,
            "title": "Intelligenza artificiale - Em. 21.0.1 (testo 3), Basso e altri",
            "original_title": "Em. 21.0.1 (testo 3), Basso 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": 1,
            "n_margin": 11,
            "majority_cohesion_rate": 66.39,
            "minority_cohesion_rate": 68.67
        },
        {
            "id": 38162,
            "slug": "19-300-22",
            "identifier": "19-300-22",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-300-22/?format=api",
            "sitting": {
                "id": 1980,
                "date": "2025-05-07",
                "number": 300,
                "branch": "S"
            },
            "number": 22,
            "title": "Semplificazione normativa - Em. 9.203, Parrini e altri",
            "original_title": "Em. 9.203, Parrini e altri",
            "description_title": "Semplificazione normativa",
            "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": 8,
            "majority_cohesion_rate": 66.39,
            "minority_cohesion_rate": 78.31
        },
        {
            "id": 38159,
            "slug": "19-300-25",
            "identifier": "19-300-25",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-300-25/?format=api",
            "sitting": {
                "id": 1980,
                "date": "2025-05-07",
                "number": 300,
                "branch": "S"
            },
            "number": 25,
            "title": "Semplificazione normativa - Em. 11.200, Maiorino e altri",
            "original_title": "Em. 11.200, Maiorino e altri",
            "description_title": "Semplificazione normativa",
            "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": 7,
            "majority_cohesion_rate": 66.39,
            "minority_cohesion_rate": 79.52
        },
        {
            "id": 35880,
            "slug": "19-265-6",
            "identifier": "19-265-6",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-265-6/?format=api",
            "sitting": {
                "id": 1884,
                "date": "2025-01-22",
                "number": 265,
                "branch": "S"
            },
            "number": 6,
            "title": "Laguna di Orbetello - Articolo 4",
            "original_title": "Articolo 4",
            "description_title": "Laguna di Orbetello",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 71,
            "majority_cohesion_rate": 66.39,
            "minority_cohesion_rate": 79.52
        },
        {
            "id": 39757,
            "slug": "vs19_508_025",
            "identifier": "vs19_508_025",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_508_025/?format=api",
            "sitting": {
                "id": 2041,
                "date": "2025-07-10",
                "number": 508,
                "branch": "C"
            },
            "number": 25,
            "title": "ODG 9/2416-A/65 - Votazione Ordine del giorno 9/2416-A/65 ",
            "original_title": "Votazione Ordine del giorno 9/2416-A/65 ",
            "description_title": "ODG 9/2416-A/65",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 32,
            "majority_cohesion_rate": 66.39,
            "minority_cohesion_rate": 63.46
        },
        {
            "id": 38157,
            "slug": "19-300-27",
            "identifier": "19-300-27",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-300-27/?format=api",
            "sitting": {
                "id": 1980,
                "date": "2025-05-07",
                "number": 300,
                "branch": "S"
            },
            "number": 27,
            "title": "Semplificazione normativa - Articolo 11",
            "original_title": "Articolo 11",
            "description_title": "Semplificazione normativa",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 3,
            "n_margin": 19,
            "majority_cohesion_rate": 66.39,
            "minority_cohesion_rate": 49.4
        },
        {
            "id": 37483,
            "slug": "19-288-178",
            "identifier": "19-288-178",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-288-178/?format=api",
            "sitting": {
                "id": 1947,
                "date": "2025-03-20",
                "number": 288,
                "branch": "S"
            },
            "number": 178,
            "title": "Intelligenza artificiale - Em. 22.42, Di Girolamo e altri",
            "original_title": "Em. 22.42, 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": 1,
            "n_margin": 13,
            "majority_cohesion_rate": 66.39,
            "minority_cohesion_rate": 67.47
        },
        {
            "id": 35248,
            "slug": "19-254-3",
            "identifier": "19-254-3",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-254-3/?format=api",
            "sitting": {
                "id": 1857,
                "date": "2024-12-17",
                "number": 254,
                "branch": "S"
            },
            "number": 3,
            "title": "Em. 1.3, Tajani e altri",
            "original_title": "Em. 1.3, 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": 3,
            "n_margin": 22,
            "majority_cohesion_rate": 66.39,
            "minority_cohesion_rate": 43.37
        },
        {
            "id": 35246,
            "slug": "19-254-5",
            "identifier": "19-254-5",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-254-5/?format=api",
            "sitting": {
                "id": 1857,
                "date": "2024-12-17",
                "number": 254,
                "branch": "S"
            },
            "number": 5,
            "title": "Articolo 2",
            "original_title": "Articolo 2",
            "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": 1,
            "n_margin": 52,
            "majority_cohesion_rate": 66.39,
            "minority_cohesion_rate": 40.96
        },
        {
            "id": 35234,
            "slug": "19-254-16",
            "identifier": "19-254-16",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-254-16/?format=api",
            "sitting": {
                "id": 1857,
                "date": "2024-12-17",
                "number": 254,
                "branch": "S"
            },
            "number": 16,
            "title": "Articolo 6",
            "original_title": "Articolo 6",
            "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": 0,
            "n_margin": 52,
            "majority_cohesion_rate": 66.39,
            "minority_cohesion_rate": 39.76
        },
        {
            "id": 36253,
            "slug": "19-274-7",
            "identifier": "19-274-7",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-274-7/?format=api",
            "sitting": {
                "id": 1908,
                "date": "2025-02-18",
                "number": 274,
                "branch": "S"
            },
            "number": 7,
            "title": "D-L n. 201/2024 - Misure urgenti in materia di cultura - Em. 1.8, Aloisio e altri",
            "original_title": "Em. 1.8, Aloisio e altri",
            "description_title": "D-L n. 201/2024 - Misure urgenti in materia di cultura",
            "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": 9,
            "majority_cohesion_rate": 66.39,
            "minority_cohesion_rate": 74.7
        },
        {
            "id": 35238,
            "slug": "19-254-13",
            "identifier": "19-254-13",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-254-13/?format=api",
            "sitting": {
                "id": 1857,
                "date": "2024-12-17",
                "number": 254,
                "branch": "S"
            },
            "number": 13,
            "title": "Articolo 3",
            "original_title": "Articolo 3",
            "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": 0,
            "n_margin": 42,
            "majority_cohesion_rate": 66.39,
            "minority_cohesion_rate": 63.86
        },
        {
            "id": 35240,
            "slug": "19-254-11",
            "identifier": "19-254-11",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-254-11/?format=api",
            "sitting": {
                "id": 1857,
                "date": "2024-12-17",
                "number": 254,
                "branch": "S"
            },
            "number": 11,
            "title": "Em. 3.6, Tajani e altri",
            "original_title": "Em. 3.6, 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": 2,
            "n_margin": 22,
            "majority_cohesion_rate": 66.39,
            "minority_cohesion_rate": 44.58
        },
        {
            "id": 35241,
            "slug": "19-254-10",
            "identifier": "19-254-10",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-254-10/?format=api",
            "sitting": {
                "id": 1857,
                "date": "2024-12-17",
                "number": 254,
                "branch": "S"
            },
            "number": 10,
            "title": "Em. 3.5, Tajani e altri",
            "original_title": "Em. 3.5, 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": 3,
            "n_margin": 22,
            "majority_cohesion_rate": 66.39,
            "minority_cohesion_rate": 43.37
        },
        {
            "id": 35243,
            "slug": "19-254-8",
            "identifier": "19-254-8",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-254-8/?format=api",
            "sitting": {
                "id": 1857,
                "date": "2024-12-17",
                "number": 254,
                "branch": "S"
            },
            "number": 8,
            "title": "Em. 3.3, Tajani e altri",
            "original_title": "Em. 3.3, 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": 4,
            "n_margin": 23,
            "majority_cohesion_rate": 66.39,
            "minority_cohesion_rate": 42.17
        },
        {
            "id": 36258,
            "slug": "19-274-2",
            "identifier": "19-274-2",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-274-2/?format=api",
            "sitting": {
                "id": 1908,
                "date": "2025-02-18",
                "number": 274,
                "branch": "S"
            },
            "number": 2,
            "title": "D-L n. 201/2024 - Misure urgenti in materia di cultura - Em. 1.2, Aloisio e altri",
            "original_title": "Em. 1.2, Aloisio e altri",
            "description_title": "D-L n. 201/2024 - Misure urgenti in materia di cultura",
            "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": 9,
            "majority_cohesion_rate": 66.39,
            "minority_cohesion_rate": 75.9
        },
        {
            "id": 36261,
            "slug": "19-274-8",
            "identifier": "19-274-8",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-274-8/?format=api",
            "sitting": {
                "id": 1908,
                "date": "2025-02-18",
                "number": 274,
                "branch": "S"
            },
            "number": 8,
            "title": "D-L n. 201/2024 - Misure urgenti in materia di cultura - Em. 1.9 (1a parte), D'Elia e altri",
            "original_title": "Em. 1.9 (1a parte), D'Elia e altri",
            "description_title": "D-L n. 201/2024 - Misure urgenti in materia di cultura",
            "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": 9,
            "majority_cohesion_rate": 66.39,
            "minority_cohesion_rate": 75.9
        },
        {
            "id": 36257,
            "slug": "19-274-3",
            "identifier": "19-274-3",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-274-3/?format=api",
            "sitting": {
                "id": 1908,
                "date": "2025-02-18",
                "number": 274,
                "branch": "S"
            },
            "number": 3,
            "title": "D-L n. 201/2024 - Misure urgenti in materia di cultura - Em. 1.3, Pirondini e altri",
            "original_title": "Em. 1.3, Pirondini e altri",
            "description_title": "D-L n. 201/2024 - Misure urgenti in materia di cultura",
            "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": 9,
            "majority_cohesion_rate": 66.39,
            "minority_cohesion_rate": 75.9
        },
        {
            "id": 36254,
            "slug": "19-274-6",
            "identifier": "19-274-6",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-274-6/?format=api",
            "sitting": {
                "id": 1908,
                "date": "2025-02-18",
                "number": 274,
                "branch": "S"
            },
            "number": 6,
            "title": "D-L n. 201/2024 - Misure urgenti in materia di cultura - Em. 1.7, Aloisio e altri",
            "original_title": "Em. 1.7, Aloisio e altri",
            "description_title": "D-L n. 201/2024 - Misure urgenti in materia di cultura",
            "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": 10,
            "majority_cohesion_rate": 66.39,
            "minority_cohesion_rate": 73.49
        },
        {
            "id": 35244,
            "slug": "19-254-7",
            "identifier": "19-254-7",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-254-7/?format=api",
            "sitting": {
                "id": 1857,
                "date": "2024-12-17",
                "number": 254,
                "branch": "S"
            },
            "number": 7,
            "title": "Em. 3.2, Tajani e altri",
            "original_title": "Em. 3.2, 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": 23,
            "majority_cohesion_rate": 66.39,
            "minority_cohesion_rate": 40.96
        },
        {
            "id": 36222,
            "slug": "19-274-40",
            "identifier": "19-274-40",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-274-40/?format=api",
            "sitting": {
                "id": 1908,
                "date": "2025-02-18",
                "number": 274,
                "branch": "S"
            },
            "number": 40,
            "title": "D-L n. 201/2024 - Misure urgenti in materia di cultura - Em. 3.0.2, D'Elia e altri",
            "original_title": "Em. 3.0.2, D'Elia e altri",
            "description_title": "D-L n. 201/2024 - Misure urgenti in materia di cultura",
            "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": 8,
            "majority_cohesion_rate": 66.39,
            "minority_cohesion_rate": 78.31
        },
        {
            "id": 35245,
            "slug": "19-254-6",
            "identifier": "19-254-6",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-254-6/?format=api",
            "sitting": {
                "id": 1857,
                "date": "2024-12-17",
                "number": 254,
                "branch": "S"
            },
            "number": 6,
            "title": "Em. 3.1, Tajani e altri",
            "original_title": "Em. 3.1, 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": 4,
            "n_margin": 24,
            "majority_cohesion_rate": 66.39,
            "minority_cohesion_rate": 38.55
        },
        {
            "id": 38166,
            "slug": "19-300-18",
            "identifier": "19-300-18",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-300-18/?format=api",
            "sitting": {
                "id": 1980,
                "date": "2025-05-07",
                "number": 300,
                "branch": "S"
            },
            "number": 18,
            "title": "Semplificazione normativa - Articolo 8",
            "original_title": "Articolo 8",
            "description_title": "Semplificazione normativa",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 71,
            "majority_cohesion_rate": 66.39,
            "minority_cohesion_rate": 77.11
        },
        {
            "id": 31519,
            "slug": "vs19_340_043",
            "identifier": "vs19_340_043",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_340_043/?format=api",
            "sitting": {
                "id": 1766,
                "date": "2024-08-05",
                "number": 340,
                "branch": "C"
            },
            "number": 43,
            "title": "Articolo aggiuntivo 6.01 GIANASSI FEDERICO (PD-IDP) - Votazione Emendamento 6.01 DDL n. 1997",
            "original_title": "Votazione Emendamento 6.01 DDL n. 1997",
            "description_title": "Articolo aggiuntivo 6.01 GIANASSI FEDERICO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 23,
            "majority_cohesion_rate": 66.39,
            "minority_cohesion_rate": 70.81
        },
        {
            "id": 31555,
            "slug": "vs19_340_079",
            "identifier": "vs19_340_079",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_340_079/?format=api",
            "sitting": {
                "id": 1766,
                "date": "2024-08-05",
                "number": 340,
                "branch": "C"
            },
            "number": 79,
            "title": "Identici emendamenti 9-septies.6 SANTILLO AGOSTINO (M5S) e 9-septies.7 DE LUCA PIERO (PD-IDP) - Votazione Emendamento 9-septies.6 DDL n. 1997",
            "original_title": "Votazione Emendamento 9-septies.6 DDL n. 1997",
            "description_title": "Identici emendamenti 9-septies.6 SANTILLO AGOSTINO (M5S) e 9-septies.7 DE LUCA PIERO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 21,
            "majority_cohesion_rate": 66.39,
            "minority_cohesion_rate": 73.29
        },
        {
            "id": 32199,
            "slug": "vs19_326_047",
            "identifier": "vs19_326_047",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_326_047/?format=api",
            "sitting": {
                "id": 1740,
                "date": "2024-07-16",
                "number": 326,
                "branch": "C"
            },
            "number": 47,
            "title": "Ordine del giorno n. 9/1902/62 PORTA FABIO (PD-IDP) - Votazione Ordine del giorno 9/1902/62 DDL n. 1902",
            "original_title": "Votazione Ordine del giorno 9/1902/62 DDL n. 1902",
            "description_title": "Ordine del giorno n. 9/1902/62 PORTA FABIO (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": 4,
            "n_margin": 59,
            "majority_cohesion_rate": 66.39,
            "minority_cohesion_rate": 44.1
        },
        {
            "id": 32143,
            "slug": "vs19_323_037",
            "identifier": "vs19_323_037",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_323_037/?format=api",
            "sitting": {
                "id": 1735,
                "date": "2024-07-11",
                "number": 323,
                "branch": "C"
            },
            "number": 37,
            "title": "Ordine del giorno n. 9/1946/54 ZANELLA LUANA (AVS) - Votazione Ordine del giorno 9/1946/54 DDL n. 1946",
            "original_title": "Votazione Ordine del giorno 9/1946/54 DDL n. 1946",
            "description_title": "Ordine del giorno n. 9/1946/54 ZANELLA LUANA (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 34,
            "majority_cohesion_rate": 66.39,
            "minority_cohesion_rate": 57.76
        },
        {
            "id": 32202,
            "slug": "vs19_326_050",
            "identifier": "vs19_326_050",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_326_050/?format=api",
            "sitting": {
                "id": 1740,
                "date": "2024-07-16",
                "number": 326,
                "branch": "C"
            },
            "number": 50,
            "title": "Ordine del giorno n. 9/1902/65 FERRARI SARA (PD-IDP) - Votazione Ordine del giorno 9/1902/65 DDL n. 1902",
            "original_title": "Votazione Ordine del giorno 9/1902/65 DDL n. 1902",
            "description_title": "Ordine del giorno n. 9/1902/65 FERRARI SARA (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 28,
            "majority_cohesion_rate": 66.39,
            "minority_cohesion_rate": 63.35
        },
        {
            "id": 32122,
            "slug": "vs19_323_016",
            "identifier": "vs19_323_016",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_323_016/?format=api",
            "sitting": {
                "id": 1735,
                "date": "2024-07-11",
                "number": 323,
                "branch": "C"
            },
            "number": 16,
            "title": "Ordine del giorno n. 9/1946/15 DONNO LEONARDO (M5S) - Votazione Ordine del giorno 9/1946/15 DDL n. 1946",
            "original_title": "Votazione Ordine del giorno 9/1946/15 DDL n. 1946",
            "description_title": "Ordine del giorno n. 9/1946/15 DONNO LEONARDO (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": 24,
            "majority_cohesion_rate": 66.39,
            "minority_cohesion_rate": 69.57
        },
        {
            "id": 32154,
            "slug": "vs19_326_003",
            "identifier": "vs19_326_003",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_326_003/?format=api",
            "sitting": {
                "id": 1740,
                "date": "2024-07-16",
                "number": 326,
                "branch": "C"
            },
            "number": 3,
            "title": "Ordine del giorno n. 9/1902/9, nel testo riformulato, CANDIANI STEFANO (LEGA) - Votazione Ordine del giorno 9/1902/9, DDL n. 1902",
            "original_title": "Votazione Ordine del giorno 9/1902/9, DDL n. 1902",
            "description_title": "Ordine del giorno n. 9/1902/9, nel testo riformulato, CANDIANI STEFANO (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": 4,
            "n_margin": 30,
            "majority_cohesion_rate": 66.39,
            "minority_cohesion_rate": 59.01
        },
        {
            "id": 32130,
            "slug": "vs19_323_024",
            "identifier": "vs19_323_024",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_323_024/?format=api",
            "sitting": {
                "id": 1735,
                "date": "2024-07-11",
                "number": 323,
                "branch": "C"
            },
            "number": 24,
            "title": "Ordine del giorno n. 9/1946/28 PAGANO UBALDO (PD-IDP) - Votazione Ordine del giorno 9/1946/28 DDL n. 1946",
            "original_title": "Votazione Ordine del giorno 9/1946/28 DDL n. 1946",
            "description_title": "Ordine del giorno n. 9/1946/28 PAGANO UBALDO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 24,
            "majority_cohesion_rate": 66.39,
            "minority_cohesion_rate": 68.94
        },
        {
            "id": 31496,
            "slug": "vs19_340_020",
            "identifier": "vs19_340_020",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_340_020/?format=api",
            "sitting": {
                "id": 1766,
                "date": "2024-08-05",
                "number": 340,
                "branch": "C"
            },
            "number": 20,
            "title": "Articolo aggiuntivo 1.08 CURTI AUGUSTO (PD-IDP) - Votazione Emendamento 1.08 DDL n. 1997",
            "original_title": "Votazione Emendamento 1.08 DDL n. 1997",
            "description_title": "Articolo aggiuntivo 1.08 CURTI AUGUSTO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 24,
            "majority_cohesion_rate": 66.39,
            "minority_cohesion_rate": 68.94
        },
        {
            "id": 31498,
            "slug": "vs19_340_022",
            "identifier": "vs19_340_022",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_340_022/?format=api",
            "sitting": {
                "id": 1766,
                "date": "2024-08-05",
                "number": 340,
                "branch": "C"
            },
            "number": 22,
            "title": "Emendamento 2.2 BAKKALI OUIDAD (PD-IDP) - Votazione Emendamento 2.2 DDL n. 1997",
            "original_title": "Votazione Emendamento 2.2 DDL n. 1997",
            "description_title": "Emendamento 2.2 BAKKALI OUIDAD (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 25,
            "majority_cohesion_rate": 66.39,
            "minority_cohesion_rate": 68.32
        },
        {
            "id": 30570,
            "slug": "vs19_309_088",
            "identifier": "vs19_309_088",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_309_088/?format=api",
            "sitting": {
                "id": 1715,
                "date": "2024-06-18",
                "number": 309,
                "branch": "C"
            },
            "number": 88,
            "title": "Emendamento 3.361 SANTILLO AGOSTINO (M5S) - Votazione Emendamento 3.361 DDL n. 1665",
            "original_title": "Votazione Emendamento 3.361 DDL n. 1665",
            "description_title": "Emendamento 3.361 SANTILLO AGOSTINO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 26,
            "majority_cohesion_rate": 66.39,
            "minority_cohesion_rate": 67.28
        },
        {
            "id": 31528,
            "slug": "vs19_340_052",
            "identifier": "vs19_340_052",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_340_052/?format=api",
            "sitting": {
                "id": 1766,
                "date": "2024-08-05",
                "number": 340,
                "branch": "C"
            },
            "number": 52,
            "title": "Emendamento 9-ter.1000 SARRACINO MARCO (PD-IDP) - Votazione Emendamento 9-ter.1000 DDL n. 1997",
            "original_title": "Votazione Emendamento 9-ter.1000 DDL n. 1997",
            "description_title": "Emendamento 9-ter.1000 SARRACINO MARCO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 36,
            "majority_cohesion_rate": 66.39,
            "minority_cohesion_rate": 54.04
        },
        {
            "id": 31541,
            "slug": "vs19_340_065",
            "identifier": "vs19_340_065",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_340_065/?format=api",
            "sitting": {
                "id": 1766,
                "date": "2024-08-05",
                "number": 340,
                "branch": "C"
            },
            "number": 65,
            "title": "Emendamento 9-quater.3 RUFFINO DANIELA (APERRE) - Votazione Emendamento 9-quater.3 DDL n. 1997",
            "original_title": "Votazione Emendamento 9-quater.3 DDL n. 1997",
            "description_title": "Emendamento 9-quater.3 RUFFINO DANIELA (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": 1,
            "n_margin": 19,
            "majority_cohesion_rate": 66.39,
            "minority_cohesion_rate": 75.16
        },
        {
            "id": 32731,
            "slug": "vs19_367_001",
            "identifier": "vs19_367_001",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_367_001/?format=api",
            "sitting": {
                "id": 1806,
                "date": "2024-10-17",
                "number": 367,
                "branch": "C"
            },
            "number": 1,
            "title": "MOZ 1-326 NF CPV 1 DISP - Votazione ",
            "original_title": "Votazione ",
            "description_title": "MOZ 1-326 NF CPV 1 DISP",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 22,
            "majority_cohesion_rate": 66.39,
            "minority_cohesion_rate": 74.05
        },
        {
            "id": 32732,
            "slug": "vs19_367_005",
            "identifier": "vs19_367_005",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_367_005/?format=api",
            "sitting": {
                "id": 1806,
                "date": "2024-10-17",
                "number": 367,
                "branch": "C"
            },
            "number": 5,
            "title": "MOZ 1-326 NF CPV 5 DISP - Votazione ",
            "original_title": "Votazione ",
            "description_title": "MOZ 1-326 NF CPV 5 DISP",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 23,
            "majority_cohesion_rate": 66.39,
            "minority_cohesion_rate": 73.42
        },
        {
            "id": 30461,
            "slug": "vs19_304_007",
            "identifier": "vs19_304_007",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_304_007/?format=api",
            "sitting": {
                "id": 1710,
                "date": "2024-06-11",
                "number": 304,
                "branch": "C"
            },
            "number": 7,
            "title": "Emendamento 1.17 AURIEMMA CARMELA (M5S) - Votazione Emendamento 1.17 DDL n. 1665",
            "original_title": "Votazione Emendamento 1.17 DDL n. 1665",
            "description_title": "Emendamento 1.17 AURIEMMA CARMELA (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": 22,
            "majority_cohesion_rate": 66.39,
            "minority_cohesion_rate": 73.46
        },
        {
            "id": 31577,
            "slug": "vs19_340_103",
            "identifier": "vs19_340_103",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_340_103/?format=api",
            "sitting": {
                "id": 1766,
                "date": "2024-08-05",
                "number": 340,
                "branch": "C"
            },
            "number": 103,
            "title": "Articolo aggiuntivo 9-decies.01 CASO ANTONIO (M5S) - Votazione Emendamento 9-decies.01 DDL n. 1997",
            "original_title": "Votazione Emendamento 9-decies.01 DDL n. 1997",
            "description_title": "Articolo aggiuntivo 9-decies.01 CASO ANTONIO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 22,
            "majority_cohesion_rate": 66.39,
            "minority_cohesion_rate": 72.05
        },
        {
            "id": 31582,
            "slug": "vs19_340_108",
            "identifier": "vs19_340_108",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_340_108/?format=api",
            "sitting": {
                "id": 1766,
                "date": "2024-08-05",
                "number": 340,
                "branch": "C"
            },
            "number": 108,
            "title": "Emendamento 9-duodecies.2 FERRARI SARA (PD-IDP) - Votazione Emendamento 9-duodecies.2 DDL n. 1997",
            "original_title": "Votazione Emendamento 9-duodecies.2 DDL n. 1997",
            "description_title": "Emendamento 9-duodecies.2 FERRARI SARA (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 22,
            "majority_cohesion_rate": 66.39,
            "minority_cohesion_rate": 72.05
        },
        {
            "id": 30457,
            "slug": "vs19_304_003",
            "identifier": "vs19_304_003",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_304_003/?format=api",
            "sitting": {
                "id": 1710,
                "date": "2024-06-11",
                "number": 304,
                "branch": "C"
            },
            "number": 3,
            "title": "Emendamento 1.2 BONAFE' SIMONA (PD-IDP) - Votazione Emendamento 1.2 DDL n. 1665",
            "original_title": "Votazione Emendamento 1.2 DDL n. 1665",
            "description_title": "Emendamento 1.2 BONAFE' SIMONA (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 21,
            "majority_cohesion_rate": 66.39,
            "minority_cohesion_rate": 73.46
        },
        {
            "id": 31380,
            "slug": "vs19_331_033",
            "identifier": "vs19_331_033",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_331_033/?format=api",
            "sitting": {
                "id": 1748,
                "date": "2024-07-23",
                "number": 331,
                "branch": "C"
            },
            "number": 33,
            "title": "Emendamento 4.6 FARAONE DAVIDE (IVICRE) - Votazione Emendamento 4.6 DDL n. 1975",
            "original_title": "Votazione Emendamento 4.6 DDL n. 1975",
            "description_title": "Emendamento 4.6 FARAONE DAVIDE (IVICRE)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 22,
            "majority_cohesion_rate": 66.39,
            "minority_cohesion_rate": 72.05
        },
        {
            "id": 34878,
            "slug": "vs19_331_085",
            "identifier": "vs19_331_085",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_331_085/?format=api",
            "sitting": {
                "id": 1748,
                "date": "2024-07-23",
                "number": 331,
                "branch": "C"
            },
            "number": 85,
            "title": "Ordine del giorno n. 9/1975/40 RICCIARDI RICCARDO (M5S)",
            "original_title": "Ordine del giorno n. 9/1975/40 RICCIARDI RICCARDO (M5S)",
            "description_title": "",
            "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": 52,
            "majority_cohesion_rate": 66.39,
            "minority_cohesion_rate": 34.78
        },
        {
            "id": 31499,
            "slug": "vs19_340_023",
            "identifier": "vs19_340_023",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_340_023/?format=api",
            "sitting": {
                "id": 1766,
                "date": "2024-08-05",
                "number": 340,
                "branch": "C"
            },
            "number": 23,
            "title": "Emendamento 2.3 BONELLI ANGELO (AVS) - Votazione Emendamento 2.3 DDL n. 1997",
            "original_title": "Votazione Emendamento 2.3 DDL n. 1997",
            "description_title": "Emendamento 2.3 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": 25,
            "majority_cohesion_rate": 66.39,
            "minority_cohesion_rate": 68.32
        }
    ]
}