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

{
    "count": 22130,
    "codelists": {
        "years": [
            {
                "id": "2025",
                "value": "2025"
            },
            {
                "id": "2024",
                "value": "2024"
            },
            {
                "id": "2023",
                "value": "2023"
            },
            {
                "id": "2022",
                "value": "2022"
            }
        ],
        "branch": [
            {
                "id": "S",
                "value": "Senato"
            },
            {
                "id": "C",
                "value": "Camera"
            }
        ],
        "governments": [
            {
                "id": 135225,
                "slug": "i-governo-meloni-2022-10-22",
                "start_date": "2022-10-22",
                "value": "Meloni I"
            }
        ],
        "governments_filter": [
            {
                "id": 135225,
                "slug": "i-governo-meloni-2022-10-22",
                "start_date": "2022-10-22",
                "value": "Meloni I"
            }
        ],
        "main_vote_type": [
            {
                "id": "is_key_vote",
                "value": "Voto chiave"
            },
            {
                "id": "is_final",
                "value": "Voto finale"
            },
            {
                "id": "is_confidence",
                "value": "Voto di fiducia"
            },
            {
                "id": "all",
                "value": "Tutti"
            }
        ],
        "sub_vote_type": [
            {
                "id": "ALL",
                "value": "Atto intero"
            },
            {
                "id": "ART",
                "value": "Articolo"
            },
            {
                "id": "AMEND",
                "value": "Emendamenti"
            },
            {
                "id": "ODG",
                "value": "ODG"
            },
            {
                "id": "PREJ",
                "value": "Questione pregiudiziale"
            },
            {
                "id": "EM_DECL",
                "value": "Dichiarazione d'urgenza"
            },
            {
                "id": "SUSP",
                "value": "Questione sospensiva"
            },
            {
                "id": "VAR_N",
                "value": "Nota di variazione"
            },
            {
                "id": "DONT_P",
                "value": "Non passaggio agli articoli"
            },
            {
                "id": "CLOS_DEB",
                "value": "Chiusura della discussione"
            },
            {
                "id": "RES",
                "value": "Risoluzione"
            },
            {
                "id": "DIM",
                "value": "Dimissioni"
            },
            {
                "id": "ELE",
                "value": "Elezioni"
            },
            {
                "id": "COORD",
                "value": "Proposta coordinamento"
            },
            {
                "id": "MOZ",
                "value": "Mozione"
            },
            {
                "id": "CPROP",
                "value": "Proposta giunta"
            }
        ],
        "vm_cohesion_rates": {
            "80_100": "dall'80 al 100%",
            "60_80": "dal 60 all'80%",
            "_60": "Meno del 60%"
        },
        "orderings": [
            {
                "id": "date",
                "value": "Data"
            },
            {
                "id": "majority_cohesion_rate",
                "value": "Compattezza maggioranza"
            },
            {
                "id": "n_rebels",
                "value": "Ribelli"
            },
            {
                "id": "identifier",
                "value": "Identificativo"
            },
            {
                "id": "n_margin",
                "value": "Margine"
            }
        ],
        "outcome": [
            {
                "id": "Respinto",
                "value": "Respinta"
            },
            {
                "id": "Approvato",
                "value": "Approvata"
            }
        ]
    },
    "next": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=n_rebels&page=192",
    "previous": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=n_rebels&page=190",
    "results": [
        {
            "id": 32759,
            "slug": "vs19_371_033",
            "identifier": "vs19_371_033",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_371_033/?format=api",
            "sitting": {
                "id": 1811,
                "date": "2024-10-23",
                "number": 371,
                "branch": "C"
            },
            "number": 33,
            "title": "ARTICOLO 9 - Votazione Articolo 9 ",
            "original_title": "Votazione Articolo 9 ",
            "description_title": "ARTICOLO 9",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 21,
            "majority_cohesion_rate": 58.92,
            "minority_cohesion_rate": 68.35
        },
        {
            "id": 32763,
            "slug": "vs19_371_035",
            "identifier": "vs19_371_035",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_371_035/?format=api",
            "sitting": {
                "id": 1811,
                "date": "2024-10-23",
                "number": 371,
                "branch": "C"
            },
            "number": 35,
            "title": "Modifiche allo statuto speciale della regione Friuli-Venezia Giulia",
            "original_title": "Votazione finale ",
            "description_title": "PDL 976-A - VOTO FINALE",
            "public_title": "Modifiche allo statuto speciale della regione Friuli-Venezia Giulia",
            "is_key_vote": false,
            "is_final": true,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Atto intero",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 29,
            "majority_cohesion_rate": 58.51,
            "minority_cohesion_rate": 57.59
        },
        {
            "id": 32813,
            "slug": "vs19_371_037",
            "identifier": "vs19_371_037",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_371_037/?format=api",
            "sitting": {
                "id": 1811,
                "date": "2024-10-23",
                "number": 371,
                "branch": "C"
            },
            "number": 37,
            "title": "EM 3.2 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 3.2",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 14,
            "majority_cohesion_rate": 56.02,
            "minority_cohesion_rate": 68.35
        },
        {
            "id": 32793,
            "slug": "vs19_371_024",
            "identifier": "vs19_371_024",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_371_024/?format=api",
            "sitting": {
                "id": 1811,
                "date": "2024-10-23",
                "number": 371,
                "branch": "C"
            },
            "number": 24,
            "title": "EM 8.4 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 8.4",
            "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": 60,
            "majority_cohesion_rate": 59.34,
            "minority_cohesion_rate": 41.14
        },
        {
            "id": 32796,
            "slug": "vs19_371_014",
            "identifier": "vs19_371_014",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_371_014/?format=api",
            "sitting": {
                "id": 1811,
                "date": "2024-10-23",
                "number": 371,
                "branch": "C"
            },
            "number": 14,
            "title": "EM 4.3 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 4.3",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 51,
            "majority_cohesion_rate": 57.68,
            "minority_cohesion_rate": 43.04
        },
        {
            "id": 32802,
            "slug": "vs19_371_025",
            "identifier": "vs19_371_025",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_371_025/?format=api",
            "sitting": {
                "id": 1811,
                "date": "2024-10-23",
                "number": 371,
                "branch": "C"
            },
            "number": 25,
            "title": "EM 8.5 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 8.5",
            "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": 57,
            "majority_cohesion_rate": 58.09,
            "minority_cohesion_rate": 44.3
        },
        {
            "id": 32804,
            "slug": "vs19_371_039",
            "identifier": "vs19_371_039",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_371_039/?format=api",
            "sitting": {
                "id": 1811,
                "date": "2024-10-23",
                "number": 371,
                "branch": "C"
            },
            "number": 39,
            "title": "ARTICOLO 4 - Votazione Articolo 4 ",
            "original_title": "Votazione Articolo 4 ",
            "description_title": "ARTICOLO 4",
            "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": 125,
            "majority_cohesion_rate": 57.26,
            "minority_cohesion_rate": 71.52
        },
        {
            "id": 32805,
            "slug": "vs19_371_034",
            "identifier": "vs19_371_034",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_371_034/?format=api",
            "sitting": {
                "id": 1811,
                "date": "2024-10-23",
                "number": 371,
                "branch": "C"
            },
            "number": 34,
            "title": "ARTICOLO 10 - Votazione Articolo 10 ",
            "original_title": "Votazione Articolo 10 ",
            "description_title": "ARTICOLO 10",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 26,
            "majority_cohesion_rate": 59.34,
            "minority_cohesion_rate": 62.66
        },
        {
            "id": 32726,
            "slug": "vs19_367_002",
            "identifier": "vs19_367_002",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_367_002/?format=api",
            "sitting": {
                "id": 1806,
                "date": "2024-10-17",
                "number": 367,
                "branch": "C"
            },
            "number": 2,
            "title": "MOZ 1-326 NF CPV 2 DISP - Votazione ",
            "original_title": "Votazione ",
            "description_title": "MOZ 1-326 NF CPV 2 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": 65.98,
            "minority_cohesion_rate": 72.78
        },
        {
            "id": 32724,
            "slug": "vs19_367_009",
            "identifier": "vs19_367_009",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_367_009/?format=api",
            "sitting": {
                "id": 1806,
                "date": "2024-10-17",
                "number": 367,
                "branch": "C"
            },
            "number": 9,
            "title": "MOZ 1-326 NF CPV 9 DISP - Votazione ",
            "original_title": "Votazione ",
            "description_title": "MOZ 1-326 NF CPV 9 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": 25,
            "majority_cohesion_rate": 67.22,
            "minority_cohesion_rate": 71.52
        },
        {
            "id": 32727,
            "slug": "vs19_367_010",
            "identifier": "vs19_367_010",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_367_010/?format=api",
            "sitting": {
                "id": 1806,
                "date": "2024-10-17",
                "number": 367,
                "branch": "C"
            },
            "number": 10,
            "title": "MOZ 1-326 NF CPV 10 DISP - Votazione ",
            "original_title": "Votazione ",
            "description_title": "MOZ 1-326 NF CPV 10 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": 65.98,
            "minority_cohesion_rate": 73.42
        },
        {
            "id": 32725,
            "slug": "vs19_367_011",
            "identifier": "vs19_367_011",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_367_011/?format=api",
            "sitting": {
                "id": 1806,
                "date": "2024-10-17",
                "number": 367,
                "branch": "C"
            },
            "number": 11,
            "title": "MOZ 1-326 NF CPV 11 DISP - Votazione ",
            "original_title": "Votazione ",
            "description_title": "MOZ 1-326 NF CPV 11 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": 21,
            "majority_cohesion_rate": 65.56,
            "minority_cohesion_rate": 74.05
        },
        {
            "id": 32734,
            "slug": "vs19_367_008",
            "identifier": "vs19_367_008",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_367_008/?format=api",
            "sitting": {
                "id": 1806,
                "date": "2024-10-17",
                "number": 367,
                "branch": "C"
            },
            "number": 8,
            "title": "MOZ 1-326 NF CPV 8 DISP - Votazione ",
            "original_title": "Votazione ",
            "description_title": "MOZ 1-326 NF CPV 8 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": 24,
            "majority_cohesion_rate": 65.98,
            "minority_cohesion_rate": 70.89
        },
        {
            "id": 32735,
            "slug": "vs19_367_012",
            "identifier": "vs19_367_012",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_367_012/?format=api",
            "sitting": {
                "id": 1806,
                "date": "2024-10-17",
                "number": 367,
                "branch": "C"
            },
            "number": 12,
            "title": "MOZ 1-326 NF CPV 12 DISP - Votazione ",
            "original_title": "Votazione ",
            "description_title": "MOZ 1-326 NF CPV 12 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": 65.98,
            "minority_cohesion_rate": 74.05
        },
        {
            "id": 32739,
            "slug": "vs19_367_018",
            "identifier": "vs19_367_018",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_367_018/?format=api",
            "sitting": {
                "id": 1806,
                "date": "2024-10-17",
                "number": 367,
                "branch": "C"
            },
            "number": 18,
            "title": "MOZ 1-326 NF CPV 19 DISP - Votazione ",
            "original_title": "Votazione ",
            "description_title": "MOZ 1-326 NF CPV 19 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": 65.98,
            "minority_cohesion_rate": 73.42
        },
        {
            "id": 32736,
            "slug": "vs19_367_021",
            "identifier": "vs19_367_021",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_367_021/?format=api",
            "sitting": {
                "id": 1806,
                "date": "2024-10-17",
                "number": 367,
                "branch": "C"
            },
            "number": 21,
            "title": "MOZ 1-326 NF PREMESSA - Votazione ",
            "original_title": "Votazione ",
            "description_title": "MOZ 1-326 NF PREMESSA",
            "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": 24,
            "majority_cohesion_rate": 65.98,
            "minority_cohesion_rate": 70.89
        },
        {
            "id": 32740,
            "slug": "vs19_367_015",
            "identifier": "vs19_367_015",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_367_015/?format=api",
            "sitting": {
                "id": 1806,
                "date": "2024-10-17",
                "number": 367,
                "branch": "C"
            },
            "number": 15,
            "title": "MOZ 1-326 NF CPV 15 DISP - Votazione ",
            "original_title": "Votazione ",
            "description_title": "MOZ 1-326 NF CPV 15 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": 21,
            "majority_cohesion_rate": 64.32,
            "minority_cohesion_rate": 72.15
        },
        {
            "id": 32743,
            "slug": "vs19_367_013",
            "identifier": "vs19_367_013",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_367_013/?format=api",
            "sitting": {
                "id": 1806,
                "date": "2024-10-17",
                "number": 367,
                "branch": "C"
            },
            "number": 13,
            "title": "MOZ 1-326 NF CPV 13 DISP - Votazione ",
            "original_title": "Votazione ",
            "description_title": "MOZ 1-326 NF CPV 13 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": 20,
            "majority_cohesion_rate": 64.73,
            "minority_cohesion_rate": 74.05
        },
        {
            "id": 32742,
            "slug": "vs19_367_014",
            "identifier": "vs19_367_014",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_367_014/?format=api",
            "sitting": {
                "id": 1806,
                "date": "2024-10-17",
                "number": 367,
                "branch": "C"
            },
            "number": 14,
            "title": "MOZ 1-326 NF CPV 14 DISP - Votazione ",
            "original_title": "Votazione ",
            "description_title": "MOZ 1-326 NF CPV 14 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": 65.56,
            "minority_cohesion_rate": 73.42
        },
        {
            "id": 32741,
            "slug": "vs19_367_019",
            "identifier": "vs19_367_019",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_367_019/?format=api",
            "sitting": {
                "id": 1806,
                "date": "2024-10-17",
                "number": 367,
                "branch": "C"
            },
            "number": 19,
            "title": "MOZ 1-326 NF CPV 21 DISP - Votazione ",
            "original_title": "Votazione ",
            "description_title": "MOZ 1-326 NF CPV 21 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": 24,
            "majority_cohesion_rate": 65.56,
            "minority_cohesion_rate": 70.89
        },
        {
            "id": 32745,
            "slug": "vs19_367_020",
            "identifier": "vs19_367_020",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_367_020/?format=api",
            "sitting": {
                "id": 1806,
                "date": "2024-10-17",
                "number": 367,
                "branch": "C"
            },
            "number": 20,
            "title": "MOZ 1-326 NF CPV 20 E 22 DISP - Votazione ",
            "original_title": "Votazione ",
            "description_title": "MOZ 1-326 NF CPV 20 E 22 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": 24,
            "majority_cohesion_rate": 65.56,
            "minority_cohesion_rate": 71.52
        },
        {
            "id": 32729,
            "slug": "vs19_367_006",
            "identifier": "vs19_367_006",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_367_006/?format=api",
            "sitting": {
                "id": 1806,
                "date": "2024-10-17",
                "number": 367,
                "branch": "C"
            },
            "number": 6,
            "title": "MOZ 1-326 NF CPV 6 DISP - Votazione ",
            "original_title": "Votazione ",
            "description_title": "MOZ 1-326 NF CPV 6 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": 21,
            "majority_cohesion_rate": 65.56,
            "minority_cohesion_rate": 74.05
        },
        {
            "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": 32733,
            "slug": "vs19_367_007",
            "identifier": "vs19_367_007",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_367_007/?format=api",
            "sitting": {
                "id": 1806,
                "date": "2024-10-17",
                "number": 367,
                "branch": "C"
            },
            "number": 7,
            "title": "MOZ 1-326 NF CPV 7 DISP - Votazione ",
            "original_title": "Votazione ",
            "description_title": "MOZ 1-326 NF CPV 7 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": 25,
            "majority_cohesion_rate": 65.98,
            "minority_cohesion_rate": 72.15
        },
        {
            "id": 29939,
            "slug": "vs19_280_001",
            "identifier": "vs19_280_001",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_280_001/?format=api",
            "sitting": {
                "id": 1666,
                "date": "2024-04-16",
                "number": 280,
                "branch": "C"
            },
            "number": 1,
            "title": "Fiducia conversione decreto Pnrr quater",
            "original_title": "Votazione Articolo unico DDL n. 1752",
            "description_title": "Articolo unico del disegno di legge di conversione del decreto-legge 2 marzo 2024, n. 19, nel testo della Commissione, comprensivo dell'errata corrige, sul quale il Governo ha posto la questione di fiducia",
            "public_title": "Fiducia conversione decreto Pnrr quater",
            "is_key_vote": true,
            "is_final": false,
            "is_confidence": true,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 34,
            "majority_cohesion_rate": 78.06,
            "minority_cohesion_rate": 70.99
        },
        {
            "id": 30347,
            "slug": "vs19_297_022",
            "identifier": "vs19_297_022",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_297_022/?format=api",
            "sitting": {
                "id": 1696,
                "date": "2024-05-22",
                "number": 297,
                "branch": "C"
            },
            "number": 22,
            "title": "Ordine del giorno n. 9/1877/31 MORFINO DANIELA (M5S) - Votazione Ordine del giorno 9/1877/31 DDL n. 1877",
            "original_title": "Votazione Ordine del giorno 9/1877/31 DDL n. 1877",
            "description_title": "Ordine del giorno n. 9/1877/31 MORFINO DANIELA (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": 32,
            "majority_cohesion_rate": 57.14,
            "minority_cohesion_rate": 50.62
        },
        {
            "id": 30350,
            "slug": "vs19_297_023",
            "identifier": "vs19_297_023",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_297_023/?format=api",
            "sitting": {
                "id": 1696,
                "date": "2024-05-22",
                "number": 297,
                "branch": "C"
            },
            "number": 23,
            "title": "Ordine del giorno n. 9/1877/32 L'ABBATE PATTY (M5S) - Votazione Ordine del giorno 9/1877/32 DDL n. 1877",
            "original_title": "Votazione Ordine del giorno 9/1877/32 DDL n. 1877",
            "description_title": "Ordine del giorno n. 9/1877/32 L'ABBATE PATTY (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": 34,
            "majority_cohesion_rate": 57.56,
            "minority_cohesion_rate": 48.77
        },
        {
            "id": 30359,
            "slug": "vs19_297_011",
            "identifier": "vs19_297_011",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_297_011/?format=api",
            "sitting": {
                "id": 1696,
                "date": "2024-05-22",
                "number": 297,
                "branch": "C"
            },
            "number": 11,
            "title": "Ordine del giorno n. 9/1877/13 PASTORINO LUCA (M-+EUR) - Votazione Ordine del giorno 9/1877/13 DDL n. 1877",
            "original_title": "Votazione Ordine del giorno 9/1877/13 DDL n. 1877",
            "description_title": "Ordine del giorno n. 9/1877/13 PASTORINO LUCA (M-+EUR)",
            "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": 34,
            "majority_cohesion_rate": 61.76,
            "minority_cohesion_rate": 54.94
        },
        {
            "id": 30366,
            "slug": "vs19_297_001",
            "identifier": "vs19_297_001",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_297_001/?format=api",
            "sitting": {
                "id": 1696,
                "date": "2024-05-22",
                "number": 297,
                "branch": "C"
            },
            "number": 1,
            "title": "Ordine del giorno n. 9/1877/1 GADDA MARIA CHIARA (IVICRE) - Votazione Ordine del giorno 9/1877/1 DDL n. 1877",
            "original_title": "Votazione Ordine del giorno 9/1877/1 DDL n. 1877",
            "description_title": "Ordine del giorno n. 9/1877/1 GADDA MARIA CHIARA (IVICRE)",
            "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": 60.92,
            "minority_cohesion_rate": 59.26
        },
        {
            "id": 30338,
            "slug": "vs19_297_008",
            "identifier": "vs19_297_008",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_297_008/?format=api",
            "sitting": {
                "id": 1696,
                "date": "2024-05-22",
                "number": 297,
                "branch": "C"
            },
            "number": 8,
            "title": "Ordine del giorno n. 9/1877/9 BONELLI ANGELO (AVS) - Votazione Ordine del giorno 9/1877/9 DDL n. 1877",
            "original_title": "Votazione Ordine del giorno 9/1877/9 DDL n. 1877",
            "description_title": "Ordine del giorno n. 9/1877/9 BONELLI ANGELO (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": 0,
            "n_margin": 35,
            "majority_cohesion_rate": 62.61,
            "minority_cohesion_rate": 54.32
        },
        {
            "id": 30371,
            "slug": "vs19_297_010",
            "identifier": "vs19_297_010",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_297_010/?format=api",
            "sitting": {
                "id": 1696,
                "date": "2024-05-22",
                "number": 297,
                "branch": "C"
            },
            "number": 10,
            "title": "Ordine del giorno n. 9/1877/11 ZARATTI FILIBERTO (AVS) - Votazione Ordine del giorno 9/1877/11 DDL n. 1877",
            "original_title": "Votazione Ordine del giorno 9/1877/11 DDL n. 1877",
            "description_title": "Ordine del giorno n. 9/1877/11 ZARATTI FILIBERTO (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": 0,
            "n_margin": 36,
            "majority_cohesion_rate": 62.18,
            "minority_cohesion_rate": 53.7
        },
        {
            "id": 30355,
            "slug": "vs19_297_012",
            "identifier": "vs19_297_012",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_297_012/?format=api",
            "sitting": {
                "id": 1696,
                "date": "2024-05-22",
                "number": 297,
                "branch": "C"
            },
            "number": 12,
            "title": "Ordine del giorno n. 9/1877/20 D'ALFONSO LUCIANO (PD-IDP) - Votazione Ordine del giorno 9/1877/20 DDL n. 1877",
            "original_title": "Votazione Ordine del giorno 9/1877/20 DDL n. 1877",
            "description_title": "Ordine del giorno n. 9/1877/20 D'ALFONSO LUCIANO (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": 31,
            "majority_cohesion_rate": 62.61,
            "minority_cohesion_rate": 56.79
        },
        {
            "id": 30360,
            "slug": "vs19_297_013",
            "identifier": "vs19_297_013",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_297_013/?format=api",
            "sitting": {
                "id": 1696,
                "date": "2024-05-22",
                "number": 297,
                "branch": "C"
            },
            "number": 13,
            "title": "Ordine del giorno n. 9/1877/21 LAI SILVIO (PD-IDP) - Votazione Ordine del giorno 9/1877/21 DDL n. 1877",
            "original_title": "Votazione Ordine del giorno 9/1877/21 DDL n. 1877",
            "description_title": "Ordine del giorno n. 9/1877/21 LAI SILVIO (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": 61.34,
            "minority_cohesion_rate": 53.09
        },
        {
            "id": 30345,
            "slug": "vs19_297_016",
            "identifier": "vs19_297_016",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_297_016/?format=api",
            "sitting": {
                "id": 1696,
                "date": "2024-05-22",
                "number": 297,
                "branch": "C"
            },
            "number": 16,
            "title": "Ordine del giorno n. 9/1877/24 MALAVASI ILENIA (PD-IDP) - Votazione Ordine del giorno 9/1877/24 DDL n. 1877",
            "original_title": "Votazione Ordine del giorno 9/1877/24 DDL n. 1877",
            "description_title": "Ordine del giorno n. 9/1877/24 MALAVASI ILENIA (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": 28,
            "majority_cohesion_rate": 63.45,
            "minority_cohesion_rate": 59.26
        },
        {
            "id": 30357,
            "slug": "vs19_297_017",
            "identifier": "vs19_297_017",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_297_017/?format=api",
            "sitting": {
                "id": 1696,
                "date": "2024-05-22",
                "number": 297,
                "branch": "C"
            },
            "number": 17,
            "title": "Ordine del giorno n. 9/1877/25 BRAGA CHIARA (PD-IDP) - Votazione Ordine del giorno 9/1877/25 DDL n. 1877",
            "original_title": "Votazione Ordine del giorno 9/1877/25 DDL n. 1877",
            "description_title": "Ordine del giorno n. 9/1877/25 BRAGA CHIARA (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": 60.5,
            "minority_cohesion_rate": 58.64
        },
        {
            "id": 30335,
            "slug": "vs19_297_026",
            "identifier": "vs19_297_026",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_297_026/?format=api",
            "sitting": {
                "id": 1696,
                "date": "2024-05-22",
                "number": 297,
                "branch": "C"
            },
            "number": 26,
            "title": "Fiducia conversione decreto superbonus",
            "original_title": "Votazione Articolo unico DDL n. 1877",
            "description_title": "Articolo unico del disegno di legge di conversione del decreto-legge 29 marzo 2024, n. 39, nel testo della Commissione, identico a quello approvato dal Senato, sul quale il Governo ha posto la questione di fiducia.",
            "public_title": "Fiducia conversione decreto superbonus",
            "is_key_vote": true,
            "is_final": false,
            "is_confidence": true,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 37,
            "majority_cohesion_rate": 74.37,
            "minority_cohesion_rate": 62.96
        },
        {
            "id": 30340,
            "slug": "vs19_297_006",
            "identifier": "vs19_297_006",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_297_006/?format=api",
            "sitting": {
                "id": 1696,
                "date": "2024-05-22",
                "number": 297,
                "branch": "C"
            },
            "number": 6,
            "title": "Ordine del giorno n. 9/1877/7 GRIMALDI MARCO (AVS) - Votazione Ordine del giorno 9/1877/7 DDL n. 1877",
            "original_title": "Votazione Ordine del giorno 9/1877/7 DDL n. 1877",
            "description_title": "Ordine del giorno n. 9/1877/7 GRIMALDI MARCO (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": 0,
            "n_margin": 35,
            "majority_cohesion_rate": 61.34,
            "minority_cohesion_rate": 53.7
        },
        {
            "id": 30352,
            "slug": "vs19_297_021",
            "identifier": "vs19_297_021",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_297_021/?format=api",
            "sitting": {
                "id": 1696,
                "date": "2024-05-22",
                "number": 297,
                "branch": "C"
            },
            "number": 21,
            "title": "Ordine del giorno n. 9/1877/30 FONTANA ILARIA (M5S) - Votazione Ordine del giorno 9/1877/30 DDL n. 1877",
            "original_title": "Votazione Ordine del giorno 9/1877/30 DDL n. 1877",
            "description_title": "Ordine del giorno n. 9/1877/30 FONTANA ILARIA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 33,
            "majority_cohesion_rate": 57.98,
            "minority_cohesion_rate": 50.62
        },
        {
            "id": 30367,
            "slug": "vs19_297_018",
            "identifier": "vs19_297_018",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_297_018/?format=api",
            "sitting": {
                "id": 1696,
                "date": "2024-05-22",
                "number": 297,
                "branch": "C"
            },
            "number": 18,
            "title": "Ordine del giorno n. 9/1877/27 FENU EMILIANO (M5S) - Votazione Ordine del giorno 9/1877/27 DDL n. 1877",
            "original_title": "Votazione Ordine del giorno 9/1877/27 DDL n. 1877",
            "description_title": "Ordine del giorno n. 9/1877/27 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": 26,
            "majority_cohesion_rate": 60.08,
            "minority_cohesion_rate": 57.41
        },
        {
            "id": 30358,
            "slug": "vs19_297_003",
            "identifier": "vs19_297_003",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_297_003/?format=api",
            "sitting": {
                "id": 1696,
                "date": "2024-05-22",
                "number": 297,
                "branch": "C"
            },
            "number": 3,
            "title": "Ordine del giorno n. 9/1877/4 FOSSI EMILIANO (PD-IDP) - Votazione Ordine del giorno 9/1877/4 DDL n. 1877",
            "original_title": "Votazione Ordine del giorno 9/1877/4 DDL n. 1877",
            "description_title": "Ordine del giorno n. 9/1877/4 FOSSI EMILIANO (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": 29,
            "majority_cohesion_rate": 63.03,
            "minority_cohesion_rate": 57.41
        },
        {
            "id": 30336,
            "slug": "vs19_298_001",
            "identifier": "vs19_298_001",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_298_001/?format=api",
            "sitting": {
                "id": 1697,
                "date": "2024-05-23",
                "number": 298,
                "branch": "C"
            },
            "number": 1,
            "title": "Conversione decreto superbonus",
            "original_title": "Votazione finale DDL n. 1877",
            "description_title": "Conversione in legge, con modificazioni, del decreto-legge 29 marzo 2024, n. 39, recante misure urgenti in materia di agevolazioni fiscali di cui agli articoli 119 e 119-ter del decreto-legge 19 maggio 2020, n. 34, convertito, con modificazioni, dalla legge 17 luglio 2020, n. 77, altre misure urgenti in materia fiscale e connesse a eventi eccezionali, nonché relative all'amministrazione finanziaria (Approvato dal Senato) (DDL 1877)",
            "public_title": "Conversione decreto superbonus",
            "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": 20,
            "majority_cohesion_rate": 61.76,
            "minority_cohesion_rate": 67.28
        },
        {
            "id": 31365,
            "slug": "vs19_331_018",
            "identifier": "vs19_331_018",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_331_018/?format=api",
            "sitting": {
                "id": 1748,
                "date": "2024-07-23",
                "number": 331,
                "branch": "C"
            },
            "number": 18,
            "title": "Emendamento 3.9 DI LAURO CARMEN (M5S) - Votazione Emendamento 3.9 DDL n. 1975",
            "original_title": "Votazione Emendamento 3.9 DDL n. 1975",
            "description_title": "Emendamento 3.9 DI LAURO CARMEN (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": 26,
            "majority_cohesion_rate": 65.13,
            "minority_cohesion_rate": 64.6
        },
        {
            "id": 31360,
            "slug": "vs19_331_013",
            "identifier": "vs19_331_013",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_331_013/?format=api",
            "sitting": {
                "id": 1748,
                "date": "2024-07-23",
                "number": 331,
                "branch": "C"
            },
            "number": 13,
            "title": "Emendamento 3.1 FURFARO MARCO (PD-IDP) - Votazione Emendamento 3.1 DDL n. 1975",
            "original_title": "Votazione Emendamento 3.1 DDL n. 1975",
            "description_title": "Emendamento 3.1 FURFARO 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": 0,
            "n_margin": 25,
            "majority_cohesion_rate": 64.29,
            "minority_cohesion_rate": 64.6
        },
        {
            "id": 31366,
            "slug": "vs19_331_019",
            "identifier": "vs19_331_019",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_331_019/?format=api",
            "sitting": {
                "id": 1748,
                "date": "2024-07-23",
                "number": 331,
                "branch": "C"
            },
            "number": 19,
            "title": "Emendamento 3.10 CIANI PAOLO (PD-IDP) - Votazione Emendamento 3.10 DDL n. 1975",
            "original_title": "Votazione Emendamento 3.10 DDL n. 1975",
            "description_title": "Emendamento 3.10 CIANI PAOLO (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": 65.55,
            "minority_cohesion_rate": 68.94
        },
        {
            "id": 31349,
            "slug": "vs19_331_002",
            "identifier": "vs19_331_002",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_331_002/?format=api",
            "sitting": {
                "id": 1748,
                "date": "2024-07-23",
                "number": 331,
                "branch": "C"
            },
            "number": 2,
            "title": "Emendamento 1.1 ZANELLA LUANA (AVS) - Votazione Emendamento 1.1 DDL n. 1975",
            "original_title": "Votazione Emendamento 1.1 DDL n. 1975",
            "description_title": "Emendamento 1.1 ZANELLA LUANA (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": 31,
            "majority_cohesion_rate": 65.13,
            "minority_cohesion_rate": 59.01
        },
        {
            "id": 31350,
            "slug": "vs19_331_003",
            "identifier": "vs19_331_003",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_331_003/?format=api",
            "sitting": {
                "id": 1748,
                "date": "2024-07-23",
                "number": 331,
                "branch": "C"
            },
            "number": 3,
            "title": "Emendamento 1.2 QUARTINI ANDREA (M5S) - Votazione Emendamento 1.2 DDL n. 1975",
            "original_title": "Votazione Emendamento 1.2 DDL n. 1975",
            "description_title": "Emendamento 1.2 QUARTINI ANDREA (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": 28,
            "majority_cohesion_rate": 66.39,
            "minority_cohesion_rate": 63.98
        },
        {
            "id": 31351,
            "slug": "vs19_331_004",
            "identifier": "vs19_331_004",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_331_004/?format=api",
            "sitting": {
                "id": 1748,
                "date": "2024-07-23",
                "number": 331,
                "branch": "C"
            },
            "number": 4,
            "title": "Emendamento 1.4 SPORTIELLO GILDA (M5S) - Votazione Emendamento 1.4 DDL n. 1975",
            "original_title": "Votazione Emendamento 1.4 DDL n. 1975",
            "description_title": "Emendamento 1.4 SPORTIELLO GILDA (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": 26,
            "majority_cohesion_rate": 65.97,
            "minority_cohesion_rate": 65.84
        },
        {
            "id": 31352,
            "slug": "vs19_331_005",
            "identifier": "vs19_331_005",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_331_005/?format=api",
            "sitting": {
                "id": 1748,
                "date": "2024-07-23",
                "number": 331,
                "branch": "C"
            },
            "number": 5,
            "title": "Emendamento 1.5 RICCIARDI MARIANNA (M5S) - Votazione Emendamento 1.5 DDL n. 1975",
            "original_title": "Votazione Emendamento 1.5 DDL n. 1975",
            "description_title": "Emendamento 1.5 RICCIARDI MARIANNA (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": 25,
            "majority_cohesion_rate": 65.13,
            "minority_cohesion_rate": 66.46
        },
        {
            "id": 31353,
            "slug": "vs19_331_006",
            "identifier": "vs19_331_006",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_331_006/?format=api",
            "sitting": {
                "id": 1748,
                "date": "2024-07-23",
                "number": 331,
                "branch": "C"
            },
            "number": 6,
            "title": "Emendamento 1.1007 ZANELLA LUANA (AVS) - Votazione Emendamento 1.1007 DDL n. 1975",
            "original_title": "Votazione Emendamento 1.1007 DDL n. 1975",
            "description_title": "Emendamento 1.1007 ZANELLA LUANA (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": 26,
            "majority_cohesion_rate": 65.97,
            "minority_cohesion_rate": 65.84
        }
    ]
}