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

{
    "count": 22002,
    "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=date&page=13",
    "previous": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=date&page=11",
    "results": [
        {
            "id": 18434,
            "slug": "vs19_027_065",
            "identifier": "vs19_027_065",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_027_065/?format=api",
            "sitting": {
                "id": 1254,
                "date": "2022-12-23",
                "number": 27,
                "branch": "C"
            },
            "number": 65,
            "title": "Legge di bilancio 2023",
            "original_title": "Votazione Ordine del giorno 9/643-BIS/100 DDL n. 0643-bis",
            "description_title": "Ordine del giorno n. 9/643-BIS/100 DI BIASE MICHELA (PD-IDP)",
            "public_title": "Legge di bilancio 2023",
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 31,
            "majority_cohesion_rate": 86.08,
            "minority_cohesion_rate": 87.65
        },
        {
            "id": 18529,
            "slug": "vs19_027_075",
            "identifier": "vs19_027_075",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_027_075/?format=api",
            "sitting": {
                "id": 1254,
                "date": "2022-12-23",
                "number": 27,
                "branch": "C"
            },
            "number": 75,
            "title": "Ordine del giorno n. 9/643-BIS/141 PROVENZANO GIUSEPPE (PD-IDP) - Votazione Ordine del giorno 9/643-BIS/141 DDL n. 0643-bis",
            "original_title": "Votazione Ordine del giorno 9/643-BIS/141 DDL n. 0643-bis",
            "description_title": "Ordine del giorno n. 9/643-BIS/141 PROVENZANO GIUSEPPE (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 35,
            "majority_cohesion_rate": 86.5,
            "minority_cohesion_rate": 84.57
        },
        {
            "id": 18626,
            "slug": "vs19_027_074",
            "identifier": "vs19_027_074",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_027_074/?format=api",
            "sitting": {
                "id": 1254,
                "date": "2022-12-23",
                "number": 27,
                "branch": "C"
            },
            "number": 74,
            "title": "Ordine del giorno n. 9/643-BIS/140 LACARRA MARCO (PD-IDP) - Votazione Ordine del giorno 9/643-BIS/140 DDL n. 0643-bis",
            "original_title": "Votazione Ordine del giorno 9/643-BIS/140 DDL n. 0643-bis",
            "description_title": "Ordine del giorno n. 9/643-BIS/140 LACARRA MARCO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 33,
            "majority_cohesion_rate": 85.65,
            "minority_cohesion_rate": 85.8
        },
        {
            "id": 18417,
            "slug": "vs19_027_021",
            "identifier": "vs19_027_021",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_027_021/?format=api",
            "sitting": {
                "id": 1254,
                "date": "2022-12-23",
                "number": 27,
                "branch": "C"
            },
            "number": 21,
            "title": "Legge di bilancio 2023",
            "original_title": "Votazione Articolo 18 DDL n. 0643-bis",
            "description_title": "Articolo 18",
            "public_title": "Legge di bilancio 2023",
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 28,
            "majority_cohesion_rate": 88.19,
            "minority_cohesion_rate": 93.21
        },
        {
            "id": 18548,
            "slug": "vs19_027_036",
            "identifier": "vs19_027_036",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_027_036/?format=api",
            "sitting": {
                "id": 1254,
                "date": "2022-12-23",
                "number": 27,
                "branch": "C"
            },
            "number": 36,
            "title": "Ordine del giorno n. 9/643-BIS/21 BERRUTO MAURO (PD-IDP) - Votazione Ordine del giorno 9/643-BIS/21 DDL n. 0643-bis",
            "original_title": "Votazione Ordine del giorno 9/643-BIS/21 DDL n. 0643-bis",
            "description_title": "Ordine del giorno n. 9/643-BIS/21 BERRUTO MAURO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 30,
            "majority_cohesion_rate": 85.23,
            "minority_cohesion_rate": 88.89
        },
        {
            "id": 18572,
            "slug": "vs19_027_038",
            "identifier": "vs19_027_038",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_027_038/?format=api",
            "sitting": {
                "id": 1254,
                "date": "2022-12-23",
                "number": 27,
                "branch": "C"
            },
            "number": 38,
            "title": "Ordine del giorno n. 9/643-BIS/30 MAURI MATTEO (PD-IDP) - Votazione Ordine del giorno 9/643-BIS/30 DDL n. 0643-bis",
            "original_title": "Votazione Ordine del giorno 9/643-BIS/30 DDL n. 0643-bis",
            "description_title": "Ordine del giorno n. 9/643-BIS/30 MAURI MATTEO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 25,
            "majority_cohesion_rate": 81.01,
            "minority_cohesion_rate": 88.89
        },
        {
            "id": 18573,
            "slug": "vs19_027_026",
            "identifier": "vs19_027_026",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_027_026/?format=api",
            "sitting": {
                "id": 1254,
                "date": "2022-12-23",
                "number": 27,
                "branch": "C"
            },
            "number": 26,
            "title": "Ordine del giorno n. 9/643-BIS/4 GUERRA MARIA CECILIA (PD-IDP) - Votazione Ordine del giorno 9/643-BIS/4 DDL n. 0643-bis",
            "original_title": "Votazione Ordine del giorno 9/643-BIS/4 DDL n. 0643-bis",
            "description_title": "Ordine del giorno n. 9/643-BIS/4 GUERRA MARIA CECILIA (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": 27,
            "majority_cohesion_rate": 83.97,
            "minority_cohesion_rate": 90.12
        },
        {
            "id": 18451,
            "slug": "vs19_027_073",
            "identifier": "vs19_027_073",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_027_073/?format=api",
            "sitting": {
                "id": 1254,
                "date": "2022-12-23",
                "number": 27,
                "branch": "C"
            },
            "number": 73,
            "title": "Legge di bilancio 2023",
            "original_title": "Votazione Ordine del giorno 9/643-BIS/137 DDL n. 0643-bis",
            "description_title": "Ordine del giorno n. 9/643-BIS/137 FERRARI SARA (PD-IDP)",
            "public_title": "Legge di bilancio 2023",
            "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": 85.23,
            "minority_cohesion_rate": 85.8
        },
        {
            "id": 18639,
            "slug": "vs19_027_031",
            "identifier": "vs19_027_031",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_027_031/?format=api",
            "sitting": {
                "id": 1254,
                "date": "2022-12-23",
                "number": 27,
                "branch": "C"
            },
            "number": 31,
            "title": "Ordine del giorno n. 9/643-BIS/14 DE MARIA ANDREA (PD-IDP) - Votazione Ordine del giorno 9/643-BIS/14 DDL n. 0643-bis",
            "original_title": "Votazione Ordine del giorno 9/643-BIS/14 DDL n. 0643-bis",
            "description_title": "Ordine del giorno n. 9/643-BIS/14 DE MARIA ANDREA (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 43,
            "majority_cohesion_rate": 86.5,
            "minority_cohesion_rate": 74.69
        },
        {
            "id": 18438,
            "slug": "vs19_027_040",
            "identifier": "vs19_027_040",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_027_040/?format=api",
            "sitting": {
                "id": 1254,
                "date": "2022-12-23",
                "number": 27,
                "branch": "C"
            },
            "number": 40,
            "title": "Legge di bilancio 2023",
            "original_title": "Votazione Ordine del giorno 9/643-BIS/33 DDL n. 0643-bis",
            "description_title": "Ordine del giorno n. 9/643-BIS/33 QUARTAPELLE PROCOPIO LIA (PD-IDP)",
            "public_title": "Legge di bilancio 2023",
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 27,
            "majority_cohesion_rate": 81.43,
            "minority_cohesion_rate": 87.65
        },
        {
            "id": 18444,
            "slug": "vs19_027_108",
            "identifier": "vs19_027_108",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_027_108/?format=api",
            "sitting": {
                "id": 1254,
                "date": "2022-12-23",
                "number": 27,
                "branch": "C"
            },
            "number": 108,
            "title": "Legge di bilancio 2023",
            "original_title": "Votazione Ordine del giorno 9/643-BIS/198 DDL n. 0643-bis",
            "description_title": "Ordine del giorno n. 9/643-BIS/198 D'ORSO VALENTINA (M5S)",
            "public_title": "Legge di bilancio 2023",
            "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": 83.97,
            "minority_cohesion_rate": 83.95
        },
        {
            "id": 18454,
            "slug": "vs19_027_070",
            "identifier": "vs19_027_070",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_027_070/?format=api",
            "sitting": {
                "id": 1254,
                "date": "2022-12-23",
                "number": 27,
                "branch": "C"
            },
            "number": 70,
            "title": "Legge di bilancio 2023",
            "original_title": "Votazione Ordine del giorno 9/643-BIS/111 DDL n. 0643-bis",
            "description_title": "Ordine del giorno n. 9/643-BIS/111 DE LUCA PIERO (PD-IDP)",
            "public_title": "Legge di bilancio 2023",
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 3,
            "n_margin": 41,
            "majority_cohesion_rate": 86.92,
            "minority_cohesion_rate": 77.78
        },
        {
            "id": 18629,
            "slug": "vs19_027_025",
            "identifier": "vs19_027_025",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_027_025/?format=api",
            "sitting": {
                "id": 1254,
                "date": "2022-12-23",
                "number": 27,
                "branch": "C"
            },
            "number": 25,
            "title": "Ordine del giorno n. 9/643-BIS/2 RICCIARDI TONI (PD-IDP) - Votazione Ordine del giorno 9/643-BIS/2 DDL n. 0643-bis",
            "original_title": "Votazione Ordine del giorno 9/643-BIS/2 DDL n. 0643-bis",
            "description_title": "Ordine del giorno n. 9/643-BIS/2 RICCIARDI TONI (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 26,
            "majority_cohesion_rate": 81.43,
            "minority_cohesion_rate": 87.65
        },
        {
            "id": 18554,
            "slug": "vs19_027_060",
            "identifier": "vs19_027_060",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_027_060/?format=api",
            "sitting": {
                "id": 1254,
                "date": "2022-12-23",
                "number": 27,
                "branch": "C"
            },
            "number": 60,
            "title": "Ordine del giorno n. 9/643-BIS/71 GRIMALDI MARCO (AVS) - Votazione Ordine del giorno 9/643-BIS/71 DDL n. 0643-bis",
            "original_title": "Votazione Ordine del giorno 9/643-BIS/71 DDL n. 0643-bis",
            "description_title": "Ordine del giorno n. 9/643-BIS/71 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": 6,
            "n_margin": 47,
            "majority_cohesion_rate": 84.81,
            "minority_cohesion_rate": 70.99
        },
        {
            "id": 18566,
            "slug": "vs19_027_082",
            "identifier": "vs19_027_082",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_027_082/?format=api",
            "sitting": {
                "id": 1254,
                "date": "2022-12-23",
                "number": 27,
                "branch": "C"
            },
            "number": 82,
            "title": "Ordine del giorno n. 9/643-BIS/157 FENU EMILIANO (M5S) - Votazione Ordine del giorno 9/643-BIS/157 DDL n. 0643-bis",
            "original_title": "Votazione Ordine del giorno 9/643-BIS/157 DDL n. 0643-bis",
            "description_title": "Ordine del giorno n. 9/643-BIS/157 FENU EMILIANO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 33,
            "majority_cohesion_rate": 82.28,
            "minority_cohesion_rate": 80.86
        },
        {
            "id": 18604,
            "slug": "vs19_027_042",
            "identifier": "vs19_027_042",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_027_042/?format=api",
            "sitting": {
                "id": 1254,
                "date": "2022-12-23",
                "number": 27,
                "branch": "C"
            },
            "number": 42,
            "title": "Ordine del giorno n. 9/643-BIS/36 FOSSI EMILIANO (PD-IDP) - Votazione Ordine del giorno 9/643-BIS/36 DDL n. 0643-bis",
            "original_title": "Votazione Ordine del giorno 9/643-BIS/36 DDL n. 0643-bis",
            "description_title": "Ordine del giorno n. 9/643-BIS/36 FOSSI EMILIANO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 29,
            "majority_cohesion_rate": 82.7,
            "minority_cohesion_rate": 86.42
        },
        {
            "id": 18596,
            "slug": "vs19_027_112",
            "identifier": "vs19_027_112",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_027_112/?format=api",
            "sitting": {
                "id": 1254,
                "date": "2022-12-23",
                "number": 27,
                "branch": "C"
            },
            "number": 112,
            "title": "Ordine del giorno n. 9/643-BIS/217 BONELLI ANGELO (AVS) - Votazione Ordine del giorno 9/643-BIS/217 DDL n. 0643-bis",
            "original_title": "Votazione Ordine del giorno 9/643-BIS/217 DDL n. 0643-bis",
            "description_title": "Ordine del giorno n. 9/643-BIS/217 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": 5,
            "n_margin": 39,
            "majority_cohesion_rate": 85.23,
            "minority_cohesion_rate": 79.01
        },
        {
            "id": 18592,
            "slug": "vs19_027_085",
            "identifier": "vs19_027_085",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_027_085/?format=api",
            "sitting": {
                "id": 1254,
                "date": "2022-12-23",
                "number": 27,
                "branch": "C"
            },
            "number": 85,
            "title": "Ordine del giorno n. 9/643-BIS/163 TUCCI RICCARDO (M5S) - Votazione Ordine del giorno 9/643-BIS/163 DDL n. 0643-bis",
            "original_title": "Votazione Ordine del giorno 9/643-BIS/163 DDL n. 0643-bis",
            "description_title": "Ordine del giorno n. 9/643-BIS/163 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": 47,
            "majority_cohesion_rate": 83.12,
            "minority_cohesion_rate": 74.69
        },
        {
            "id": 18640,
            "slug": "vs19_027_086",
            "identifier": "vs19_027_086",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_027_086/?format=api",
            "sitting": {
                "id": 1254,
                "date": "2022-12-23",
                "number": 27,
                "branch": "C"
            },
            "number": 86,
            "title": "Ordine del giorno n. 9/643-BIS/161 CAPPELLETTI ENRICO (M5S) - Votazione Ordine del giorno 9/643-BIS/161 DDL n. 0643-bis",
            "original_title": "Votazione Ordine del giorno 9/643-BIS/161 DDL n. 0643-bis",
            "description_title": "Ordine del giorno n. 9/643-BIS/161 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": 0,
            "n_margin": 34,
            "majority_cohesion_rate": 85.23,
            "minority_cohesion_rate": 83.95
        },
        {
            "id": 18524,
            "slug": "vs19_027_017",
            "identifier": "vs19_027_017",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_027_017/?format=api",
            "sitting": {
                "id": 1254,
                "date": "2022-12-23",
                "number": 27,
                "branch": "C"
            },
            "number": 17,
            "title": "Legge di bilancio 2023",
            "original_title": "Votazione Articolo 14 DDL n. 0643-bis",
            "description_title": "Articolo 14",
            "public_title": "Legge di bilancio 2023",
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 31,
            "majority_cohesion_rate": 89.87,
            "minority_cohesion_rate": 92.59
        },
        {
            "id": 18587,
            "slug": "vs19_027_058",
            "identifier": "vs19_027_058",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_027_058/?format=api",
            "sitting": {
                "id": 1254,
                "date": "2022-12-23",
                "number": 27,
                "branch": "C"
            },
            "number": 58,
            "title": "Ordine del giorno n. 9/643-BIS/69 BORRELLI FRANCESCO EMILIO (AVS) - Votazione Ordine del giorno 9/643-BIS/69 DDL n. 0643-bis",
            "original_title": "Votazione Ordine del giorno 9/643-BIS/69 DDL n. 0643-bis",
            "description_title": "Ordine del giorno n. 9/643-BIS/69 BORRELLI FRANCESCO EMILIO (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 34,
            "majority_cohesion_rate": 83.12,
            "minority_cohesion_rate": 81.48
        },
        {
            "id": 18599,
            "slug": "vs19_027_116",
            "identifier": "vs19_027_116",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_027_116/?format=api",
            "sitting": {
                "id": 1254,
                "date": "2022-12-23",
                "number": 27,
                "branch": "C"
            },
            "number": 116,
            "title": "Ordine del giorno n. 9/643-BIS/37 LAUS MAURO ANTONIO DONATO (PD-IDP) - Votazione Ordine del giorno 9/643-BIS/37 DDL n. 0643-bis",
            "original_title": "Votazione Ordine del giorno 9/643-BIS/37 DDL n. 0643-bis",
            "description_title": "Ordine del giorno n. 9/643-BIS/37 LAUS MAURO ANTONIO DONATO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 76,
            "majority_cohesion_rate": 84.81,
            "minority_cohesion_rate": 57.41
        },
        {
            "id": 18429,
            "slug": "vs19_027_115",
            "identifier": "vs19_027_115",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_027_115/?format=api",
            "sitting": {
                "id": 1254,
                "date": "2022-12-23",
                "number": 27,
                "branch": "C"
            },
            "number": 115,
            "title": "Legge di bilancio 2023",
            "original_title": "Votazione Ordine del giorno 9/643-BIS/226, DDL n. 0643-bis",
            "description_title": "Ordine del giorno n. 9/643-BIS/226, nel testo riformulato, RIZZETTO WALTER (FDI)",
            "public_title": "Legge di bilancio 2023",
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 5,
            "n_margin": 28,
            "majority_cohesion_rate": 82.7,
            "minority_cohesion_rate": 83.95
        },
        {
            "id": 18551,
            "slug": "vs19_027_106",
            "identifier": "vs19_027_106",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_027_106/?format=api",
            "sitting": {
                "id": 1254,
                "date": "2022-12-23",
                "number": 27,
                "branch": "C"
            },
            "number": 106,
            "title": "Ordine del giorno n. 9/643-BIS/196 TODDE ALESSANDRA (M5S) - Votazione Ordine del giorno 9/643-BIS/196 DDL n. 0643-bis",
            "original_title": "Votazione Ordine del giorno 9/643-BIS/196 DDL n. 0643-bis",
            "description_title": "Ordine del giorno n. 9/643-BIS/196 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": 0,
            "n_margin": 37,
            "majority_cohesion_rate": 82.28,
            "minority_cohesion_rate": 75.31
        },
        {
            "id": 18525,
            "slug": "vs19_027_118",
            "identifier": "vs19_027_118",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_027_118/?format=api",
            "sitting": {
                "id": 1254,
                "date": "2022-12-23",
                "number": 27,
                "branch": "C"
            },
            "number": 118,
            "title": "Legge di bilancio 2023",
            "original_title": "Votazione finale DDL n. 0643-bis",
            "description_title": "Bilancio di previsione dello Stato per l'anno finanziario 2023 e bilancio pluriennale per il triennio 2023-2025",
            "public_title": "Legge di bilancio 2023",
            "is_key_vote": true,
            "is_final": true,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Atto intero",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 33,
            "majority_cohesion_rate": 83.12,
            "minority_cohesion_rate": 79.63
        },
        {
            "id": 18586,
            "slug": "vs19_027_066",
            "identifier": "vs19_027_066",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_027_066/?format=api",
            "sitting": {
                "id": 1254,
                "date": "2022-12-23",
                "number": 27,
                "branch": "C"
            },
            "number": 66,
            "title": "Ordine del giorno n. 9/643-BIS/101 D'ALFONSO LUCIANO (PD-IDP) - Votazione Ordine del giorno 9/643-BIS/101 DDL n. 0643-bis",
            "original_title": "Votazione Ordine del giorno 9/643-BIS/101 DDL n. 0643-bis",
            "description_title": "Ordine del giorno n. 9/643-BIS/101 D'ALFONSO LUCIANO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 34,
            "majority_cohesion_rate": 84.81,
            "minority_cohesion_rate": 83.33
        },
        {
            "id": 18520,
            "slug": "vs19_027_002",
            "identifier": "vs19_027_002",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_027_002/?format=api",
            "sitting": {
                "id": 1254,
                "date": "2022-12-23",
                "number": 27,
                "branch": "C"
            },
            "number": 2,
            "title": "Emendamento Tab. 2.1 MANZI IRENE (PD-IDP) - Votazione Emendamento Tab. DDL n. 0643-bis",
            "original_title": "Votazione Emendamento Tab. DDL n. 0643-bis",
            "description_title": "Emendamento Tab. 2.1 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": 2,
            "n_margin": 28,
            "majority_cohesion_rate": 86.92,
            "minority_cohesion_rate": 93.21
        },
        {
            "id": 18558,
            "slug": "vs19_027_083",
            "identifier": "vs19_027_083",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_027_083/?format=api",
            "sitting": {
                "id": 1254,
                "date": "2022-12-23",
                "number": 27,
                "branch": "C"
            },
            "number": 83,
            "title": "Ordine del giorno n. 9/643-BIS/160 LOVECCHIO GIORGIO (M5S) - Votazione Ordine del giorno 9/643-BIS/160 DDL n. 0643-bis",
            "original_title": "Votazione Ordine del giorno 9/643-BIS/160 DDL n. 0643-bis",
            "description_title": "Ordine del giorno n. 9/643-BIS/160 LOVECCHIO GIORGIO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 33,
            "majority_cohesion_rate": 83.97,
            "minority_cohesion_rate": 82.72
        },
        {
            "id": 18535,
            "slug": "vs19_027_113",
            "identifier": "vs19_027_113",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_027_113/?format=api",
            "sitting": {
                "id": 1254,
                "date": "2022-12-23",
                "number": 27,
                "branch": "C"
            },
            "number": 113,
            "title": "Ordine del giorno n. 9/643-BIS/41 SERRACCHIANI DEBORA (PD-IDP) - Votazione Ordine del giorno 9/643-BIS/41 DDL n. 0643-bis",
            "original_title": "Votazione Ordine del giorno 9/643-BIS/41 DDL n. 0643-bis",
            "description_title": "Ordine del giorno n. 9/643-BIS/41 SERRACCHIANI DEBORA (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 31,
            "majority_cohesion_rate": 82.7,
            "minority_cohesion_rate": 84.57
        },
        {
            "id": 18579,
            "slug": "vs19_027_103",
            "identifier": "vs19_027_103",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_027_103/?format=api",
            "sitting": {
                "id": 1254,
                "date": "2022-12-23",
                "number": 27,
                "branch": "C"
            },
            "number": 103,
            "title": "Ordine del giorno n. 9/643-BIS/193 COSTA SERGIO (M5S) - Votazione Ordine del giorno 9/643-BIS/193 DDL n. 0643-bis",
            "original_title": "Votazione Ordine del giorno 9/643-BIS/193 DDL n. 0643-bis",
            "description_title": "Ordine del giorno n. 9/643-BIS/193 COSTA SERGIO (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": 3,
            "n_margin": 41,
            "majority_cohesion_rate": 79.75,
            "minority_cohesion_rate": 75.31
        },
        {
            "id": 18519,
            "slug": "vs19_027_019",
            "identifier": "vs19_027_019",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_027_019/?format=api",
            "sitting": {
                "id": 1254,
                "date": "2022-12-23",
                "number": 27,
                "branch": "C"
            },
            "number": 19,
            "title": "Legge di bilancio 2023",
            "original_title": "Votazione Articolo 16 DDL n. 0643-bis",
            "description_title": "Articolo 16",
            "public_title": "Legge di bilancio 2023",
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 32,
            "majority_cohesion_rate": 87.76,
            "minority_cohesion_rate": 88.27
        },
        {
            "id": 18518,
            "slug": "vs19_027_119",
            "identifier": "vs19_027_119",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_027_119/?format=api",
            "sitting": {
                "id": 1254,
                "date": "2022-12-23",
                "number": 27,
                "branch": "C"
            },
            "number": 119,
            "title": "Fiducia legge di bilancio 2023",
            "original_title": "Votazione Questione di fiducia DDL n. 0643-bis",
            "description_title": "Votazione per appello nominale dell'articolo 1, sulla cui approvazione, senza emendamenti, subemendamenti ed articoli aggiuntivi, il Governo ha posto la questione di fiducia",
            "public_title": "Fiducia legge di bilancio 2023",
            "is_key_vote": true,
            "is_final": false,
            "is_confidence": true,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 34,
            "majority_cohesion_rate": 92.83,
            "minority_cohesion_rate": 93.83
        },
        {
            "id": 18528,
            "slug": "vs19_028_001",
            "identifier": "vs19_028_001",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_028_001/?format=api",
            "sitting": {
                "id": 1259,
                "date": "2022-12-27",
                "number": 28,
                "branch": "C"
            },
            "number": 1,
            "title": "Chiusura della discussione sulle linee generali del decreto-legge 31 ottobre 2022, n. 162 in esame - Votazione chiusura della discussione DDL n. 0705",
            "original_title": "Votazione chiusura della discussione DDL n. 0705",
            "description_title": "Chiusura della discussione sulle linee generali del decreto-legge 31 ottobre 2022, n. 162 in esame",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Chiusura della discussione",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 26,
            "majority_cohesion_rate": 71.31,
            "minority_cohesion_rate": 71.6
        },
        {
            "id": 18527,
            "slug": "vs19_028_002",
            "identifier": "vs19_028_002",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_028_002/?format=api",
            "sitting": {
                "id": 1259,
                "date": "2022-12-27",
                "number": 28,
                "branch": "C"
            },
            "number": 2,
            "title": "Questioni pregiudiziali n. 1 GIANASSI FEDERICO (PD-IDP) ed altri, n. 2 COLUCCI ALFONSO (M5S) ed altri, n. 3 COSTA ENRICO (AIV-RE) ed altri e n. 4 DORI DEVIS (AVS) ed altri - Votazione pregiudiziale DDL n. 0705",
            "original_title": "Votazione pregiudiziale DDL n. 0705",
            "description_title": "Questioni pregiudiziali n. 1 GIANASSI FEDERICO (PD-IDP) ed altri, n. 2 COLUCCI ALFONSO (M5S) ed altri, n. 3 COSTA ENRICO (AIV-RE) ed altri e n. 4 DORI DEVIS (AVS) ed altri",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Questione pregiudiziale",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 22,
            "majority_cohesion_rate": 71.73,
            "minority_cohesion_rate": 78.4
        },
        {
            "id": 18893,
            "slug": "vs19_029_002",
            "identifier": "vs19_029_002",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_029_002/?format=api",
            "sitting": {
                "id": 1261,
                "date": "2022-12-28",
                "number": 29,
                "branch": "C"
            },
            "number": 2,
            "title": "Ordine del giorno n. 9/705/2 BONELLI ANGELO (AVS) - Votazione Ordine del giorno 9/705/2 DDL n. 0705",
            "original_title": "Votazione Ordine del giorno 9/705/2 DDL n. 0705",
            "description_title": "Ordine del giorno n. 9/705/2 BONELLI ANGELO (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 28,
            "majority_cohesion_rate": 74.26,
            "minority_cohesion_rate": 76.54
        },
        {
            "id": 18891,
            "slug": "vs19_029_038",
            "identifier": "vs19_029_038",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_029_038/?format=api",
            "sitting": {
                "id": 1261,
                "date": "2022-12-28",
                "number": 29,
                "branch": "C"
            },
            "number": 38,
            "title": "Ordine del giorno n. 9/705/38 SCARPA RACHELE (PD-IDP) - Votazione Ordine del giorno 9/705/38 DDL n. 0705",
            "original_title": "Votazione Ordine del giorno 9/705/38 DDL n. 0705",
            "description_title": "Ordine del giorno n. 9/705/38 SCARPA RACHELE (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 21,
            "majority_cohesion_rate": 75.11,
            "minority_cohesion_rate": 85.19
        },
        {
            "id": 18959,
            "slug": "vs19_029_134",
            "identifier": "vs19_029_134",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_029_134/?format=api",
            "sitting": {
                "id": 1261,
                "date": "2022-12-28",
                "number": 29,
                "branch": "C"
            },
            "number": 134,
            "title": "Ordine del giorno n. 9/705/139 SOTTANELLI GIULIO CESARE (AIV-RE) - Votazione Ordine del giorno 9/705/139 DDL n. 0705",
            "original_title": "Votazione Ordine del giorno 9/705/139 DDL n. 0705",
            "description_title": "Ordine del giorno n. 9/705/139 SOTTANELLI GIULIO CESARE (AIV-RE)",
            "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": 128,
            "majority_cohesion_rate": 71.31,
            "minority_cohesion_rate": 62.96
        },
        {
            "id": 18839,
            "slug": "vs19_029_069",
            "identifier": "vs19_029_069",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_029_069/?format=api",
            "sitting": {
                "id": 1261,
                "date": "2022-12-28",
                "number": 29,
                "branch": "C"
            },
            "number": 69,
            "title": "Ordine del giorno n. 9/705/93 SCUTELLA' ELISA (M5S) - Votazione Ordine del giorno 9/705/93 DDL n. 0705",
            "original_title": "Votazione Ordine del giorno 9/705/93 DDL n. 0705",
            "description_title": "Ordine del giorno n. 9/705/93 SCUTELLA' ELISA (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": 38,
            "majority_cohesion_rate": 73.84,
            "minority_cohesion_rate": 72.84
        },
        {
            "id": 18924,
            "slug": "vs19_029_021",
            "identifier": "vs19_029_021",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_029_021/?format=api",
            "sitting": {
                "id": 1261,
                "date": "2022-12-28",
                "number": 29,
                "branch": "C"
            },
            "number": 21,
            "title": "Ordine del giorno n. 9/705/21 GUERINI LORENZO (PD-IDP) - Votazione Ordine del giorno 9/705/21 DDL n. 0705",
            "original_title": "Votazione Ordine del giorno 9/705/21 DDL n. 0705",
            "description_title": "Ordine del giorno n. 9/705/21 GUERINI LORENZO (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": 5,
            "n_margin": 18,
            "majority_cohesion_rate": 73.42,
            "minority_cohesion_rate": 83.95
        },
        {
            "id": 18923,
            "slug": "vs19_029_028",
            "identifier": "vs19_029_028",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_029_028/?format=api",
            "sitting": {
                "id": 1261,
                "date": "2022-12-28",
                "number": 29,
                "branch": "C"
            },
            "number": 28,
            "title": "Ordine del giorno n. 9/705/28 ZINGARETTI NICOLA (PD-IDP) - Votazione Ordine del giorno 9/705/28 DDL n. 0705",
            "original_title": "Votazione Ordine del giorno 9/705/28 DDL n. 0705",
            "description_title": "Ordine del giorno n. 9/705/28 ZINGARETTI NICOLA (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": 22,
            "majority_cohesion_rate": 75.53,
            "minority_cohesion_rate": 83.95
        },
        {
            "id": 18742,
            "slug": "vs19_029_089",
            "identifier": "vs19_029_089",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_029_089/?format=api",
            "sitting": {
                "id": 1261,
                "date": "2022-12-28",
                "number": 29,
                "branch": "C"
            },
            "number": 89,
            "title": "Ordine del giorno n. 9/705/113 COLUCCI ALFONSO (M5S) - Votazione Ordine del giorno 9/705/113 DDL n. 0705",
            "original_title": "Votazione Ordine del giorno 9/705/113 DDL n. 0705",
            "description_title": "Ordine del giorno n. 9/705/113 COLUCCI ALFONSO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 35,
            "n_margin": 119,
            "majority_cohesion_rate": 57.38,
            "minority_cohesion_rate": 80.86
        },
        {
            "id": 18884,
            "slug": "vs19_029_053",
            "identifier": "vs19_029_053",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_029_053/?format=api",
            "sitting": {
                "id": 1261,
                "date": "2022-12-28",
                "number": 29,
                "branch": "C"
            },
            "number": 53,
            "title": "Ordine del giorno n. 9/705/77 BONAFE' SIMONA (PD-IDP) - Votazione Ordine del giorno 9/705/77 DDL n. 0705",
            "original_title": "Votazione Ordine del giorno 9/705/77 DDL n. 0705",
            "description_title": "Ordine del giorno n. 9/705/77 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": 0,
            "n_margin": 64,
            "majority_cohesion_rate": 74.68,
            "minority_cohesion_rate": 56.17
        },
        {
            "id": 19060,
            "slug": "vs19_029_059",
            "identifier": "vs19_029_059",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_029_059/?format=api",
            "sitting": {
                "id": 1261,
                "date": "2022-12-28",
                "number": 29,
                "branch": "C"
            },
            "number": 59,
            "title": "Ordine del giorno n. 9/705/83 ALIFANO ENRICA (M5S) - Votazione Ordine del giorno 9/705/83 DDL n. 0705",
            "original_title": "Votazione Ordine del giorno 9/705/83 DDL n. 0705",
            "description_title": "Ordine del giorno n. 9/705/83 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": 0,
            "n_margin": 35,
            "majority_cohesion_rate": 74.26,
            "minority_cohesion_rate": 74.07
        },
        {
            "id": 19099,
            "slug": "vs19_029_122",
            "identifier": "vs19_029_122",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_029_122/?format=api",
            "sitting": {
                "id": 1261,
                "date": "2022-12-28",
                "number": 29,
                "branch": "C"
            },
            "number": 122,
            "title": "Ordine del giorno n. 9/705/125 FENU EMILIANO (M5S) - Votazione Ordine del giorno 9/705/125 DDL n. 0705",
            "original_title": "Votazione Ordine del giorno 9/705/125 DDL n. 0705",
            "description_title": "Ordine del giorno n. 9/705/125 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": 4,
            "n_margin": 105,
            "majority_cohesion_rate": 72.15,
            "minority_cohesion_rate": 48.77
        },
        {
            "id": 19073,
            "slug": "vs19_029_058",
            "identifier": "vs19_029_058",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_029_058/?format=api",
            "sitting": {
                "id": 1261,
                "date": "2022-12-28",
                "number": 29,
                "branch": "C"
            },
            "number": 58,
            "title": "Ordine del giorno n. 9/705/82 ASCARI STEFANIA (M5S) - Votazione Ordine del giorno 9/705/82 DDL n. 0705",
            "original_title": "Votazione Ordine del giorno 9/705/82 DDL n. 0705",
            "description_title": "Ordine del giorno n. 9/705/82 ASCARI STEFANIA (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": 72.57,
            "minority_cohesion_rate": 82.72
        },
        {
            "id": 19102,
            "slug": "vs19_029_034",
            "identifier": "vs19_029_034",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_029_034/?format=api",
            "sitting": {
                "id": 1261,
                "date": "2022-12-28",
                "number": 29,
                "branch": "C"
            },
            "number": 34,
            "title": "Ordine del giorno n. 9/705/34 SARRACINO MARCO (PD-IDP) - Votazione Ordine del giorno 9/705/34 DDL n. 0705",
            "original_title": "Votazione Ordine del giorno 9/705/34 DDL n. 0705",
            "description_title": "Ordine del giorno n. 9/705/34 SARRACINO MARCO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 24,
            "majority_cohesion_rate": 76.79,
            "minority_cohesion_rate": 83.95
        },
        {
            "id": 19016,
            "slug": "vs19_029_023",
            "identifier": "vs19_029_023",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_029_023/?format=api",
            "sitting": {
                "id": 1261,
                "date": "2022-12-28",
                "number": 29,
                "branch": "C"
            },
            "number": 23,
            "title": "Ordine del giorno n. 9/705/23 FOSSI EMILIANO (PD-IDP) - Votazione Ordine del giorno 9/705/23 DDL n. 0705",
            "original_title": "Votazione Ordine del giorno 9/705/23 DDL n. 0705",
            "description_title": "Ordine del giorno n. 9/705/23 FOSSI EMILIANO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 22,
            "majority_cohesion_rate": 76.79,
            "minority_cohesion_rate": 86.42
        },
        {
            "id": 18909,
            "slug": "vs19_029_051",
            "identifier": "vs19_029_051",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_029_051/?format=api",
            "sitting": {
                "id": 1261,
                "date": "2022-12-28",
                "number": 29,
                "branch": "C"
            },
            "number": 51,
            "title": "Ordine del giorno n. 9/705/75 FASSINO PIERO (PD-IDP) - Votazione Ordine del giorno 9/705/75 DDL n. 0705",
            "original_title": "Votazione Ordine del giorno 9/705/75 DDL n. 0705",
            "description_title": "Ordine del giorno n. 9/705/75 FASSINO PIERO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 65,
            "majority_cohesion_rate": 74.68,
            "minority_cohesion_rate": 56.17
        },
        {
            "id": 18985,
            "slug": "vs19_029_050",
            "identifier": "vs19_029_050",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_029_050/?format=api",
            "sitting": {
                "id": 1261,
                "date": "2022-12-28",
                "number": 29,
                "branch": "C"
            },
            "number": 50,
            "title": "Ordine del giorno n. 9/705/50 GRIBAUDO CHIARA (PD-IDP) - Votazione Ordine del giorno 9/705/50 DDL n. 0705",
            "original_title": "Votazione Ordine del giorno 9/705/50 DDL n. 0705",
            "description_title": "Ordine del giorno n. 9/705/50 GRIBAUDO CHIARA (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 22,
            "majority_cohesion_rate": 74.26,
            "minority_cohesion_rate": 82.72
        },
        {
            "id": 19062,
            "slug": "vs19_029_052",
            "identifier": "vs19_029_052",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_029_052/?format=api",
            "sitting": {
                "id": 1261,
                "date": "2022-12-28",
                "number": 29,
                "branch": "C"
            },
            "number": 52,
            "title": "Ordine del giorno n. 9/705/76 GIANASSI FEDERICO (PD-IDP) - Votazione Ordine del giorno 9/705/76 DDL n. 0705",
            "original_title": "Votazione Ordine del giorno 9/705/76 DDL n. 0705",
            "description_title": "Ordine del giorno n. 9/705/76 GIANASSI FEDERICO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 4,
            "n_margin": 59,
            "majority_cohesion_rate": 73.0,
            "minority_cohesion_rate": 57.41
        }
    ]
}