Returns all available votings, paged, filtered, sorted, ....
GET /api-openparlamento/v1/18/votings/?format=api&ordering=identifier&page=280
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=identifier&page=281",
    "previous": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/?format=api&ordering=identifier&page=279",
    "results": [
        {
            "id": 7125,
            "slug": "vs18_486_026",
            "identifier": "vs18_486_026",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_486_026/?format=api",
            "sitting": {
                "id": 502,
                "date": "2021-04-14",
                "number": 486,
                "branch": "C"
            },
            "number": 26,
            "title": "Articolo 3 - Votazione Articolo 3 DDL n. 2654",
            "original_title": "Votazione Articolo 3 DDL n. 2654",
            "description_title": "Articolo 3",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 225,
            "majority_cohesion_rate": 72.37,
            "minority_cohesion_rate": 80.56
        },
        {
            "id": 6993,
            "slug": "vs18_486_027",
            "identifier": "vs18_486_027",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_486_027/?format=api",
            "sitting": {
                "id": 502,
                "date": "2021-04-14",
                "number": 486,
                "branch": "C"
            },
            "number": 27,
            "title": "Articolo 4 - Votazione Articolo 4 DDL n. 2654",
            "original_title": "Votazione Articolo 4 DDL n. 2654",
            "description_title": "Articolo 4",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 226,
            "majority_cohesion_rate": 72.57,
            "minority_cohesion_rate": 80.56
        },
        {
            "id": 6997,
            "slug": "vs18_486_028",
            "identifier": "vs18_486_028",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_486_028/?format=api",
            "sitting": {
                "id": 502,
                "date": "2021-04-14",
                "number": 486,
                "branch": "C"
            },
            "number": 28,
            "title": "Ratifica ed esecuzione dell'Accordo tra il Governo della Repubblica italiana e il Governo della Repubblica argentina sulla cooperazione in materia di sicurezza, fatto a Buenos Aires l'8 maggio 2017 (Approvato dal Senato) (DDL 2654) - Votazione finale DDL n. 2654",
            "original_title": "Votazione finale DDL n. 2654",
            "description_title": "Ratifica ed esecuzione dell'Accordo tra il Governo della Repubblica italiana e il Governo della Repubblica argentina sulla cooperazione in materia di sicurezza, fatto a Buenos Aires l'8 maggio 2017 (Approvato dal Senato) (DDL 2654)",
            "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": 1,
            "n_margin": 222,
            "majority_cohesion_rate": 71.79,
            "minority_cohesion_rate": 77.78
        },
        {
            "id": 7136,
            "slug": "vs18_486_029",
            "identifier": "vs18_486_029",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_486_029/?format=api",
            "sitting": {
                "id": 502,
                "date": "2021-04-14",
                "number": 486,
                "branch": "C"
            },
            "number": 29,
            "title": "Articolo 1 - Votazione Articolo 1 DDL n. 2657",
            "original_title": "Votazione Articolo 1 DDL n. 2657",
            "description_title": "Articolo 1",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 2,
            "n_margin": 221,
            "majority_cohesion_rate": 71.21,
            "minority_cohesion_rate": 80.56
        },
        {
            "id": 7126,
            "slug": "vs18_486_030",
            "identifier": "vs18_486_030",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_486_030/?format=api",
            "sitting": {
                "id": 502,
                "date": "2021-04-14",
                "number": 486,
                "branch": "C"
            },
            "number": 30,
            "title": "Articolo 2 - Votazione Articolo 2 DDL n. 2657",
            "original_title": "Votazione Articolo 2 DDL n. 2657",
            "description_title": "Articolo 2",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 2,
            "n_margin": 220,
            "majority_cohesion_rate": 71.01,
            "minority_cohesion_rate": 80.56
        },
        {
            "id": 6992,
            "slug": "vs18_486_031",
            "identifier": "vs18_486_031",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_486_031/?format=api",
            "sitting": {
                "id": 502,
                "date": "2021-04-14",
                "number": 486,
                "branch": "C"
            },
            "number": 31,
            "title": "Articolo 3 - Votazione Articolo 3 DDL n. 2657",
            "original_title": "Votazione Articolo 3 DDL n. 2657",
            "description_title": "Articolo 3",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 2,
            "n_margin": 220,
            "majority_cohesion_rate": 71.21,
            "minority_cohesion_rate": 77.78
        },
        {
            "id": 6999,
            "slug": "vs18_486_032",
            "identifier": "vs18_486_032",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_486_032/?format=api",
            "sitting": {
                "id": 502,
                "date": "2021-04-14",
                "number": 486,
                "branch": "C"
            },
            "number": 32,
            "title": "Articolo 4 - Votazione Articolo 4 DDL n. 2657",
            "original_title": "Votazione Articolo 4 DDL n. 2657",
            "description_title": "Articolo 4",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 218,
            "majority_cohesion_rate": 70.43,
            "minority_cohesion_rate": 77.78
        },
        {
            "id": 7137,
            "slug": "vs18_486_033",
            "identifier": "vs18_486_033",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_486_033/?format=api",
            "sitting": {
                "id": 502,
                "date": "2021-04-14",
                "number": 486,
                "branch": "C"
            },
            "number": 33,
            "title": "Articolo 5 - Votazione Articolo 5 DDL n. 2657",
            "original_title": "Votazione Articolo 5 DDL n. 2657",
            "description_title": "Articolo 5",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 218,
            "majority_cohesion_rate": 70.62,
            "minority_cohesion_rate": 77.78
        },
        {
            "id": 7140,
            "slug": "vs18_486_034",
            "identifier": "vs18_486_034",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_486_034/?format=api",
            "sitting": {
                "id": 502,
                "date": "2021-04-14",
                "number": 486,
                "branch": "C"
            },
            "number": 34,
            "title": "Articolo 6 - Votazione Articolo 6 DDL n. 2657",
            "original_title": "Votazione Articolo 6 DDL n. 2657",
            "description_title": "Articolo 6",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 2,
            "n_margin": 218,
            "majority_cohesion_rate": 70.04,
            "minority_cohesion_rate": 77.78
        },
        {
            "id": 7130,
            "slug": "vs18_486_035",
            "identifier": "vs18_486_035",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_486_035/?format=api",
            "sitting": {
                "id": 502,
                "date": "2021-04-14",
                "number": 486,
                "branch": "C"
            },
            "number": 35,
            "title": "Articolo 7 - Votazione Articolo 7 DDL n. 2657",
            "original_title": "Votazione Articolo 7 DDL n. 2657",
            "description_title": "Articolo 7",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 2,
            "n_margin": 218,
            "majority_cohesion_rate": 70.82,
            "minority_cohesion_rate": 77.78
        },
        {
            "id": 7132,
            "slug": "vs18_486_036",
            "identifier": "vs18_486_036",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_486_036/?format=api",
            "sitting": {
                "id": 502,
                "date": "2021-04-14",
                "number": 486,
                "branch": "C"
            },
            "number": 36,
            "title": "Ratifica ed esecuzione dello Scambio di Lettere tra la Repubblica italiana e la Santa Sede sull'assistenza spirituale alle Forze armate, fatto a Roma e nella Città del Vaticano il 13 febbraio 2018, e norme di adeguamento dell'ordinamento interno ad obbligazioni internazionali contratte con la Santa Sede (Approvato dal Senato) (DDL 2657) - Votazione finale DDL n. 2657",
            "original_title": "Votazione finale DDL n. 2657",
            "description_title": "Ratifica ed esecuzione dello Scambio di Lettere tra la Repubblica italiana e la Santa Sede sull'assistenza spirituale alle Forze armate, fatto a Roma e nella Città del Vaticano il 13 febbraio 2018, e norme di adeguamento dell'ordinamento interno ad obbligazioni internazionali contratte con la Santa Sede (Approvato dal Senato) (DDL 2657)",
            "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": 4,
            "n_margin": 220,
            "majority_cohesion_rate": 71.79,
            "minority_cohesion_rate": 77.78
        },
        {
            "id": 6951,
            "slug": "vs18_486_037",
            "identifier": "vs18_486_037",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_486_037/?format=api",
            "sitting": {
                "id": 502,
                "date": "2021-04-14",
                "number": 486,
                "branch": "C"
            },
            "number": 37,
            "title": "Articolo 1 - Votazione Articolo 1 DDL n. 1766",
            "original_title": "Votazione Articolo 1 DDL n. 1766",
            "description_title": "Articolo 1",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 221,
            "majority_cohesion_rate": 71.4,
            "minority_cohesion_rate": 75.0
        },
        {
            "id": 6940,
            "slug": "vs18_486_038",
            "identifier": "vs18_486_038",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_486_038/?format=api",
            "sitting": {
                "id": 502,
                "date": "2021-04-14",
                "number": 486,
                "branch": "C"
            },
            "number": 38,
            "title": "Articolo 2 - Votazione Articolo 2 DDL n. 1766",
            "original_title": "Votazione Articolo 2 DDL n. 1766",
            "description_title": "Articolo 2",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 215,
            "majority_cohesion_rate": 69.07,
            "minority_cohesion_rate": 77.78
        },
        {
            "id": 6934,
            "slug": "vs18_486_039",
            "identifier": "vs18_486_039",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_486_039/?format=api",
            "sitting": {
                "id": 502,
                "date": "2021-04-14",
                "number": 486,
                "branch": "C"
            },
            "number": 39,
            "title": "Articolo 3 - Votazione Articolo 3 DDL n. 1766",
            "original_title": "Votazione Articolo 3 DDL n. 1766",
            "description_title": "Articolo 3",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 217,
            "majority_cohesion_rate": 70.04,
            "minority_cohesion_rate": 75.0
        },
        {
            "id": 6996,
            "slug": "vs18_486_040",
            "identifier": "vs18_486_040",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_486_040/?format=api",
            "sitting": {
                "id": 502,
                "date": "2021-04-14",
                "number": 486,
                "branch": "C"
            },
            "number": 40,
            "title": "Articolo 4 - Votazione Articolo 4 DDL n. 1766",
            "original_title": "Votazione Articolo 4 DDL n. 1766",
            "description_title": "Articolo 4",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 212,
            "majority_cohesion_rate": 68.87,
            "minority_cohesion_rate": 66.67
        },
        {
            "id": 6990,
            "slug": "vs18_486_041",
            "identifier": "vs18_486_041",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_486_041/?format=api",
            "sitting": {
                "id": 502,
                "date": "2021-04-14",
                "number": 486,
                "branch": "C"
            },
            "number": 41,
            "title": "Ratifica ed esecuzione della Convenzione del Consiglio d'Europa sulla coproduzione cinematogracica (rivista), con Allegati, fatta a Rotterdam il 30 gennaio 2017 (DDL 1766) - Votazione finale DDL n. 1766",
            "original_title": "Votazione finale DDL n. 1766",
            "description_title": "Ratifica ed esecuzione della Convenzione del Consiglio d'Europa sulla coproduzione cinematogracica (rivista), con Allegati, fatta a Rotterdam il 30 gennaio 2017 (DDL 1766)",
            "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": 1,
            "n_margin": 213,
            "majority_cohesion_rate": 69.26,
            "minority_cohesion_rate": 75.0
        },
        {
            "id": 7165,
            "slug": "vs18_490_001",
            "identifier": "vs18_490_001",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_490_001/?format=api",
            "sitting": {
                "id": 506,
                "date": "2021-04-20",
                "number": 490,
                "branch": "C"
            },
            "number": 1,
            "title": "Emendamento 1.26 BELLUCCI MARIA TERESA (FDI) - Votazione Emendamento 1.26 DDL n. 2945",
            "original_title": "Votazione Emendamento 1.26 DDL n. 2945",
            "description_title": "Emendamento 1.26 BELLUCCI MARIA TERESA (FDI)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 174,
            "majority_cohesion_rate": 67.7,
            "minority_cohesion_rate": 77.78
        },
        {
            "id": 8667,
            "slug": "vs18_490_002",
            "identifier": "vs18_490_002",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_490_002/?format=api",
            "sitting": {
                "id": 506,
                "date": "2021-04-20",
                "number": 490,
                "branch": "C"
            },
            "number": 2,
            "title": "Emendamento 1.200 FOTI TOMMASO (FDI) - Votazione Emendamento 1.200 DDL n. 2945",
            "original_title": "Votazione Emendamento 1.200 DDL n. 2945",
            "description_title": "Emendamento 1.200 FOTI TOMMASO (FDI)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 157,
            "majority_cohesion_rate": 62.45,
            "minority_cohesion_rate": 77.78
        },
        {
            "id": 7181,
            "slug": "vs18_490_003",
            "identifier": "vs18_490_003",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_490_003/?format=api",
            "sitting": {
                "id": 506,
                "date": "2021-04-20",
                "number": 490,
                "branch": "C"
            },
            "number": 3,
            "title": "Emendamento 1.33 FERRO WANDA (FDI) - Votazione Emendamento 1.33 DDL n. 2945",
            "original_title": "Votazione Emendamento 1.33 DDL n. 2945",
            "description_title": "Emendamento 1.33 FERRO WANDA (FDI)",
            "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": 139,
            "majority_cohesion_rate": 60.89,
            "minority_cohesion_rate": 83.33
        },
        {
            "id": 7176,
            "slug": "vs18_490_004",
            "identifier": "vs18_490_004",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_490_004/?format=api",
            "sitting": {
                "id": 506,
                "date": "2021-04-20",
                "number": 490,
                "branch": "C"
            },
            "number": 4,
            "title": "Emendamento 1.36 MASCHIO CIRO (FDI) - Votazione Emendamento 1.36 DDL n. 2945",
            "original_title": "Votazione Emendamento 1.36 DDL n. 2945",
            "description_title": "Emendamento 1.36 MASCHIO CIRO (FDI)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 154,
            "majority_cohesion_rate": 60.31,
            "minority_cohesion_rate": 77.78
        },
        {
            "id": 6857,
            "slug": "vs18_490_005",
            "identifier": "vs18_490_005",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_490_005/?format=api",
            "sitting": {
                "id": 506,
                "date": "2021-04-20",
                "number": 490,
                "branch": "C"
            },
            "number": 5,
            "title": "Emendamento 1.201 FOTI TOMMASO (FDI) - Votazione Emendamento 1.201 DDL n. 2945",
            "original_title": "Votazione Emendamento 1.201 DDL n. 2945",
            "description_title": "Emendamento 1.201 FOTI TOMMASO (FDI)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 163,
            "majority_cohesion_rate": 62.45,
            "minority_cohesion_rate": 72.22
        },
        {
            "id": 6865,
            "slug": "vs18_490_006",
            "identifier": "vs18_490_006",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_490_006/?format=api",
            "sitting": {
                "id": 506,
                "date": "2021-04-20",
                "number": 490,
                "branch": "C"
            },
            "number": 6,
            "title": "Emendamento 1.18 RIZZETTO WALTER (FDI) - Votazione Emendamento 1.18 DDL n. 2945",
            "original_title": "Votazione Emendamento 1.18 DDL n. 2945",
            "description_title": "Emendamento 1.18 RIZZETTO WALTER (FDI)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 167,
            "majority_cohesion_rate": 64.79,
            "minority_cohesion_rate": 66.67
        },
        {
            "id": 6873,
            "slug": "vs18_490_007",
            "identifier": "vs18_490_007",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_490_007/?format=api",
            "sitting": {
                "id": 506,
                "date": "2021-04-20",
                "number": 490,
                "branch": "C"
            },
            "number": 7,
            "title": "Emendamento 1.203 LOLLOBRIGIDA FRANCESCO (FDI) - Votazione Emendamento 1.203 DDL n. 2945",
            "original_title": "Votazione Emendamento 1.203 DDL n. 2945",
            "description_title": "Emendamento 1.203 LOLLOBRIGIDA FRANCESCO (FDI)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 174,
            "majority_cohesion_rate": 68.48,
            "minority_cohesion_rate": 75.0
        },
        {
            "id": 6886,
            "slug": "vs18_490_008",
            "identifier": "vs18_490_008",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_490_008/?format=api",
            "sitting": {
                "id": 506,
                "date": "2021-04-20",
                "number": 490,
                "branch": "C"
            },
            "number": 8,
            "title": "Emendamento 1.28 BELLUCCI MARIA TERESA (FDI) - Votazione Emendamento 1.28 DDL n. 2945",
            "original_title": "Votazione Emendamento 1.28 DDL n. 2945",
            "description_title": "Emendamento 1.28 BELLUCCI MARIA TERESA (FDI)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 185,
            "majority_cohesion_rate": 67.9,
            "minority_cohesion_rate": 75.0
        },
        {
            "id": 6893,
            "slug": "vs18_490_009",
            "identifier": "vs18_490_009",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_490_009/?format=api",
            "sitting": {
                "id": 506,
                "date": "2021-04-20",
                "number": 490,
                "branch": "C"
            },
            "number": 9,
            "title": "Emendamento 1.29 BELLUCCI MARIA TERESA (FDI) - Votazione Emendamento 1.29 DDL n. 2945",
            "original_title": "Votazione Emendamento 1.29 DDL n. 2945",
            "description_title": "Emendamento 1.29 BELLUCCI MARIA TERESA (FDI)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 169,
            "majority_cohesion_rate": 67.12,
            "minority_cohesion_rate": 80.56
        },
        {
            "id": 6911,
            "slug": "vs18_490_010",
            "identifier": "vs18_490_010",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_490_010/?format=api",
            "sitting": {
                "id": 506,
                "date": "2021-04-20",
                "number": 490,
                "branch": "C"
            },
            "number": 10,
            "title": "Emendamento 1.5 SAPIA FRANCESCO (MISTO) - Votazione Emendamento 1.5 DDL n. 2945",
            "original_title": "Votazione Emendamento 1.5 DDL n. 2945",
            "description_title": "Emendamento 1.5 SAPIA FRANCESCO (MISTO)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 162,
            "majority_cohesion_rate": 67.9,
            "minority_cohesion_rate": 80.56
        },
        {
            "id": 6916,
            "slug": "vs18_490_011",
            "identifier": "vs18_490_011",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_490_011/?format=api",
            "sitting": {
                "id": 506,
                "date": "2021-04-20",
                "number": 490,
                "branch": "C"
            },
            "number": 11,
            "title": "Emendamento 1.43 MONTARULI AUGUSTA (FDI) - Votazione Emendamento 1.43 DDL n. 2945",
            "original_title": "Votazione Emendamento 1.43 DDL n. 2945",
            "description_title": "Emendamento 1.43 MONTARULI AUGUSTA (FDI)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 178,
            "majority_cohesion_rate": 68.68,
            "minority_cohesion_rate": 83.33
        },
        {
            "id": 6850,
            "slug": "vs18_490_012",
            "identifier": "vs18_490_012",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_490_012/?format=api",
            "sitting": {
                "id": 506,
                "date": "2021-04-20",
                "number": 490,
                "branch": "C"
            },
            "number": 12,
            "title": "Emendamento 1.44 MONTARULI AUGUSTA (FDI) - Votazione Emendamento 1.44 DDL n. 2945",
            "original_title": "Votazione Emendamento 1.44 DDL n. 2945",
            "description_title": "Emendamento 1.44 MONTARULI AUGUSTA (FDI)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 175,
            "majority_cohesion_rate": 67.9,
            "minority_cohesion_rate": 80.56
        },
        {
            "id": 6858,
            "slug": "vs18_490_013",
            "identifier": "vs18_490_013",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_490_013/?format=api",
            "sitting": {
                "id": 506,
                "date": "2021-04-20",
                "number": 490,
                "branch": "C"
            },
            "number": 13,
            "title": "Emendamento 1.38 MONTARULI AUGUSTA (FDI) - Votazione Emendamento 1.38 DDL n. 2945",
            "original_title": "Votazione Emendamento 1.38 DDL n. 2945",
            "description_title": "Emendamento 1.38 MONTARULI AUGUSTA (FDI)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 164,
            "majority_cohesion_rate": 66.34,
            "minority_cohesion_rate": 80.56
        },
        {
            "id": 6868,
            "slug": "vs18_490_014",
            "identifier": "vs18_490_014",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_490_014/?format=api",
            "sitting": {
                "id": 506,
                "date": "2021-04-20",
                "number": 490,
                "branch": "C"
            },
            "number": 14,
            "title": "Emendamento 1.37 MONTARULI AUGUSTA (FDI) - Votazione Emendamento 1.37 DDL n. 2945",
            "original_title": "Votazione Emendamento 1.37 DDL n. 2945",
            "description_title": "Emendamento 1.37 MONTARULI AUGUSTA (FDI)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 139,
            "majority_cohesion_rate": 58.56,
            "minority_cohesion_rate": 83.33
        },
        {
            "id": 6875,
            "slug": "vs18_490_015",
            "identifier": "vs18_490_015",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_490_015/?format=api",
            "sitting": {
                "id": 506,
                "date": "2021-04-20",
                "number": 490,
                "branch": "C"
            },
            "number": 15,
            "title": "Emendamento 1.39 MONTARULI AUGUSTA (FDI) - Votazione Emendamento 1.39 DDL n. 2945",
            "original_title": "Votazione Emendamento 1.39 DDL n. 2945",
            "description_title": "Emendamento 1.39 MONTARULI AUGUSTA (FDI)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 148,
            "majority_cohesion_rate": 61.87,
            "minority_cohesion_rate": 83.33
        },
        {
            "id": 6887,
            "slug": "vs18_490_016",
            "identifier": "vs18_490_016",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_490_016/?format=api",
            "sitting": {
                "id": 506,
                "date": "2021-04-20",
                "number": 490,
                "branch": "C"
            },
            "number": 16,
            "title": "Emendamento 1.30 BELLUCCI MARIA TERESA (FDI) - Votazione Emendamento 1.30 DDL n. 2945",
            "original_title": "Votazione Emendamento 1.30 DDL n. 2945",
            "description_title": "Emendamento 1.30 BELLUCCI MARIA TERESA (FDI)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 155,
            "majority_cohesion_rate": 62.65,
            "minority_cohesion_rate": 83.33
        },
        {
            "id": 7168,
            "slug": "vs18_490_017",
            "identifier": "vs18_490_017",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_490_017/?format=api",
            "sitting": {
                "id": 506,
                "date": "2021-04-20",
                "number": 490,
                "branch": "C"
            },
            "number": 17,
            "title": "Emendamento 1.31 BELLUCCI MARIA TERESA (FDI) - Votazione Emendamento 1.31 DDL n. 2945",
            "original_title": "Votazione Emendamento 1.31 DDL n. 2945",
            "description_title": "Emendamento 1.31 BELLUCCI MARIA TERESA (FDI)",
            "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": 157,
            "majority_cohesion_rate": 63.23,
            "minority_cohesion_rate": 83.33
        },
        {
            "id": 7158,
            "slug": "vs18_490_018",
            "identifier": "vs18_490_018",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_490_018/?format=api",
            "sitting": {
                "id": 506,
                "date": "2021-04-20",
                "number": 490,
                "branch": "C"
            },
            "number": 18,
            "title": "Emendamento 1.202 FERRO WANDA (FDI) - Votazione Emendamento 1.202 DDL n. 2945",
            "original_title": "Votazione Emendamento 1.202 DDL n. 2945",
            "description_title": "Emendamento 1.202 FERRO WANDA (FDI)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 156,
            "majority_cohesion_rate": 64.98,
            "minority_cohesion_rate": 83.33
        },
        {
            "id": 7186,
            "slug": "vs18_490_019",
            "identifier": "vs18_490_019",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_490_019/?format=api",
            "sitting": {
                "id": 506,
                "date": "2021-04-20",
                "number": 490,
                "branch": "C"
            },
            "number": 19,
            "title": "Articolo aggiuntivo 1.0201 MOLLICONE FEDERICO (FDI) - Votazione Emendamento 1.0201 DDL n. 2945",
            "original_title": "Votazione Emendamento 1.0201 DDL n. 2945",
            "description_title": "Articolo aggiuntivo 1.0201 MOLLICONE FEDERICO (FDI)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 154,
            "majority_cohesion_rate": 64.59,
            "minority_cohesion_rate": 80.56
        },
        {
            "id": 6907,
            "slug": "vs18_490_020",
            "identifier": "vs18_490_020",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_490_020/?format=api",
            "sitting": {
                "id": 506,
                "date": "2021-04-20",
                "number": 490,
                "branch": "C"
            },
            "number": 20,
            "title": "Articolo aggiuntivo 1.0203 MOLLICONE FEDERICO (FDI) - Votazione Emendamento 1.0203 DDL n. 2945",
            "original_title": "Votazione Emendamento 1.0203 DDL n. 2945",
            "description_title": "Articolo aggiuntivo 1.0203 MOLLICONE FEDERICO (FDI)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 156,
            "majority_cohesion_rate": 64.01,
            "minority_cohesion_rate": 83.33
        },
        {
            "id": 6914,
            "slug": "vs18_490_021",
            "identifier": "vs18_490_021",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_490_021/?format=api",
            "sitting": {
                "id": 506,
                "date": "2021-04-20",
                "number": 490,
                "branch": "C"
            },
            "number": 21,
            "title": "Articolo aggiuntivo 1.0200 MOLLICONE FEDERICO (FDI) - Votazione Emendamento 1.0200 DDL n. 2945",
            "original_title": "Votazione Emendamento 1.0200 DDL n. 2945",
            "description_title": "Articolo aggiuntivo 1.0200 MOLLICONE FEDERICO (FDI)",
            "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": 151,
            "majority_cohesion_rate": 63.23,
            "minority_cohesion_rate": 80.56
        },
        {
            "id": 7147,
            "slug": "vs18_491_001",
            "identifier": "vs18_491_001",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_491_001/?format=api",
            "sitting": {
                "id": 507,
                "date": "2021-04-21",
                "number": 491,
                "branch": "C"
            },
            "number": 1,
            "title": "Articolo aggiuntivo 1.0204 MOLLICONE FEDERICO (FDI) - Votazione Emendamento 1.0204 DDL n. 2945",
            "original_title": "Votazione Emendamento 1.0204 DDL n. 2945",
            "description_title": "Articolo aggiuntivo 1.0204 MOLLICONE FEDERICO (FDI)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 3,
            "n_margin": 152,
            "majority_cohesion_rate": 63.81,
            "minority_cohesion_rate": 83.33
        },
        {
            "id": 7144,
            "slug": "vs18_491_002",
            "identifier": "vs18_491_002",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_491_002/?format=api",
            "sitting": {
                "id": 507,
                "date": "2021-04-21",
                "number": 491,
                "branch": "C"
            },
            "number": 2,
            "title": "Articolo aggiuntivo 1.019 BELLUCCI MARIA TERESA (FDI) - Votazione Emendamento 1.019 DDL n. 2945",
            "original_title": "Votazione Emendamento 1.019 DDL n. 2945",
            "description_title": "Articolo aggiuntivo 1.019 BELLUCCI MARIA TERESA (FDI)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 171,
            "majority_cohesion_rate": 68.87,
            "minority_cohesion_rate": 83.33
        },
        {
            "id": 7143,
            "slug": "vs18_491_003",
            "identifier": "vs18_491_003",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_491_003/?format=api",
            "sitting": {
                "id": 507,
                "date": "2021-04-21",
                "number": 491,
                "branch": "C"
            },
            "number": 3,
            "title": "Articolo aggiuntivo 1.018 BELLUCCI MARIA TERESA (FDI) - Votazione Emendamento 1.018 DDL n. 2945",
            "original_title": "Votazione Emendamento 1.018 DDL n. 2945",
            "description_title": "Articolo aggiuntivo 1.018 BELLUCCI MARIA TERESA (FDI)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 174,
            "majority_cohesion_rate": 70.43,
            "minority_cohesion_rate": 86.11
        },
        {
            "id": 7187,
            "slug": "vs18_491_004",
            "identifier": "vs18_491_004",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_491_004/?format=api",
            "sitting": {
                "id": 507,
                "date": "2021-04-21",
                "number": 491,
                "branch": "C"
            },
            "number": 4,
            "title": "Emendamento 2.201 SAPIA FRANCESCO (MISTO) - Votazione Emendamento 2.201 DDL n. 2945",
            "original_title": "Votazione Emendamento 2.201 DDL n. 2945",
            "description_title": "Emendamento 2.201 SAPIA FRANCESCO (MISTO)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 168,
            "majority_cohesion_rate": 69.46,
            "minority_cohesion_rate": 86.11
        },
        {
            "id": 7177,
            "slug": "vs18_491_005",
            "identifier": "vs18_491_005",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_491_005/?format=api",
            "sitting": {
                "id": 507,
                "date": "2021-04-21",
                "number": 491,
                "branch": "C"
            },
            "number": 5,
            "title": "Emendamento 2.73 RIZZETTO WALTER (FDI) - Votazione Emendamento 2.73 DDL n. 2945",
            "original_title": "Votazione Emendamento 2.73 DDL n. 2945",
            "description_title": "Emendamento 2.73 RIZZETTO WALTER (FDI)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 170,
            "majority_cohesion_rate": 68.68,
            "minority_cohesion_rate": 83.33
        },
        {
            "id": 7166,
            "slug": "vs18_491_006",
            "identifier": "vs18_491_006",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_491_006/?format=api",
            "sitting": {
                "id": 507,
                "date": "2021-04-21",
                "number": 491,
                "branch": "C"
            },
            "number": 6,
            "title": "Emendamento 2.34 FRASSINETTI PAOLA (FDI) - Votazione Emendamento 2.34 DDL n. 2945",
            "original_title": "Votazione Emendamento 2.34 DDL n. 2945",
            "description_title": "Emendamento 2.34 FRASSINETTI PAOLA (FDI)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 167,
            "majority_cohesion_rate": 68.48,
            "minority_cohesion_rate": 83.33
        },
        {
            "id": 7157,
            "slug": "vs18_491_007",
            "identifier": "vs18_491_007",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_491_007/?format=api",
            "sitting": {
                "id": 507,
                "date": "2021-04-21",
                "number": 491,
                "branch": "C"
            },
            "number": 7,
            "title": "Emendamento 2.33 BUCALO CARMELA (FDI) - Votazione Emendamento 2.33 DDL n. 2945",
            "original_title": "Votazione Emendamento 2.33 DDL n. 2945",
            "description_title": "Emendamento 2.33 BUCALO CARMELA (FDI)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 154,
            "majority_cohesion_rate": 63.42,
            "minority_cohesion_rate": 80.56
        },
        {
            "id": 7128,
            "slug": "vs18_491_008",
            "identifier": "vs18_491_008",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_491_008/?format=api",
            "sitting": {
                "id": 507,
                "date": "2021-04-21",
                "number": 491,
                "branch": "C"
            },
            "number": 8,
            "title": "Emendamento 2.112 MONTARULI AUGUSTA (FDI) - Votazione Emendamento 2.112 DDL n. 2945",
            "original_title": "Votazione Emendamento 2.112 DDL n. 2945",
            "description_title": "Emendamento 2.112 MONTARULI AUGUSTA (FDI)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 151,
            "majority_cohesion_rate": 63.42,
            "minority_cohesion_rate": 80.56
        },
        {
            "id": 7122,
            "slug": "vs18_491_009",
            "identifier": "vs18_491_009",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_491_009/?format=api",
            "sitting": {
                "id": 507,
                "date": "2021-04-21",
                "number": 491,
                "branch": "C"
            },
            "number": 9,
            "title": "Emendamento 2.111 MONTARULI AUGUSTA (FDI) - Votazione Emendamento 2.111 DDL n. 2945",
            "original_title": "Votazione Emendamento 2.111 DDL n. 2945",
            "description_title": "Emendamento 2.111 MONTARULI AUGUSTA (FDI)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 148,
            "majority_cohesion_rate": 60.12,
            "minority_cohesion_rate": 80.56
        },
        {
            "id": 6881,
            "slug": "vs18_491_010",
            "identifier": "vs18_491_010",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_491_010/?format=api",
            "sitting": {
                "id": 507,
                "date": "2021-04-21",
                "number": 491,
                "branch": "C"
            },
            "number": 10,
            "title": "Emendamento 2.36 BUCALO CARMELA (FDI) - Votazione Emendamento 2.36 DDL n. 2945",
            "original_title": "Votazione Emendamento 2.36 DDL n. 2945",
            "description_title": "Emendamento 2.36 BUCALO CARMELA (FDI)",
            "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": 155,
            "majority_cohesion_rate": 63.81,
            "minority_cohesion_rate": 80.56
        },
        {
            "id": 7170,
            "slug": "vs18_491_011",
            "identifier": "vs18_491_011",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_491_011/?format=api",
            "sitting": {
                "id": 507,
                "date": "2021-04-21",
                "number": 491,
                "branch": "C"
            },
            "number": 11,
            "title": "Emendamento 2.113 MONTARULI AUGUSTA (FDI) - Votazione Emendamento 2.113 DDL n. 2945",
            "original_title": "Votazione Emendamento 2.113 DDL n. 2945",
            "description_title": "Emendamento 2.113 MONTARULI AUGUSTA (FDI)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 153,
            "majority_cohesion_rate": 62.26,
            "minority_cohesion_rate": 80.56
        },
        {
            "id": 7160,
            "slug": "vs18_491_012",
            "identifier": "vs18_491_012",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_491_012/?format=api",
            "sitting": {
                "id": 507,
                "date": "2021-04-21",
                "number": 491,
                "branch": "C"
            },
            "number": 12,
            "title": "Emendamento 2.35 BUCALO CARMELA (FDI) - Votazione Emendamento 2.35 DDL n. 2945",
            "original_title": "Votazione Emendamento 2.35 DDL n. 2945",
            "description_title": "Emendamento 2.35 BUCALO CARMELA (FDI)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 140,
            "majority_cohesion_rate": 54.47,
            "minority_cohesion_rate": 66.67
        },
        {
            "id": 7188,
            "slug": "vs18_491_013",
            "identifier": "vs18_491_013",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_491_013/?format=api",
            "sitting": {
                "id": 507,
                "date": "2021-04-21",
                "number": 491,
                "branch": "C"
            },
            "number": 13,
            "title": "Emendamento 2.116 MONTARULI AUGUSTA (FDI) - Votazione Emendamento 2.116 DDL n. 2945",
            "original_title": "Votazione Emendamento 2.116 DDL n. 2945",
            "description_title": "Emendamento 2.116 MONTARULI AUGUSTA (FDI)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 149,
            "majority_cohesion_rate": 60.51,
            "minority_cohesion_rate": 75.0
        }
    ]
}