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

{
    "count": 14218,
    "codelists": {
        "years": [
            {
                "id": "2022",
                "value": "2022"
            }
        ],
        "branch": [
            {
                "id": "C",
                "value": "Camera"
            },
            {
                "id": "S",
                "value": "Senato"
            }
        ],
        "governments": [
            {
                "id": 51696,
                "slug": "i-governo-conte-httpdaticameraitocdgovernordfg142-2018-05-31",
                "start_date": "2018-05-31",
                "value": "Conte I"
            },
            {
                "id": 98417,
                "slug": "ii-governo-conte-none-2018-09-05",
                "start_date": "2019-09-04",
                "value": "Conte II"
            },
            {
                "id": 134931,
                "slug": "i-governo-draghi-httpdaticameraitocdgovernordfg182-2021-02-12",
                "start_date": "2021-02-12",
                "value": "Draghi I"
            },
            {
                "id": 135225,
                "slug": "i-governo-meloni-2022-10-22",
                "start_date": "2022-10-22",
                "value": "Meloni I"
            }
        ],
        "governments_filter": [
            {
                "id": 51696,
                "slug": "i-governo-conte-httpdaticameraitocdgovernordfg142-2018-05-31",
                "start_date": "2018-05-31",
                "value": "Conte I"
            },
            {
                "id": 98417,
                "slug": "ii-governo-conte-none-2018-09-05",
                "start_date": "2019-09-04",
                "value": "Conte II"
            },
            {
                "id": 134931,
                "slug": "i-governo-draghi-httpdaticameraitocdgovernordfg182-2021-02-12",
                "start_date": "2021-02-12",
                "value": "Draghi I"
            },
            {
                "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://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/?format=api&ordering=n_rebels&page=252",
    "previous": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/?format=api&ordering=n_rebels&page=250",
    "results": [
        {
            "id": 2764,
            "slug": "vs18_209_014",
            "identifier": "vs18_209_014",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_209_014/?format=api",
            "sitting": {
                "id": 225,
                "date": "2019-07-16",
                "number": 209,
                "branch": "C"
            },
            "number": 14,
            "title": "Articolo 4\n     - Votazione Articolo PDL n.0478",
            "original_title": "Votazione Articolo PDL n.0478",
            "description_title": "Articolo 4\n    ",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 5,
            "n_margin": 212,
            "majority_cohesion_rate": 79.41,
            "minority_cohesion_rate": 50.76
        },
        {
            "id": 2100,
            "slug": "vs18_087_028",
            "identifier": "vs18_087_028",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_087_028/?format=api",
            "sitting": {
                "id": 103,
                "date": "2018-11-20",
                "number": 87,
                "branch": "C"
            },
            "number": 28,
            "title": "Emendamento 1.174 FERRI COSIMO MARIA (PD)\n     - Votazione Emendamento DDL n.1189",
            "original_title": "Votazione Emendamento DDL n.1189",
            "description_title": "Emendamento 1.174 FERRI COSIMO MARIA (PD)\n    ",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 5,
            "n_margin": 21,
            "majority_cohesion_rate": 77.68,
            "minority_cohesion_rate": 81.23
        },
        {
            "id": 3161,
            "slug": "vs18_197_060",
            "identifier": "vs18_197_060",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_197_060/?format=api",
            "sitting": {
                "id": 213,
                "date": "2019-06-26",
                "number": 197,
                "branch": "C"
            },
            "number": 60,
            "title": "Emendamento 7.1 ROSSI ANDREA (PD)\n     - Votazione Emendamento DDL n.1603-BIS",
            "original_title": "Votazione Emendamento DDL n.1603-BIS",
            "description_title": "Emendamento 7.1 ROSSI ANDREA (PD)\n    ",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 5,
            "n_margin": 44,
            "majority_cohesion_rate": 74.64,
            "minority_cohesion_rate": 62.21
        },
        {
            "id": 3225,
            "slug": "vs18_197_085",
            "identifier": "vs18_197_085",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_197_085/?format=api",
            "sitting": {
                "id": 213,
                "date": "2019-06-26",
                "number": 197,
                "branch": "C"
            },
            "number": 85,
            "title": "Ordine del giorno n. 9/1603-bis/22 VERSACE GIUSEPPINA (FI)\n     - Votazione Ordine del giorno 9/1603-bis/22 DDL n.1603-BIS",
            "original_title": "Votazione Ordine del giorno 9/1603-bis/22 DDL n.1603-BIS",
            "description_title": "Ordine del giorno n. 9/1603-bis/22 VERSACE GIUSEPPINA (FI)\n    ",
            "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": 91,
            "majority_cohesion_rate": 72.89,
            "minority_cohesion_rate": 25.95
        },
        {
            "id": 2069,
            "slug": "vs18_082_020",
            "identifier": "vs18_082_020",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_082_020/?format=api",
            "sitting": {
                "id": 98,
                "date": "2018-11-13",
                "number": 82,
                "branch": "C"
            },
            "number": 20,
            "title": "Articolo 10\n     - Votazione Articolo DDL n.1201",
            "original_title": "Votazione Articolo DDL n.1201",
            "description_title": "Articolo 10\n    ",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 5,
            "n_margin": 135,
            "majority_cohesion_rate": 75.65,
            "minority_cohesion_rate": 77.78
        },
        {
            "id": 521,
            "slug": "vs18_082_056",
            "identifier": "vs18_082_056",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_082_056/?format=api",
            "sitting": {
                "id": 98,
                "date": "2018-11-13",
                "number": 82,
                "branch": "C"
            },
            "number": 56,
            "title": "Articolo 15\n     - Votazione Articolo DDL n.1201",
            "original_title": "Votazione Articolo DDL n.1201",
            "description_title": "Articolo 15\n    ",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 5,
            "n_margin": 141,
            "majority_cohesion_rate": 79.71,
            "minority_cohesion_rate": 80.84
        },
        {
            "id": 1551,
            "slug": "vs18_073_070",
            "identifier": "vs18_073_070",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_073_070/?format=api",
            "sitting": {
                "id": 89,
                "date": "2018-10-29",
                "number": 73,
                "branch": "C"
            },
            "number": 70,
            "title": "Emendamento 12.308 STUMPO NICOLA (LEU)\n     - Votazione Emendamento DDL n.1209",
            "original_title": "Votazione Emendamento DDL n.1209",
            "description_title": "Emendamento 12.308 STUMPO NICOLA (LEU)\n    ",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 6,
            "n_margin": 94,
            "majority_cohesion_rate": 80.0,
            "minority_cohesion_rate": 34.48
        },
        {
            "id": 2711,
            "slug": "vs18_171_004",
            "identifier": "vs18_171_004",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_171_004/?format=api",
            "sitting": {
                "id": 187,
                "date": "2019-05-08",
                "number": 171,
                "branch": "C"
            },
            "number": 4,
            "title": "Emendamento 2.70 UNGARO MASSIMO (PD)\n     - Votazione Emendamento PDL n.1585",
            "original_title": "Votazione Emendamento PDL n.1585",
            "description_title": "Emendamento 2.70 UNGARO MASSIMO (PD)\n    ",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 6,
            "n_margin": 105,
            "majority_cohesion_rate": 78.3,
            "minority_cohesion_rate": 47.71
        },
        {
            "id": 2688,
            "slug": "vs18_171_006",
            "identifier": "vs18_171_006",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_171_006/?format=api",
            "sitting": {
                "id": 187,
                "date": "2019-05-08",
                "number": 171,
                "branch": "C"
            },
            "number": 6,
            "title": "Emendamento 2.12 DI MAIO MARCO (PD)\n     - Votazione Emendamento PDL n.1585",
            "original_title": "Votazione Emendamento PDL n.1585",
            "description_title": "Emendamento 2.12 DI MAIO MARCO (PD)\n    ",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 6,
            "n_margin": 120,
            "majority_cohesion_rate": 78.01,
            "minority_cohesion_rate": 38.93
        },
        {
            "id": 2289,
            "slug": "vs18_175_057",
            "identifier": "vs18_175_057",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_175_057/?format=api",
            "sitting": {
                "id": 191,
                "date": "2019-05-14",
                "number": 175,
                "branch": "C"
            },
            "number": 57,
            "title": "Emendamento 25.100 PASTORINO LUCA (LEU)\n     - Votazione Emendamento PDL n.1074",
            "original_title": "Votazione Emendamento PDL n.1074",
            "description_title": "Emendamento 25.100 PASTORINO LUCA (LEU)\n    ",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 6,
            "n_margin": 79,
            "majority_cohesion_rate": 75.07,
            "minority_cohesion_rate": 36.26
        },
        {
            "id": 3692,
            "slug": "vs18_159_050",
            "identifier": "vs18_159_050",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_159_050/?format=api",
            "sitting": {
                "id": 175,
                "date": "2019-04-09",
                "number": 159,
                "branch": "C"
            },
            "number": 50,
            "title": "Emendamento 2.200 delle Commissioni\n     - Votazione Emendamento DDL n.1433",
            "original_title": "Votazione Emendamento DDL n.1433",
            "description_title": "Emendamento 2.200 delle Commissioni\n    ",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Approvata",
            "n_rebels": 6,
            "n_margin": 39,
            "majority_cohesion_rate": 74.56,
            "minority_cohesion_rate": 66.92
        },
        {
            "id": 3167,
            "slug": "vs18_197_056",
            "identifier": "vs18_197_056",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_197_056/?format=api",
            "sitting": {
                "id": 213,
                "date": "2019-06-26",
                "number": 197,
                "branch": "C"
            },
            "number": 56,
            "title": "Emendamento 6.1 ROSSI ANDREA (PD)\n     - Votazione Emendamento DDL n.1603-BIS",
            "original_title": "Votazione Emendamento DDL n.1603-BIS",
            "description_title": "Emendamento 6.1 ROSSI ANDREA (PD)\n    ",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 6,
            "n_margin": 85,
            "majority_cohesion_rate": 76.09,
            "minority_cohesion_rate": 40.46
        },
        {
            "id": 3752,
            "slug": "vs18_140_044",
            "identifier": "vs18_140_044",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_140_044/?format=api",
            "sitting": {
                "id": 156,
                "date": "2019-03-12",
                "number": 140,
                "branch": "C"
            },
            "number": 44,
            "title": "Articolo 21 (Mantenimento)\n     - Votazione Articolo DDL n.1432",
            "original_title": "Votazione Articolo DDL n.1432",
            "description_title": "Articolo 21 (Mantenimento)\n    ",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 6,
            "n_margin": 80,
            "majority_cohesion_rate": 71.64,
            "minority_cohesion_rate": 38.4
        },
        {
            "id": 2386,
            "slug": "vs18_175_011",
            "identifier": "vs18_175_011",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_175_011/?format=api",
            "sitting": {
                "id": 191,
                "date": "2019-05-14",
                "number": 175,
                "branch": "C"
            },
            "number": 11,
            "title": "Emendamento 6.300, da votare ai sensi dell'articolo 86, comma 4-bis, del Regolamento\n     - Votazione Emendamento PDL n.1074",
            "original_title": "Votazione Emendamento PDL n.1074",
            "description_title": "Emendamento 6.300, da votare ai sensi dell'articolo 86, comma 4-bis, del Regolamento\n    ",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Approvata",
            "n_rebels": 6,
            "n_margin": 132,
            "majority_cohesion_rate": 75.66,
            "minority_cohesion_rate": 66.79
        },
        {
            "id": 377,
            "slug": "vs18_099_054",
            "identifier": "vs18_099_054",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_099_054/?format=api",
            "sitting": {
                "id": 115,
                "date": "2018-12-11",
                "number": 99,
                "branch": "C"
            },
            "number": 54,
            "title": "Emendamento 12.100 CIMINO ROSALBA (M5S)\n     - Votazione Emendamento PDL n.0290",
            "original_title": "Votazione Emendamento PDL n.0290",
            "description_title": "Emendamento 12.100 CIMINO ROSALBA (M5S)\n    ",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Approvata",
            "n_rebels": 6,
            "n_margin": 190,
            "majority_cohesion_rate": 74.13,
            "minority_cohesion_rate": 44.27
        },
        {
            "id": 280,
            "slug": "vs18_075_035",
            "identifier": "vs18_075_035",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_075_035/?format=api",
            "sitting": {
                "id": 91,
                "date": "2018-10-31",
                "number": 75,
                "branch": "C"
            },
            "number": 35,
            "title": "Emendamento 41.305 BENEDETTI SILVIA (MISTO)\n     - Votazione Emendamento DDL n.1209",
            "original_title": "Votazione Emendamento DDL n.1209",
            "description_title": "Emendamento 41.305 BENEDETTI SILVIA (MISTO)\n    ",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 6,
            "n_margin": 81,
            "majority_cohesion_rate": 76.52,
            "minority_cohesion_rate": 35.25
        },
        {
            "id": 2755,
            "slug": "vs18_209_026",
            "identifier": "vs18_209_026",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_209_026/?format=api",
            "sitting": {
                "id": 225,
                "date": "2019-07-16",
                "number": 209,
                "branch": "C"
            },
            "number": 26,
            "title": "Articolo 11\n     - Votazione Articolo PDL n.0478",
            "original_title": "Votazione Articolo PDL n.0478",
            "description_title": "Articolo 11\n    ",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 6,
            "n_margin": 214,
            "majority_cohesion_rate": 80.0,
            "minority_cohesion_rate": 52.67
        },
        {
            "id": 2479,
            "slug": "vs18_201_014",
            "identifier": "vs18_201_014",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_201_014/?format=api",
            "sitting": {
                "id": 217,
                "date": "2019-07-02",
                "number": 201,
                "branch": "C"
            },
            "number": 14,
            "title": "Emendamento 1.105 CIRIELLI EDMONDO (FDI)\n     - Votazione Emendamento PDL n.1206",
            "original_title": "Votazione Emendamento PDL n.1206",
            "description_title": "Emendamento 1.105 CIRIELLI EDMONDO (FDI)\n    ",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 6,
            "n_margin": 199,
            "majority_cohesion_rate": 78.89,
            "minority_cohesion_rate": 58.78
        },
        {
            "id": 2706,
            "slug": "vs18_171_021",
            "identifier": "vs18_171_021",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_171_021/?format=api",
            "sitting": {
                "id": 187,
                "date": "2019-05-08",
                "number": 171,
                "branch": "C"
            },
            "number": 21,
            "title": "Articolo 4\n     - Votazione Articolo PDL n.1585",
            "original_title": "Votazione Articolo PDL n.1585",
            "description_title": "Articolo 4\n    ",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 6,
            "n_margin": 125,
            "majority_cohesion_rate": 77.71,
            "minority_cohesion_rate": 35.88
        },
        {
            "id": 1854,
            "slug": "vs18_054_043",
            "identifier": "vs18_054_043",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_054_043/?format=api",
            "sitting": {
                "id": 70,
                "date": "2018-10-02",
                "number": 54,
                "branch": "C"
            },
            "number": 43,
            "title": "Identici emendamenti 1.51 SCHULLIAN MANFRED (MISTO) e 1.238 COLLETTI ANDREA (M5S)\n     - Votazione Emendamento PDL n.0791",
            "original_title": "Votazione Emendamento PDL n.0791",
            "description_title": "Identici emendamenti 1.51 SCHULLIAN MANFRED (MISTO) e 1.238 COLLETTI ANDREA (M5S)\n    ",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 6,
            "n_margin": 229,
            "majority_cohesion_rate": 74.78,
            "minority_cohesion_rate": 76.72
        },
        {
            "id": 160,
            "slug": "vs18_055_016",
            "identifier": "vs18_055_016",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_055_016/?format=api",
            "sitting": {
                "id": 71,
                "date": "2018-10-03",
                "number": 55,
                "branch": "C"
            },
            "number": 16,
            "title": "Emendamento 1.81 VITIELLO CATELLO (MISTO)\n     - Votazione Emendamento PDL n.0791",
            "original_title": "Votazione Emendamento PDL n.0791",
            "description_title": "Emendamento 1.81 VITIELLO CATELLO (MISTO)\n    ",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 6,
            "n_margin": 242,
            "majority_cohesion_rate": 79.71,
            "minority_cohesion_rate": 80.53
        },
        {
            "id": 1859,
            "slug": "vs18_074_029",
            "identifier": "vs18_074_029",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_074_029/?format=api",
            "sitting": {
                "id": 90,
                "date": "2018-10-30",
                "number": 74,
                "branch": "C"
            },
            "number": 29,
            "title": "Emendamento 37.303 BRAGA CHIARA (PD)\n     - Votazione Emendamento DDL n.1209",
            "original_title": "Votazione Emendamento DDL n.1209",
            "description_title": "Emendamento 37.303 BRAGA CHIARA (PD)\n    ",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 6,
            "n_margin": 61,
            "majority_cohesion_rate": 79.42,
            "minority_cohesion_rate": 56.7
        },
        {
            "id": 352,
            "slug": "vs18_099_056",
            "identifier": "vs18_099_056",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_099_056/?format=api",
            "sitting": {
                "id": 115,
                "date": "2018-12-11",
                "number": 99,
                "branch": "C"
            },
            "number": 56,
            "title": "Articolo 12\n     - Votazione Articolo PDL n.0290",
            "original_title": "Votazione Articolo PDL n.0290",
            "description_title": "Articolo 12\n    ",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 6,
            "n_margin": 185,
            "majority_cohesion_rate": 73.26,
            "minority_cohesion_rate": 42.75
        },
        {
            "id": 1457,
            "slug": "vs18_106_030",
            "identifier": "vs18_106_030",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_106_030/?format=api",
            "sitting": {
                "id": 122,
                "date": "2018-12-30",
                "number": 106,
                "branch": "C"
            },
            "number": 30,
            "title": "Ordine del giorno n. 9/1334-B/48 MORASSUT ROBERTO (PD)\n     - Votazione Ordine del giorno 9/1334-B/48 DDL n.1334-B",
            "original_title": "Votazione Ordine del giorno 9/1334-B/48 DDL n.1334-B",
            "description_title": "Ordine del giorno n. 9/1334-B/48 MORASSUT ROBERTO (PD)\n    ",
            "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": 90,
            "majority_cohesion_rate": 84.88,
            "minority_cohesion_rate": 40.84
        },
        {
            "id": 375,
            "slug": "vs18_099_016",
            "identifier": "vs18_099_016",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_099_016/?format=api",
            "sitting": {
                "id": 115,
                "date": "2018-12-11",
                "number": 99,
                "branch": "C"
            },
            "number": 16,
            "title": "Emendamento 1.14 BENEDETTI SILVIA (MISTO)\n     - Votazione Emendamento PDL n.0290",
            "original_title": "Votazione Emendamento PDL n.0290",
            "description_title": "Emendamento 1.14 BENEDETTI SILVIA (MISTO)\n    ",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 6,
            "n_margin": 122,
            "majority_cohesion_rate": 72.67,
            "minority_cohesion_rate": 35.5
        },
        {
            "id": 3057,
            "slug": "vs18_154_008",
            "identifier": "vs18_154_008",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_154_008/?format=api",
            "sitting": {
                "id": 170,
                "date": "2019-04-02",
                "number": 154,
                "branch": "C"
            },
            "number": 8,
            "title": "Emendamento 2.2 (Nuova formulazione) ANNIBALI LUCIA (PD)\n     - Votazione Emendamento DDL n.1455",
            "original_title": "Votazione Emendamento DDL n.1455",
            "description_title": "Emendamento 2.2 (Nuova formulazione) ANNIBALI LUCIA (PD)\n    ",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 6,
            "n_margin": 123,
            "majority_cohesion_rate": 75.73,
            "minority_cohesion_rate": 42.97
        },
        {
            "id": 1417,
            "slug": "vs18_077_018",
            "identifier": "vs18_077_018",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_077_018/?format=api",
            "sitting": {
                "id": 93,
                "date": "2018-11-06",
                "number": 77,
                "branch": "C"
            },
            "number": 18,
            "title": "Articolo aggiuntivo 4.05 LOLLOBRIGIDA FRANCESCO (FDI)\n     - Votazione Emendamento PDL n.0392",
            "original_title": "Votazione Emendamento PDL n.0392",
            "description_title": "Articolo aggiuntivo 4.05 LOLLOBRIGIDA FRANCESCO (FDI)\n    ",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 6,
            "n_margin": 139,
            "majority_cohesion_rate": 78.84,
            "minority_cohesion_rate": 40.23
        },
        {
            "id": 2682,
            "slug": "vs18_170_005",
            "identifier": "vs18_170_005",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_170_005/?format=api",
            "sitting": {
                "id": 186,
                "date": "2019-05-07",
                "number": 170,
                "branch": "C"
            },
            "number": 5,
            "title": "Emendamento 1.52 MAGI RICCARDO (MISTO)\n     - Votazione Emendamento PDL n.1585",
            "original_title": "Votazione Emendamento PDL n.1585",
            "description_title": "Emendamento 1.52 MAGI RICCARDO (MISTO)\n    ",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 6,
            "n_margin": 232,
            "majority_cohesion_rate": 77.42,
            "minority_cohesion_rate": 74.43
        },
        {
            "id": 2691,
            "slug": "vs18_170_008",
            "identifier": "vs18_170_008",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_170_008/?format=api",
            "sitting": {
                "id": 186,
                "date": "2019-05-07",
                "number": 170,
                "branch": "C"
            },
            "number": 8,
            "title": "Emendamento 1.5 SPERANZA ROBERTO (LEU)\n     - Votazione Emendamento PDL n.1585",
            "original_title": "Votazione Emendamento PDL n.1585",
            "description_title": "Emendamento 1.5 SPERANZA ROBERTO (LEU)\n    ",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 6,
            "n_margin": 119,
            "majority_cohesion_rate": 77.13,
            "minority_cohesion_rate": 44.66
        },
        {
            "id": 3756,
            "slug": "vs18_140_034",
            "identifier": "vs18_140_034",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_140_034/?format=api",
            "sitting": {
                "id": 156,
                "date": "2019-03-12",
                "number": 140,
                "branch": "C"
            },
            "number": 34,
            "title": "Emendamento 19.2 DE LUCA PIERO (PD)\n     - Votazione Emendamento DDL n.1432",
            "original_title": "Votazione Emendamento DDL n.1432",
            "description_title": "Emendamento 19.2 DE LUCA PIERO (PD)\n    ",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 6,
            "n_margin": 123,
            "majority_cohesion_rate": 72.22,
            "minority_cohesion_rate": 34.22
        },
        {
            "id": 3168,
            "slug": "vs18_197_075",
            "identifier": "vs18_197_075",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_197_075/?format=api",
            "sitting": {
                "id": 213,
                "date": "2019-06-26",
                "number": 197,
                "branch": "C"
            },
            "number": 75,
            "title": "Emendamento 9.200 della Commissione\n     - Votazione Emendamento DDL n.1603-BIS",
            "original_title": "Votazione Emendamento DDL n.1603-BIS",
            "description_title": "Emendamento 9.200 della Commissione\n    ",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Approvata",
            "n_rebels": 6,
            "n_margin": 207,
            "majority_cohesion_rate": 74.93,
            "minority_cohesion_rate": 57.63
        },
        {
            "id": 2310,
            "slug": "vs18_175_039",
            "identifier": "vs18_175_039",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_175_039/?format=api",
            "sitting": {
                "id": 191,
                "date": "2019-05-14",
                "number": 175,
                "branch": "C"
            },
            "number": 39,
            "title": "Emendamento 17.202 FRAGOMELI GIAN MARIO (PD)\n     - Votazione Emendamento PDL n.1074",
            "original_title": "Votazione Emendamento PDL n.1074",
            "description_title": "Emendamento 17.202 FRAGOMELI GIAN MARIO (PD)\n    ",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 6,
            "n_margin": 78,
            "majority_cohesion_rate": 73.9,
            "minority_cohesion_rate": 35.88
        },
        {
            "id": 2160,
            "slug": "vs18_150_022",
            "identifier": "vs18_150_022",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_150_022/?format=api",
            "sitting": {
                "id": 166,
                "date": "2019-03-27",
                "number": 150,
                "branch": "C"
            },
            "number": 22,
            "title": "Mozione n. 1-00149,limitatamente al capoverso quinto della parte dispositiva, LOLLOBRIGIDA FRANCESCO (FDI) ed altri\n     - Votazione Mozione 1-00149",
            "original_title": "Votazione Mozione 1-00149",
            "description_title": "Mozione n. 1-00149,limitatamente al capoverso quinto della parte dispositiva, LOLLOBRIGIDA FRANCESCO (FDI) ed altri\n    ",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Mozione",
            "outcome": "Respinta",
            "n_rebels": 6,
            "n_margin": 131,
            "majority_cohesion_rate": 75.73,
            "minority_cohesion_rate": 35.74
        },
        {
            "id": 2731,
            "slug": "vs18_168_010",
            "identifier": "vs18_168_010",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_168_010/?format=api",
            "sitting": {
                "id": 184,
                "date": "2019-04-30",
                "number": 168,
                "branch": "C"
            },
            "number": 10,
            "title": "Istituzione di una Commissione parlamentare di inchiesta sulla morte di Giulio Regeni.\nDoc. XXII, n.36 e abbinato doc. XXII, n. 17)\n     - Votazione finale ",
            "original_title": "Votazione finale ",
            "description_title": "Istituzione di una Commissione parlamentare di inchiesta sulla morte di Giulio Regeni.\nDoc. XXII, n.36 e abbinato doc. XXII, n. 17)\n    ",
            "public_title": null,
            "is_key_vote": false,
            "is_final": true,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Atto intero",
            "outcome": "Approvata",
            "n_rebels": 6,
            "n_margin": 187,
            "majority_cohesion_rate": 74.49,
            "minority_cohesion_rate": 42.21
        },
        {
            "id": 571,
            "slug": "vs18_092_035",
            "identifier": "vs18_092_035",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_092_035/?format=api",
            "sitting": {
                "id": 108,
                "date": "2018-11-28",
                "number": 92,
                "branch": "C"
            },
            "number": 35,
            "title": "Ordine del giorno n. 9/1346/67 MELILLI FABIO (PD)\n     - Votazione Ordine del giorno 9/1346/67 DDL n.1346",
            "original_title": "Votazione Ordine del giorno 9/1346/67 DDL n.1346",
            "description_title": "Ordine del giorno n. 9/1346/67 MELILLI FABIO (PD)\n    ",
            "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": 104,
            "majority_cohesion_rate": 81.74,
            "minority_cohesion_rate": 38.31
        },
        {
            "id": 3680,
            "slug": "vs18_159_009",
            "identifier": "vs18_159_009",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_159_009/?format=api",
            "sitting": {
                "id": 175,
                "date": "2019-04-09",
                "number": 159,
                "branch": "C"
            },
            "number": 9,
            "title": "Emendamento 1.11 VISCOMI ANTONIO (PD)\n     - Votazione Emendamento DDL n.1433",
            "original_title": "Votazione Emendamento DDL n.1433",
            "description_title": "Emendamento 1.11 VISCOMI ANTONIO (PD)\n    ",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 6,
            "n_margin": 75,
            "majority_cohesion_rate": 73.1,
            "minority_cohesion_rate": 38.02
        },
        {
            "id": 3152,
            "slug": "vs18_160_027",
            "identifier": "vs18_160_027",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_160_027/?format=api",
            "sitting": {
                "id": 176,
                "date": "2019-04-10",
                "number": 160,
                "branch": "C"
            },
            "number": 27,
            "title": "Emendamento 3.36 VISCOMI ANTONIO (PD)\n     - Votazione Emendamento DDL n.1433",
            "original_title": "Votazione Emendamento DDL n.1433",
            "description_title": "Emendamento 3.36 VISCOMI ANTONIO (PD)\n    ",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 6,
            "n_margin": 75,
            "majority_cohesion_rate": 76.02,
            "minority_cohesion_rate": 39.92
        },
        {
            "id": 2185,
            "slug": "vs18_156_030",
            "identifier": "vs18_156_030",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_156_030/?format=api",
            "sitting": {
                "id": 172,
                "date": "2019-04-04",
                "number": 156,
                "branch": "C"
            },
            "number": 30,
            "title": "Articolo 5\n     - Votazione Articolo PDL n.0491",
            "original_title": "Votazione Articolo PDL n.0491",
            "description_title": "Articolo 5\n    ",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 6,
            "n_margin": 190,
            "majority_cohesion_rate": 75.15,
            "minority_cohesion_rate": 41.83
        },
        {
            "id": 573,
            "slug": "vs18_092_017",
            "identifier": "vs18_092_017",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_092_017/?format=api",
            "sitting": {
                "id": 108,
                "date": "2018-11-28",
                "number": 92,
                "branch": "C"
            },
            "number": 17,
            "title": "Ordine del giorno n. 9/1346/46 MAGI RICCARDO (MISTO)\n     - Votazione Ordine del giorno 9/1346/46 DDL n.1346",
            "original_title": "Votazione Ordine del giorno 9/1346/46 DDL n.1346",
            "description_title": "Ordine del giorno n. 9/1346/46 MAGI RICCARDO (MISTO)\n    ",
            "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": 138,
            "majority_cohesion_rate": 84.06,
            "minority_cohesion_rate": 38.31
        },
        {
            "id": 497,
            "slug": "vs18_082_055",
            "identifier": "vs18_082_055",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_082_055/?format=api",
            "sitting": {
                "id": 98,
                "date": "2018-11-13",
                "number": 82,
                "branch": "C"
            },
            "number": 55,
            "title": "Emendamento 15.150 ROSSELLO CRISTINA (FI)\n     - Votazione Emendamento DDL n.1201",
            "original_title": "Votazione Emendamento DDL n.1201",
            "description_title": "Emendamento 15.150 ROSSELLO CRISTINA (FI)\n    ",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 6,
            "n_margin": 134,
            "majority_cohesion_rate": 79.71,
            "minority_cohesion_rate": 42.15
        },
        {
            "id": 3825,
            "slug": "vs18_165_039",
            "identifier": "vs18_165_039",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_165_039/?format=api",
            "sitting": {
                "id": 181,
                "date": "2019-04-17",
                "number": 165,
                "branch": "C"
            },
            "number": 39,
            "title": "Emendamento 12.101, come riformulato, ZOLEZZI ALBERTO (M5S)\n     - Votazione Emendamento DDL n.1718",
            "original_title": "Votazione Emendamento DDL n.1718",
            "description_title": "Emendamento 12.101, come riformulato, ZOLEZZI ALBERTO (M5S)\n    ",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Approvata",
            "n_rebels": 6,
            "n_margin": 128,
            "majority_cohesion_rate": 72.81,
            "minority_cohesion_rate": 64.64
        },
        {
            "id": 762,
            "slug": "vs18_099_069",
            "identifier": "vs18_099_069",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_099_069/?format=api",
            "sitting": {
                "id": 115,
                "date": "2018-12-11",
                "number": 99,
                "branch": "C"
            },
            "number": 69,
            "title": "Emendamento 19.100, come riformulato, PARENTELA PAOLO (M5S)\n     - Votazione Emendamento PDL n.0290",
            "original_title": "Votazione Emendamento PDL n.0290",
            "description_title": "Emendamento 19.100, come riformulato, PARENTELA PAOLO (M5S)\n    ",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Approvata",
            "n_rebels": 6,
            "n_margin": 184,
            "majority_cohesion_rate": 73.26,
            "minority_cohesion_rate": 42.37
        },
        {
            "id": 4054,
            "slug": "vs18_146_015",
            "identifier": "vs18_146_015",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_146_015/?format=api",
            "sitting": {
                "id": 162,
                "date": "2019-03-21",
                "number": 146,
                "branch": "C"
            },
            "number": 15,
            "title": "Ordine del giorno n. 9/1637/28 MOLLICONE FEDERICO (FDI)\n     - Votazione Ordine del giorno 9/1637/28 DDL n.1637",
            "original_title": "Votazione Ordine del giorno 9/1637/28 DDL n.1637",
            "description_title": "Ordine del giorno n. 9/1637/28 MOLLICONE FEDERICO (FDI)\n    ",
            "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": 176,
            "majority_cohesion_rate": 78.95,
            "minority_cohesion_rate": 38.78
        },
        {
            "id": 3452,
            "slug": "vs18_181_063",
            "identifier": "vs18_181_063",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_181_063/?format=api",
            "sitting": {
                "id": 197,
                "date": "2019-05-30",
                "number": 181,
                "branch": "C"
            },
            "number": 63,
            "title": "Emendamento 12.36 RIZZO NERVO LUCA (PD)\n     - Votazione Emendamento DDL n.1816",
            "original_title": "Votazione Emendamento DDL n.1816",
            "description_title": "Emendamento 12.36 RIZZO NERVO LUCA (PD)\n    ",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 6,
            "n_margin": 77,
            "majority_cohesion_rate": 70.09,
            "minority_cohesion_rate": 31.18
        },
        {
            "id": 2044,
            "slug": "vs18_082_016",
            "identifier": "vs18_082_016",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_082_016/?format=api",
            "sitting": {
                "id": 98,
                "date": "2018-11-13",
                "number": 82,
                "branch": "C"
            },
            "number": 16,
            "title": "Articolo 7\n     - Votazione Articolo DDL n.1201",
            "original_title": "Votazione Articolo DDL n.1201",
            "description_title": "Articolo 7\n    ",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 6,
            "n_margin": 136,
            "majority_cohesion_rate": 75.65,
            "minority_cohesion_rate": 78.16
        },
        {
            "id": 2729,
            "slug": "vs18_168_008",
            "identifier": "vs18_168_008",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_168_008/?format=api",
            "sitting": {
                "id": 184,
                "date": "2019-04-30",
                "number": 168,
                "branch": "C"
            },
            "number": 8,
            "title": "Articolo 6                                        \n(Doc. XXII, n.36 e abb.)\n     - Votazione ",
            "original_title": "Votazione ",
            "description_title": "Articolo 6                                        \n(Doc. XXII, n.36 e abb.)\n    ",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 6,
            "n_margin": 184,
            "majority_cohesion_rate": 73.9,
            "minority_cohesion_rate": 41.06
        },
        {
            "id": 2726,
            "slug": "vs18_168_006",
            "identifier": "vs18_168_006",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_168_006/?format=api",
            "sitting": {
                "id": 184,
                "date": "2019-04-30",
                "number": 168,
                "branch": "C"
            },
            "number": 6,
            "title": "Articolo 4                                        \n(Doc. XXII, n.36 e abb.)\n     - Votazione ",
            "original_title": "Votazione ",
            "description_title": "Articolo 4                                        \n(Doc. XXII, n.36 e abb.)\n    ",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 6,
            "n_margin": 183,
            "majority_cohesion_rate": 73.61,
            "minority_cohesion_rate": 39.92
        },
        {
            "id": 2643,
            "slug": "vs18_168_036",
            "identifier": "vs18_168_036",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_168_036/?format=api",
            "sitting": {
                "id": 184,
                "date": "2019-04-30",
                "number": 168,
                "branch": "C"
            },
            "number": 36,
            "title": "Emendamento 2.1 FRATOIANNI NICOLA (LEU)\n     - Votazione Emendamento PDL n.0682",
            "original_title": "Votazione Emendamento PDL n.0682",
            "description_title": "Emendamento 2.1 FRATOIANNI NICOLA (LEU)\n    ",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 6,
            "n_margin": 115,
            "majority_cohesion_rate": 73.02,
            "minority_cohesion_rate": 31.56
        },
        {
            "id": 2087,
            "slug": "vs18_082_017",
            "identifier": "vs18_082_017",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_082_017/?format=api",
            "sitting": {
                "id": 98,
                "date": "2018-11-13",
                "number": 82,
                "branch": "C"
            },
            "number": 17,
            "title": "Articolo 8\n     - Votazione Articolo DDL n.1201",
            "original_title": "Votazione Articolo DDL n.1201",
            "description_title": "Articolo 8\n    ",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 6,
            "n_margin": 133,
            "majority_cohesion_rate": 74.49,
            "minority_cohesion_rate": 77.39
        },
        {
            "id": 2081,
            "slug": "vs18_082_027",
            "identifier": "vs18_082_027",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_082_027/?format=api",
            "sitting": {
                "id": 98,
                "date": "2018-11-13",
                "number": 82,
                "branch": "C"
            },
            "number": 27,
            "title": "Emendamento 13.15, nel testo riformulato, BRAGA CHIARA (PD)\n     - Votazione Emendamento DDL n.1201",
            "original_title": "Votazione Emendamento DDL n.1201",
            "description_title": "Emendamento 13.15, nel testo riformulato, BRAGA CHIARA (PD)\n    ",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Approvata",
            "n_rebels": 6,
            "n_margin": 188,
            "majority_cohesion_rate": 74.78,
            "minority_cohesion_rate": 41.0
        }
    ]
}