Returns all available votings, paged, filtered, sorted, ....
GET /api-openparlamento/v1/18/votings/?format=api&page=12
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&page=13",
    "previous": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/?format=api&page=11",
    "results": [
        {
            "id": 6995,
            "slug": "vs18_486_007",
            "identifier": "vs18_486_007",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_486_007/?format=api",
            "sitting": {
                "id": 502,
                "date": "2021-04-14",
                "number": 486,
                "branch": "C"
            },
            "number": 7,
            "title": "Articolo 2 - Votazione Articolo 2 DDL n. 2578",
            "original_title": "Votazione Articolo 2 DDL n. 2578",
            "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": 0,
            "n_margin": 217,
            "majority_cohesion_rate": 70.23,
            "minority_cohesion_rate": 77.78
        },
        {
            "id": 7127,
            "slug": "vs18_486_006",
            "identifier": "vs18_486_006",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_486_006/?format=api",
            "sitting": {
                "id": 502,
                "date": "2021-04-14",
                "number": 486,
                "branch": "C"
            },
            "number": 6,
            "title": "Articolo 1 - Votazione Articolo 1 DDL n. 2578",
            "original_title": "Votazione Articolo 1 DDL n. 2578",
            "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": 7,
            "n_margin": 202,
            "majority_cohesion_rate": 66.54,
            "minority_cohesion_rate": 75.0
        },
        {
            "id": 7120,
            "slug": "vs18_486_005",
            "identifier": "vs18_486_005",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_486_005/?format=api",
            "sitting": {
                "id": 502,
                "date": "2021-04-14",
                "number": 486,
                "branch": "C"
            },
            "number": 5,
            "title": "Questione pregiudiziale n. 1 LOLLOBRIGIDA FRANCESCO (FDI) ed altri - Votazione pregiudiziale DDL n. 3002",
            "original_title": "Votazione pregiudiziale DDL n. 3002",
            "description_title": "Questione pregiudiziale n. 1 LOLLOBRIGIDA FRANCESCO (FDI) ed altri",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Questione pregiudiziale",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 183,
            "majority_cohesion_rate": 68.48,
            "minority_cohesion_rate": 75.0
        },
        {
            "id": 7364,
            "slug": "vs18_486_004",
            "identifier": "vs18_486_004",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_486_004/?format=api",
            "sitting": {
                "id": 502,
                "date": "2021-04-14",
                "number": 486,
                "branch": "C"
            },
            "number": 4,
            "title": "Mozione n. 1-00392 (Ulteriore nuova formulazione) UNGARO MASSIMO (IV), VISCOMI ANTONIO (PD), INVIDIA NICCOLO' (M5S), ZANGRILLO PAOLO (FI), GIACCONE ANDREA (LEGA), EPIFANI ETTORE GUGLIELMO (LEU), RIZZETTO WALTER (FDI) ed altri - Votazione Mozione 1_00392",
            "original_title": "Votazione Mozione 1_00392",
            "description_title": "Mozione n. 1-00392 (Ulteriore nuova formulazione) UNGARO MASSIMO (IV), VISCOMI ANTONIO (PD), INVIDIA NICCOLO' (M5S), ZANGRILLO PAOLO (FI), GIACCONE ANDREA (LEGA), EPIFANI ETTORE GUGLIELMO (LEU), RIZZETTO WALTER (FDI) ed altri",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Mozione",
            "outcome": "Approvata",
            "n_rebels": 2,
            "n_margin": 216,
            "majority_cohesion_rate": 72.37,
            "minority_cohesion_rate": 80.56
        },
        {
            "id": 7358,
            "slug": "vs18_486_003",
            "identifier": "vs18_486_003",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_486_003/?format=api",
            "sitting": {
                "id": 502,
                "date": "2021-04-14",
                "number": 486,
                "branch": "C"
            },
            "number": 3,
            "title": "Mozione n. 1-00461 MANIERO ALVISE (MISTO) ed altri - Votazione Mozione 1_00461",
            "original_title": "Votazione Mozione 1_00461",
            "description_title": "Mozione n. 1-00461 MANIERO ALVISE (MISTO) ed altri",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Mozione",
            "outcome": "Respinta",
            "n_rebels": 20,
            "n_margin": 112,
            "majority_cohesion_rate": 48.64,
            "minority_cohesion_rate": 77.78
        },
        {
            "id": 7379,
            "slug": "vs18_486_002",
            "identifier": "vs18_486_002",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_486_002/?format=api",
            "sitting": {
                "id": 502,
                "date": "2021-04-14",
                "number": 486,
                "branch": "C"
            },
            "number": 2,
            "title": "Mozione n. 1-00457 (Nuova formulazione) MARTINCIGLIO VITA (M5S), CENTEMERO GIULIO (LEGA), MARTINO ANTONIO (FI), FRAGOMELI GIAN MARIO (PD), UNGARO MASSIMO (IV), PASTORINO LUCA (LEU) ed altri - Votazione Mozione 1_00457",
            "original_title": "Votazione Mozione 1_00457",
            "description_title": "Mozione n. 1-00457 (Nuova formulazione) MARTINCIGLIO VITA (M5S), CENTEMERO GIULIO (LEGA), MARTINO ANTONIO (FI), FRAGOMELI GIAN MARIO (PD), UNGARO MASSIMO (IV), PASTORINO LUCA (LEU) ed altri",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Mozione",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 202,
            "majority_cohesion_rate": 72.57,
            "minority_cohesion_rate": 77.78
        },
        {
            "id": 7372,
            "slug": "vs18_486_001",
            "identifier": "vs18_486_001",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_486_001/?format=api",
            "sitting": {
                "id": 502,
                "date": "2021-04-14",
                "number": 486,
                "branch": "C"
            },
            "number": 1,
            "title": "Mozione n. 1-00382 (Seconda ulteriore nuova formulazione) MELONI GIORGIA (FDI), GIACOMONI SESTINO (FI) ed altri - Votazione Mozione 1_00382",
            "original_title": "Votazione Mozione 1_00382",
            "description_title": "Mozione n. 1-00382 (Seconda ulteriore nuova formulazione) MELONI GIORGIA (FDI), GIACOMONI SESTINO (FI) ed altri",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Mozione",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 11,
            "majority_cohesion_rate": 41.25,
            "minority_cohesion_rate": 77.78
        },
        {
            "id": 17080,
            "slug": "18-315-5",
            "identifier": "18-315-5",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/18-315-5/?format=api",
            "sitting": {
                "id": 1071,
                "date": "2021-04-14",
                "number": 315,
                "branch": "S"
            },
            "number": 5,
            "title": "Ordine del giorno G2 (testo 2), Ciriani e altri",
            "original_title": "Ordine del giorno G2 (testo 2), Ciriani e altri",
            "description_title": null,
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 4,
            "n_margin": 80,
            "majority_cohesion_rate": 62.06,
            "minority_cohesion_rate": 63.16
        },
        {
            "id": 17083,
            "slug": "18-315-4",
            "identifier": "18-315-4",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/18-315-4/?format=api",
            "sitting": {
                "id": 1071,
                "date": "2021-04-14",
                "number": 315,
                "branch": "S"
            },
            "number": 4,
            "title": "Ordine del giorno G1, Nugnes e altri",
            "original_title": "Ordine del giorno G1, Nugnes e altri",
            "description_title": null,
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 57,
            "majority_cohesion_rate": 37.55,
            "minority_cohesion_rate": 68.42
        },
        {
            "id": 17084,
            "slug": "18-315-3",
            "identifier": "18-315-3",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/18-315-3/?format=api",
            "sitting": {
                "id": 1071,
                "date": "2021-04-14",
                "number": 315,
                "branch": "S"
            },
            "number": 3,
            "title": "Mozione n. 281 sulla celebrazione del 150° anniversario     della proclamazione di Roma capitale (T2), De Petris e altri",
            "original_title": "Mozione n. 281 sulla celebrazione del 150° anniversario     della proclamazione di Roma capitale (T2), De Petris e altri",
            "description_title": null,
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Mozione",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 97,
            "majority_cohesion_rate": 63.89,
            "minority_cohesion_rate": 70.0
        },
        {
            "id": 17081,
            "slug": "18-315-2",
            "identifier": "18-315-2",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/18-315-2/?format=api",
            "sitting": {
                "id": 1071,
                "date": "2021-04-14",
                "number": 315,
                "branch": "S"
            },
            "number": 2,
            "title": "Mozioni su concessione cittadinanza italiana a Patrick Zaki e iniziative per la sua liberazione.ODG G1, Verducci e altri",
            "original_title": "Mozioni su concessione cittadinanza italiana a Patrick Zaki e iniziative per la sua liberazione.ODG G1, Verducci e altri",
            "description_title": null,
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 10,
            "n_margin": 103,
            "majority_cohesion_rate": 73.41,
            "minority_cohesion_rate": 85.0
        },
        {
            "id": 17082,
            "slug": "18-315-1",
            "identifier": "18-315-1",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/18-315-1/?format=api",
            "sitting": {
                "id": 1071,
                "date": "2021-04-14",
                "number": 315,
                "branch": "S"
            },
            "number": 1,
            "title": "Mozione n. 325 sulla realizzazione di un piano strategico   per la siderurgia, Urso e altri. ODG G1, Urso e altri",
            "original_title": "Mozione n. 325 sulla realizzazione di un piano strategico   per la siderurgia, Urso e altri. ODG G1, Urso e altri",
            "description_title": null,
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 3,
            "n_margin": 100,
            "majority_cohesion_rate": 75.0,
            "minority_cohesion_rate": 80.0
        },
        {
            "id": 7080,
            "slug": "vs18_485_052",
            "identifier": "vs18_485_052",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_485_052/?format=api",
            "sitting": {
                "id": 501,
                "date": "2021-04-13",
                "number": 485,
                "branch": "C"
            },
            "number": 52,
            "title": "Mozione n. 1-00460, come riformulata, LOLLOBRIGIDA FRANCESCO (FDI) ed altri - Votazione Mozione 1_00460",
            "original_title": "Votazione Mozione 1_00460",
            "description_title": "Mozione n. 1-00460, come riformulata, LOLLOBRIGIDA FRANCESCO (FDI) ed altri",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Mozione",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 191,
            "majority_cohesion_rate": 65.69,
            "minority_cohesion_rate": 55.56
        },
        {
            "id": 7089,
            "slug": "vs18_485_051",
            "identifier": "vs18_485_051",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_485_051/?format=api",
            "sitting": {
                "id": 501,
                "date": "2021-04-13",
                "number": 485,
                "branch": "C"
            },
            "number": 51,
            "title": "Mozione n. 1-00405 (Ulteriore nuova formulazione), come riformulata, LOLLOBRIGIDA FRANCESCO (FDI) ed altri - Votazione Mozione 1_00405",
            "original_title": "Votazione Mozione 1_00405",
            "description_title": "Mozione n. 1-00405 (Ulteriore nuova formulazione), come riformulata, LOLLOBRIGIDA FRANCESCO (FDI) ed altri",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Mozione",
            "outcome": "Approvata",
            "n_rebels": 3,
            "n_margin": 194,
            "majority_cohesion_rate": 66.08,
            "minority_cohesion_rate": 61.11
        },
        {
            "id": 7098,
            "slug": "vs18_485_050",
            "identifier": "vs18_485_050",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_485_050/?format=api",
            "sitting": {
                "id": 501,
                "date": "2021-04-13",
                "number": 485,
                "branch": "C"
            },
            "number": 50,
            "title": "Mozione n. 1-00450, limitatamente al capoverso sesto della parte dispositiva, VALLASCAS ANDREA (MISTO) ed altri - Votazione Mozione 1_00450",
            "original_title": "Votazione Mozione 1_00450",
            "description_title": "Mozione n. 1-00450, limitatamente al capoverso sesto della parte dispositiva, VALLASCAS ANDREA (MISTO) ed altri",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Mozione",
            "outcome": "Respinta",
            "n_rebels": 7,
            "n_margin": 175,
            "majority_cohesion_rate": 68.03,
            "minority_cohesion_rate": 63.89
        },
        {
            "id": 7070,
            "slug": "vs18_485_049",
            "identifier": "vs18_485_049",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_485_049/?format=api",
            "sitting": {
                "id": 501,
                "date": "2021-04-13",
                "number": 485,
                "branch": "C"
            },
            "number": 49,
            "title": "Mozione n. 1-00450, limitatamente ai capoversi terzo e settimo della parte dispositiva, VALLASCAS ANDREA (MISTO) ed altri - Votazione Mozione 1_00450",
            "original_title": "Votazione Mozione 1_00450",
            "description_title": "Mozione n. 1-00450, limitatamente ai capoversi terzo e settimo della parte dispositiva, VALLASCAS ANDREA (MISTO) ed altri",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Mozione",
            "outcome": "Respinta",
            "n_rebels": 5,
            "n_margin": 178,
            "majority_cohesion_rate": 68.23,
            "minority_cohesion_rate": 63.89
        },
        {
            "id": 7066,
            "slug": "vs18_485_048",
            "identifier": "vs18_485_048",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_485_048/?format=api",
            "sitting": {
                "id": 501,
                "date": "2021-04-13",
                "number": 485,
                "branch": "C"
            },
            "number": 48,
            "title": "Mozione n. 1-00450, limitatamente alla premessa e ai capoversi primo, secondo, quarto, quinto, ottavo, nono, decimo, undicesimo e dodicesimo della parte dispositiva, come riformulata, VALLASCAS ANDREA (MISTO) ed altri - Votazione Mozione 1_00450",
            "original_title": "Votazione Mozione 1_00450",
            "description_title": "Mozione n. 1-00450, limitatamente alla premessa e ai capoversi primo, secondo, quarto, quinto, ottavo, nono, decimo, undicesimo e dodicesimo della parte dispositiva, come riformulata, VALLASCAS ANDREA (MISTO) ed altri",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Mozione",
            "outcome": "Approvata",
            "n_rebels": 2,
            "n_margin": 202,
            "majority_cohesion_rate": 68.81,
            "minority_cohesion_rate": 61.11
        },
        {
            "id": 7058,
            "slug": "vs18_485_047",
            "identifier": "vs18_485_047",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_485_047/?format=api",
            "sitting": {
                "id": 501,
                "date": "2021-04-13",
                "number": 485,
                "branch": "C"
            },
            "number": 47,
            "title": "Mozione n. 1-00414 (Ulteriore nuova formulazione) MOLINARI RICCARDO (LEGA), CRIPPA DAVIDE (M5S), SERRACCHIANI DEBORA (PD), OCCHIUTO ROBERTO (FI), BOSCHI MARIA ELENA (IV), FORNARO FEDERICO (LEU), LAPIA MARA (MISTO), MURONI ROSSELLA (MISTO) ed altri - Votazione Mozione 1_00414",
            "original_title": "Votazione Mozione 1_00414",
            "description_title": "Mozione n. 1-00414 (Ulteriore nuova formulazione) MOLINARI RICCARDO (LEGA), CRIPPA DAVIDE (M5S), SERRACCHIANI DEBORA (PD), OCCHIUTO ROBERTO (FI), BOSCHI MARIA ELENA (IV), FORNARO FEDERICO (LEU), LAPIA MARA (MISTO), MURONI ROSSELLA (MISTO) ed altri",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Mozione",
            "outcome": "Approvata",
            "n_rebels": 3,
            "n_margin": 203,
            "majority_cohesion_rate": 69.01,
            "minority_cohesion_rate": 55.56
        },
        {
            "id": 7053,
            "slug": "vs18_485_046",
            "identifier": "vs18_485_046",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_485_046/?format=api",
            "sitting": {
                "id": 501,
                "date": "2021-04-13",
                "number": 485,
                "branch": "C"
            },
            "number": 46,
            "title": "Accettazione delle dimissioni del depuato Giovanni Sanga - Votazione Dimissioni",
            "original_title": "Votazione Dimissioni",
            "description_title": "Accettazione delle dimissioni del depuato Giovanni Sanga",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": true,
            "sub_vote_type": "Dimissioni",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 136,
            "majority_cohesion_rate": 61.01,
            "minority_cohesion_rate": 66.67
        },
        {
            "id": 6918,
            "slug": "vs18_485_045",
            "identifier": "vs18_485_045",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_485_045/?format=api",
            "sitting": {
                "id": 501,
                "date": "2021-04-13",
                "number": 485,
                "branch": "C"
            },
            "number": 45,
            "title": "Conversione in legge, con modificazioni, del decreto-legge 13 marzo 2021, n. 31, recante misure urgenti in materia di svolgimento dell'esame di Stato per l'abilitazione all'esercizio della professione di avvocato durante l'emergenza epidemiologica da COVID-19 (Approvato dal Senato) (DDL 2989) - Votazione finale DDL n. 2989",
            "original_title": "Votazione finale DDL n. 2989",
            "description_title": "Conversione in legge, con modificazioni, del decreto-legge 13 marzo 2021, n. 31, recante misure urgenti in materia di svolgimento dell'esame di Stato per l'abilitazione all'esercizio della professione di avvocato durante l'emergenza epidemiologica da COVID-19 (Approvato dal Senato) (DDL 2989)",
            "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": 3,
            "n_margin": 189,
            "majority_cohesion_rate": 61.79,
            "minority_cohesion_rate": 66.67
        },
        {
            "id": 7047,
            "slug": "vs18_485_044",
            "identifier": "vs18_485_044",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_485_044/?format=api",
            "sitting": {
                "id": 501,
                "date": "2021-04-13",
                "number": 485,
                "branch": "C"
            },
            "number": 44,
            "title": "Ordine del giorno n. 9/2989/21 CIRIELLI EDMONDO (FDI) - Votazione Ordine del giorno 9/2989/21 DDL n. 2989",
            "original_title": "Votazione Ordine del giorno 9/2989/21 DDL n. 2989",
            "description_title": "Ordine del giorno n. 9/2989/21 CIRIELLI EDMONDO (FDI)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 165,
            "majority_cohesion_rate": 65.89,
            "minority_cohesion_rate": 72.22
        },
        {
            "id": 7043,
            "slug": "vs18_485_043",
            "identifier": "vs18_485_043",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_485_043/?format=api",
            "sitting": {
                "id": 501,
                "date": "2021-04-13",
                "number": 485,
                "branch": "C"
            },
            "number": 43,
            "title": "Ordine del giorno n. 9/2989/16 CARETTA MARIA CRISTINA (FDI) - Votazione Ordine del giorno 9/2989/16 DDL n. 2989",
            "original_title": "Votazione Ordine del giorno 9/2989/16 DDL n. 2989",
            "description_title": "Ordine del giorno n. 9/2989/16 CARETTA MARIA CRISTINA (FDI)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 177,
            "majority_cohesion_rate": 66.28,
            "minority_cohesion_rate": 72.22
        },
        {
            "id": 7035,
            "slug": "vs18_485_042",
            "identifier": "vs18_485_042",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_485_042/?format=api",
            "sitting": {
                "id": 501,
                "date": "2021-04-13",
                "number": 485,
                "branch": "C"
            },
            "number": 42,
            "title": "Ordine del giorno n. 9/2989/15 DELMASTRO DELLE VEDOVE ANDREA (FDI) - Votazione Ordine del giorno 9/2989/15 DDL n. 2989",
            "original_title": "Votazione Ordine del giorno 9/2989/15 DDL n. 2989",
            "description_title": "Ordine del giorno n. 9/2989/15 DELMASTRO DELLE VEDOVE ANDREA (FDI)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 179,
            "majority_cohesion_rate": 65.69,
            "minority_cohesion_rate": 72.22
        },
        {
            "id": 7033,
            "slug": "vs18_485_041",
            "identifier": "vs18_485_041",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_485_041/?format=api",
            "sitting": {
                "id": 501,
                "date": "2021-04-13",
                "number": 485,
                "branch": "C"
            },
            "number": 41,
            "title": "Ordine del giorno n. 9/2989/14 FERRO WANDA (FDI) - Votazione Ordine del giorno 9/2989/14 DDL n. 2989",
            "original_title": "Votazione Ordine del giorno 9/2989/14 DDL n. 2989",
            "description_title": "Ordine del giorno n. 9/2989/14 FERRO WANDA (FDI)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 171,
            "majority_cohesion_rate": 64.52,
            "minority_cohesion_rate": 72.22
        },
        {
            "id": 7025,
            "slug": "vs18_485_040",
            "identifier": "vs18_485_040",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_485_040/?format=api",
            "sitting": {
                "id": 501,
                "date": "2021-04-13",
                "number": 485,
                "branch": "C"
            },
            "number": 40,
            "title": "Ordine del giorno n. 9/2989/11 MASCHIO CIRO (FDI) - Votazione Ordine del giorno 9/2989/11 DDL n. 2989",
            "original_title": "Votazione Ordine del giorno 9/2989/11 DDL n. 2989",
            "description_title": "Ordine del giorno n. 9/2989/11 MASCHIO CIRO (FDI)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 182,
            "majority_cohesion_rate": 65.5,
            "minority_cohesion_rate": 63.89
        },
        {
            "id": 7102,
            "slug": "vs18_485_039",
            "identifier": "vs18_485_039",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_485_039/?format=api",
            "sitting": {
                "id": 501,
                "date": "2021-04-13",
                "number": 485,
                "branch": "C"
            },
            "number": 39,
            "title": "Ordine del giorno n. 9/2989/10 FRASSINETTI PAOLA (FDI) - Votazione Ordine del giorno 9/2989/10 DDL n. 2989",
            "original_title": "Votazione Ordine del giorno 9/2989/10 DDL n. 2989",
            "description_title": "Ordine del giorno n. 9/2989/10 FRASSINETTI PAOLA (FDI)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 167,
            "majority_cohesion_rate": 65.5,
            "minority_cohesion_rate": 63.89
        },
        {
            "id": 7094,
            "slug": "vs18_485_038",
            "identifier": "vs18_485_038",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_485_038/?format=api",
            "sitting": {
                "id": 501,
                "date": "2021-04-13",
                "number": 485,
                "branch": "C"
            },
            "number": 38,
            "title": "Ordine del giorno n. 9/2989/9 CIABURRO MONICA (FDI) - Votazione Ordine del giorno 9/2989/9 DDL n. 2989",
            "original_title": "Votazione Ordine del giorno 9/2989/9 DDL n. 2989",
            "description_title": "Ordine del giorno n. 9/2989/9 CIABURRO MONICA (FDI)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 166,
            "majority_cohesion_rate": 65.11,
            "minority_cohesion_rate": 63.89
        },
        {
            "id": 7057,
            "slug": "vs18_485_037",
            "identifier": "vs18_485_037",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_485_037/?format=api",
            "sitting": {
                "id": 501,
                "date": "2021-04-13",
                "number": 485,
                "branch": "C"
            },
            "number": 37,
            "title": "Ordine del giorno n. 9/2989/8 BIGNAMI GALEAZZO (FDI) - Votazione Ordine del giorno 9/2989/8 DDL n. 2989",
            "original_title": "Votazione Ordine del giorno 9/2989/8 DDL n. 2989",
            "description_title": "Ordine del giorno n. 9/2989/8 BIGNAMI GALEAZZO (FDI)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 162,
            "majority_cohesion_rate": 63.94,
            "minority_cohesion_rate": 61.11
        },
        {
            "id": 7052,
            "slug": "vs18_485_036",
            "identifier": "vs18_485_036",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_485_036/?format=api",
            "sitting": {
                "id": 501,
                "date": "2021-04-13",
                "number": 485,
                "branch": "C"
            },
            "number": 36,
            "title": "Ordine del giorno n. 9/2989/7 MONTARULI AUGUSTA (FDI) - Votazione Ordine del giorno 9/2989/7 DDL n. 2989",
            "original_title": "Votazione Ordine del giorno 9/2989/7 DDL n. 2989",
            "description_title": "Ordine del giorno n. 9/2989/7 MONTARULI AUGUSTA (FDI)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 173,
            "majority_cohesion_rate": 64.72,
            "minority_cohesion_rate": 63.89
        },
        {
            "id": 7069,
            "slug": "vs18_485_035",
            "identifier": "vs18_485_035",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_485_035/?format=api",
            "sitting": {
                "id": 501,
                "date": "2021-04-13",
                "number": 485,
                "branch": "C"
            },
            "number": 35,
            "title": "Ordine del giorno n. 9/2989/3 FERRI COSIMO MARIA (IV) - Votazione Ordine del giorno 9/2989/3 DDL n. 2989",
            "original_title": "Votazione Ordine del giorno 9/2989/3 DDL n. 2989",
            "description_title": "Ordine del giorno n. 9/2989/3 FERRI COSIMO MARIA (IV)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 4,
            "n_margin": 170,
            "majority_cohesion_rate": 61.01,
            "minority_cohesion_rate": 61.11
        },
        {
            "id": 6937,
            "slug": "vs18_485_034",
            "identifier": "vs18_485_034",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_485_034/?format=api",
            "sitting": {
                "id": 501,
                "date": "2021-04-13",
                "number": 485,
                "branch": "C"
            },
            "number": 34,
            "title": "Identici emendamenti 5.1 VARCHI MARIA CAROLINA (FDI) e 5.100 COLLETTI ANDREA (MISTO) - Votazione Emendamento 5.1 DDL n. 2989",
            "original_title": "Votazione Emendamento 5.1 DDL n. 2989",
            "description_title": "Identici emendamenti 5.1 VARCHI MARIA CAROLINA (FDI) e 5.100 COLLETTI ANDREA (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": 1,
            "n_margin": 164,
            "majority_cohesion_rate": 65.11,
            "minority_cohesion_rate": 75.0
        },
        {
            "id": 6904,
            "slug": "vs18_485_033",
            "identifier": "vs18_485_033",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_485_033/?format=api",
            "sitting": {
                "id": 501,
                "date": "2021-04-13",
                "number": 485,
                "branch": "C"
            },
            "number": 33,
            "title": "Emendamento 4.4 DELMASTRO DELLE VEDOVE ANDREA (FDI) - Votazione Emendamento 4.4 DDL n. 2989",
            "original_title": "Votazione Emendamento 4.4 DDL n. 2989",
            "description_title": "Emendamento 4.4 DELMASTRO DELLE VEDOVE ANDREA (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": 64.91,
            "minority_cohesion_rate": 72.22
        },
        {
            "id": 6894,
            "slug": "vs18_485_032",
            "identifier": "vs18_485_032",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_485_032/?format=api",
            "sitting": {
                "id": 501,
                "date": "2021-04-13",
                "number": 485,
                "branch": "C"
            },
            "number": 32,
            "title": "Emendamento 4.5 DELMASTRO DELLE VEDOVE ANDREA (FDI) - Votazione Emendamento 4.5 DDL n. 2989",
            "original_title": "Votazione Emendamento 4.5 DDL n. 2989",
            "description_title": "Emendamento 4.5 DELMASTRO DELLE VEDOVE ANDREA (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": 177,
            "majority_cohesion_rate": 65.3,
            "minority_cohesion_rate": 75.0
        },
        {
            "id": 6919,
            "slug": "vs18_485_031",
            "identifier": "vs18_485_031",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_485_031/?format=api",
            "sitting": {
                "id": 501,
                "date": "2021-04-13",
                "number": 485,
                "branch": "C"
            },
            "number": 31,
            "title": "Emendamento 4.3 DELMASTRO DELLE VEDOVE ANDREA (FDI) - Votazione Emendamento 4.3 DDL n. 2989",
            "original_title": "Votazione Emendamento 4.3 DDL n. 2989",
            "description_title": "Emendamento 4.3 DELMASTRO DELLE VEDOVE ANDREA (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": 165,
            "majority_cohesion_rate": 65.3,
            "minority_cohesion_rate": 75.0
        },
        {
            "id": 6913,
            "slug": "vs18_485_030",
            "identifier": "vs18_485_030",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_485_030/?format=api",
            "sitting": {
                "id": 501,
                "date": "2021-04-13",
                "number": 485,
                "branch": "C"
            },
            "number": 30,
            "title": "Emendamento 4.2 VARCHI MARIA CAROLINA (FDI) - Votazione Emendamento 4.2 DDL n. 2989",
            "original_title": "Votazione Emendamento 4.2 DDL n. 2989",
            "description_title": "Emendamento 4.2 VARCHI MARIA CAROLINA (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": 164,
            "majority_cohesion_rate": 63.94,
            "minority_cohesion_rate": 75.0
        },
        {
            "id": 6948,
            "slug": "vs18_485_029",
            "identifier": "vs18_485_029",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_485_029/?format=api",
            "sitting": {
                "id": 501,
                "date": "2021-04-13",
                "number": 485,
                "branch": "C"
            },
            "number": 29,
            "title": "Emendamento 4.7 DELMASTRO DELLE VEDOVE ANDREA (FDI) - Votazione Emendamento 4.7 DDL n. 2989",
            "original_title": "Votazione Emendamento 4.7 DDL n. 2989",
            "description_title": "Emendamento 4.7 DELMASTRO DELLE VEDOVE ANDREA (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": 64.33,
            "minority_cohesion_rate": 72.22
        },
        {
            "id": 6943,
            "slug": "vs18_485_028",
            "identifier": "vs18_485_028",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_485_028/?format=api",
            "sitting": {
                "id": 501,
                "date": "2021-04-13",
                "number": 485,
                "branch": "C"
            },
            "number": 28,
            "title": "Emendamento 4.6 DELMASTRO DELLE VEDOVE ANDREA (FDI) - Votazione Emendamento 4.6 DDL n. 2989",
            "original_title": "Votazione Emendamento 4.6 DDL n. 2989",
            "description_title": "Emendamento 4.6 DELMASTRO DELLE VEDOVE ANDREA (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": 166,
            "majority_cohesion_rate": 65.5,
            "minority_cohesion_rate": 72.22
        },
        {
            "id": 6933,
            "slug": "vs18_485_027",
            "identifier": "vs18_485_027",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_485_027/?format=api",
            "sitting": {
                "id": 501,
                "date": "2021-04-13",
                "number": 485,
                "branch": "C"
            },
            "number": 27,
            "title": "Emendamento 3.1 DELMASTRO DELLE VEDOVE ANDREA (FDI) - Votazione Emendamento 3.1 DDL n. 2989",
            "original_title": "Votazione Emendamento 3.1 DDL n. 2989",
            "description_title": "Emendamento 3.1 DELMASTRO DELLE VEDOVE ANDREA (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": 63.55,
            "minority_cohesion_rate": 72.22
        },
        {
            "id": 6923,
            "slug": "vs18_485_026",
            "identifier": "vs18_485_026",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_485_026/?format=api",
            "sitting": {
                "id": 501,
                "date": "2021-04-13",
                "number": 485,
                "branch": "C"
            },
            "number": 26,
            "title": "Articolo aggiuntivo 2.01 LUCASELLI YLENJA (FDI) - Votazione Emendamento 2.01 DDL n. 2989",
            "original_title": "Votazione Emendamento 2.01 DDL n. 2989",
            "description_title": "Articolo aggiuntivo 2.01 LUCASELLI YLENJA (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": 64.52,
            "minority_cohesion_rate": 75.0
        },
        {
            "id": 6989,
            "slug": "vs18_485_025",
            "identifier": "vs18_485_025",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_485_025/?format=api",
            "sitting": {
                "id": 501,
                "date": "2021-04-13",
                "number": 485,
                "branch": "C"
            },
            "number": 25,
            "title": "Emendamento 2.4 COLLETTI ANDREA (MISTO) - Votazione Emendamento 2.4 DDL n. 2989",
            "original_title": "Votazione Emendamento 2.4 DDL n. 2989",
            "description_title": "Emendamento 2.4 COLLETTI ANDREA (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": 6,
            "n_margin": 182,
            "majority_cohesion_rate": 64.52,
            "minority_cohesion_rate": 61.11
        },
        {
            "id": 6980,
            "slug": "vs18_485_024",
            "identifier": "vs18_485_024",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_485_024/?format=api",
            "sitting": {
                "id": 501,
                "date": "2021-04-13",
                "number": 485,
                "branch": "C"
            },
            "number": 24,
            "title": "Emendamento 2.32 VARCHI MARIA CAROLINA (FDI) - Votazione Emendamento 2.32 DDL n. 2989",
            "original_title": "Votazione Emendamento 2.32 DDL n. 2989",
            "description_title": "Emendamento 2.32 VARCHI MARIA CAROLINA (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.13,
            "minority_cohesion_rate": 75.0
        },
        {
            "id": 6970,
            "slug": "vs18_485_023",
            "identifier": "vs18_485_023",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_485_023/?format=api",
            "sitting": {
                "id": 501,
                "date": "2021-04-13",
                "number": 485,
                "branch": "C"
            },
            "number": 23,
            "title": "Emendamento 2.27 VARCHI MARIA CAROLINA (FDI) - Votazione Emendamento 2.27 DDL n. 2989",
            "original_title": "Votazione Emendamento 2.27 DDL n. 2989",
            "description_title": "Emendamento 2.27 VARCHI MARIA CAROLINA (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": 65.11,
            "minority_cohesion_rate": 75.0
        },
        {
            "id": 6961,
            "slug": "vs18_485_022",
            "identifier": "vs18_485_022",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_485_022/?format=api",
            "sitting": {
                "id": 501,
                "date": "2021-04-13",
                "number": 485,
                "branch": "C"
            },
            "number": 22,
            "title": "Emendamento 2.23 VARCHI MARIA CAROLINA (FDI) - Votazione Emendamento 2.23 DDL n. 2989",
            "original_title": "Votazione Emendamento 2.23 DDL n. 2989",
            "description_title": "Emendamento 2.23 VARCHI MARIA CAROLINA (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": 63.94,
            "minority_cohesion_rate": 75.0
        },
        {
            "id": 6878,
            "slug": "vs18_485_021",
            "identifier": "vs18_485_021",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_485_021/?format=api",
            "sitting": {
                "id": 501,
                "date": "2021-04-13",
                "number": 485,
                "branch": "C"
            },
            "number": 21,
            "title": "Emendamento 2.22 VARCHI MARIA CAROLINA (FDI) - Votazione Emendamento 2.22 DDL n. 2989",
            "original_title": "Votazione Emendamento 2.22 DDL n. 2989",
            "description_title": "Emendamento 2.22 VARCHI MARIA CAROLINA (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": 171,
            "majority_cohesion_rate": 65.3,
            "minority_cohesion_rate": 75.0
        },
        {
            "id": 6866,
            "slug": "vs18_485_020",
            "identifier": "vs18_485_020",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_485_020/?format=api",
            "sitting": {
                "id": 501,
                "date": "2021-04-13",
                "number": 485,
                "branch": "C"
            },
            "number": 20,
            "title": "Emendamento 2.20 VARCHI MARIA CAROLINA (FDI) - Votazione Emendamento 2.20 DDL n. 2989",
            "original_title": "Votazione Emendamento 2.20 DDL n. 2989",
            "description_title": "Emendamento 2.20 VARCHI MARIA CAROLINA (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": 162,
            "majority_cohesion_rate": 64.91,
            "minority_cohesion_rate": 72.22
        },
        {
            "id": 7139,
            "slug": "vs18_485_019",
            "identifier": "vs18_485_019",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_485_019/?format=api",
            "sitting": {
                "id": 501,
                "date": "2021-04-13",
                "number": 485,
                "branch": "C"
            },
            "number": 19,
            "title": "Emendamento 2.3 COLLETTI ANDREA (MISTO) - Votazione Emendamento 2.3 DDL n. 2989",
            "original_title": "Votazione Emendamento 2.3 DDL n. 2989",
            "description_title": "Emendamento 2.3 COLLETTI ANDREA (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": 2,
            "n_margin": 187,
            "majority_cohesion_rate": 65.3,
            "minority_cohesion_rate": 69.44
        },
        {
            "id": 7142,
            "slug": "vs18_485_018",
            "identifier": "vs18_485_018",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_485_018/?format=api",
            "sitting": {
                "id": 501,
                "date": "2021-04-13",
                "number": 485,
                "branch": "C"
            },
            "number": 18,
            "title": "Emendamento 2.26 VARCHI MARIA CAROLINA (FDI) - Votazione Emendamento 2.26 DDL n. 2989",
            "original_title": "Votazione Emendamento 2.26 DDL n. 2989",
            "description_title": "Emendamento 2.26 VARCHI MARIA CAROLINA (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": 64.91,
            "minority_cohesion_rate": 75.0
        },
        {
            "id": 6931,
            "slug": "vs18_485_017",
            "identifier": "vs18_485_017",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_485_017/?format=api",
            "sitting": {
                "id": 501,
                "date": "2021-04-13",
                "number": 485,
                "branch": "C"
            },
            "number": 17,
            "title": "Emendamento 2.25 VARCHI MARIA CAROLINA (FDI) - Votazione Emendamento 2.25 DDL n. 2989",
            "original_title": "Votazione Emendamento 2.25 DDL n. 2989",
            "description_title": "Emendamento 2.25 VARCHI MARIA CAROLINA (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": 168,
            "majority_cohesion_rate": 64.33,
            "minority_cohesion_rate": 75.0
        },
        {
            "id": 6927,
            "slug": "vs18_485_016",
            "identifier": "vs18_485_016",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_485_016/?format=api",
            "sitting": {
                "id": 501,
                "date": "2021-04-13",
                "number": 485,
                "branch": "C"
            },
            "number": 16,
            "title": "Emendamento 2.101 TRANO RAFFAELE (MISTO) - Votazione Emendamento 2.101 DDL n. 2989",
            "original_title": "Votazione Emendamento 2.101 DDL n. 2989",
            "description_title": "Emendamento 2.101 TRANO RAFFAELE (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": 2,
            "n_margin": 179,
            "majority_cohesion_rate": 64.72,
            "minority_cohesion_rate": 66.67
        },
        {
            "id": 6949,
            "slug": "vs18_485_015",
            "identifier": "vs18_485_015",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_485_015/?format=api",
            "sitting": {
                "id": 501,
                "date": "2021-04-13",
                "number": 485,
                "branch": "C"
            },
            "number": 15,
            "title": "Emendamento 2.31 VARCHI MARIA CAROLINA (FDI) - Votazione Emendamento 2.31 DDL n. 2989",
            "original_title": "Votazione Emendamento 2.31 DDL n. 2989",
            "description_title": "Emendamento 2.31 VARCHI MARIA CAROLINA (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": 168,
            "majority_cohesion_rate": 64.52,
            "minority_cohesion_rate": 75.0
        }
    ]
}