Returns all available votings, paged, filtered, sorted, ....
GET /api-openparlamento/v1/19/votings/?format=api&ordering=-identifier&page=170
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=-identifier&page=171",
    "previous": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=-identifier&page=169",
    "results": [
        {
            "id": 28231,
            "slug": "vs19_248_019",
            "identifier": "vs19_248_019",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_248_019/?format=api",
            "sitting": {
                "id": 1615,
                "date": "2024-02-20",
                "number": 248,
                "branch": "C"
            },
            "number": 19,
            "title": "Emendamento 3.1007 MOLLICONE FEDERICO (FDI) - Votazione Emendamento 3.1007 PDL n. 0799",
            "original_title": "Votazione Emendamento 3.1007 PDL n. 0799",
            "description_title": "Emendamento 3.1007 MOLLICONE FEDERICO (FDI)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 128,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 70.99
        },
        {
            "id": 28245,
            "slug": "vs19_248_018",
            "identifier": "vs19_248_018",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_248_018/?format=api",
            "sitting": {
                "id": 1615,
                "date": "2024-02-20",
                "number": 248,
                "branch": "C"
            },
            "number": 18,
            "title": "Emendamento 3.8, nel testo riformulato, CASO ANTONIO (M5S) - Votazione Emendamento 3.8, PDL n. 0799",
            "original_title": "Votazione Emendamento 3.8, PDL n. 0799",
            "description_title": "Emendamento 3.8, nel testo riformulato, CASO ANTONIO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 125,
            "majority_cohesion_rate": 57.38,
            "minority_cohesion_rate": 71.6
        },
        {
            "id": 28277,
            "slug": "vs19_248_017",
            "identifier": "vs19_248_017",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_248_017/?format=api",
            "sitting": {
                "id": 1615,
                "date": "2024-02-20",
                "number": 248,
                "branch": "C"
            },
            "number": 17,
            "title": "Emendamento 3.1006 MOLLICONE FEDERICO (FDI) - Votazione Emendamento 3.1006 PDL n. 0799",
            "original_title": "Votazione Emendamento 3.1006 PDL n. 0799",
            "description_title": "Emendamento 3.1006 MOLLICONE FEDERICO (FDI)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 126,
            "majority_cohesion_rate": 59.07,
            "minority_cohesion_rate": 70.37
        },
        {
            "id": 28285,
            "slug": "vs19_248_016",
            "identifier": "vs19_248_016",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_248_016/?format=api",
            "sitting": {
                "id": 1615,
                "date": "2024-02-20",
                "number": 248,
                "branch": "C"
            },
            "number": 16,
            "title": "Emendamento 3.1000, nel testo riformulato, ORFINI MATTEO (PD-IDP) - Votazione Emendamento 3.1000, PDL n. 0799",
            "original_title": "Votazione Emendamento 3.1000, PDL n. 0799",
            "description_title": "Emendamento 3.1000, nel testo riformulato, ORFINI MATTEO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 127,
            "majority_cohesion_rate": 59.07,
            "minority_cohesion_rate": 70.99
        },
        {
            "id": 28295,
            "slug": "vs19_248_015",
            "identifier": "vs19_248_015",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_248_015/?format=api",
            "sitting": {
                "id": 1615,
                "date": "2024-02-20",
                "number": 248,
                "branch": "C"
            },
            "number": 15,
            "title": "Emendamento 3.1005 MOLLICONE FEDERICO (FDI) - Votazione Emendamento 3.1005 PDL n. 0799",
            "original_title": "Votazione Emendamento 3.1005 PDL n. 0799",
            "description_title": "Emendamento 3.1005 MOLLICONE FEDERICO (FDI)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 127,
            "majority_cohesion_rate": 59.49,
            "minority_cohesion_rate": 70.99
        },
        {
            "id": 28287,
            "slug": "vs19_248_014",
            "identifier": "vs19_248_014",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_248_014/?format=api",
            "sitting": {
                "id": 1615,
                "date": "2024-02-20",
                "number": 248,
                "branch": "C"
            },
            "number": 14,
            "title": "Emendamento 3.1004 MOLLICONE FEDERICO (FDI) - Votazione Emendamento 3.1004 PDL n. 0799",
            "original_title": "Votazione Emendamento 3.1004 PDL n. 0799",
            "description_title": "Emendamento 3.1004 MOLLICONE FEDERICO (FDI)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 120,
            "majority_cohesion_rate": 58.65,
            "minority_cohesion_rate": 64.81
        },
        {
            "id": 28312,
            "slug": "vs19_248_013",
            "identifier": "vs19_248_013",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_248_013/?format=api",
            "sitting": {
                "id": 1615,
                "date": "2024-02-20",
                "number": 248,
                "branch": "C"
            },
            "number": 13,
            "title": "Emendamento 3.1003 MOLLICONE FEDERICO (FDI) - Votazione Emendamento 3.1003 PDL n. 0799",
            "original_title": "Votazione Emendamento 3.1003 PDL n. 0799",
            "description_title": "Emendamento 3.1003 MOLLICONE FEDERICO (FDI)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 119,
            "majority_cohesion_rate": 58.65,
            "minority_cohesion_rate": 66.67
        },
        {
            "id": 28302,
            "slug": "vs19_248_012",
            "identifier": "vs19_248_012",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_248_012/?format=api",
            "sitting": {
                "id": 1615,
                "date": "2024-02-20",
                "number": 248,
                "branch": "C"
            },
            "number": 12,
            "title": "Emendamento 3.2, nel testo riformulato, MANZI IRENE (PD-IDP) - Votazione Emendamento 3.2, PDL n. 0799",
            "original_title": "Votazione Emendamento 3.2, PDL n. 0799",
            "description_title": "Emendamento 3.2, nel testo riformulato, 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": "Approvata",
            "n_rebels": 0,
            "n_margin": 127,
            "majority_cohesion_rate": 59.49,
            "minority_cohesion_rate": 70.99
        },
        {
            "id": 28240,
            "slug": "vs19_248_011",
            "identifier": "vs19_248_011",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_248_011/?format=api",
            "sitting": {
                "id": 1615,
                "date": "2024-02-20",
                "number": 248,
                "branch": "C"
            },
            "number": 11,
            "title": "Articolo 2 - Votazione Articolo 2 PDL n. 0799",
            "original_title": "Votazione Articolo 2 PDL n. 0799",
            "description_title": "Articolo 2",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 127,
            "majority_cohesion_rate": 59.07,
            "minority_cohesion_rate": 70.99
        },
        {
            "id": 28229,
            "slug": "vs19_248_010",
            "identifier": "vs19_248_010",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_248_010/?format=api",
            "sitting": {
                "id": 1615,
                "date": "2024-02-20",
                "number": 248,
                "branch": "C"
            },
            "number": 10,
            "title": "Emendamento 2.1007 MOLLICONE FEDERICO (FDI) - Votazione Emendamento 2.1007 PDL n. 0799",
            "original_title": "Votazione Emendamento 2.1007 PDL n. 0799",
            "description_title": "Emendamento 2.1007 MOLLICONE FEDERICO (FDI)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 122,
            "majority_cohesion_rate": 58.65,
            "minority_cohesion_rate": 66.05
        },
        {
            "id": 28288,
            "slug": "vs19_248_009",
            "identifier": "vs19_248_009",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_248_009/?format=api",
            "sitting": {
                "id": 1615,
                "date": "2024-02-20",
                "number": 248,
                "branch": "C"
            },
            "number": 9,
            "title": "Emendamento 2.1003 MOLLICONE FEDERICO (FDI) - Votazione Emendamento 2.1003 PDL n. 0799",
            "original_title": "Votazione Emendamento 2.1003 PDL n. 0799",
            "description_title": "Emendamento 2.1003 MOLLICONE FEDERICO (FDI)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 127,
            "majority_cohesion_rate": 59.07,
            "minority_cohesion_rate": 70.99
        },
        {
            "id": 28294,
            "slug": "vs19_248_008",
            "identifier": "vs19_248_008",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_248_008/?format=api",
            "sitting": {
                "id": 1615,
                "date": "2024-02-20",
                "number": 248,
                "branch": "C"
            },
            "number": 8,
            "title": "Emendamento 2.1006 MOLLICONE FEDERICO (FDI) - Votazione Emendamento 2.1006 PDL n. 0799",
            "original_title": "Votazione Emendamento 2.1006 PDL n. 0799",
            "description_title": "Emendamento 2.1006 MOLLICONE FEDERICO (FDI)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Approvata",
            "n_rebels": 3,
            "n_margin": 123,
            "majority_cohesion_rate": 57.38,
            "minority_cohesion_rate": 69.14
        },
        {
            "id": 28274,
            "slug": "vs19_248_007",
            "identifier": "vs19_248_007",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_248_007/?format=api",
            "sitting": {
                "id": 1615,
                "date": "2024-02-20",
                "number": 248,
                "branch": "C"
            },
            "number": 7,
            "title": "Emendamento 2.1000 MOLLICONE FEDERICO (FDI) - Votazione Emendamento 2.1000 PDL n. 0799",
            "original_title": "Votazione Emendamento 2.1000 PDL n. 0799",
            "description_title": "Emendamento 2.1000 MOLLICONE FEDERICO (FDI)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Approvata",
            "n_rebels": 11,
            "n_margin": 116,
            "majority_cohesion_rate": 59.07,
            "minority_cohesion_rate": 57.41
        },
        {
            "id": 28284,
            "slug": "vs19_248_006",
            "identifier": "vs19_248_006",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_248_006/?format=api",
            "sitting": {
                "id": 1615,
                "date": "2024-02-20",
                "number": 248,
                "branch": "C"
            },
            "number": 6,
            "title": "Emendamento 2.1005 MOLLICONE FEDERICO (FDI) - Votazione Emendamento 2.1005 PDL n. 0799",
            "original_title": "Votazione Emendamento 2.1005 PDL n. 0799",
            "description_title": "Emendamento 2.1005 MOLLICONE FEDERICO (FDI)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 127,
            "majority_cohesion_rate": 59.07,
            "minority_cohesion_rate": 70.99
        },
        {
            "id": 28235,
            "slug": "vs19_248_005",
            "identifier": "vs19_248_005",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_248_005/?format=api",
            "sitting": {
                "id": 1615,
                "date": "2024-02-20",
                "number": 248,
                "branch": "C"
            },
            "number": 5,
            "title": "Emendamento 2.1004 MOLLICONE FEDERICO (FDI) - Votazione Emendamento 2.1004 PDL n. 0799",
            "original_title": "Votazione Emendamento 2.1004 PDL n. 0799",
            "description_title": "Emendamento 2.1004 MOLLICONE FEDERICO (FDI)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 125,
            "majority_cohesion_rate": 58.65,
            "minority_cohesion_rate": 69.75
        },
        {
            "id": 28243,
            "slug": "vs19_248_004",
            "identifier": "vs19_248_004",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_248_004/?format=api",
            "sitting": {
                "id": 1615,
                "date": "2024-02-20",
                "number": 248,
                "branch": "C"
            },
            "number": 4,
            "title": "Articolo 1 - Votazione Articolo 1 PDL n. 0799",
            "original_title": "Votazione Articolo 1 PDL n. 0799",
            "description_title": "Articolo 1",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 121,
            "majority_cohesion_rate": 56.12,
            "minority_cohesion_rate": 68.52
        },
        {
            "id": 28314,
            "slug": "vs19_248_003",
            "identifier": "vs19_248_003",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_248_003/?format=api",
            "sitting": {
                "id": 1615,
                "date": "2024-02-20",
                "number": 248,
                "branch": "C"
            },
            "number": 3,
            "title": "Emendamento 1.1001 MOLLICONE FEDERICO (FDI) - Votazione Emendamento 1.1001 PDL n. 0799",
            "original_title": "Votazione Emendamento 1.1001 PDL n. 0799",
            "description_title": "Emendamento 1.1001 MOLLICONE FEDERICO (FDI)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Approvata",
            "n_rebels": 2,
            "n_margin": 17,
            "majority_cohesion_rate": 56.12,
            "minority_cohesion_rate": 64.2
        },
        {
            "id": 28303,
            "slug": "vs19_248_002",
            "identifier": "vs19_248_002",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_248_002/?format=api",
            "sitting": {
                "id": 1615,
                "date": "2024-02-20",
                "number": 248,
                "branch": "C"
            },
            "number": 2,
            "title": "Emendamento 1.2 CASO ANTONIO (M5S) - Votazione Emendamento 1.2 PDL n. 0799",
            "original_title": "Votazione Emendamento 1.2 PDL n. 0799",
            "description_title": "Emendamento 1.2 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": 3,
            "n_margin": 16,
            "majority_cohesion_rate": 54.85,
            "minority_cohesion_rate": 61.11
        },
        {
            "id": 28297,
            "slug": "vs19_248_001",
            "identifier": "vs19_248_001",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_248_001/?format=api",
            "sitting": {
                "id": 1615,
                "date": "2024-02-20",
                "number": 248,
                "branch": "C"
            },
            "number": 1,
            "title": "Emendamento 1.1000 MOLLICONE FEDERICO (FDI) - Votazione Emendamento 1.1000 PDL n. 0799",
            "original_title": "Votazione Emendamento 1.1000 PDL n. 0799",
            "description_title": "Emendamento 1.1000 MOLLICONE FEDERICO (FDI)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 121,
            "majority_cohesion_rate": 55.7,
            "minority_cohesion_rate": 68.52
        },
        {
            "id": 28311,
            "slug": "vs19_247_077",
            "identifier": "vs19_247_077",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_247_077/?format=api",
            "sitting": {
                "id": 1613,
                "date": "2024-02-19",
                "number": 247,
                "branch": "C"
            },
            "number": 77,
            "title": "Fiducia conversione decreto milleproroghe 2024",
            "original_title": "Votazione Articolo unico DDL n. 1633",
            "description_title": "Articolo unico del disegno di legge di conversione del decreto-legge 30 dicembre 2023, n. 215, nel testo delle Commissioni, sul quale il Governo ha posto la questione di fiducia",
            "public_title": "Fiducia conversione decreto milleproroghe 2024",
            "is_key_vote": true,
            "is_final": false,
            "is_confidence": true,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 31,
            "majority_cohesion_rate": 73.0,
            "minority_cohesion_rate": 67.9
        },
        {
            "id": 28281,
            "slug": "vs19_247_076",
            "identifier": "vs19_247_076",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_247_076/?format=api",
            "sitting": {
                "id": 1613,
                "date": "2024-02-19",
                "number": 247,
                "branch": "C"
            },
            "number": 76,
            "title": "Conversione decreto milleproroghe 2024",
            "original_title": "Votazione finale DDL n. 1633",
            "description_title": "Conversione in legge, con modificazioni, del decreto-legge 30 dicembre 2023, n. 215, recante disposizioni urgenti in materia di termini normativi (DDL 1633)",
            "public_title": "Conversione decreto milleproroghe 2024",
            "is_key_vote": true,
            "is_final": true,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Atto intero",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 35,
            "majority_cohesion_rate": 59.07,
            "minority_cohesion_rate": 42.59
        },
        {
            "id": 28322,
            "slug": "vs19_247_075",
            "identifier": "vs19_247_075",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_247_075/?format=api",
            "sitting": {
                "id": 1613,
                "date": "2024-02-19",
                "number": 247,
                "branch": "C"
            },
            "number": 75,
            "title": "Ordine del giorno n. 9/1633/109 BARBAGALLO ANTHONY EMANUELE (PD-IDP) - Votazione Ordine del giorno 9/1633/109 DDL n. 1633",
            "original_title": "Votazione Ordine del giorno 9/1633/109 DDL n. 1633",
            "description_title": "Ordine del giorno n. 9/1633/109 BARBAGALLO ANTHONY EMANUELE (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": 25,
            "majority_cohesion_rate": 55.7,
            "minority_cohesion_rate": 54.94
        },
        {
            "id": 28266,
            "slug": "vs19_247_074",
            "identifier": "vs19_247_074",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_247_074/?format=api",
            "sitting": {
                "id": 1613,
                "date": "2024-02-19",
                "number": 247,
                "branch": "C"
            },
            "number": 74,
            "title": "Ordine del giorno n. 9/1633/104 SERRACCHIANI DEBORA (PD-IDP) - Votazione Ordine del giorno 9/1633/104 DDL n. 1633",
            "original_title": "Votazione Ordine del giorno 9/1633/104 DDL n. 1633",
            "description_title": "Ordine del giorno n. 9/1633/104 SERRACCHIANI DEBORA (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": 15,
            "majority_cohesion_rate": 56.54,
            "minority_cohesion_rate": 64.81
        },
        {
            "id": 28254,
            "slug": "vs19_247_073",
            "identifier": "vs19_247_073",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_247_073/?format=api",
            "sitting": {
                "id": 1613,
                "date": "2024-02-19",
                "number": 247,
                "branch": "C"
            },
            "number": 73,
            "title": "Ordine del giorno n. 9/1633/136, nel testo riformulato, PIETRELLA FABIO (FDI) - Votazione Ordine del giorno 9/1633/136, DDL n. 1633",
            "original_title": "Votazione Ordine del giorno 9/1633/136, DDL n. 1633",
            "description_title": "Ordine del giorno n. 9/1633/136, nel testo riformulato, PIETRELLA FABIO (FDI)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 3,
            "n_margin": 120,
            "majority_cohesion_rate": 57.38,
            "minority_cohesion_rate": 66.05
        },
        {
            "id": 28376,
            "slug": "vs19_247_072",
            "identifier": "vs19_247_072",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_247_072/?format=api",
            "sitting": {
                "id": 1613,
                "date": "2024-02-19",
                "number": 247,
                "branch": "C"
            },
            "number": 72,
            "title": "Ordine del giorno n. 9/1633/132 PORTA FABIO (PD-IDP) - Votazione Ordine del giorno 9/1633/132 DDL n. 1633",
            "original_title": "Votazione Ordine del giorno 9/1633/132 DDL n. 1633",
            "description_title": "Ordine del giorno n. 9/1633/132 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": 2,
            "n_margin": 17,
            "majority_cohesion_rate": 57.38,
            "minority_cohesion_rate": 62.96
        },
        {
            "id": 28363,
            "slug": "vs19_247_071",
            "identifier": "vs19_247_071",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_247_071/?format=api",
            "sitting": {
                "id": 1613,
                "date": "2024-02-19",
                "number": 247,
                "branch": "C"
            },
            "number": 71,
            "title": "Ordine del giorno n. 9/1633/124 CASU ANDREA (PD-IDP) - Votazione Ordine del giorno 9/1633/124 DDL n. 1633",
            "original_title": "Votazione Ordine del giorno 9/1633/124 DDL n. 1633",
            "description_title": "Ordine del giorno n. 9/1633/124 CASU ANDREA (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 16,
            "majority_cohesion_rate": 57.81,
            "minority_cohesion_rate": 65.43
        },
        {
            "id": 28352,
            "slug": "vs19_247_070",
            "identifier": "vs19_247_070",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_247_070/?format=api",
            "sitting": {
                "id": 1613,
                "date": "2024-02-19",
                "number": 247,
                "branch": "C"
            },
            "number": 70,
            "title": "Ordine del giorno n.  9/1633/122, come riformulato, BONETTI ELENA (APERRE) - Votazione Ordine del giorno 9/1633/122, DDL n. 1633",
            "original_title": "Votazione Ordine del giorno 9/1633/122, DDL n. 1633",
            "description_title": "Ordine del giorno n.  9/1633/122, come riformulato, BONETTI ELENA (APERRE)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 118,
            "majority_cohesion_rate": 55.27,
            "minority_cohesion_rate": 66.05
        },
        {
            "id": 28265,
            "slug": "vs19_247_069",
            "identifier": "vs19_247_069",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_247_069/?format=api",
            "sitting": {
                "id": 1613,
                "date": "2024-02-19",
                "number": 247,
                "branch": "C"
            },
            "number": 69,
            "title": "Ordine del giorno n. 9/1633/121, come riformulato, BONAFE' SIMONA (PD-IDP) - Votazione Ordine del giorno 9/1633/121, DDL n. 1633",
            "original_title": "Votazione Ordine del giorno 9/1633/121, DDL n. 1633",
            "description_title": "Ordine del giorno n. 9/1633/121, come riformulato, BONAFE' SIMONA (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 3,
            "n_margin": 115,
            "majority_cohesion_rate": 56.12,
            "minority_cohesion_rate": 61.73
        },
        {
            "id": 28355,
            "slug": "vs19_247_068",
            "identifier": "vs19_247_068",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_247_068/?format=api",
            "sitting": {
                "id": 1613,
                "date": "2024-02-19",
                "number": 247,
                "branch": "C"
            },
            "number": 68,
            "title": "Ordine del giorno n. 9/1633A/119 GRIPPO VALENTINA (APERRE) - Votazione Ordine del giorno 9/1633A/119 DDL n. 1633",
            "original_title": "Votazione Ordine del giorno 9/1633A/119 DDL n. 1633",
            "description_title": "Ordine del giorno n. 9/1633A/119 GRIPPO VALENTINA (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": 3,
            "n_margin": 17,
            "majority_cohesion_rate": 55.7,
            "minority_cohesion_rate": 61.11
        },
        {
            "id": 28367,
            "slug": "vs19_247_067",
            "identifier": "vs19_247_067",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_247_067/?format=api",
            "sitting": {
                "id": 1613,
                "date": "2024-02-19",
                "number": 247,
                "branch": "C"
            },
            "number": 67,
            "title": "Ordine del giorno n. 9/1633/118, come riformulato, ONORI FEDERICA (APERRE) - Votazione Ordine del giorno 9/1633/118, DDL n. 1633",
            "original_title": "Votazione Ordine del giorno 9/1633/118, DDL n. 1633",
            "description_title": "Ordine del giorno n. 9/1633/118, come riformulato, ONORI FEDERICA (APERRE)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 6,
            "n_margin": 114,
            "majority_cohesion_rate": 55.27,
            "minority_cohesion_rate": 62.96
        },
        {
            "id": 28337,
            "slug": "vs19_247_066",
            "identifier": "vs19_247_066",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_247_066/?format=api",
            "sitting": {
                "id": 1613,
                "date": "2024-02-19",
                "number": 247,
                "branch": "C"
            },
            "number": 66,
            "title": "Ordine del giorno n. 9/1633/115 SOTTANELLI GIULIO CESARE (APERRE) - Votazione Ordine del giorno 9/1633/115 DDL n. 1633",
            "original_title": "Votazione Ordine del giorno 9/1633/115 DDL n. 1633",
            "description_title": "Ordine del giorno n. 9/1633/115 SOTTANELLI GIULIO CESARE (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": 2,
            "n_margin": 37,
            "majority_cohesion_rate": 56.54,
            "minority_cohesion_rate": 37.65
        },
        {
            "id": 28347,
            "slug": "vs19_247_065",
            "identifier": "vs19_247_065",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_247_065/?format=api",
            "sitting": {
                "id": 1613,
                "date": "2024-02-19",
                "number": 247,
                "branch": "C"
            },
            "number": 65,
            "title": "Ordine del giorno n. 9/1633/114 BENZONI FABRIZIO (APERRE) - Votazione Ordine del giorno 9/1633/114 DDL n. 1633",
            "original_title": "Votazione Ordine del giorno 9/1633/114 DDL n. 1633",
            "description_title": "Ordine del giorno n. 9/1633/114 BENZONI FABRIZIO (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": 21,
            "majority_cohesion_rate": 57.38,
            "minority_cohesion_rate": 58.64
        },
        {
            "id": 28338,
            "slug": "vs19_247_064",
            "identifier": "vs19_247_064",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_247_064/?format=api",
            "sitting": {
                "id": 1613,
                "date": "2024-02-19",
                "number": 247,
                "branch": "C"
            },
            "number": 64,
            "title": "Ordine del giorno n. 9/1633/113, come riformulato, MORASSUT ROBERTO (PD-IDP) - Votazione Ordine del giorno 9/1633/113, DDL n. 1633",
            "original_title": "Votazione Ordine del giorno 9/1633/113, DDL n. 1633",
            "description_title": "Ordine del giorno n. 9/1633/113, come riformulato, MORASSUT ROBERTO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 5,
            "n_margin": 116,
            "majority_cohesion_rate": 55.27,
            "minority_cohesion_rate": 65.43
        },
        {
            "id": 28348,
            "slug": "vs19_247_063",
            "identifier": "vs19_247_063",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_247_063/?format=api",
            "sitting": {
                "id": 1613,
                "date": "2024-02-19",
                "number": 247,
                "branch": "C"
            },
            "number": 63,
            "title": "Ordine del giorno n. 9/1633/112 DI SANZO CHRISTIAN DIEGO (PD-IDP) - Votazione Ordine del giorno 9/1633/112 DDL n. 1633",
            "original_title": "Votazione Ordine del giorno 9/1633/112 DDL n. 1633",
            "description_title": "Ordine del giorno n. 9/1633/112 DI SANZO CHRISTIAN DIEGO (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": 3,
            "n_margin": 31,
            "majority_cohesion_rate": 57.81,
            "minority_cohesion_rate": 46.91
        },
        {
            "id": 28357,
            "slug": "vs19_247_062",
            "identifier": "vs19_247_062",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_247_062/?format=api",
            "sitting": {
                "id": 1613,
                "date": "2024-02-19",
                "number": 247,
                "branch": "C"
            },
            "number": 62,
            "title": "Ordine del giorno n. 9/1633/111 DE LUCA PIERO (PD-IDP) - Votazione Ordine del giorno 9/1633/111 DDL n. 1633",
            "original_title": "Votazione Ordine del giorno 9/1633/111 DDL n. 1633",
            "description_title": "Ordine del giorno n. 9/1633/111 DE LUCA PIERO (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": 20,
            "majority_cohesion_rate": 57.81,
            "minority_cohesion_rate": 62.35
        },
        {
            "id": 28369,
            "slug": "vs19_247_061",
            "identifier": "vs19_247_061",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_247_061/?format=api",
            "sitting": {
                "id": 1613,
                "date": "2024-02-19",
                "number": 247,
                "branch": "C"
            },
            "number": 61,
            "title": "Ordine del giorno n. 9/1633/110 PELUFFO VINICIO GIUSEPPE GUIDO (PD-IDP) - Votazione Ordine del giorno 9/1633/110 DDL n. 1633",
            "original_title": "Votazione Ordine del giorno 9/1633/110 DDL n. 1633",
            "description_title": "Ordine del giorno n. 9/1633/110 PELUFFO VINICIO GIUSEPPE GUIDO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 26,
            "majority_cohesion_rate": 59.07,
            "minority_cohesion_rate": 59.26
        },
        {
            "id": 28252,
            "slug": "vs19_247_060",
            "identifier": "vs19_247_060",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_247_060/?format=api",
            "sitting": {
                "id": 1613,
                "date": "2024-02-19",
                "number": 247,
                "branch": "C"
            },
            "number": 60,
            "title": "Ordine del giorno n. 9/1633/107 LACARRA MARCO (PD-IDP) - Votazione Ordine del giorno 9/1633/107 DDL n. 1633",
            "original_title": "Votazione Ordine del giorno 9/1633/107 DDL n. 1633",
            "description_title": "Ordine del giorno n. 9/1633/107 LACARRA MARCO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 33,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 48.15
        },
        {
            "id": 28341,
            "slug": "vs19_247_059",
            "identifier": "vs19_247_059",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_247_059/?format=api",
            "sitting": {
                "id": 1613,
                "date": "2024-02-19",
                "number": 247,
                "branch": "C"
            },
            "number": 59,
            "title": "Ordine del giorno n. 9/1633/102, come riformulato, ALIFANO ENRICA (M5S) - Votazione Ordine del giorno 9/1633/102, DDL n. 1633",
            "original_title": "Votazione Ordine del giorno 9/1633/102, DDL n. 1633",
            "description_title": "Ordine del giorno n. 9/1633/102, come riformulato, ALIFANO ENRICA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 6,
            "n_margin": 119,
            "majority_cohesion_rate": 58.23,
            "minority_cohesion_rate": 64.81
        },
        {
            "id": 28372,
            "slug": "vs19_247_058",
            "identifier": "vs19_247_058",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_247_058/?format=api",
            "sitting": {
                "id": 1613,
                "date": "2024-02-19",
                "number": 247,
                "branch": "C"
            },
            "number": 58,
            "title": "Ordine del giorno n. 9/1633/100 COLUCCI ALFONSO (M5S) - Votazione Ordine del giorno 9/1633/100 DDL n. 1633",
            "original_title": "Votazione Ordine del giorno 9/1633/100 DDL n. 1633",
            "description_title": "Ordine del giorno n. 9/1633/100 COLUCCI ALFONSO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 27,
            "majority_cohesion_rate": 60.34,
            "minority_cohesion_rate": 59.88
        },
        {
            "id": 28361,
            "slug": "vs19_247_057",
            "identifier": "vs19_247_057",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_247_057/?format=api",
            "sitting": {
                "id": 1613,
                "date": "2024-02-19",
                "number": 247,
                "branch": "C"
            },
            "number": 57,
            "title": "Ordine del giorno n. 9/1633/99 PENZA PASQUALINO (M5S) - Votazione Ordine del giorno 9/1633/99 DDL n. 1633",
            "original_title": "Votazione Ordine del giorno 9/1633/99 DDL n. 1633",
            "description_title": "Ordine del giorno n. 9/1633/99 PENZA PASQUALINO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 30,
            "majority_cohesion_rate": 60.76,
            "minority_cohesion_rate": 54.94
        },
        {
            "id": 28267,
            "slug": "vs19_247_056",
            "identifier": "vs19_247_056",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_247_056/?format=api",
            "sitting": {
                "id": 1613,
                "date": "2024-02-19",
                "number": 247,
                "branch": "C"
            },
            "number": 56,
            "title": "Ordine del giorno n. 9/1633/98 LOMUTI ARNALDO (M5S) - Votazione Ordine del giorno 9/1633/98 DDL n. 1633",
            "original_title": "Votazione Ordine del giorno 9/1633/98 DDL n. 1633",
            "description_title": "Ordine del giorno n. 9/1633/98 LOMUTI ARNALDO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 5,
            "n_margin": 25,
            "majority_cohesion_rate": 60.34,
            "minority_cohesion_rate": 58.64
        },
        {
            "id": 28255,
            "slug": "vs19_247_055",
            "identifier": "vs19_247_055",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_247_055/?format=api",
            "sitting": {
                "id": 1613,
                "date": "2024-02-19",
                "number": 247,
                "branch": "C"
            },
            "number": 55,
            "title": "Ordine del giorno n. 9/1633/96 AMATO GAETANO (M5S) - Votazione Ordine del giorno 9/1633/96 DDL n. 1633",
            "original_title": "Votazione Ordine del giorno 9/1633/96 DDL n. 1633",
            "description_title": "Ordine del giorno n. 9/1633/96 AMATO GAETANO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 5,
            "n_margin": 15,
            "majority_cohesion_rate": 58.23,
            "minority_cohesion_rate": 64.81
        },
        {
            "id": 28331,
            "slug": "vs19_247_054",
            "identifier": "vs19_247_054",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_247_054/?format=api",
            "sitting": {
                "id": 1613,
                "date": "2024-02-19",
                "number": 247,
                "branch": "C"
            },
            "number": 54,
            "title": "Ordine del giorno n.  9/1633/95, come riformulato, CASO ANTONIO (M5S) - Votazione Ordine del giorno 9/1633/95, DDL n. 1633",
            "original_title": "Votazione Ordine del giorno 9/1633/95, DDL n. 1633",
            "description_title": "Ordine del giorno n.  9/1633/95, come riformulato, CASO ANTONIO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 8,
            "n_margin": 116,
            "majority_cohesion_rate": 56.12,
            "minority_cohesion_rate": 64.81
        },
        {
            "id": 28323,
            "slug": "vs19_247_053",
            "identifier": "vs19_247_053",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_247_053/?format=api",
            "sitting": {
                "id": 1613,
                "date": "2024-02-19",
                "number": 247,
                "branch": "C"
            },
            "number": 53,
            "title": "Ordine del giorno n. 9/1633/94 CAROTENUTO DARIO (M5S) - Votazione Ordine del giorno 9/1633/94 DDL n. 1633",
            "original_title": "Votazione Ordine del giorno 9/1633/94 DDL n. 1633",
            "description_title": "Ordine del giorno n. 9/1633/94 CAROTENUTO DARIO (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": 23,
            "majority_cohesion_rate": 57.81,
            "minority_cohesion_rate": 57.41
        },
        {
            "id": 28356,
            "slug": "vs19_247_052",
            "identifier": "vs19_247_052",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_247_052/?format=api",
            "sitting": {
                "id": 1613,
                "date": "2024-02-19",
                "number": 247,
                "branch": "C"
            },
            "number": 52,
            "title": "Ordine del giorno n. 9/1633/93 FONTANA ILARIA (M5S) - Votazione Ordine del giorno 9/1633/93 DDL n. 1633",
            "original_title": "Votazione Ordine del giorno 9/1633/93 DDL n. 1633",
            "description_title": "Ordine del giorno n. 9/1633/93 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": 2,
            "n_margin": 16,
            "majority_cohesion_rate": 59.07,
            "minority_cohesion_rate": 66.67
        },
        {
            "id": 28368,
            "slug": "vs19_247_051",
            "identifier": "vs19_247_051",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_247_051/?format=api",
            "sitting": {
                "id": 1613,
                "date": "2024-02-19",
                "number": 247,
                "branch": "C"
            },
            "number": 51,
            "title": "Ordine del giorno n. 9/1633/92 IARIA ANTONINO (M5S) - Votazione Ordine del giorno 9/1633/92 DDL n. 1633",
            "original_title": "Votazione Ordine del giorno 9/1633/92 DDL n. 1633",
            "description_title": "Ordine del giorno n. 9/1633/92 IARIA ANTONINO (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": 59.92,
            "minority_cohesion_rate": 62.35
        },
        {
            "id": 28334,
            "slug": "vs19_247_050",
            "identifier": "vs19_247_050",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_247_050/?format=api",
            "sitting": {
                "id": 1613,
                "date": "2024-02-19",
                "number": 247,
                "branch": "C"
            },
            "number": 50,
            "title": "Ordine del giorno n. 9/1633/91, nel testo riformulato, AIELLO DAVIDE (M5S) - Votazione Ordine del giorno 9/1633/91, DDL n. 1633",
            "original_title": "Votazione Ordine del giorno 9/1633/91, DDL n. 1633",
            "description_title": "Ordine del giorno n. 9/1633/91, nel testo riformulato, AIELLO DAVIDE (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 3,
            "n_margin": 122,
            "majority_cohesion_rate": 59.07,
            "minority_cohesion_rate": 67.9
        },
        {
            "id": 28248,
            "slug": "vs19_247_049",
            "identifier": "vs19_247_049",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_247_049/?format=api",
            "sitting": {
                "id": 1613,
                "date": "2024-02-19",
                "number": 247,
                "branch": "C"
            },
            "number": 49,
            "title": "Ordine del giorno n. 9/1633/90, nel testo riformulato, PELLEGRINI MARCO (M5S) - Votazione Ordine del giorno 9/1633/90, DDL n. 1633",
            "original_title": "Votazione Ordine del giorno 9/1633/90, DDL n. 1633",
            "description_title": "Ordine del giorno n. 9/1633/90, nel testo riformulato, PELLEGRINI MARCO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 3,
            "n_margin": 123,
            "majority_cohesion_rate": 57.81,
            "minority_cohesion_rate": 69.75
        },
        {
            "id": 28375,
            "slug": "vs19_247_048",
            "identifier": "vs19_247_048",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_247_048/?format=api",
            "sitting": {
                "id": 1613,
                "date": "2024-02-19",
                "number": 247,
                "branch": "C"
            },
            "number": 48,
            "title": "Ordine del giorno n. 9/1633/89 FENU EMILIANO (M5S) - Votazione Ordine del giorno 9/1633/89 DDL n. 1633",
            "original_title": "Votazione Ordine del giorno 9/1633/89 DDL n. 1633",
            "description_title": "Ordine del giorno n. 9/1633/89 FENU EMILIANO (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": 18,
            "majority_cohesion_rate": 60.76,
            "minority_cohesion_rate": 67.9
        },
        {
            "id": 28362,
            "slug": "vs19_247_047",
            "identifier": "vs19_247_047",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_247_047/?format=api",
            "sitting": {
                "id": 1613,
                "date": "2024-02-19",
                "number": 247,
                "branch": "C"
            },
            "number": 47,
            "title": "Ordine del giorno n.  9/1633/87, nel testo riformulato, FEDE GIORGIO (M5S) - Votazione Ordine del giorno 9/1633/87, DDL n. 1633",
            "original_title": "Votazione Ordine del giorno 9/1633/87, DDL n. 1633",
            "description_title": "Ordine del giorno n.  9/1633/87, nel testo riformulato, FEDE GIORGIO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 128,
            "majority_cohesion_rate": 60.76,
            "minority_cohesion_rate": 69.75
        }
    ]
}