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

{
    "count": 14218,
    "codelists": {
        "years": [
            {
                "id": "2022",
                "value": "2022"
            },
            {
                "id": "2019",
                "value": "2019"
            }
        ],
        "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://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/?format=api&ordering=-majority_cohesion_rate&page=251",
    "previous": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/?format=api&ordering=-majority_cohesion_rate&page=249",
    "results": [
        {
            "id": 2958,
            "slug": "vs18_253_017",
            "identifier": "vs18_253_017",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_253_017/?format=api",
            "sitting": {
                "id": 269,
                "date": "2019-11-06",
                "number": 253,
                "branch": "C"
            },
            "number": 17,
            "title": "Articolo 1\n     - Votazione Articolo DDL n.1624",
            "original_title": "Votazione Articolo DDL n.1624",
            "description_title": "Articolo 1\n    ",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 228,
            "majority_cohesion_rate": 70.06,
            "minority_cohesion_rate": 78.68
        },
        {
            "id": 3255,
            "slug": "vs18_250_008",
            "identifier": "vs18_250_008",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_250_008/?format=api",
            "sitting": {
                "id": 266,
                "date": "2019-10-31",
                "number": 250,
                "branch": "C"
            },
            "number": 8,
            "title": "Ordine del giorno n. 9/2203/14 MONTARULI AUGUSTA (FDI)\n     - Votazione Ordine del giorno 9/2203/14 DDL n.2203",
            "original_title": "Votazione Ordine del giorno 9/2203/14 DDL n.2203",
            "description_title": "Ordine del giorno n. 9/2203/14 MONTARULI AUGUSTA (FDI)\n    ",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 43,
            "majority_cohesion_rate": 70.06,
            "minority_cohesion_rate": 62.4
        },
        {
            "id": 4415,
            "slug": "vs18_267_048",
            "identifier": "vs18_267_048",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_267_048/?format=api",
            "sitting": {
                "id": 283,
                "date": "2019-11-27",
                "number": 267,
                "branch": "C"
            },
            "number": 48,
            "title": "Articolo aggiuntivo 9.0123 TRANCASSINI PAOLO (FDI)\n     - Votazione Emendamento DDL n.2211",
            "original_title": "Votazione Emendamento DDL n.2211",
            "description_title": "Articolo aggiuntivo 9.0123 TRANCASSINI PAOLO (FDI)\n    ",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 27,
            "majority_cohesion_rate": 70.06,
            "minority_cohesion_rate": 75.58
        },
        {
            "id": 2848,
            "slug": "vs18_267_014",
            "identifier": "vs18_267_014",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_267_014/?format=api",
            "sitting": {
                "id": 283,
                "date": "2019-11-27",
                "number": 267,
                "branch": "C"
            },
            "number": 14,
            "title": "Emendamento 8.50 TRANCASSINI PAOLO (FDI)\n     - Votazione Emendamento DDL n.2211",
            "original_title": "Votazione Emendamento DDL n.2211",
            "description_title": "Emendamento 8.50 TRANCASSINI PAOLO (FDI)\n    ",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 22,
            "majority_cohesion_rate": 70.06,
            "minority_cohesion_rate": 79.07
        },
        {
            "id": 5599,
            "slug": "vs18_343_025",
            "identifier": "vs18_343_025",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_343_025/?format=api",
            "sitting": {
                "id": 359,
                "date": "2020-05-20",
                "number": 343,
                "branch": "C"
            },
            "number": 25,
            "title": "Articolo 10 - Votazione Articolo 10 DDL n. 2117",
            "original_title": "Votazione Articolo 10 DDL n. 2117",
            "description_title": "Articolo 10",
            "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": 228,
            "majority_cohesion_rate": 70.06,
            "minority_cohesion_rate": 80.86
        },
        {
            "id": 15723,
            "slug": "18-151-6",
            "identifier": "18-151-6",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/18-151-6/?format=api",
            "sitting": {
                "id": 907,
                "date": "2019-09-25",
                "number": 151,
                "branch": "S"
            },
            "number": 6,
            "title": "Disposizioni per la sostituzione di automezzi e attrezzature azionati da motori endotermici con automezzi e attrezzature ad alimentazione elettrica, ibrida o ad idrogeno negli aeroporti individuati dall'articolo 1, comma 3, del regolamento di cui al decreto del Presidente della Repubblica 17 settembre 2015, n. 201 - Articolo 4",
            "original_title": "Articolo 4",
            "description_title": "Disposizioni per la sostituzione di automezzi e attrezzature azionati da motori endotermici con automezzi e attrezzature ad alimentazione elettrica, ibrida o ad idrogeno negli aeroporti individuati dall'articolo 1, comma 3, del regolamento di cui al decreto del Presidente della Repubblica 17 settembre 2015, n. 201",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 3,
            "n_margin": 92,
            "majority_cohesion_rate": 70.06,
            "minority_cohesion_rate": 44.12
        },
        {
            "id": 8425,
            "slug": "vs18_474_006",
            "identifier": "vs18_474_006",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_474_006/?format=api",
            "sitting": {
                "id": 490,
                "date": "2021-03-24",
                "number": 474,
                "branch": "C"
            },
            "number": 6,
            "title": "Risoluzione n. 6-00175 CRIPPA DAVIDE (M5S), MOLINARI RICCARDO (LEGA), DELRIO GRAZIANO (PD), OCCHIUTO ROBERTO (FI), BOSCHI MARIA ELENA (IV), FORNARO FEDERICO (LEU), ROSSINI EMANUELA (MISTO) e LUPI MAURIZIO (MISTO) - Votazione Risoluzione 6_00175",
            "original_title": "Votazione Risoluzione 6_00175",
            "description_title": "Risoluzione n. 6-00175 CRIPPA DAVIDE (M5S), MOLINARI RICCARDO (LEGA), DELRIO GRAZIANO (PD), OCCHIUTO ROBERTO (FI), BOSCHI MARIA ELENA (IV), FORNARO FEDERICO (LEU), ROSSINI EMANUELA (MISTO) e LUPI MAURIZIO (MISTO)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Risoluzione",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 178,
            "majority_cohesion_rate": 70.04,
            "minority_cohesion_rate": 80.56
        },
        {
            "id": 7195,
            "slug": "vs18_500_013",
            "identifier": "vs18_500_013",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_500_013/?format=api",
            "sitting": {
                "id": 516,
                "date": "2021-05-04",
                "number": 500,
                "branch": "C"
            },
            "number": 13,
            "title": "Articolo aggiuntivo 1.0139 VARCHI MARIA CAROLINA (FDI) - Votazione Emendamento 1.0139 DDL n. 2972",
            "original_title": "Votazione Emendamento 1.0139 DDL n. 2972",
            "description_title": "Articolo aggiuntivo 1.0139 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": 178,
            "majority_cohesion_rate": 70.04,
            "minority_cohesion_rate": 75.0
        },
        {
            "id": 8364,
            "slug": "vs18_473_034",
            "identifier": "vs18_473_034",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_473_034/?format=api",
            "sitting": {
                "id": 489,
                "date": "2021-03-23",
                "number": 473,
                "branch": "C"
            },
            "number": 34,
            "title": "Articolo 2 - Votazione Articolo 2 DDL n. 1768",
            "original_title": "Votazione Articolo 2 DDL n. 1768",
            "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.04,
            "minority_cohesion_rate": 72.22
        },
        {
            "id": 8347,
            "slug": "vs18_473_012",
            "identifier": "vs18_473_012",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_473_012/?format=api",
            "sitting": {
                "id": 489,
                "date": "2021-03-23",
                "number": 473,
                "branch": "C"
            },
            "number": 12,
            "title": "Emendamento 3.100, da votare ai sensi dell'articolo 86, comma 4-bis, del Regolamento - Votazione Emendamento 3.100, DDL n. 2231",
            "original_title": "Votazione Emendamento 3.100, DDL n. 2231",
            "description_title": "Emendamento 3.100, da votare ai sensi dell'articolo 86, comma 4-bis, del Regolamento",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Approvata",
            "n_rebels": 2,
            "n_margin": 192,
            "majority_cohesion_rate": 70.04,
            "minority_cohesion_rate": 72.22
        },
        {
            "id": 8377,
            "slug": "vs18_473_029",
            "identifier": "vs18_473_029",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_473_029/?format=api",
            "sitting": {
                "id": 489,
                "date": "2021-03-23",
                "number": 473,
                "branch": "C"
            },
            "number": 29,
            "title": "Articolo 2 - Votazione Articolo 2 DDL n. 2522",
            "original_title": "Votazione Articolo 2 DDL n. 2522",
            "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.04,
            "minority_cohesion_rate": 72.22
        },
        {
            "id": 7440,
            "slug": "vs18_501_034",
            "identifier": "vs18_501_034",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_501_034/?format=api",
            "sitting": {
                "id": 517,
                "date": "2021-05-05",
                "number": 501,
                "branch": "C"
            },
            "number": 34,
            "title": "Mozione n. 1-00465 (Nuova formulazione), limitatamente al capoverso terzo, lettera f), della parte dispositiva, TRANO RAFFAELE (MISTO) ed altri - Votazione Mozione 1_00465",
            "original_title": "Votazione Mozione 1_00465",
            "description_title": "Mozione n. 1-00465 (Nuova formulazione), limitatamente al capoverso terzo, lettera f), della parte dispositiva, TRANO RAFFAELE (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": 1,
            "n_margin": 182,
            "majority_cohesion_rate": 70.04,
            "minority_cohesion_rate": 88.89
        },
        {
            "id": 6934,
            "slug": "vs18_486_039",
            "identifier": "vs18_486_039",
            "url": "https://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": 8354,
            "slug": "vs18_473_037",
            "identifier": "vs18_473_037",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_473_037/?format=api",
            "sitting": {
                "id": 489,
                "date": "2021-03-23",
                "number": 473,
                "branch": "C"
            },
            "number": 37,
            "title": "Articolo 4 - Votazione Articolo 4 DDL n. 1768",
            "original_title": "Votazione Articolo 4 DDL n. 1768",
            "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": 215,
            "majority_cohesion_rate": 70.04,
            "minority_cohesion_rate": 72.22
        },
        {
            "id": 7140,
            "slug": "vs18_486_034",
            "identifier": "vs18_486_034",
            "url": "https://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": 6157,
            "slug": "vs18_422_054",
            "identifier": "vs18_422_054",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_422_054/?format=api",
            "sitting": {
                "id": 438,
                "date": "2020-11-04",
                "number": 422,
                "branch": "C"
            },
            "number": 54,
            "title": "Identici emendamenti 4.100 GOLINELLI GUGLIELMO (LEGA) e 4.101 NEVI RAFFAELE (FI) - Votazione Emendamento 4.100 PDL n. 1824",
            "original_title": "Votazione Emendamento 4.100 PDL n. 1824",
            "description_title": "Identici emendamenti 4.100 GOLINELLI GUGLIELMO (LEGA) e 4.101 NEVI RAFFAELE (FI)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 205,
            "majority_cohesion_rate": 70.03,
            "minority_cohesion_rate": 62.6
        },
        {
            "id": 4995,
            "slug": "vs18_422_085",
            "identifier": "vs18_422_085",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_422_085/?format=api",
            "sitting": {
                "id": 438,
                "date": "2020-11-04",
                "number": 422,
                "branch": "C"
            },
            "number": 85,
            "title": "Articolo 16 - Votazione Articolo 16 PDL n. 1824",
            "original_title": "Votazione Articolo 16 PDL n. 1824",
            "description_title": "Articolo 16",
            "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": 208,
            "majority_cohesion_rate": 70.03,
            "minority_cohesion_rate": 65.35
        },
        {
            "id": 5131,
            "slug": "vs18_422_079",
            "identifier": "vs18_422_079",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_422_079/?format=api",
            "sitting": {
                "id": 438,
                "date": "2020-11-04",
                "number": 422,
                "branch": "C"
            },
            "number": 79,
            "title": "Emendamento 14.300, da votare ai sensi dell'articolo 86, comma 4-bis, del Regolamento - Votazione Emendamento 14.300, PDL n. 1824",
            "original_title": "Votazione Emendamento 14.300, PDL n. 1824",
            "description_title": "Emendamento 14.300, da votare ai sensi dell'articolo 86, comma 4-bis, del Regolamento",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 205,
            "majority_cohesion_rate": 70.03,
            "minority_cohesion_rate": 63.39
        },
        {
            "id": 6415,
            "slug": "vs18_422_052",
            "identifier": "vs18_422_052",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_422_052/?format=api",
            "sitting": {
                "id": 438,
                "date": "2020-11-04",
                "number": 422,
                "branch": "C"
            },
            "number": 52,
            "title": "Articolo 3 - Votazione Articolo 3 PDL n. 1824",
            "original_title": "Votazione Articolo 3 PDL n. 1824",
            "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": 205,
            "majority_cohesion_rate": 70.03,
            "minority_cohesion_rate": 62.99
        },
        {
            "id": 5652,
            "slug": "vs18_422_066",
            "identifier": "vs18_422_066",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_422_066/?format=api",
            "sitting": {
                "id": 438,
                "date": "2020-11-04",
                "number": 422,
                "branch": "C"
            },
            "number": 66,
            "title": "Articolo 9 - Votazione Articolo 9 PDL n. 1824",
            "original_title": "Votazione Articolo 9 PDL n. 1824",
            "description_title": "Articolo 9",
            "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": 205,
            "majority_cohesion_rate": 70.03,
            "minority_cohesion_rate": 63.39
        },
        {
            "id": 5208,
            "slug": "vs18_315_031",
            "identifier": "vs18_315_031",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_315_031/?format=api",
            "sitting": {
                "id": 331,
                "date": "2020-03-04",
                "number": 315,
                "branch": "C"
            },
            "number": 31,
            "title": "Mozione n. 1-00334, limitatamente alla parte dispositiva, come riformulata, BOLDRINI LAURA (PD), ASCARI STEFANIA (M5S), BOSCHI MARIA ELENA (IV), MURONI ROSSELLA (LEU), GIANNONE VERONICA (MISTO) ed altri - Votazione Mozione 1_00334",
            "original_title": "Votazione Mozione 1_00334",
            "description_title": "Mozione n. 1-00334, limitatamente alla parte dispositiva, come riformulata, BOLDRINI LAURA (PD), ASCARI STEFANIA (M5S), BOSCHI MARIA ELENA (IV), MURONI ROSSELLA (LEU), GIANNONE VERONICA (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": 0,
            "n_margin": 206,
            "majority_cohesion_rate": 70.03,
            "minority_cohesion_rate": 61.48
        },
        {
            "id": 5450,
            "slug": "vs18_422_071",
            "identifier": "vs18_422_071",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_422_071/?format=api",
            "sitting": {
                "id": 438,
                "date": "2020-11-04",
                "number": 422,
                "branch": "C"
            },
            "number": 71,
            "title": "Articolo 11 - Votazione Articolo 11 PDL n. 1824",
            "original_title": "Votazione Articolo 11 PDL n. 1824",
            "description_title": "Articolo 11",
            "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": 206,
            "majority_cohesion_rate": 70.03,
            "minority_cohesion_rate": 65.35
        },
        {
            "id": 16238,
            "slug": "18-186-7",
            "identifier": "18-186-7",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/18-186-7/?format=api",
            "sitting": {
                "id": 942,
                "date": "2020-01-30",
                "number": 186,
                "branch": "S"
            },
            "number": 7,
            "title": "Ratifica ed esecuzione della Convenzione istitutiva dell'osservatorio Square Kilometre Array, con Allegati, fatta a Roma il 12 marzo 2019 - Articolo 2",
            "original_title": "Articolo 2",
            "description_title": "Ratifica ed esecuzione della Convenzione istitutiva dell'osservatorio Square Kilometre Array, con Allegati, fatta a Roma il 12 marzo 2019",
            "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": 97,
            "majority_cohesion_rate": 70.0,
            "minority_cohesion_rate": 55.8
        },
        {
            "id": 7090,
            "slug": "vs18_478_061",
            "identifier": "vs18_478_061",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_478_061/?format=api",
            "sitting": {
                "id": 494,
                "date": "2021-03-31",
                "number": 478,
                "branch": "C"
            },
            "number": 61,
            "title": "Ordine del giorno n. 9/2757/60 OSNATO MARCO (FDI) - Votazione Ordine del giorno 9/2757/60 DDL n. 2757",
            "original_title": "Votazione Ordine del giorno 9/2757/60 DDL n. 2757",
            "description_title": "Ordine del giorno n. 9/2757/60 OSNATO MARCO (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": 183,
            "majority_cohesion_rate": 69.98,
            "minority_cohesion_rate": 69.44
        },
        {
            "id": 6493,
            "slug": "vs18_340_006",
            "identifier": "vs18_340_006",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_340_006/?format=api",
            "sitting": {
                "id": 356,
                "date": "2020-05-14",
                "number": 340,
                "branch": "C"
            },
            "number": 6,
            "title": "Ordine del giorno n. 9/2447/97 MARCHETTI RICCARDO AUGUSTO (LEGA) - Votazione Ordine del giorno 9/2447/97 DDL n. 2447",
            "original_title": "Votazione Ordine del giorno 9/2447/97 DDL n. 2447",
            "description_title": "Ordine del giorno n. 9/2447/97 MARCHETTI RICCARDO AUGUSTO (LEGA)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 24,
            "majority_cohesion_rate": 69.97,
            "minority_cohesion_rate": 71.21
        },
        {
            "id": 5431,
            "slug": "vs18_355_011",
            "identifier": "vs18_355_011",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_355_011/?format=api",
            "sitting": {
                "id": 371,
                "date": "2020-06-11",
                "number": 355,
                "branch": "C"
            },
            "number": 11,
            "title": "Emendamento 1.245 PRISCO EMANUELE (FDI) - Votazione Emendamento 1.245 DDL n. 2471",
            "original_title": "Votazione Emendamento 1.245 DDL n. 2471",
            "description_title": "Emendamento 1.245 PRISCO EMANUELE (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": 27,
            "majority_cohesion_rate": 69.97,
            "minority_cohesion_rate": 72.55
        },
        {
            "id": 6130,
            "slug": "vs18_353_005",
            "identifier": "vs18_353_005",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_353_005/?format=api",
            "sitting": {
                "id": 369,
                "date": "2020-06-09",
                "number": 353,
                "branch": "C"
            },
            "number": 5,
            "title": "Emendamento 1.218 PRISCO EMANUELE (FDI) - Votazione Emendamento 1.218 DDL n. 2471",
            "original_title": "Votazione Emendamento 1.218 DDL n. 2471",
            "description_title": "Emendamento 1.218 PRISCO EMANUELE (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": 30,
            "majority_cohesion_rate": 69.97,
            "minority_cohesion_rate": 71.76
        },
        {
            "id": 3262,
            "slug": "vs18_269_111",
            "identifier": "vs18_269_111",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_269_111/?format=api",
            "sitting": {
                "id": 285,
                "date": "2019-12-02",
                "number": 269,
                "branch": "C"
            },
            "number": 111,
            "title": "Ordine del giorno n. 9/2222/18 LUCASELLI YLENJA (FDI)\n     - Votazione Ordine del giorno 9/2222/18 DDL n.2222",
            "original_title": "Votazione Ordine del giorno 9/2222/18 DDL n.2222",
            "description_title": "Ordine del giorno n. 9/2222/18 LUCASELLI YLENJA (FDI)\n    ",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 46,
            "majority_cohesion_rate": 69.97,
            "minority_cohesion_rate": 59.3
        },
        {
            "id": 4729,
            "slug": "vs18_352_004",
            "identifier": "vs18_352_004",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_352_004/?format=api",
            "sitting": {
                "id": 368,
                "date": "2020-06-08",
                "number": 352,
                "branch": "C"
            },
            "number": 4,
            "title": "Emendamento 1.650 SISTO FRANCESCO PAOLO (FI) - Votazione Emendamento 1.650 DDL n. 2471",
            "original_title": "Votazione Emendamento 1.650 DDL n. 2471",
            "description_title": "Emendamento 1.650 SISTO FRANCESCO PAOLO (FI)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Approvata",
            "n_rebels": 4,
            "n_margin": 126,
            "majority_cohesion_rate": 69.97,
            "minority_cohesion_rate": 29.02
        },
        {
            "id": 2810,
            "slug": "vs18_196_002",
            "identifier": "vs18_196_002",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_196_002/?format=api",
            "sitting": {
                "id": 212,
                "date": "2019-06-25",
                "number": 196,
                "branch": "C"
            },
            "number": 2,
            "title": "Articolo 1\n     - Votazione Articolo DDL n.1648",
            "original_title": "Votazione Articolo DDL n.1648",
            "description_title": "Articolo 1\n    ",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 216,
            "majority_cohesion_rate": 69.97,
            "minority_cohesion_rate": 68.7
        },
        {
            "id": 17223,
            "slug": "18-343-23",
            "identifier": "18-343-23",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/18-343-23/?format=api",
            "sitting": {
                "id": 1099,
                "date": "2021-07-07",
                "number": 343,
                "branch": "S"
            },
            "number": 23,
            "title": "Conversione in legge, con modificazioni, del decreto-legge 8 giugno 2021, n. 79, recante misure urgenti in materia di assegno temporaneo per figli minori - Votazione finale",
            "original_title": "Votazione finale",
            "description_title": "Conversione in legge, con modificazioni, del decreto-legge 8 giugno 2021, n. 79, recante misure urgenti in materia di assegno temporaneo per figli minori",
            "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": 105,
            "majority_cohesion_rate": 69.96,
            "minority_cohesion_rate": 78.95
        },
        {
            "id": 6223,
            "slug": "vs18_439_084",
            "identifier": "vs18_439_084",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_439_084/?format=api",
            "sitting": {
                "id": 455,
                "date": "2020-12-04",
                "number": 439,
                "branch": "C"
            },
            "number": 84,
            "title": "Ordine del giorno n. 9/2727/182 RIBOLLA ALBERTO (LEGA) - Votazione Ordine del giorno 9/2727/182 DDL n. 2727",
            "original_title": "Votazione Ordine del giorno 9/2727/182 DDL n. 2727",
            "description_title": "Ordine del giorno n. 9/2727/182 RIBOLLA ALBERTO (LEGA)",
            "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": 20,
            "majority_cohesion_rate": 69.94,
            "minority_cohesion_rate": 76.77
        },
        {
            "id": 5717,
            "slug": "vs18_439_096",
            "identifier": "vs18_439_096",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_439_096/?format=api",
            "sitting": {
                "id": 455,
                "date": "2020-12-04",
                "number": 439,
                "branch": "C"
            },
            "number": 96,
            "title": "Ordine del giorno n. 9/2727/193, sulle premesse, BARTOLOZZI GIUSI (FI) - Votazione Ordine del giorno 9/2727/193, DDL n. 2727",
            "original_title": "Votazione Ordine del giorno 9/2727/193, DDL n. 2727",
            "description_title": "Ordine del giorno n. 9/2727/193, sulle premesse, BARTOLOZZI GIUSI (FI)",
            "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": 24,
            "majority_cohesion_rate": 69.94,
            "minority_cohesion_rate": 73.23
        },
        {
            "id": 5682,
            "slug": "vs18_438_047",
            "identifier": "vs18_438_047",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_438_047/?format=api",
            "sitting": {
                "id": 454,
                "date": "2020-12-03",
                "number": 438,
                "branch": "C"
            },
            "number": 47,
            "title": "Ordine del giorno n. 9/2727/66 DURIGON CLAUDIO (LEGA) - Votazione Ordine del giorno 9/2727/66 DDL n. 2727",
            "original_title": "Votazione Ordine del giorno 9/2727/66 DDL n. 2727",
            "description_title": "Ordine del giorno n. 9/2727/66 DURIGON CLAUDIO (LEGA)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 19,
            "majority_cohesion_rate": 69.94,
            "minority_cohesion_rate": 77.95
        },
        {
            "id": 5892,
            "slug": "vs18_439_152",
            "identifier": "vs18_439_152",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_439_152/?format=api",
            "sitting": {
                "id": 455,
                "date": "2020-12-04",
                "number": 439,
                "branch": "C"
            },
            "number": 152,
            "title": "Ordine del giorno n. 9/2727/263 SAVINO SANDRA (FI) - Votazione Ordine del giorno 9/2727/263 DDL n. 2727",
            "original_title": "Votazione Ordine del giorno 9/2727/263 DDL n. 2727",
            "description_title": "Ordine del giorno n. 9/2727/263 SAVINO SANDRA (FI)",
            "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": 68,
            "majority_cohesion_rate": 69.94,
            "minority_cohesion_rate": 38.19
        },
        {
            "id": 5262,
            "slug": "vs18_313_077",
            "identifier": "vs18_313_077",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_313_077/?format=api",
            "sitting": {
                "id": 329,
                "date": "2020-02-27",
                "number": 313,
                "branch": "C"
            },
            "number": 77,
            "title": "Ordine del giorno n. 9/2394/173 ORSINI ANDREA (FI) - Votazione Ordine del giorno 9/2394/173 DDL n. 2394",
            "original_title": "Votazione Ordine del giorno 9/2394/173 DDL n. 2394",
            "description_title": "Ordine del giorno n. 9/2394/173 ORSINI ANDREA (FI)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 34,
            "majority_cohesion_rate": 69.94,
            "minority_cohesion_rate": 65.76
        },
        {
            "id": 6712,
            "slug": "vs18_313_087",
            "identifier": "vs18_313_087",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_313_087/?format=api",
            "sitting": {
                "id": 329,
                "date": "2020-02-27",
                "number": 313,
                "branch": "C"
            },
            "number": 87,
            "title": "Ordine del giorno n. 9/2394/199 MAZZETTI ERICA (FI) - Votazione Ordine del giorno 9/2394/199 DDL n. 2394",
            "original_title": "Votazione Ordine del giorno 9/2394/199 DDL n. 2394",
            "description_title": "Ordine del giorno n. 9/2394/199 MAZZETTI ERICA (FI)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 34,
            "majority_cohesion_rate": 69.94,
            "minority_cohesion_rate": 63.81
        },
        {
            "id": 6765,
            "slug": "vs18_313_112",
            "identifier": "vs18_313_112",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_313_112/?format=api",
            "sitting": {
                "id": 329,
                "date": "2020-02-27",
                "number": 313,
                "branch": "C"
            },
            "number": 112,
            "title": "Ordine del giorno n. 9/2394/224 FATUZZO CARLO (FI) - Votazione Ordine del giorno 9/2394/224 DDL n. 2394",
            "original_title": "Votazione Ordine del giorno 9/2394/224 DDL n. 2394",
            "description_title": "Ordine del giorno n. 9/2394/224 FATUZZO CARLO (FI)",
            "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": 38,
            "majority_cohesion_rate": 69.94,
            "minority_cohesion_rate": 62.26
        },
        {
            "id": 6190,
            "slug": "vs18_439_048",
            "identifier": "vs18_439_048",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_439_048/?format=api",
            "sitting": {
                "id": 455,
                "date": "2020-12-04",
                "number": 439,
                "branch": "C"
            },
            "number": 48,
            "title": "Ordine del giorno n. 9/2727/143 TATEO ANNA RITA (LEGA) - Votazione Ordine del giorno 9/2727/143 DDL n. 2727",
            "original_title": "Votazione Ordine del giorno 9/2727/143 DDL n. 2727",
            "description_title": "Ordine del giorno n. 9/2727/143 TATEO ANNA RITA (LEGA)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 21,
            "majority_cohesion_rate": 69.94,
            "minority_cohesion_rate": 74.8
        },
        {
            "id": 6060,
            "slug": "vs18_441_034",
            "identifier": "vs18_441_034",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_441_034/?format=api",
            "sitting": {
                "id": 457,
                "date": "2020-12-10",
                "number": 441,
                "branch": "C"
            },
            "number": 34,
            "title": "Emendamento 2.50 FERRO WANDA (FDI) - Votazione Emendamento 2.50 DDL n. 2772",
            "original_title": "Votazione Emendamento 2.50 DDL n. 2772",
            "description_title": "Emendamento 2.50 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": 22,
            "majority_cohesion_rate": 69.94,
            "minority_cohesion_rate": 75.59
        },
        {
            "id": 6718,
            "slug": "vs18_313_084",
            "identifier": "vs18_313_084",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_313_084/?format=api",
            "sitting": {
                "id": 329,
                "date": "2020-02-27",
                "number": 313,
                "branch": "C"
            },
            "number": 84,
            "title": "Ordine del giorno n. 9/2394/196 GELMINI MARIASTELLA (FI) - Votazione Ordine del giorno 9/2394/196 DDL n. 2394",
            "original_title": "Votazione Ordine del giorno 9/2394/196 DDL n. 2394",
            "description_title": "Ordine del giorno n. 9/2394/196 GELMINI MARIASTELLA (FI)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 33,
            "majority_cohesion_rate": 69.94,
            "minority_cohesion_rate": 64.59
        },
        {
            "id": 4795,
            "slug": "vs18_439_020",
            "identifier": "vs18_439_020",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_439_020/?format=api",
            "sitting": {
                "id": 455,
                "date": "2020-12-04",
                "number": 439,
                "branch": "C"
            },
            "number": 20,
            "title": "Ordine del giorno n. 9/2727/112 PICCOLO TIZIANA (LEGA) - Votazione Ordine del giorno 9/2727/112 DDL n. 2727",
            "original_title": "Votazione Ordine del giorno 9/2727/112 DDL n. 2727",
            "description_title": "Ordine del giorno n. 9/2727/112 PICCOLO TIZIANA (LEGA)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 28,
            "majority_cohesion_rate": 69.94,
            "minority_cohesion_rate": 70.87
        },
        {
            "id": 5316,
            "slug": "vs18_439_165",
            "identifier": "vs18_439_165",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_439_165/?format=api",
            "sitting": {
                "id": 455,
                "date": "2020-12-04",
                "number": 439,
                "branch": "C"
            },
            "number": 165,
            "title": "Ordine del giorno n. 9/2727/280 FATUZZO CARLO (FI) - Votazione Ordine del giorno 9/2727/280 DDL n. 2727",
            "original_title": "Votazione Ordine del giorno 9/2727/280 DDL n. 2727",
            "description_title": "Ordine del giorno n. 9/2727/280 FATUZZO CARLO (FI)",
            "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": 76,
            "majority_cohesion_rate": 69.94,
            "minority_cohesion_rate": 33.07
        },
        {
            "id": 5323,
            "slug": "vs18_439_095",
            "identifier": "vs18_439_095",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_439_095/?format=api",
            "sitting": {
                "id": 455,
                "date": "2020-12-04",
                "number": 439,
                "branch": "C"
            },
            "number": 95,
            "title": "Ordine del giorno n. 9/2727/193, sulla parte dispositiva, BARTOLOZZI GIUSI (FI) - Votazione Ordine del giorno 9/2727/193, DDL n. 2727",
            "original_title": "Votazione Ordine del giorno 9/2727/193, DDL n. 2727",
            "description_title": "Ordine del giorno n. 9/2727/193, sulla parte dispositiva, BARTOLOZZI GIUSI (FI)",
            "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": 218,
            "majority_cohesion_rate": 69.94,
            "minority_cohesion_rate": 74.41
        },
        {
            "id": 6507,
            "slug": "vs18_439_078",
            "identifier": "vs18_439_078",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_439_078/?format=api",
            "sitting": {
                "id": 455,
                "date": "2020-12-04",
                "number": 439,
                "branch": "C"
            },
            "number": 78,
            "title": "Ordine del giorno n. 9/2727/174 BILLI SIMONE (LEGA) - Votazione Ordine del giorno 9/2727/174 DDL n. 2727",
            "original_title": "Votazione Ordine del giorno 9/2727/174 DDL n. 2727",
            "description_title": "Ordine del giorno n. 9/2727/174 BILLI SIMONE (LEGA)",
            "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": 23,
            "majority_cohesion_rate": 69.94,
            "minority_cohesion_rate": 74.8
        },
        {
            "id": 5295,
            "slug": "vs18_439_117",
            "identifier": "vs18_439_117",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_439_117/?format=api",
            "sitting": {
                "id": 455,
                "date": "2020-12-04",
                "number": 439,
                "branch": "C"
            },
            "number": 117,
            "title": "Ordine del giorno n. 9/2727/221 VITO ELIO (FI) - Votazione Ordine del giorno 9/2727/221 DDL n. 2727",
            "original_title": "Votazione Ordine del giorno 9/2727/221 DDL n. 2727",
            "description_title": "Ordine del giorno n. 9/2727/221 VITO ELIO (FI)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 34,
            "majority_cohesion_rate": 69.94,
            "minority_cohesion_rate": 62.6
        },
        {
            "id": 5771,
            "slug": "vs18_439_149",
            "identifier": "vs18_439_149",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_439_149/?format=api",
            "sitting": {
                "id": 455,
                "date": "2020-12-04",
                "number": 439,
                "branch": "C"
            },
            "number": 149,
            "title": "Ordine del giorno n. 9/2727/258 SISTO FRANCESCO PAOLO (FI) - Votazione Ordine del giorno 9/2727/258 DDL n. 2727",
            "original_title": "Votazione Ordine del giorno 9/2727/258 DDL n. 2727",
            "description_title": "Ordine del giorno n. 9/2727/258 SISTO FRANCESCO PAOLO (FI)",
            "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": 69,
            "majority_cohesion_rate": 69.94,
            "minority_cohesion_rate": 37.8
        },
        {
            "id": 6171,
            "slug": "vs18_439_154",
            "identifier": "vs18_439_154",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_439_154/?format=api",
            "sitting": {
                "id": 455,
                "date": "2020-12-04",
                "number": 439,
                "branch": "C"
            },
            "number": 154,
            "title": "Ordine del giorno n. 9/2727/268 BALDELLI SIMONE (FI) - Votazione Ordine del giorno 9/2727/268 DDL n. 2727",
            "original_title": "Votazione Ordine del giorno 9/2727/268 DDL n. 2727",
            "description_title": "Ordine del giorno n. 9/2727/268 BALDELLI SIMONE (FI)",
            "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": 74,
            "majority_cohesion_rate": 69.94,
            "minority_cohesion_rate": 33.86
        },
        {
            "id": 6737,
            "slug": "vs18_313_113",
            "identifier": "vs18_313_113",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_313_113/?format=api",
            "sitting": {
                "id": 329,
                "date": "2020-02-27",
                "number": 313,
                "branch": "C"
            },
            "number": 113,
            "title": "Ordine del giorno n. 9/2394/225 DELLA FRERA GUIDO (FI) - Votazione Ordine del giorno 9/2394/225 DDL n. 2394",
            "original_title": "Votazione Ordine del giorno 9/2394/225 DDL n. 2394",
            "description_title": "Ordine del giorno n. 9/2394/225 DELLA FRERA GUIDO (FI)",
            "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": 38,
            "majority_cohesion_rate": 69.94,
            "minority_cohesion_rate": 62.65
        },
        {
            "id": 6549,
            "slug": "vs18_439_146",
            "identifier": "vs18_439_146",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_439_146/?format=api",
            "sitting": {
                "id": 455,
                "date": "2020-12-04",
                "number": 439,
                "branch": "C"
            },
            "number": 146,
            "title": "Ordine del giorno n. 9/2727/255 CAON ROBERTO (FI) - Votazione Ordine del giorno 9/2727/255 DDL n. 2727",
            "original_title": "Votazione Ordine del giorno 9/2727/255 DDL n. 2727",
            "description_title": "Ordine del giorno n. 9/2727/255 CAON ROBERTO (FI)",
            "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": 71,
            "majority_cohesion_rate": 69.94,
            "minority_cohesion_rate": 37.8
        }
    ]
}