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

{
    "count": 24921,
    "codelists": {
        "years": [
            {
                "id": "2026",
                "value": "2026"
            },
            {
                "id": "2025",
                "value": "2025"
            },
            {
                "id": "2024",
                "value": "2024"
            },
            {
                "id": "2023",
                "value": "2023"
            },
            {
                "id": "2022",
                "value": "2022"
            }
        ],
        "branch": [
            {
                "id": "S",
                "value": "Senato"
            },
            {
                "id": "C",
                "value": "Camera"
            }
        ],
        "governments": [
            {
                "id": 135225,
                "slug": "i-governo-meloni-2022-10-22",
                "start_date": "2022-10-22",
                "value": "Meloni I"
            }
        ],
        "governments_filter": [
            {
                "id": 135225,
                "slug": "i-governo-meloni-2022-10-22",
                "start_date": "2022-10-22",
                "value": "Meloni I"
            }
        ],
        "main_vote_type": [
            {
                "id": "is_key_vote",
                "value": "Voto chiave"
            },
            {
                "id": "is_final",
                "value": "Voto finale"
            },
            {
                "id": "is_confidence",
                "value": "Voto di fiducia"
            },
            {
                "id": "all",
                "value": "Tutti"
            }
        ],
        "sub_vote_type": [
            {
                "id": "ALL",
                "value": "Atto intero"
            },
            {
                "id": "ART",
                "value": "Articolo"
            },
            {
                "id": "AMEND",
                "value": "Emendamenti"
            },
            {
                "id": "ODG",
                "value": "ODG"
            },
            {
                "id": "PREJ",
                "value": "Questione pregiudiziale"
            },
            {
                "id": "EM_DECL",
                "value": "Dichiarazione d'urgenza"
            },
            {
                "id": "SUSP",
                "value": "Questione sospensiva"
            },
            {
                "id": "VAR_N",
                "value": "Nota di variazione"
            },
            {
                "id": "DONT_P",
                "value": "Non passaggio agli articoli"
            },
            {
                "id": "CLOS_DEB",
                "value": "Chiusura della discussione"
            },
            {
                "id": "RES",
                "value": "Risoluzione"
            },
            {
                "id": "DIM",
                "value": "Dimissioni"
            },
            {
                "id": "ELE",
                "value": "Elezioni"
            },
            {
                "id": "COORD",
                "value": "Proposta coordinamento"
            },
            {
                "id": "MOZ",
                "value": "Mozione"
            },
            {
                "id": "CPROP",
                "value": "Proposta giunta"
            }
        ],
        "vm_cohesion_rates": {
            "80_100": "dall'80 al 100%",
            "60_80": "dal 60 all'80%",
            "_60": "Meno del 60%"
        },
        "orderings": [
            {
                "id": "date",
                "value": "Data"
            },
            {
                "id": "majority_cohesion_rate",
                "value": "Compattezza maggioranza"
            },
            {
                "id": "n_rebels",
                "value": "Ribelli"
            },
            {
                "id": "identifier",
                "value": "Identificativo"
            },
            {
                "id": "n_margin",
                "value": "Margine"
            }
        ],
        "outcome": [
            {
                "id": "Respinto",
                "value": "Respinta"
            },
            {
                "id": "Approvato",
                "value": "Approvata"
            }
        ]
    },
    "next": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=majority_cohesion_rate&page=453",
    "previous": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=majority_cohesion_rate&page=451",
    "results": [
        {
            "id": 23704,
            "slug": "19-79-142",
            "identifier": "19-79-142",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-79-142/?format=api",
            "sitting": {
                "id": 1439,
                "date": "2023-06-21",
                "number": 79,
                "branch": "S"
            },
            "number": 142,
            "title": "DL 48/2023 - Lavoro - Em. 14.27, Zampa e altri",
            "original_title": "Em. 14.27, Zampa e altri",
            "description_title": "DL 48/2023 - Lavoro",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 13,
            "majority_cohesion_rate": 77.19,
            "minority_cohesion_rate": 73.56
        },
        {
            "id": 23039,
            "slug": "19-89-9",
            "identifier": "19-89-9",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-89-9/?format=api",
            "sitting": {
                "id": 1449,
                "date": "2023-07-19",
                "number": 89,
                "branch": "S"
            },
            "number": 9,
            "title": "ODG G1.100, Naturale e altri",
            "original_title": "ODG G1.100, Naturale e altri",
            "description_title": null,
            "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": 12,
            "majority_cohesion_rate": 77.19,
            "minority_cohesion_rate": 77.01
        },
        {
            "id": 23122,
            "slug": "19-89-6",
            "identifier": "19-89-6",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-89-6/?format=api",
            "sitting": {
                "id": 1449,
                "date": "2023-07-19",
                "number": 89,
                "branch": "S"
            },
            "number": 6,
            "title": "Em. 1.11, Zambito e altri",
            "original_title": "Em. 1.11, Zambito e altri",
            "description_title": null,
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 16,
            "majority_cohesion_rate": 77.19,
            "minority_cohesion_rate": 67.82
        },
        {
            "id": 23171,
            "slug": "19-95-291",
            "identifier": "19-95-291",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-95-291/?format=api",
            "sitting": {
                "id": 1455,
                "date": "2023-08-02",
                "number": 95,
                "branch": "S"
            },
            "number": 291,
            "title": "Em. 18.321, Tajani e altri",
            "original_title": "Em. 18.321, Tajani e altri",
            "description_title": null,
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 5,
            "n_margin": 26,
            "majority_cohesion_rate": 77.19,
            "minority_cohesion_rate": 43.68
        },
        {
            "id": 23282,
            "slug": "19-95-281",
            "identifier": "19-95-281",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-95-281/?format=api",
            "sitting": {
                "id": 1455,
                "date": "2023-08-02",
                "number": 95,
                "branch": "S"
            },
            "number": 281,
            "title": "Em. 18.310, Magni e altri",
            "original_title": "Em. 18.310, Magni e altri",
            "description_title": null,
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 15,
            "majority_cohesion_rate": 77.19,
            "minority_cohesion_rate": 67.82
        },
        {
            "id": 23543,
            "slug": "19-79-272",
            "identifier": "19-79-272",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-79-272/?format=api",
            "sitting": {
                "id": 1439,
                "date": "2023-06-21",
                "number": 79,
                "branch": "S"
            },
            "number": 272,
            "title": "DL 48/2023 - Lavoro - Em. 35.1 (1a parte), Sbrollini",
            "original_title": "Em. 35.1 (1a parte), Sbrollini",
            "description_title": "DL 48/2023 - Lavoro",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 16,
            "n_margin": 42,
            "majority_cohesion_rate": 77.19,
            "minority_cohesion_rate": 32.18
        },
        {
            "id": 23547,
            "slug": "19-79-268",
            "identifier": "19-79-268",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-79-268/?format=api",
            "sitting": {
                "id": 1439,
                "date": "2023-06-21",
                "number": 79,
                "branch": "S"
            },
            "number": 268,
            "title": "DL 48/2023 - Lavoro - Em. 34.0.100, Sbrollini",
            "original_title": "Em. 34.0.100, Sbrollini",
            "description_title": "DL 48/2023 - Lavoro",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 9,
            "n_margin": 36,
            "majority_cohesion_rate": 77.19,
            "minority_cohesion_rate": 57.47
        },
        {
            "id": 23599,
            "slug": "19-79-216",
            "identifier": "19-79-216",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-79-216/?format=api",
            "sitting": {
                "id": 1439,
                "date": "2023-06-21",
                "number": 79,
                "branch": "S"
            },
            "number": 216,
            "title": "DL 48/2023 - Lavoro - Em. 24.0.2, Camusso e altri",
            "original_title": "Em. 24.0.2, Camusso e altri",
            "description_title": "DL 48/2023 - Lavoro",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 14,
            "majority_cohesion_rate": 77.19,
            "minority_cohesion_rate": 70.11
        },
        {
            "id": 23450,
            "slug": "19-95-123",
            "identifier": "19-95-123",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-95-123/?format=api",
            "sitting": {
                "id": 1455,
                "date": "2023-08-02",
                "number": 95,
                "branch": "S"
            },
            "number": 123,
            "title": "Articolo 5",
            "original_title": "Articolo 5",
            "description_title": null,
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 3,
            "n_margin": 18,
            "majority_cohesion_rate": 77.19,
            "minority_cohesion_rate": 67.82
        },
        {
            "id": 23532,
            "slug": "19-79-283",
            "identifier": "19-79-283",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-79-283/?format=api",
            "sitting": {
                "id": 1439,
                "date": "2023-06-21",
                "number": 79,
                "branch": "S"
            },
            "number": 283,
            "title": "DL 48/2023 - Lavoro - Em. 37.100, Camusso e altri",
            "original_title": "Em. 37.100, Camusso e altri",
            "description_title": "DL 48/2023 - Lavoro",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 16,
            "majority_cohesion_rate": 77.19,
            "minority_cohesion_rate": 66.67
        },
        {
            "id": 23431,
            "slug": "19-95-154",
            "identifier": "19-95-154",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-95-154/?format=api",
            "sitting": {
                "id": 1455,
                "date": "2023-08-02",
                "number": 95,
                "branch": "S"
            },
            "number": 154,
            "title": "Em. 7.17 (1a parte), Magni e altri",
            "original_title": "Em. 7.17 (1a parte), Magni e altri",
            "description_title": null,
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 14,
            "majority_cohesion_rate": 77.19,
            "minority_cohesion_rate": 71.26
        },
        {
            "id": 22999,
            "slug": "19-89-22",
            "identifier": "19-89-22",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-89-22/?format=api",
            "sitting": {
                "id": 1449,
                "date": "2023-07-19",
                "number": 89,
                "branch": "S"
            },
            "number": 22,
            "title": "ODG G2.102, Nave e altri",
            "original_title": "ODG G2.102, Nave e altri",
            "description_title": null,
            "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": 19,
            "majority_cohesion_rate": 77.19,
            "minority_cohesion_rate": 68.97
        },
        {
            "id": 23662,
            "slug": "19-79-153",
            "identifier": "19-79-153",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-79-153/?format=api",
            "sitting": {
                "id": 1439,
                "date": "2023-06-21",
                "number": 79,
                "branch": "S"
            },
            "number": 153,
            "title": "DL 48/2023 - Lavoro - Em. 14.0.3, Mazzella e altri",
            "original_title": "Em. 14.0.3, Mazzella e altri",
            "description_title": "DL 48/2023 - Lavoro",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 4,
            "n_margin": 14,
            "majority_cohesion_rate": 77.19,
            "minority_cohesion_rate": 73.56
        },
        {
            "id": 23712,
            "slug": "19-79-134",
            "identifier": "19-79-134",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-79-134/?format=api",
            "sitting": {
                "id": 1439,
                "date": "2023-06-21",
                "number": 79,
                "branch": "S"
            },
            "number": 134,
            "title": "DL 48/2023 - Lavoro - Em. 14.9, Camusso e altri",
            "original_title": "Em. 14.9, Camusso e altri",
            "description_title": "DL 48/2023 - Lavoro",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 28,
            "majority_cohesion_rate": 77.19,
            "minority_cohesion_rate": 37.93
        },
        {
            "id": 23115,
            "slug": "19-89-28",
            "identifier": "19-89-28",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-89-28/?format=api",
            "sitting": {
                "id": 1449,
                "date": "2023-07-19",
                "number": 89,
                "branch": "S"
            },
            "number": 28,
            "title": "Articolo 2",
            "original_title": "Articolo 2",
            "description_title": null,
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 5,
            "n_margin": 28,
            "majority_cohesion_rate": 77.19,
            "minority_cohesion_rate": 39.08
        },
        {
            "id": 23806,
            "slug": "19-79-40",
            "identifier": "19-79-40",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-79-40/?format=api",
            "sitting": {
                "id": 1439,
                "date": "2023-06-21",
                "number": 79,
                "branch": "S"
            },
            "number": 40,
            "title": "DL 48/2023 - Lavoro - Em. 2.32, Camusso e altri",
            "original_title": "Em. 2.32, Camusso e altri",
            "description_title": "DL 48/2023 - Lavoro",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 9,
            "majority_cohesion_rate": 77.19,
            "minority_cohesion_rate": 81.61
        },
        {
            "id": 23329,
            "slug": "19-95-128",
            "identifier": "19-95-128",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-95-128/?format=api",
            "sitting": {
                "id": 1455,
                "date": "2023-08-02",
                "number": 95,
                "branch": "S"
            },
            "number": 128,
            "title": "Em. 6.5 (1a parte), Turco e Croatti",
            "original_title": "Em. 6.5 (1a parte), Turco e Croatti",
            "description_title": null,
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 15,
            "majority_cohesion_rate": 77.19,
            "minority_cohesion_rate": 68.97
        },
        {
            "id": 23841,
            "slug": "19-79-4",
            "identifier": "19-79-4",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-79-4/?format=api",
            "sitting": {
                "id": 1439,
                "date": "2023-06-21",
                "number": 79,
                "branch": "S"
            },
            "number": 4,
            "title": "DL 48/2023 - Lavoro - Em. 1.7, Zampa e altri",
            "original_title": "Em. 1.7, Zampa e altri",
            "description_title": "DL 48/2023 - Lavoro",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 6,
            "n_margin": 26,
            "majority_cohesion_rate": 77.19,
            "minority_cohesion_rate": 43.68
        },
        {
            "id": 23213,
            "slug": "19-95-156",
            "identifier": "19-95-156",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-95-156/?format=api",
            "sitting": {
                "id": 1455,
                "date": "2023-08-02",
                "number": 95,
                "branch": "S"
            },
            "number": 156,
            "title": "Articolo 7",
            "original_title": "Articolo 7",
            "description_title": null,
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 3,
            "n_margin": 17,
            "majority_cohesion_rate": 77.19,
            "minority_cohesion_rate": 70.11
        },
        {
            "id": 24510,
            "slug": "vs19_176_024",
            "identifier": "vs19_176_024",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_176_024/?format=api",
            "sitting": {
                "id": 1494,
                "date": "2023-10-11",
                "number": 176,
                "branch": "C"
            },
            "number": 24,
            "title": "Emendamento 2.17 DI BIASE MICHELA (PD-IDP) - Votazione Emendamento 2.17 PDL n. 0854",
            "original_title": "Votazione Emendamento 2.17 PDL n. 0854",
            "description_title": "Emendamento 2.17 DI BIASE MICHELA (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": 6,
            "n_margin": 27,
            "majority_cohesion_rate": 77.22,
            "minority_cohesion_rate": 77.78
        },
        {
            "id": 22648,
            "slug": "vs19_152_022",
            "identifier": "vs19_152_022",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_152_022/?format=api",
            "sitting": {
                "id": 1436,
                "date": "2023-08-02",
                "number": 152,
                "branch": "C"
            },
            "number": 22,
            "title": "Ordine del giorno n. 9/1322/9 TUCCI RICCARDO (M5S) - Votazione Ordine del giorno 9/1322/9 DDL n. 1322",
            "original_title": "Votazione Ordine del giorno 9/1322/9 DDL n. 1322",
            "description_title": "Ordine del giorno n. 9/1322/9 TUCCI RICCARDO (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": 32,
            "majority_cohesion_rate": 77.22,
            "minority_cohesion_rate": 73.46
        },
        {
            "id": 22649,
            "slug": "vs19_152_027",
            "identifier": "vs19_152_027",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_152_027/?format=api",
            "sitting": {
                "id": 1436,
                "date": "2023-08-02",
                "number": 152,
                "branch": "C"
            },
            "number": 27,
            "title": "Ordine del giorno n. 9/1322/19 STEFANAZZI CLAUDIO MICHELE (PD-IDP) - Votazione Ordine del giorno 9/1322/19 DDL n. 1322",
            "original_title": "Votazione Ordine del giorno 9/1322/19 DDL n. 1322",
            "description_title": "Ordine del giorno n. 9/1322/19 STEFANAZZI CLAUDIO MICHELE (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": 48,
            "majority_cohesion_rate": 77.22,
            "minority_cohesion_rate": 63.58
        },
        {
            "id": 24583,
            "slug": "vs19_176_021",
            "identifier": "vs19_176_021",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_176_021/?format=api",
            "sitting": {
                "id": 1494,
                "date": "2023-10-11",
                "number": 176,
                "branch": "C"
            },
            "number": 21,
            "title": "Emendamento 2.9 MANZI IRENE (PD-IDP) - Votazione Emendamento 2.9 PDL n. 0854",
            "original_title": "Votazione Emendamento 2.9 PDL n. 0854",
            "description_title": "Emendamento 2.9 MANZI IRENE (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 30,
            "majority_cohesion_rate": 77.22,
            "minority_cohesion_rate": 76.54
        },
        {
            "id": 26488,
            "slug": "vs19_219_006",
            "identifier": "vs19_219_006",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_219_006/?format=api",
            "sitting": {
                "id": 1566,
                "date": "2023-12-28",
                "number": 219,
                "branch": "C"
            },
            "number": 6,
            "title": "Emendamento 1.6 FRATOIANNI NICOLA (AVS) - Votazione Emendamento 1.6 DDL n. 1627",
            "original_title": "Votazione Emendamento 1.6 DDL n. 1627",
            "description_title": "Emendamento 1.6 FRATOIANNI NICOLA (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": 4,
            "n_margin": 73,
            "majority_cohesion_rate": 77.22,
            "minority_cohesion_rate": 34.57
        },
        {
            "id": 26596,
            "slug": "vs19_220_057",
            "identifier": "vs19_220_057",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_220_057/?format=api",
            "sitting": {
                "id": 1567,
                "date": "2023-12-29",
                "number": 220,
                "branch": "C"
            },
            "number": 57,
            "title": "Ordine del giorno n. 9/1627/47, come riformulato, BONETTI ELENA (APERRE) - Votazione Ordine del giorno 9/1627/47, DDL n. 1627",
            "original_title": "Votazione Ordine del giorno 9/1627/47, DDL n. 1627",
            "description_title": "Ordine del giorno n. 9/1627/47, 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": 5,
            "n_margin": 151,
            "majority_cohesion_rate": 77.22,
            "minority_cohesion_rate": 75.31
        },
        {
            "id": 26652,
            "slug": "vs19_220_067",
            "identifier": "vs19_220_067",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_220_067/?format=api",
            "sitting": {
                "id": 1567,
                "date": "2023-12-29",
                "number": 220,
                "branch": "C"
            },
            "number": 67,
            "title": "Ordine del giorno n. 9/1627/58 BONAFE' SIMONA (PD-IDP) - Votazione Ordine del giorno 9/1627/58 DDL n. 1627",
            "original_title": "Votazione Ordine del giorno 9/1627/58 DDL n. 1627",
            "description_title": "Ordine del giorno n. 9/1627/58 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": "Respinta",
            "n_rebels": 3,
            "n_margin": 26,
            "majority_cohesion_rate": 77.22,
            "minority_cohesion_rate": 80.86
        },
        {
            "id": 26635,
            "slug": "vs19_220_060",
            "identifier": "vs19_220_060",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_220_060/?format=api",
            "sitting": {
                "id": 1567,
                "date": "2023-12-29",
                "number": 220,
                "branch": "C"
            },
            "number": 60,
            "title": "Ordine del giorno n. 9/1627/49 CASTIGLIONE GIUSEPPE (APERRE) - Votazione Ordine del giorno 9/1627/49 DDL n. 1627",
            "original_title": "Votazione Ordine del giorno 9/1627/49 DDL n. 1627",
            "description_title": "Ordine del giorno n. 9/1627/49 CASTIGLIONE GIUSEPPE (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": 6,
            "n_margin": 106,
            "majority_cohesion_rate": 77.22,
            "minority_cohesion_rate": 37.04
        },
        {
            "id": 26529,
            "slug": "vs19_219_072",
            "identifier": "vs19_219_072",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_219_072/?format=api",
            "sitting": {
                "id": 1566,
                "date": "2023-12-28",
                "number": 219,
                "branch": "C"
            },
            "number": 72,
            "title": "Emendamento 1.72 GRIPPO VALENTINA (APERRE) - Votazione Emendamento 1.72 DDL n. 1627",
            "original_title": "Votazione Emendamento 1.72 DDL n. 1627",
            "description_title": "Emendamento 1.72 GRIPPO VALENTINA (APERRE)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 36,
            "majority_cohesion_rate": 77.22,
            "minority_cohesion_rate": 69.14
        },
        {
            "id": 26489,
            "slug": "vs19_219_031",
            "identifier": "vs19_219_031",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_219_031/?format=api",
            "sitting": {
                "id": 1566,
                "date": "2023-12-28",
                "number": 219,
                "branch": "C"
            },
            "number": 31,
            "title": "Emendamento 1.31 BONELLI ANGELO (AVS) - Votazione Emendamento 1.31 DDL n. 1627",
            "original_title": "Votazione Emendamento 1.31 DDL n. 1627",
            "description_title": "Emendamento 1.31 BONELLI ANGELO (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 51,
            "majority_cohesion_rate": 77.22,
            "minority_cohesion_rate": 63.58
        },
        {
            "id": 26533,
            "slug": "vs19_219_011",
            "identifier": "vs19_219_011",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_219_011/?format=api",
            "sitting": {
                "id": 1566,
                "date": "2023-12-28",
                "number": 219,
                "branch": "C"
            },
            "number": 11,
            "title": "Emendamento 1.11 LAI SILVIO (PD-IDP) - Votazione Emendamento 1.11 DDL n. 1627",
            "original_title": "Votazione Emendamento 1.11 DDL n. 1627",
            "description_title": "Emendamento 1.11 LAI SILVIO (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": 31,
            "majority_cohesion_rate": 77.22,
            "minority_cohesion_rate": 77.16
        },
        {
            "id": 26481,
            "slug": "vs19_219_066",
            "identifier": "vs19_219_066",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_219_066/?format=api",
            "sitting": {
                "id": 1566,
                "date": "2023-12-28",
                "number": 219,
                "branch": "C"
            },
            "number": 66,
            "title": "Emendamento 1.66 CASU ANDREA (PD-IDP) - Votazione Emendamento 1.66 DDL n. 1627",
            "original_title": "Votazione Emendamento 1.66 DDL n. 1627",
            "description_title": "Emendamento 1.66 CASU ANDREA (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 42,
            "majority_cohesion_rate": 77.22,
            "minority_cohesion_rate": 66.67
        },
        {
            "id": 26515,
            "slug": "vs19_219_004",
            "identifier": "vs19_219_004",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_219_004/?format=api",
            "sitting": {
                "id": 1566,
                "date": "2023-12-28",
                "number": 219,
                "branch": "C"
            },
            "number": 4,
            "title": "Emendamento 1.4 BALDINO VITTORIA (M5S) - Votazione Emendamento 1.4 DDL n. 1627",
            "original_title": "Votazione Emendamento 1.4 DDL n. 1627",
            "description_title": "Emendamento 1.4 BALDINO VITTORIA (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": 34,
            "majority_cohesion_rate": 77.22,
            "minority_cohesion_rate": 72.84
        },
        {
            "id": 26460,
            "slug": "vs19_219_049",
            "identifier": "vs19_219_049",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_219_049/?format=api",
            "sitting": {
                "id": 1566,
                "date": "2023-12-28",
                "number": 219,
                "branch": "C"
            },
            "number": 49,
            "title": "Emendamento 1.49 ZANELLA LUANA (AVS) - Votazione Emendamento 1.49 DDL n. 1627",
            "original_title": "Votazione Emendamento 1.49 DDL n. 1627",
            "description_title": "Emendamento 1.49 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": 3,
            "n_margin": 32,
            "majority_cohesion_rate": 77.22,
            "minority_cohesion_rate": 74.07
        },
        {
            "id": 26490,
            "slug": "vs19_219_007",
            "identifier": "vs19_219_007",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_219_007/?format=api",
            "sitting": {
                "id": 1566,
                "date": "2023-12-28",
                "number": 219,
                "branch": "C"
            },
            "number": 7,
            "title": "Emendamento 1.7 PAVANELLI EMMA (M5S) - Votazione Emendamento 1.7 DDL n. 1627",
            "original_title": "Votazione Emendamento 1.7 DDL n. 1627",
            "description_title": "Emendamento 1.7 PAVANELLI EMMA (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": 31,
            "majority_cohesion_rate": 77.22,
            "minority_cohesion_rate": 76.54
        },
        {
            "id": 26463,
            "slug": "vs19_219_051",
            "identifier": "vs19_219_051",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_219_051/?format=api",
            "sitting": {
                "id": 1566,
                "date": "2023-12-28",
                "number": 219,
                "branch": "C"
            },
            "number": 51,
            "title": "Emendamento 1.51 RICCIARDI TONI (PD-IDP) - Votazione Emendamento 1.51 DDL n. 1627",
            "original_title": "Votazione Emendamento 1.51 DDL n. 1627",
            "description_title": "Emendamento 1.51 RICCIARDI TONI (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": 29,
            "majority_cohesion_rate": 77.22,
            "minority_cohesion_rate": 77.78
        },
        {
            "id": 26647,
            "slug": "vs19_220_136",
            "identifier": "vs19_220_136",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_220_136/?format=api",
            "sitting": {
                "id": 1567,
                "date": "2023-12-29",
                "number": 220,
                "branch": "C"
            },
            "number": 136,
            "title": "Ordine del giorno n. 9/1627/169 CHERCHI SUSANNA (M5S) - Votazione Ordine del giorno 9/1627/169 DDL n. 1627",
            "original_title": "Votazione Ordine del giorno 9/1627/169 DDL n. 1627",
            "description_title": "Ordine del giorno n. 9/1627/169 CHERCHI SUSANNA (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": 4,
            "n_margin": 38,
            "majority_cohesion_rate": 77.22,
            "minority_cohesion_rate": 69.75
        },
        {
            "id": 26629,
            "slug": "vs19_220_074",
            "identifier": "vs19_220_074",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_220_074/?format=api",
            "sitting": {
                "id": 1567,
                "date": "2023-12-29",
                "number": 220,
                "branch": "C"
            },
            "number": 74,
            "title": "Ordine del giorno n. 9/1627/68 PELUFFO VINICIO GIUSEPPE GUIDO (PD-IDP) - Votazione Ordine del giorno 9/1627/68 DDL n. 1627",
            "original_title": "Votazione Ordine del giorno 9/1627/68 DDL n. 1627",
            "description_title": "Ordine del giorno n. 9/1627/68 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": 29,
            "majority_cohesion_rate": 77.22,
            "minority_cohesion_rate": 77.78
        },
        {
            "id": 26648,
            "slug": "vs19_220_130",
            "identifier": "vs19_220_130",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_220_130/?format=api",
            "sitting": {
                "id": 1567,
                "date": "2023-12-29",
                "number": 220,
                "branch": "C"
            },
            "number": 130,
            "title": "Ordine del giorno n. 9/1627/163 DONNO LEONARDO (M5S) - Votazione Ordine del giorno 9/1627/163 DDL n. 1627",
            "original_title": "Votazione Ordine del giorno 9/1627/163 DDL n. 1627",
            "description_title": "Ordine del giorno n. 9/1627/163 DONNO LEONARDO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 39,
            "majority_cohesion_rate": 77.22,
            "minority_cohesion_rate": 70.37
        },
        {
            "id": 26582,
            "slug": "vs19_220_071",
            "identifier": "vs19_220_071",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_220_071/?format=api",
            "sitting": {
                "id": 1567,
                "date": "2023-12-29",
                "number": 220,
                "branch": "C"
            },
            "number": 71,
            "title": "Ordine del giorno n. 9/1627/63, nel testo riformulato, LAI SILVIO (PD-IDP) - Votazione Ordine del giorno 9/1627/63, DDL n. 1627",
            "original_title": "Votazione Ordine del giorno 9/1627/63, DDL n. 1627",
            "description_title": "Ordine del giorno n. 9/1627/63, nel testo riformulato, 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": "Approvata",
            "n_rebels": 5,
            "n_margin": 151,
            "majority_cohesion_rate": 77.22,
            "minority_cohesion_rate": 76.54
        },
        {
            "id": 26577,
            "slug": "vs19_220_075",
            "identifier": "vs19_220_075",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_220_075/?format=api",
            "sitting": {
                "id": 1567,
                "date": "2023-12-29",
                "number": 220,
                "branch": "C"
            },
            "number": 75,
            "title": "Ordine del giorno n. 9/1627/69 ORLANDO ANDREA (PD-IDP) - Votazione Ordine del giorno 9/1627/69 DDL n. 1627",
            "original_title": "Votazione Ordine del giorno 9/1627/69 DDL n. 1627",
            "description_title": "Ordine del giorno n. 9/1627/69 ORLANDO 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": 7,
            "n_margin": 32,
            "majority_cohesion_rate": 77.22,
            "minority_cohesion_rate": 74.69
        },
        {
            "id": 26620,
            "slug": "vs19_220_106",
            "identifier": "vs19_220_106",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_220_106/?format=api",
            "sitting": {
                "id": 1567,
                "date": "2023-12-29",
                "number": 220,
                "branch": "C"
            },
            "number": 106,
            "title": "Ordine del giorno n. 9/1627/139 CASO ANTONIO (M5S) - Votazione Ordine del giorno 9/1627/139 DDL n. 1627",
            "original_title": "Votazione Ordine del giorno 9/1627/139 DDL n. 1627",
            "description_title": "Ordine del giorno n. 9/1627/139 CASO ANTONIO (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": 33,
            "majority_cohesion_rate": 77.22,
            "minority_cohesion_rate": 73.46
        },
        {
            "id": 26608,
            "slug": "vs19_220_049",
            "identifier": "vs19_220_049",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_220_049/?format=api",
            "sitting": {
                "id": 1567,
                "date": "2023-12-29",
                "number": 220,
                "branch": "C"
            },
            "number": 49,
            "title": "Ordine del giorno n. 9/1627/36, come riformulato, FORNARO FEDERICO (PD-IDP) - Votazione Ordine del giorno 9/1627/36, DDL n. 1627",
            "original_title": "Votazione Ordine del giorno 9/1627/36, DDL n. 1627",
            "description_title": "Ordine del giorno n. 9/1627/36, come riformulato, FORNARO FEDERICO (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": 2,
            "n_margin": 157,
            "majority_cohesion_rate": 77.22,
            "minority_cohesion_rate": 81.48
        },
        {
            "id": 26663,
            "slug": "vs19_220_084",
            "identifier": "vs19_220_084",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_220_084/?format=api",
            "sitting": {
                "id": 1567,
                "date": "2023-12-29",
                "number": 220,
                "branch": "C"
            },
            "number": 84,
            "title": "Ordine del giorno n. 9/1627/95 GRIMALDI MARCO (AVS) - Votazione Ordine del giorno 9/1627/95 DDL n. 1627",
            "original_title": "Votazione Ordine del giorno 9/1627/95 DDL n. 1627",
            "description_title": "Ordine del giorno n. 9/1627/95 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": 32,
            "majority_cohesion_rate": 77.22,
            "minority_cohesion_rate": 74.69
        },
        {
            "id": 26645,
            "slug": "vs19_220_058",
            "identifier": "vs19_220_058",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_220_058/?format=api",
            "sitting": {
                "id": 1567,
                "date": "2023-12-29",
                "number": 220,
                "branch": "C"
            },
            "number": 58,
            "title": "Ordine del giorno n. 9/1627/48, limitatamente all'impegno, nel testo riformulato, BENZONI FABRIZIO (APERRE) - Votazione Ordine del giorno 9/1627/48, DDL n. 1627",
            "original_title": "Votazione Ordine del giorno 9/1627/48, DDL n. 1627",
            "description_title": "Ordine del giorno n. 9/1627/48, limitatamente all'impegno, nel testo riformulato, BENZONI FABRIZIO (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": 4,
            "n_margin": 157,
            "majority_cohesion_rate": 77.22,
            "minority_cohesion_rate": 83.33
        },
        {
            "id": 26695,
            "slug": "vs19_220_073",
            "identifier": "vs19_220_073",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_220_073/?format=api",
            "sitting": {
                "id": 1567,
                "date": "2023-12-29",
                "number": 220,
                "branch": "C"
            },
            "number": 73,
            "title": "Ordine del giorno n. 9/1627/66, nel testo riformulato, ASCANI ANNA (PD-IDP) - Votazione Ordine del giorno 9/1627/66, DDL n. 1627",
            "original_title": "Votazione Ordine del giorno 9/1627/66, DDL n. 1627",
            "description_title": "Ordine del giorno n. 9/1627/66, nel testo riformulato, ASCANI ANNA (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": 2,
            "n_margin": 155,
            "majority_cohesion_rate": 77.22,
            "minority_cohesion_rate": 79.01
        },
        {
            "id": 26599,
            "slug": "vs19_220_117",
            "identifier": "vs19_220_117",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_220_117/?format=api",
            "sitting": {
                "id": 1567,
                "date": "2023-12-29",
                "number": 220,
                "branch": "C"
            },
            "number": 117,
            "title": "Ordine del giorno n. 9/1627/150 AIELLO DAVIDE (M5S) - Votazione Ordine del giorno 9/1627/150 DDL n. 1627",
            "original_title": "Votazione Ordine del giorno 9/1627/150 DDL n. 1627",
            "description_title": "Ordine del giorno n. 9/1627/150 AIELLO DAVIDE (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": 46,
            "majority_cohesion_rate": 77.22,
            "minority_cohesion_rate": 63.58
        },
        {
            "id": 26588,
            "slug": "vs19_220_129",
            "identifier": "vs19_220_129",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_220_129/?format=api",
            "sitting": {
                "id": 1567,
                "date": "2023-12-29",
                "number": 220,
                "branch": "C"
            },
            "number": 129,
            "title": "Ordine del giorno n. 9/1627/162 CARMINA IDA (M5S) - Votazione Ordine del giorno 9/1627/162 DDL n. 1627",
            "original_title": "Votazione Ordine del giorno 9/1627/162 DDL n. 1627",
            "description_title": "Ordine del giorno n. 9/1627/162 CARMINA IDA (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": 34,
            "majority_cohesion_rate": 77.22,
            "minority_cohesion_rate": 72.84
        },
        {
            "id": 29123,
            "slug": "vs19_266_012",
            "identifier": "vs19_266_012",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_266_012/?format=api",
            "sitting": {
                "id": 1644,
                "date": "2024-03-20",
                "number": 266,
                "branch": "C"
            },
            "number": 12,
            "title": "Risoluzione n. 6-00105, limitatamente ai capoversi quarto e decimo della parte dispositiva, RICHETTI MATTEO (APERRE) ed altri - Votazione Risoluzione 6_00105",
            "original_title": "Votazione Risoluzione 6_00105",
            "description_title": "Risoluzione n. 6-00105, limitatamente ai capoversi quarto e decimo della parte dispositiva, RICHETTI MATTEO (APERRE) ed altri",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Risoluzione",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 53,
            "majority_cohesion_rate": 77.22,
            "minority_cohesion_rate": 48.15
        },
        {
            "id": 29131,
            "slug": "vs19_266_015",
            "identifier": "vs19_266_015",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_266_015/?format=api",
            "sitting": {
                "id": 1644,
                "date": "2024-03-20",
                "number": 266,
                "branch": "C"
            },
            "number": 15,
            "title": "Risoluzione n. 6-00106, ad eccezione delle lettere a), b), c) ed e) del capoverso primo, delle lettere a), f), g), h) e j) del capoverso secondo, della lettera b) del capoverso terzo e delle lettere a) ed e) del capoverso quinto, SILVESTRI FRANCESCO (M5S) ed altri - Votazione Risoluzione 6_00106",
            "original_title": "Votazione Risoluzione 6_00106",
            "description_title": "Risoluzione n. 6-00106, ad eccezione delle lettere a), b), c) ed e) del capoverso primo, delle lettere a), f), g), h) e j) del capoverso secondo, della lettera b) del capoverso terzo e delle lettere a) ed e) del capoverso quinto, SILVESTRI FRANCESCO (M5S) ed altri",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Risoluzione",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 42,
            "majority_cohesion_rate": 77.22,
            "minority_cohesion_rate": 70.99
        },
        {
            "id": 29147,
            "slug": "vs19_266_018",
            "identifier": "vs19_266_018",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_266_018/?format=api",
            "sitting": {
                "id": 1644,
                "date": "2024-03-20",
                "number": 266,
                "branch": "C"
            },
            "number": 18,
            "title": "Risoluzione n. 6-00106, limitatamente alla lettera c) del capoverso primo della parte dispositiva, SILVESTRI FRANCESCO (M5S) ed altri - Votazione Risoluzione 6_00106",
            "original_title": "Votazione Risoluzione 6_00106",
            "description_title": "Risoluzione n. 6-00106, limitatamente alla lettera c) del capoverso primo della parte dispositiva, SILVESTRI FRANCESCO (M5S) ed altri",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Risoluzione",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 104,
            "majority_cohesion_rate": 77.22,
            "minority_cohesion_rate": 46.91
        }
    ]
}