Returns all available votings, paged, filtered, sorted, ....
GET /api-openparlamento/v1/19/votings/?format=api&ordering=-n_rebels&page=212
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=213",
    "previous": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=-n_rebels&page=211",
    "results": [
        {
            "id": 34503,
            "slug": "vs19_377_030",
            "identifier": "vs19_377_030",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_377_030/?format=api",
            "sitting": {
                "id": 1822,
                "date": "2024-11-06",
                "number": 377,
                "branch": "C"
            },
            "number": 30,
            "title": "Emendamento 3.52 SANTILLO AGOSTINO (M5S)",
            "original_title": "Emendamento 3.52 SANTILLO AGOSTINO (M5S)",
            "description_title": "",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 21,
            "majority_cohesion_rate": 60.74,
            "minority_cohesion_rate": 68.15
        },
        {
            "id": 34790,
            "slug": "vs19_350_004",
            "identifier": "vs19_350_004",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_350_004/?format=api",
            "sitting": {
                "id": 1778,
                "date": "2024-09-19",
                "number": 350,
                "branch": "C"
            },
            "number": 4,
            "title": "Identici emendamenti 2.1 DE MARIA ANDREA (PD-IDP), 2.2 PELLEGRINI MARCO (M5S) e 2.3 ZANELLA LUANA (AVS)",
            "original_title": "Identici emendamenti 2.1 DE MARIA ANDREA (PD-IDP), 2.2 PELLEGRINI MARCO (M5S) e 2.3 ZANELLA LUANA (AVS)",
            "description_title": "",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 131,
            "majority_cohesion_rate": 63.33,
            "minority_cohesion_rate": 71.07
        },
        {
            "id": 22294,
            "slug": "vs19_150_020",
            "identifier": "vs19_150_020",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_150_020/?format=api",
            "sitting": {
                "id": 1434,
                "date": "2023-07-31",
                "number": 150,
                "branch": "C"
            },
            "number": 20,
            "title": "Ordine del giorno n. 9/1239/37 ONORI FEDERICA (M5S) - Votazione Ordine del giorno 9/1239/37 DDL n. 1239",
            "original_title": "Votazione Ordine del giorno 9/1239/37 DDL n. 1239",
            "description_title": "Ordine del giorno n. 9/1239/37 ONORI FEDERICA (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": 70.46,
            "minority_cohesion_rate": 64.81
        },
        {
            "id": 34491,
            "slug": "vs19_377_018",
            "identifier": "vs19_377_018",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_377_018/?format=api",
            "sitting": {
                "id": 1822,
                "date": "2024-11-06",
                "number": 377,
                "branch": "C"
            },
            "number": 18,
            "title": "Emendamento 3.14 FENU EMILIANO (M5S)",
            "original_title": "Emendamento 3.14 FENU EMILIANO (M5S)",
            "description_title": "",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 20,
            "majority_cohesion_rate": 59.09,
            "minority_cohesion_rate": 66.24
        },
        {
            "id": 30264,
            "slug": "vs19_292_007",
            "identifier": "vs19_292_007",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_292_007/?format=api",
            "sitting": {
                "id": 1688,
                "date": "2024-05-14",
                "number": 292,
                "branch": "C"
            },
            "number": 7,
            "title": "Emendamento 2.4 MAURI MATTEO (PD-IDP) - Votazione Emendamento 2.4 DDL n. 1717",
            "original_title": "Votazione Emendamento 2.4 DDL n. 1717",
            "description_title": "Emendamento 2.4 MAURI MATTEO (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": 16,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 70.55
        },
        {
            "id": 29998,
            "slug": "vs19_281_064",
            "identifier": "vs19_281_064",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_281_064/?format=api",
            "sitting": {
                "id": 1668,
                "date": "2024-04-17",
                "number": 281,
                "branch": "C"
            },
            "number": 64,
            "title": "Ordine del giorno n. 9/1752/89 MADIA MARIA ANNA (PD-IDP) - Votazione Ordine del giorno 9/1752/89 DDL n. 1752",
            "original_title": "Votazione Ordine del giorno 9/1752/89 DDL n. 1752",
            "description_title": "Ordine del giorno n. 9/1752/89 MADIA MARIA ANNA (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": 17,
            "majority_cohesion_rate": 56.96,
            "minority_cohesion_rate": 62.35
        },
        {
            "id": 34496,
            "slug": "vs19_377_023",
            "identifier": "vs19_377_023",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_377_023/?format=api",
            "sitting": {
                "id": 1822,
                "date": "2024-11-06",
                "number": 377,
                "branch": "C"
            },
            "number": 23,
            "title": "Emendamento 3.31 CASO ANTONIO (M5S)",
            "original_title": "Emendamento 3.31 CASO ANTONIO (M5S)",
            "description_title": "",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 21,
            "majority_cohesion_rate": 60.74,
            "minority_cohesion_rate": 68.15
        },
        {
            "id": 24236,
            "slug": "vs19_171_002",
            "identifier": "vs19_171_002",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_171_002/?format=api",
            "sitting": {
                "id": 1486,
                "date": "2023-10-04",
                "number": 171,
                "branch": "C"
            },
            "number": 2,
            "title": "Ordine del giorno n. 9/1436/4 TODDE ALESSANDRA (M5S) - Votazione Ordine del giorno 9/1436/4 DDL n. 1436",
            "original_title": "Votazione Ordine del giorno 9/1436/4 DDL n. 1436",
            "description_title": "Ordine del giorno n. 9/1436/4 TODDE ALESSANDRA (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": 19,
            "majority_cohesion_rate": 71.31,
            "minority_cohesion_rate": 81.48
        },
        {
            "id": 24239,
            "slug": "vs19_171_020",
            "identifier": "vs19_171_020",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_171_020/?format=api",
            "sitting": {
                "id": 1486,
                "date": "2023-10-04",
                "number": 171,
                "branch": "C"
            },
            "number": 20,
            "title": "Ordine del giorno n. 9/1436/29 ASCANI ANNA (PD-IDP) - Votazione Ordine del giorno 9/1436/29 DDL n. 1436",
            "original_title": "Votazione Ordine del giorno 9/1436/29 DDL n. 1436",
            "description_title": "Ordine del giorno n. 9/1436/29 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": "Respinta",
            "n_rebels": 1,
            "n_margin": 25,
            "majority_cohesion_rate": 71.31,
            "minority_cohesion_rate": 74.69
        },
        {
            "id": 27368,
            "slug": "vs19_232_066",
            "identifier": "vs19_232_066",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_232_066/?format=api",
            "sitting": {
                "id": 1588,
                "date": "2024-01-24",
                "number": 232,
                "branch": "C"
            },
            "number": 66,
            "title": "Ordine del giorno n. 9/1620/17 FARAONE DAVIDE (IVICRE) - Votazione Ordine del giorno 9/1620/17 DDL n. 1620",
            "original_title": "Votazione Ordine del giorno 9/1620/17 DDL n. 1620",
            "description_title": "Ordine del giorno n. 9/1620/17 FARAONE DAVIDE (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": 1,
            "n_margin": 18,
            "majority_cohesion_rate": 63.29,
            "minority_cohesion_rate": 71.6
        },
        {
            "id": 30037,
            "slug": "vs19_281_041",
            "identifier": "vs19_281_041",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_281_041/?format=api",
            "sitting": {
                "id": 1668,
                "date": "2024-04-17",
                "number": 281,
                "branch": "C"
            },
            "number": 41,
            "title": "Ordine del giorno n. 9/1752/64 ALIFANO ENRICA (M5S) - Votazione Ordine del giorno 9/1752/64 DDL n. 1752",
            "original_title": "Votazione Ordine del giorno 9/1752/64 DDL n. 1752",
            "description_title": "Ordine del giorno n. 9/1752/64 ALIFANO ENRICA (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": 20,
            "majority_cohesion_rate": 62.03,
            "minority_cohesion_rate": 66.05
        },
        {
            "id": 31840,
            "slug": "vs19_344_035",
            "identifier": "vs19_344_035",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_344_035/?format=api",
            "sitting": {
                "id": 1770,
                "date": "2024-09-11",
                "number": 344,
                "branch": "C"
            },
            "number": 35,
            "title": "Emendamento 9.1013 BAKKALI OUIDAD (PD-IDP) - Votazione Emendamento 9.1013 DDL n. 1660",
            "original_title": "Votazione Emendamento 9.1013 DDL n. 1660",
            "description_title": "Emendamento 9.1013 BAKKALI OUIDAD (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 42,
            "majority_cohesion_rate": 69.46,
            "minority_cohesion_rate": 52.5
        },
        {
            "id": 30039,
            "slug": "vs19_281_090",
            "identifier": "vs19_281_090",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_281_090/?format=api",
            "sitting": {
                "id": 1668,
                "date": "2024-04-17",
                "number": 281,
                "branch": "C"
            },
            "number": 90,
            "title": "Ordine del giorno n. 9/1752/117 SCOTTO ARTURO (PD-IDP) - Votazione Ordine del giorno 9/1752/117 DDL n. 1752",
            "original_title": "Votazione Ordine del giorno 9/1752/117 DDL n. 1752",
            "description_title": "Ordine del giorno n. 9/1752/117 SCOTTO ARTURO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 26,
            "majority_cohesion_rate": 58.65,
            "minority_cohesion_rate": 54.32
        },
        {
            "id": 24229,
            "slug": "vs19_171_010",
            "identifier": "vs19_171_010",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_171_010/?format=api",
            "sitting": {
                "id": 1486,
                "date": "2023-10-04",
                "number": 171,
                "branch": "C"
            },
            "number": 10,
            "title": "Ordine del giorno n. 9/1436/14 CAPPELLETTI ENRICO (M5S) - Votazione Ordine del giorno 9/1436/14 DDL n. 1436",
            "original_title": "Votazione Ordine del giorno 9/1436/14 DDL n. 1436",
            "description_title": "Ordine del giorno n. 9/1436/14 CAPPELLETTI ENRICO (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": 21,
            "majority_cohesion_rate": 72.57,
            "minority_cohesion_rate": 81.48
        },
        {
            "id": 29961,
            "slug": "vs19_281_030",
            "identifier": "vs19_281_030",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_281_030/?format=api",
            "sitting": {
                "id": 1668,
                "date": "2024-04-17",
                "number": 281,
                "branch": "C"
            },
            "number": 30,
            "title": "Ordine del giorno n. 9/1752/51 PAVANELLI EMMA (M5S) - Votazione Ordine del giorno 9/1752/51 DDL n. 1752",
            "original_title": "Votazione Ordine del giorno 9/1752/51 DDL n. 1752",
            "description_title": "Ordine del giorno n. 9/1752/51 PAVANELLI EMMA (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": 21,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 63.58
        },
        {
            "id": 31835,
            "slug": "vs19_344_073",
            "identifier": "vs19_344_073",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_344_073/?format=api",
            "sitting": {
                "id": 1770,
                "date": "2024-09-11",
                "number": 344,
                "branch": "C"
            },
            "number": 73,
            "title": "Emendamento 11.4 SERRACCHIANI DEBORA (PD-IDP) - Votazione Emendamento 11.4 DDL n. 1660",
            "original_title": "Votazione Emendamento 11.4 DDL n. 1660",
            "description_title": "Emendamento 11.4 SERRACCHIANI DEBORA (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": 40,
            "majority_cohesion_rate": 64.85,
            "minority_cohesion_rate": 48.12
        },
        {
            "id": 31762,
            "slug": "vs19_344_017",
            "identifier": "vs19_344_017",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_344_017/?format=api",
            "sitting": {
                "id": 1770,
                "date": "2024-09-11",
                "number": 344,
                "branch": "C"
            },
            "number": 17,
            "title": "Emendamento 7.700, da votare ai sensi dell'articolo 86, comma 4-bis, del Regolamento - Votazione Emendamento 7.700, DDL n. 1660",
            "original_title": "Votazione Emendamento 7.700, DDL n. 1660",
            "description_title": "Emendamento 7.700, da votare ai sensi dell'articolo 86, comma 4-bis, del Regolamento",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 32,
            "majority_cohesion_rate": 69.87,
            "minority_cohesion_rate": 68.75
        },
        {
            "id": 34511,
            "slug": "vs19_377_040",
            "identifier": "vs19_377_040",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_377_040/?format=api",
            "sitting": {
                "id": 1822,
                "date": "2024-11-06",
                "number": 377,
                "branch": "C"
            },
            "number": 40,
            "title": "Emendamento 5.1 SIMIANI MARCO (PD-IDP)",
            "original_title": "Emendamento 5.1 SIMIANI MARCO (PD-IDP)",
            "description_title": "",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 20,
            "majority_cohesion_rate": 61.98,
            "minority_cohesion_rate": 70.7
        },
        {
            "id": 24052,
            "slug": "vs19_160_022",
            "identifier": "vs19_160_022",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_160_022/?format=api",
            "sitting": {
                "id": 1464,
                "date": "2023-09-12",
                "number": 160,
                "branch": "C"
            },
            "number": 22,
            "title": "Emendamento 3.5 SCOTTO ARTURO (PD-IDP) - Votazione Emendamento 3.5 DDL n. 1364",
            "original_title": "Votazione Emendamento 3.5 DDL n. 1364",
            "description_title": "Emendamento 3.5 SCOTTO ARTURO (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": 26,
            "majority_cohesion_rate": 69.62,
            "minority_cohesion_rate": 72.22
        },
        {
            "id": 30067,
            "slug": "vs19_281_053",
            "identifier": "vs19_281_053",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_281_053/?format=api",
            "sitting": {
                "id": 1668,
                "date": "2024-04-17",
                "number": 281,
                "branch": "C"
            },
            "number": 53,
            "title": "Ordine del giorno n. 9/1752/77 GHIRRA FRANCESCA (AVS) - Votazione Ordine del giorno 9/1752/77 DDL n. 1752",
            "original_title": "Votazione Ordine del giorno 9/1752/77 DDL n. 1752",
            "description_title": "Ordine del giorno n. 9/1752/77 GHIRRA FRANCESCA (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 20,
            "majority_cohesion_rate": 58.65,
            "minority_cohesion_rate": 62.35
        },
        {
            "id": 31856,
            "slug": "vs19_344_061",
            "identifier": "vs19_344_061",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_344_061/?format=api",
            "sitting": {
                "id": 1770,
                "date": "2024-09-11",
                "number": 344,
                "branch": "C"
            },
            "number": 61,
            "title": "Identici emendamenti 10.1000 D'ORSO VALENTINA (M5S) e 10.1004 GIANASSI FEDERICO (PD-IDP) - Votazione Emendamento 10.1000 DDL n. 1660",
            "original_title": "Votazione Emendamento 10.1000 DDL n. 1660",
            "description_title": "Identici emendamenti 10.1000 D'ORSO VALENTINA (M5S) e 10.1004 GIANASSI FEDERICO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 29,
            "majority_cohesion_rate": 69.04,
            "minority_cohesion_rate": 70.62
        },
        {
            "id": 31760,
            "slug": "vs19_344_025",
            "identifier": "vs19_344_025",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_344_025/?format=api",
            "sitting": {
                "id": 1770,
                "date": "2024-09-11",
                "number": 344,
                "branch": "C"
            },
            "number": 25,
            "title": "Articolo aggiuntivo 7.01 SERRACCHIANI DEBORA (PD-IDP) - Votazione Emendamento 7.01 DDL n. 1660",
            "original_title": "Votazione Emendamento 7.01 DDL n. 1660",
            "description_title": "Articolo aggiuntivo 7.01 SERRACCHIANI DEBORA (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": 24,
            "majority_cohesion_rate": 70.29,
            "minority_cohesion_rate": 75.62
        },
        {
            "id": 31738,
            "slug": "vs19_344_016",
            "identifier": "vs19_344_016",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_344_016/?format=api",
            "sitting": {
                "id": 1770,
                "date": "2024-09-11",
                "number": 344,
                "branch": "C"
            },
            "number": 16,
            "title": "Emendamento 7.6 COLUCCI ALFONSO (M5S) - Votazione Emendamento 7.6 DDL n. 1660",
            "original_title": "Votazione Emendamento 7.6 DDL n. 1660",
            "description_title": "Emendamento 7.6 COLUCCI ALFONSO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 25,
            "majority_cohesion_rate": 69.46,
            "minority_cohesion_rate": 73.12
        },
        {
            "id": 24238,
            "slug": "vs19_171_009",
            "identifier": "vs19_171_009",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_171_009/?format=api",
            "sitting": {
                "id": 1486,
                "date": "2023-10-04",
                "number": 171,
                "branch": "C"
            },
            "number": 9,
            "title": "Ordine del giorno n. 9/1436/13 FENU EMILIANO (M5S) - Votazione Ordine del giorno 9/1436/13 DDL n. 1436",
            "original_title": "Votazione Ordine del giorno 9/1436/13 DDL n. 1436",
            "description_title": "Ordine del giorno n. 9/1436/13 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": 1,
            "n_margin": 37,
            "majority_cohesion_rate": 73.0,
            "minority_cohesion_rate": 70.37
        },
        {
            "id": 40181,
            "slug": "vs19_527_023",
            "identifier": "vs19_527_023",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_527_023/?format=api",
            "sitting": {
                "id": 2072,
                "date": "2025-09-10",
                "number": 527,
                "branch": "C"
            },
            "number": 23,
            "title": "ARTICOLO 3 - Votazione Articolo 3 ",
            "original_title": "Votazione Articolo 3 ",
            "description_title": "ARTICOLO 3",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 139,
            "majority_cohesion_rate": 63.79,
            "minority_cohesion_rate": 79.62
        },
        {
            "id": 31017,
            "slug": "vs19_321_037",
            "identifier": "vs19_321_037",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_321_037/?format=api",
            "sitting": {
                "id": 1733,
                "date": "2024-07-09",
                "number": 321,
                "branch": "C"
            },
            "number": 37,
            "title": "Emendamento 5.1 GIULIANO CARLA (M5S) - Votazione Emendamento 5.1 DDL n. 1718",
            "original_title": "Votazione Emendamento 5.1 DDL n. 1718",
            "description_title": "Emendamento 5.1 GIULIANO CARLA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 46,
            "majority_cohesion_rate": 71.01,
            "minority_cohesion_rate": 60.87
        },
        {
            "id": 29298,
            "slug": "vs19_270_027",
            "identifier": "vs19_270_027",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_270_027/?format=api",
            "sitting": {
                "id": 1650,
                "date": "2024-03-26",
                "number": 270,
                "branch": "C"
            },
            "number": 27,
            "title": "Emendamento 3.8 FONTANA ILARIA (M5S) - Votazione Emendamento 3.8 DDL n. 1790",
            "original_title": "Votazione Emendamento 3.8 DDL n. 1790",
            "description_title": "Emendamento 3.8 FONTANA ILARIA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 27,
            "majority_cohesion_rate": 58.23,
            "minority_cohesion_rate": 61.73
        },
        {
            "id": 31004,
            "slug": "vs19_321_030",
            "identifier": "vs19_321_030",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_321_030/?format=api",
            "sitting": {
                "id": 1733,
                "date": "2024-07-09",
                "number": 321,
                "branch": "C"
            },
            "number": 30,
            "title": "Emendamento 2.42 D'ORSO VALENTINA (M5S) - Votazione Emendamento 2.42 DDL n. 1718",
            "original_title": "Votazione Emendamento 2.42 DDL n. 1718",
            "description_title": "Emendamento 2.42 D'ORSO VALENTINA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 44,
            "majority_cohesion_rate": 71.85,
            "minority_cohesion_rate": 63.98
        },
        {
            "id": 30946,
            "slug": "vs19_317_064",
            "identifier": "vs19_317_064",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_317_064/?format=api",
            "sitting": {
                "id": 1729,
                "date": "2024-07-03",
                "number": 317,
                "branch": "C"
            },
            "number": 64,
            "title": "Ordine del giorno n. 9/1933/74 MEROLA VIRGINIO (PD-IDP) - Votazione Ordine del giorno 9/1933/74 DDL n. 1933",
            "original_title": "Votazione Ordine del giorno 9/1933/74 DDL n. 1933",
            "description_title": "Ordine del giorno n. 9/1933/74 MEROLA VIRGINIO (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": 21,
            "majority_cohesion_rate": 63.03,
            "minority_cohesion_rate": 67.7
        },
        {
            "id": 30804,
            "slug": "vs19_313_005",
            "identifier": "vs19_313_005",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_313_005/?format=api",
            "sitting": {
                "id": 1721,
                "date": "2024-06-25",
                "number": 313,
                "branch": "C"
            },
            "number": 5,
            "title": "Emendamento 4.1 PELLEGRINI MARCO (M5S) - Votazione Emendamento 4.1 DDL n. 1854",
            "original_title": "Votazione Emendamento 4.1 DDL n. 1854",
            "description_title": "Emendamento 4.1 PELLEGRINI MARCO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 79,
            "majority_cohesion_rate": 60.08,
            "minority_cohesion_rate": 36.65
        },
        {
            "id": 34525,
            "slug": "vs19_377_058",
            "identifier": "vs19_377_058",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_377_058/?format=api",
            "sitting": {
                "id": 1822,
                "date": "2024-11-06",
                "number": 377,
                "branch": "C"
            },
            "number": 58,
            "title": "Emendamento 9.3 L'ABBATE PATTY (M5S)",
            "original_title": "Emendamento 9.3 L'ABBATE PATTY (M5S)",
            "description_title": "",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 53,
            "majority_cohesion_rate": 62.81,
            "minority_cohesion_rate": 44.59
        },
        {
            "id": 24240,
            "slug": "vs19_171_008",
            "identifier": "vs19_171_008",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_171_008/?format=api",
            "sitting": {
                "id": 1486,
                "date": "2023-10-04",
                "number": 171,
                "branch": "C"
            },
            "number": 8,
            "title": "Ordine del giorno n. 9/1436/12 RICCIARDI RICCARDO (M5S) - Votazione Ordine del giorno 9/1436/12 DDL n. 1436",
            "original_title": "Votazione Ordine del giorno 9/1436/12 DDL n. 1436",
            "description_title": "Ordine del giorno n. 9/1436/12 RICCIARDI 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": 69,
            "majority_cohesion_rate": 73.42,
            "minority_cohesion_rate": 38.27
        },
        {
            "id": 31830,
            "slug": "vs19_344_082",
            "identifier": "vs19_344_082",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_344_082/?format=api",
            "sitting": {
                "id": 1770,
                "date": "2024-09-11",
                "number": 344,
                "branch": "C"
            },
            "number": 82,
            "title": "Identici emendamenti 13.3 MAURI MATTEO (PD-IDP) e 13.4 D'ORSO VALENTINA (M5S) - Votazione Emendamento 13.3 DDL n. 1660",
            "original_title": "Votazione Emendamento 13.3 DDL n. 1660",
            "description_title": "Identici emendamenti 13.3 MAURI MATTEO (PD-IDP) e 13.4 D'ORSO VALENTINA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 22,
            "majority_cohesion_rate": 66.95,
            "minority_cohesion_rate": 73.12
        },
        {
            "id": 21728,
            "slug": "vs19_114_034",
            "identifier": "vs19_114_034",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_114_034/?format=api",
            "sitting": {
                "id": 1395,
                "date": "2023-06-06",
                "number": 114,
                "branch": "C"
            },
            "number": 34,
            "title": "Ordine del giorno n. 9/1114/71 SCOTTO ARTURO (PD-IDP) - Votazione Ordine del giorno 9/1114/71 DDL n. 1114",
            "original_title": "Votazione Ordine del giorno 9/1114/71 DDL n. 1114",
            "description_title": "Ordine del giorno n. 9/1114/71 SCOTTO ARTURO (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": 25,
            "majority_cohesion_rate": 73.42,
            "minority_cohesion_rate": 77.16
        },
        {
            "id": 22302,
            "slug": "vs19_150_036",
            "identifier": "vs19_150_036",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_150_036/?format=api",
            "sitting": {
                "id": 1434,
                "date": "2023-07-31",
                "number": 150,
                "branch": "C"
            },
            "number": 36,
            "title": "Ordine del giorno n. 9/1239/68 DE LUCA PIERO (PD-IDP) - Votazione Ordine del giorno 9/1239/68 DDL n. 1239",
            "original_title": "Votazione Ordine del giorno 9/1239/68 DDL n. 1239",
            "description_title": "Ordine del giorno n. 9/1239/68 DE LUCA PIERO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 36,
            "majority_cohesion_rate": 68.78,
            "minority_cohesion_rate": 56.79
        },
        {
            "id": 34531,
            "slug": "vs19_377_066",
            "identifier": "vs19_377_066",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_377_066/?format=api",
            "sitting": {
                "id": 1822,
                "date": "2024-11-06",
                "number": 377,
                "branch": "C"
            },
            "number": 66,
            "title": "Identici emendamenti 11.14 SANTILLO AGOSTINO (M5S) e 11.15 BONELLI ANGELO (AVS)",
            "original_title": "Identici emendamenti 11.14 SANTILLO AGOSTINO (M5S) e 11.15 BONELLI ANGELO (AVS)",
            "description_title": "",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 16,
            "majority_cohesion_rate": 60.33,
            "minority_cohesion_rate": 72.61
        },
        {
            "id": 30035,
            "slug": "vs19_281_068",
            "identifier": "vs19_281_068",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_281_068/?format=api",
            "sitting": {
                "id": 1668,
                "date": "2024-04-17",
                "number": 281,
                "branch": "C"
            },
            "number": 68,
            "title": "Ordine del giorno n. 9/1752/93 ZAN ALESSANDRO (PD-IDP) - Votazione Ordine del giorno 9/1752/93 DDL n. 1752",
            "original_title": "Votazione Ordine del giorno 9/1752/93 DDL n. 1752",
            "description_title": "Ordine del giorno n. 9/1752/93 ZAN ALESSANDRO (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": 23,
            "majority_cohesion_rate": 57.38,
            "minority_cohesion_rate": 56.79
        },
        {
            "id": 31798,
            "slug": "vs19_344_032",
            "identifier": "vs19_344_032",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_344_032/?format=api",
            "sitting": {
                "id": 1770,
                "date": "2024-09-11",
                "number": 344,
                "branch": "C"
            },
            "number": 32,
            "title": "Emendamento 9.1011 BOSCHI MARIA ELENA (IVICRE) - Votazione Emendamento 9.1011 DDL n. 1660",
            "original_title": "Votazione Emendamento 9.1011 DDL n. 1660",
            "description_title": "Emendamento 9.1011 BOSCHI MARIA ELENA (IVICRE)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 25,
            "majority_cohesion_rate": 69.04,
            "minority_cohesion_rate": 72.5
        },
        {
            "id": 24154,
            "slug": "vs19_165_011",
            "identifier": "vs19_165_011",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_165_011/?format=api",
            "sitting": {
                "id": 1474,
                "date": "2023-09-20",
                "number": 165,
                "branch": "C"
            },
            "number": 11,
            "title": "Mozione n. 1-00080 (Ulteriore nuova formulazione), sul capoverso terzo della parte dispositiva, CAROTENUTO DARIO (M5S) ed altri - Votazione Mozione 1_00080",
            "original_title": "Votazione Mozione 1_00080",
            "description_title": "Mozione n. 1-00080 (Ulteriore nuova formulazione), sul capoverso terzo della parte dispositiva, CAROTENUTO DARIO (M5S) ed altri",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Mozione",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 39,
            "majority_cohesion_rate": 69.2,
            "minority_cohesion_rate": 63.58
        },
        {
            "id": 29347,
            "slug": "vs19_270_062",
            "identifier": "vs19_270_062",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_270_062/?format=api",
            "sitting": {
                "id": 1650,
                "date": "2024-03-26",
                "number": 270,
                "branch": "C"
            },
            "number": 62,
            "title": "Ordine del giorno n. 9/1435/21 CURTI AUGUSTO (PD-IDP) - Votazione Ordine del giorno 9/1435/21 DDL n. 1435",
            "original_title": "Votazione Ordine del giorno 9/1435/21 DDL n. 1435",
            "description_title": "Ordine del giorno n. 9/1435/21 CURTI AUGUSTO (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": 20,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 67.9
        },
        {
            "id": 34535,
            "slug": "vs19_377_071",
            "identifier": "vs19_377_071",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_377_071/?format=api",
            "sitting": {
                "id": 1822,
                "date": "2024-11-06",
                "number": 377,
                "branch": "C"
            },
            "number": 71,
            "title": "Identici emendamenti 12.5 SANTILLO AGOSTINO (M5S) e 12.6 BONELLI ANGELO (AVS)",
            "original_title": "Identici emendamenti 12.5 SANTILLO AGOSTINO (M5S) e 12.6 BONELLI ANGELO (AVS)",
            "description_title": "",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 21,
            "majority_cohesion_rate": 58.68,
            "minority_cohesion_rate": 64.33
        },
        {
            "id": 34536,
            "slug": "vs19_377_073",
            "identifier": "vs19_377_073",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_377_073/?format=api",
            "sitting": {
                "id": 1822,
                "date": "2024-11-06",
                "number": 377,
                "branch": "C"
            },
            "number": 73,
            "title": "Identici emendamenti 13.3 FERRARI SARA (PD-IDP) e 13.4 BONELLI ANGELO (AVS)",
            "original_title": "Identici emendamenti 13.3 FERRARI SARA (PD-IDP) e 13.4 BONELLI ANGELO (AVS)",
            "description_title": "",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 17,
            "majority_cohesion_rate": 60.33,
            "minority_cohesion_rate": 71.34
        },
        {
            "id": 21755,
            "slug": "vs19_114_019",
            "identifier": "vs19_114_019",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_114_019/?format=api",
            "sitting": {
                "id": 1395,
                "date": "2023-06-06",
                "number": 114,
                "branch": "C"
            },
            "number": 19,
            "title": "Ordine del giorno n. 9/1114/49 MANZI IRENE (PD-IDP) - Votazione Ordine del giorno 9/1114/49 DDL n. 1114",
            "original_title": "Votazione Ordine del giorno 9/1114/49 DDL n. 1114",
            "description_title": "Ordine del giorno n. 9/1114/49 MANZI IRENE (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": 24,
            "majority_cohesion_rate": 73.0,
            "minority_cohesion_rate": 77.16
        },
        {
            "id": 25974,
            "slug": "vs19_212_012",
            "identifier": "vs19_212_012",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_212_012/?format=api",
            "sitting": {
                "id": 1553,
                "date": "2023-12-12",
                "number": 212,
                "branch": "C"
            },
            "number": 12,
            "title": "Risoluzione n. 6-00075, sul capoverso quinto della parte dispositiva, RICHETTI MATTEO (APERRE) ed altri - Votazione Risoluzione 6_00075",
            "original_title": "Votazione Risoluzione 6_00075",
            "description_title": "Risoluzione n. 6-00075, sul capoverso quinto 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": 30,
            "majority_cohesion_rate": 74.26,
            "minority_cohesion_rate": 71.6
        },
        {
            "id": 24091,
            "slug": "vs19_160_043",
            "identifier": "vs19_160_043",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_160_043/?format=api",
            "sitting": {
                "id": 1464,
                "date": "2023-09-12",
                "number": 160,
                "branch": "C"
            },
            "number": 43,
            "title": "Ordine del giorno n. 9/1364/17 PELLEGRINI MARCO (M5S) - Votazione Ordine del giorno 9/1364/17 DDL n. 1364",
            "original_title": "Votazione Ordine del giorno 9/1364/17 DDL n. 1364",
            "description_title": "Ordine del giorno n. 9/1364/17 PELLEGRINI MARCO (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": 64,
            "majority_cohesion_rate": 68.78,
            "minority_cohesion_rate": 33.33
        },
        {
            "id": 29377,
            "slug": "vs19_270_082",
            "identifier": "vs19_270_082",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_270_082/?format=api",
            "sitting": {
                "id": 1650,
                "date": "2024-03-26",
                "number": 270,
                "branch": "C"
            },
            "number": 82,
            "title": "Ordine del giorno n. 9/1435/62 TRAVERSI ROBERTO (M5S) - Votazione Ordine del giorno 9/1435/62 DDL n. 1435",
            "original_title": "Votazione Ordine del giorno 9/1435/62 DDL n. 1435",
            "description_title": "Ordine del giorno n. 9/1435/62 TRAVERSI ROBERTO (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": 22,
            "majority_cohesion_rate": 62.45,
            "minority_cohesion_rate": 65.43
        },
        {
            "id": 29331,
            "slug": "vs19_270_052",
            "identifier": "vs19_270_052",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_270_052/?format=api",
            "sitting": {
                "id": 1650,
                "date": "2024-03-26",
                "number": 270,
                "branch": "C"
            },
            "number": 52,
            "title": "Ordine del giorno n. 9/1790/12 GRIMALDI MARCO (AVS) - Votazione Ordine del giorno 9/1790/12 DDL n. 1790",
            "original_title": "Votazione Ordine del giorno 9/1790/12 DDL n. 1790",
            "description_title": "Ordine del giorno n. 9/1790/12 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": 1,
            "n_margin": 20,
            "majority_cohesion_rate": 57.38,
            "minority_cohesion_rate": 61.11
        },
        {
            "id": 34542,
            "slug": "vs19_377_081",
            "identifier": "vs19_377_081",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_377_081/?format=api",
            "sitting": {
                "id": 1822,
                "date": "2024-11-06",
                "number": 377,
                "branch": "C"
            },
            "number": 81,
            "title": "Emendamento 15.3 FONTANA ILARIA (M5S)",
            "original_title": "Emendamento 15.3 FONTANA ILARIA (M5S)",
            "description_title": "",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 21,
            "majority_cohesion_rate": 60.33,
            "minority_cohesion_rate": 66.88
        },
        {
            "id": 29341,
            "slug": "vs19_270_049",
            "identifier": "vs19_270_049",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_270_049/?format=api",
            "sitting": {
                "id": 1650,
                "date": "2024-03-26",
                "number": 270,
                "branch": "C"
            },
            "number": 49,
            "title": "Ordine del giorno n. 9/1790/9 BONELLI ANGELO (AVS) - Votazione Ordine del giorno 9/1790/9 DDL n. 1790",
            "original_title": "Votazione Ordine del giorno 9/1790/9 DDL n. 1790",
            "description_title": "Ordine del giorno n. 9/1790/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": 1,
            "n_margin": 24,
            "majority_cohesion_rate": 56.12,
            "minority_cohesion_rate": 57.41
        },
        {
            "id": 35119,
            "slug": "vs19_350_005",
            "identifier": "vs19_350_005",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_350_005/?format=api",
            "sitting": {
                "id": 1778,
                "date": "2024-09-19",
                "number": 350,
                "branch": "C"
            },
            "number": 5,
            "title": "Articolo 2",
            "original_title": "Articolo 2",
            "description_title": "",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 128,
            "majority_cohesion_rate": 63.33,
            "minority_cohesion_rate": 66.67
        }
    ]
}