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

{
    "count": 14218,
    "codelists": {
        "years": [
            {
                "id": "2022",
                "value": "2022"
            }
        ],
        "branch": [
            {
                "id": "C",
                "value": "Camera"
            },
            {
                "id": "S",
                "value": "Senato"
            }
        ],
        "governments": [
            {
                "id": 51696,
                "slug": "i-governo-conte-httpdaticameraitocdgovernordfg142-2018-05-31",
                "start_date": "2018-05-31",
                "value": "Conte I"
            },
            {
                "id": 98417,
                "slug": "ii-governo-conte-none-2018-09-05",
                "start_date": "2019-09-04",
                "value": "Conte II"
            },
            {
                "id": 134931,
                "slug": "i-governo-draghi-httpdaticameraitocdgovernordfg182-2021-02-12",
                "start_date": "2021-02-12",
                "value": "Draghi I"
            },
            {
                "id": 135225,
                "slug": "i-governo-meloni-2022-10-22",
                "start_date": "2022-10-22",
                "value": "Meloni I"
            }
        ],
        "governments_filter": [
            {
                "id": 51696,
                "slug": "i-governo-conte-httpdaticameraitocdgovernordfg142-2018-05-31",
                "start_date": "2018-05-31",
                "value": "Conte I"
            },
            {
                "id": 98417,
                "slug": "ii-governo-conte-none-2018-09-05",
                "start_date": "2019-09-04",
                "value": "Conte II"
            },
            {
                "id": 134931,
                "slug": "i-governo-draghi-httpdaticameraitocdgovernordfg182-2021-02-12",
                "start_date": "2021-02-12",
                "value": "Draghi I"
            },
            {
                "id": 135225,
                "slug": "i-governo-meloni-2022-10-22",
                "start_date": "2022-10-22",
                "value": "Meloni I"
            }
        ],
        "main_vote_type": [
            {
                "id": "is_key_vote",
                "value": "Voto chiave"
            },
            {
                "id": "is_final",
                "value": "Voto finale"
            },
            {
                "id": "is_confidence",
                "value": "Voto di fiducia"
            },
            {
                "id": "all",
                "value": "Tutti"
            }
        ],
        "sub_vote_type": [
            {
                "id": "ALL",
                "value": "Atto intero"
            },
            {
                "id": "ART",
                "value": "Articolo"
            },
            {
                "id": "AMEND",
                "value": "Emendamenti"
            },
            {
                "id": "ODG",
                "value": "ODG"
            },
            {
                "id": "PREJ",
                "value": "Questione pregiudiziale"
            },
            {
                "id": "EM_DECL",
                "value": "Dichiarazione d'urgenza"
            },
            {
                "id": "SUSP",
                "value": "Questione sospensiva"
            },
            {
                "id": "VAR_N",
                "value": "Nota di variazione"
            },
            {
                "id": "DONT_P",
                "value": "Non passaggio agli articoli"
            },
            {
                "id": "CLOS_DEB",
                "value": "Chiusura della discussione"
            },
            {
                "id": "RES",
                "value": "Risoluzione"
            },
            {
                "id": "DIM",
                "value": "Dimissioni"
            },
            {
                "id": "ELE",
                "value": "Elezioni"
            },
            {
                "id": "COORD",
                "value": "Proposta coordinamento"
            },
            {
                "id": "MOZ",
                "value": "Mozione"
            },
            {
                "id": "CPROP",
                "value": "Proposta giunta"
            }
        ],
        "vm_cohesion_rates": {
            "80_100": "dall'80 al 100%",
            "60_80": "dal 60 all'80%",
            "_60": "Meno del 60%"
        },
        "orderings": [
            {
                "id": "date",
                "value": "Data"
            },
            {
                "id": "majority_cohesion_rate",
                "value": "Compattezza maggioranza"
            },
            {
                "id": "n_rebels",
                "value": "Ribelli"
            },
            {
                "id": "identifier",
                "value": "Identificativo"
            },
            {
                "id": "n_margin",
                "value": "Margine"
            }
        ],
        "outcome": [
            {
                "id": "Respinto",
                "value": "Respinta"
            },
            {
                "id": "Approvato",
                "value": "Approvata"
            }
        ]
    },
    "next": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/?format=api&ordering=majority_cohesion_rate&page=67",
    "previous": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/?format=api&ordering=majority_cohesion_rate&page=65",
    "results": [
        {
            "id": 4964,
            "slug": "vs18_377_047",
            "identifier": "vs18_377_047",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_377_047/?format=api",
            "sitting": {
                "id": 393,
                "date": "2020-07-22",
                "number": 377,
                "branch": "C"
            },
            "number": 47,
            "title": "Articolo 13 - Votazione Articolo 13 PDL n. 0875",
            "original_title": "Votazione Articolo 13 PDL n. 0875",
            "description_title": "Articolo 13",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 9,
            "n_margin": 157,
            "majority_cohesion_rate": 73.19,
            "minority_cohesion_rate": 52.16
        },
        {
            "id": 4841,
            "slug": "vs18_362_012",
            "identifier": "vs18_362_012",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_362_012/?format=api",
            "sitting": {
                "id": 378,
                "date": "2020-06-25",
                "number": 362,
                "branch": "C"
            },
            "number": 12,
            "title": "Ordine del giorno n. 9/2547/34 LEGNAIOLI DONATELLA (LEGA) - Votazione Ordine del giorno 9/2547/34 DDL n. 2547",
            "original_title": "Votazione Ordine del giorno 9/2547/34 DDL n. 2547",
            "description_title": "Ordine del giorno n. 9/2547/34 LEGNAIOLI DONATELLA (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": 29,
            "majority_cohesion_rate": 73.19,
            "minority_cohesion_rate": 75.29
        },
        {
            "id": 5464,
            "slug": "vs18_377_035",
            "identifier": "vs18_377_035",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_377_035/?format=api",
            "sitting": {
                "id": 393,
                "date": "2020-07-22",
                "number": 377,
                "branch": "C"
            },
            "number": 35,
            "title": "Emendamento 9.500, da votare ai sensi dell'articolo 86, comma 4-bis, del Regolamento - Votazione Emendamento 9.500, PDL n. 0875",
            "original_title": "Votazione Emendamento 9.500, PDL n. 0875",
            "description_title": "Emendamento 9.500, 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": 4,
            "n_margin": 210,
            "majority_cohesion_rate": 73.19,
            "minority_cohesion_rate": 63.92
        },
        {
            "id": 6033,
            "slug": "vs18_377_052",
            "identifier": "vs18_377_052",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_377_052/?format=api",
            "sitting": {
                "id": 393,
                "date": "2020-07-22",
                "number": 377,
                "branch": "C"
            },
            "number": 52,
            "title": "Articolo aggiuntivo 14.0212 DEIDDA SALVATORE (FDI) - Votazione Emendamento 14.0212 PDL n. 0875",
            "original_title": "Votazione Emendamento 14.0212 PDL n. 0875",
            "description_title": "Articolo aggiuntivo 14.0212 DEIDDA SALVATORE (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": 18,
            "n_margin": 60,
            "majority_cohesion_rate": 73.19,
            "minority_cohesion_rate": 53.33
        },
        {
            "id": 6448,
            "slug": "vs18_377_058",
            "identifier": "vs18_377_058",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_377_058/?format=api",
            "sitting": {
                "id": 393,
                "date": "2020-07-22",
                "number": 377,
                "branch": "C"
            },
            "number": 58,
            "title": "Emendamento 16.500, da votare ai sensi dell'articolo 86, comma 4-bis, del Regolamento - Votazione Emendamento 16.500, PDL n. 0875",
            "original_title": "Votazione Emendamento 16.500, PDL n. 0875",
            "description_title": "Emendamento 16.500, 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": 225,
            "majority_cohesion_rate": 73.19,
            "minority_cohesion_rate": 75.29
        },
        {
            "id": 5142,
            "slug": "vs18_371_001",
            "identifier": "vs18_371_001",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_371_001/?format=api",
            "sitting": {
                "id": 387,
                "date": "2020-07-14",
                "number": 371,
                "branch": "C"
            },
            "number": 1,
            "title": "Conversione in legge, con modificazioni, del decreto-legge 16 maggio 2020, n. 33, recante ulteriori misure urgenti per fronteggiare l'emergenza epidemiologica da COVID-19 (Approvato dal Senato) (DDL 2554) - Votazione finale DDL n. 2554",
            "original_title": "Votazione finale DDL n. 2554",
            "description_title": "Conversione in legge, con modificazioni, del decreto-legge 16 maggio 2020, n. 33, recante ulteriori misure urgenti per fronteggiare l'emergenza epidemiologica da COVID-19 (Approvato dal Senato) (DDL 2554)",
            "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": 0,
            "n_margin": 28,
            "majority_cohesion_rate": 73.19,
            "minority_cohesion_rate": 74.51
        },
        {
            "id": 6604,
            "slug": "vs18_295_046",
            "identifier": "vs18_295_046",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_295_046/?format=api",
            "sitting": {
                "id": 311,
                "date": "2020-01-29",
                "number": 295,
                "branch": "C"
            },
            "number": 46,
            "title": "Articolo aggiuntivo 8.01 SPENA MARIA (FI) - Votazione Emendamento 8.01 PDL n. 1524",
            "original_title": "Votazione Emendamento 8.01 PDL n. 1524",
            "description_title": "Articolo aggiuntivo 8.01 SPENA MARIA (FI)",
            "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": 38,
            "majority_cohesion_rate": 73.21,
            "minority_cohesion_rate": 70.43
        },
        {
            "id": 5824,
            "slug": "vs18_313_006",
            "identifier": "vs18_313_006",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_313_006/?format=api",
            "sitting": {
                "id": 329,
                "date": "2020-02-27",
                "number": 313,
                "branch": "C"
            },
            "number": 6,
            "title": "Ordine del giorno n. 9/2394/28 CIABURRO MONICA (FDI) - Votazione Ordine del giorno 9/2394/28 DDL n. 2394",
            "original_title": "Votazione Ordine del giorno 9/2394/28 DDL n. 2394",
            "description_title": "Ordine del giorno n. 9/2394/28 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": 34,
            "majority_cohesion_rate": 73.21,
            "minority_cohesion_rate": 73.15
        },
        {
            "id": 6617,
            "slug": "vs18_295_038",
            "identifier": "vs18_295_038",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_295_038/?format=api",
            "sitting": {
                "id": 311,
                "date": "2020-01-29",
                "number": 295,
                "branch": "C"
            },
            "number": 38,
            "title": "Emendamento 6.200 della Commissione - Votazione Emendamento 6.200 PDL n. 1524",
            "original_title": "Votazione Emendamento 6.200 PDL n. 1524",
            "description_title": "Emendamento 6.200 della Commissione",
            "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": 133,
            "majority_cohesion_rate": 73.21,
            "minority_cohesion_rate": 68.48
        },
        {
            "id": 5810,
            "slug": "vs18_313_047",
            "identifier": "vs18_313_047",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_313_047/?format=api",
            "sitting": {
                "id": 329,
                "date": "2020-02-27",
                "number": 313,
                "branch": "C"
            },
            "number": 47,
            "title": "Ordine del giorno n. 9/2394/114 TOCCALINI LUCA (LEGA) - Votazione Ordine del giorno 9/2394/114 DDL n. 2394",
            "original_title": "Votazione Ordine del giorno 9/2394/114 DDL n. 2394",
            "description_title": "Ordine del giorno n. 9/2394/114 TOCCALINI LUCA (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": 31,
            "majority_cohesion_rate": 73.21,
            "minority_cohesion_rate": 72.76
        },
        {
            "id": 5475,
            "slug": "vs18_295_010",
            "identifier": "vs18_295_010",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_295_010/?format=api",
            "sitting": {
                "id": 311,
                "date": "2020-01-29",
                "number": 295,
                "branch": "C"
            },
            "number": 10,
            "title": "Emendamento 3.13 SPENA MARIA (FI) - Votazione Emendamento 3.13 PDL n. 1524",
            "original_title": "Votazione Emendamento 3.13 PDL n. 1524",
            "description_title": "Emendamento 3.13 SPENA MARIA (FI)",
            "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": 36,
            "majority_cohesion_rate": 73.21,
            "minority_cohesion_rate": 72.76
        },
        {
            "id": 5480,
            "slug": "vs18_295_011",
            "identifier": "vs18_295_011",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_295_011/?format=api",
            "sitting": {
                "id": 311,
                "date": "2020-01-29",
                "number": 295,
                "branch": "C"
            },
            "number": 11,
            "title": "Emendamento 3.109, come riformulato, SPENA MARIA (FI) - Votazione Emendamento 3.109, PDL n. 1524",
            "original_title": "Votazione Emendamento 3.109, PDL n. 1524",
            "description_title": "Emendamento 3.109, come riformulato, SPENA MARIA (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": 180,
            "majority_cohesion_rate": 73.21,
            "minority_cohesion_rate": 37.35
        },
        {
            "id": 6086,
            "slug": "vs18_295_009",
            "identifier": "vs18_295_009",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_295_009/?format=api",
            "sitting": {
                "id": 311,
                "date": "2020-01-29",
                "number": 295,
                "branch": "C"
            },
            "number": 9,
            "title": "Identici emendamenti 3.193 DORI DEVIS (M5S) e 3.107, come riformulato, SPENA MARIA (FI) - Votazione Emendamento 3.193 PDL n. 1524",
            "original_title": "Votazione Emendamento 3.193 PDL n. 1524",
            "description_title": "Identici emendamenti 3.193 DORI DEVIS (M5S) e 3.107, come riformulato, SPENA MARIA (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": 0,
            "n_margin": 179,
            "majority_cohesion_rate": 73.21,
            "minority_cohesion_rate": 37.35
        },
        {
            "id": 6058,
            "slug": "vs18_295_005",
            "identifier": "vs18_295_005",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_295_005/?format=api",
            "sitting": {
                "id": 311,
                "date": "2020-01-29",
                "number": 295,
                "branch": "C"
            },
            "number": 5,
            "title": "Emendamento 3.102 BISA INGRID (LEGA) - Votazione Emendamento 3.102 PDL n. 1524",
            "original_title": "Votazione Emendamento 3.102 PDL n. 1524",
            "description_title": "Emendamento 3.102 BISA INGRID (LEGA)",
            "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": 37,
            "majority_cohesion_rate": 73.21,
            "minority_cohesion_rate": 71.6
        },
        {
            "id": 6720,
            "slug": "vs18_313_099",
            "identifier": "vs18_313_099",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_313_099/?format=api",
            "sitting": {
                "id": 329,
                "date": "2020-02-27",
                "number": 313,
                "branch": "C"
            },
            "number": 99,
            "title": "Ordine del giorno n. 9/2394/211 SIBILIA COSIMO (FI) - Votazione Ordine del giorno 9/2394/211 DDL n. 2394",
            "original_title": "Votazione Ordine del giorno 9/2394/211 DDL n. 2394",
            "description_title": "Ordine del giorno n. 9/2394/211 SIBILIA COSIMO (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": 1,
            "n_margin": 35,
            "majority_cohesion_rate": 73.21,
            "minority_cohesion_rate": 66.93
        },
        {
            "id": 5802,
            "slug": "vs18_313_048",
            "identifier": "vs18_313_048",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_313_048/?format=api",
            "sitting": {
                "id": 329,
                "date": "2020-02-27",
                "number": 313,
                "branch": "C"
            },
            "number": 48,
            "title": "Ordine del giorno n. 9/2394/118 PAROLO UGO (LEGA) - Votazione Ordine del giorno 9/2394/118 DDL n. 2394",
            "original_title": "Votazione Ordine del giorno 9/2394/118 DDL n. 2394",
            "description_title": "Ordine del giorno n. 9/2394/118 PAROLO UGO (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": 32,
            "majority_cohesion_rate": 73.21,
            "minority_cohesion_rate": 71.98
        },
        {
            "id": 6635,
            "slug": "vs18_295_039",
            "identifier": "vs18_295_039",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_295_039/?format=api",
            "sitting": {
                "id": 311,
                "date": "2020-01-29",
                "number": 295,
                "branch": "C"
            },
            "number": 39,
            "title": "Emendamento 8.7 VARCHI MARIA CAROLINA (FDI) - Votazione Emendamento 8.7 PDL n. 1524",
            "original_title": "Votazione Emendamento 8.7 PDL n. 1524",
            "description_title": "Emendamento 8.7 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": 39,
            "majority_cohesion_rate": 73.21,
            "minority_cohesion_rate": 71.6
        },
        {
            "id": 6620,
            "slug": "vs18_295_047",
            "identifier": "vs18_295_047",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_295_047/?format=api",
            "sitting": {
                "id": 311,
                "date": "2020-01-29",
                "number": 295,
                "branch": "C"
            },
            "number": 47,
            "title": "Articolo aggiuntivo 8.0104 BELLUCCI MARIA TERESA (FDI) - Votazione Emendamento 8.0104 PDL n. 1524",
            "original_title": "Votazione Emendamento 8.0104 PDL n. 1524",
            "description_title": "Articolo aggiuntivo 8.0104 BELLUCCI MARIA TERESA (FDI)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 36,
            "majority_cohesion_rate": 73.21,
            "minority_cohesion_rate": 70.82
        },
        {
            "id": 6713,
            "slug": "vs18_313_094",
            "identifier": "vs18_313_094",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_313_094/?format=api",
            "sitting": {
                "id": 329,
                "date": "2020-02-27",
                "number": 313,
                "branch": "C"
            },
            "number": 94,
            "title": "Ordine del giorno n. 9/2394/206 CAPPELLACCI UGO (FI) - Votazione Ordine del giorno 9/2394/206 DDL n. 2394",
            "original_title": "Votazione Ordine del giorno 9/2394/206 DDL n. 2394",
            "description_title": "Ordine del giorno n. 9/2394/206 CAPPELLACCI UGO (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": 35,
            "majority_cohesion_rate": 73.21,
            "minority_cohesion_rate": 68.09
        },
        {
            "id": 4372,
            "slug": "vs18_225_024",
            "identifier": "vs18_225_024",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_225_024/?format=api",
            "sitting": {
                "id": 241,
                "date": "2019-09-18",
                "number": 225,
                "branch": "C"
            },
            "number": 24,
            "title": "Ratifica ed esecuzione dell'Accordo tra il Governo della Repubblica italiana e l'Assemblea parlamentare dell'Unione per il Mediterraneo sui locali del Segretariato permanente situati in Italia, con Allegati, fatto a Bruxelles il 6 febbraio 2019 e a Roma il 9 febbraio 2019 (DDL 1771)\n     - Votazione finale DDL n.1771",
            "original_title": "Votazione finale DDL n.1771",
            "description_title": "Ratifica ed esecuzione dell'Accordo tra il Governo della Repubblica italiana e l'Assemblea parlamentare dell'Unione per il Mediterraneo sui locali del Segretariato permanente situati in Italia, con Allegati, fatto a Bruxelles il 6 febbraio 2019 e a Roma il 9 febbraio 2019 (DDL 1771)\n    ",
            "public_title": null,
            "is_key_vote": false,
            "is_final": true,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Atto intero",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 221,
            "majority_cohesion_rate": 73.24,
            "minority_cohesion_rate": 71.21
        },
        {
            "id": 4891,
            "slug": "vs18_406_013",
            "identifier": "vs18_406_013",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_406_013/?format=api",
            "sitting": {
                "id": 422,
                "date": "2020-10-12",
                "number": 406,
                "branch": "C"
            },
            "number": 13,
            "title": "Ordine del giorno n. 9/2700/153 BIGNAMI GALEAZZO (FDI) - Votazione Ordine del giorno 9/2700/153 DDL n. 2700",
            "original_title": "Votazione Ordine del giorno 9/2700/153 DDL n. 2700",
            "description_title": "Ordine del giorno n. 9/2700/153 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": 24,
            "majority_cohesion_rate": 73.25,
            "minority_cohesion_rate": 77.17
        },
        {
            "id": 6276,
            "slug": "vs18_404_002",
            "identifier": "vs18_404_002",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_404_002/?format=api",
            "sitting": {
                "id": 420,
                "date": "2020-10-07",
                "number": 404,
                "branch": "C"
            },
            "number": 2,
            "title": "Risoluzione n. 6-00130, limitatamente alla parte dispositiva, MOLINARI RICCARDO (LEGA), GELMINI MARIASTELLA (FI), LOLLOBRIGIDA FRANCESCO (FDI) e LUPI MAURIZIO (MISTO) - Votazione Risoluzione 6_00130",
            "original_title": "Votazione Risoluzione 6_00130",
            "description_title": "Risoluzione n. 6-00130, limitatamente alla parte dispositiva, MOLINARI RICCARDO (LEGA), GELMINI MARIASTELLA (FI), LOLLOBRIGIDA FRANCESCO (FDI) 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": "Respinta",
            "n_rebels": 1,
            "n_margin": 28,
            "majority_cohesion_rate": 73.25,
            "minority_cohesion_rate": 74.02
        },
        {
            "id": 4875,
            "slug": "vs18_406_016",
            "identifier": "vs18_406_016",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_406_016/?format=api",
            "sitting": {
                "id": 422,
                "date": "2020-10-12",
                "number": 406,
                "branch": "C"
            },
            "number": 16,
            "title": "Ordine del giorno n. 9/2700/160 CARETTA MARIA CRISTINA (FDI) - Votazione Ordine del giorno 9/2700/160 DDL n. 2700",
            "original_title": "Votazione Ordine del giorno 9/2700/160 DDL n. 2700",
            "description_title": "Ordine del giorno n. 9/2700/160 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": 2,
            "n_margin": 22,
            "majority_cohesion_rate": 73.25,
            "minority_cohesion_rate": 77.17
        },
        {
            "id": 2827,
            "slug": "vs18_267_006",
            "identifier": "vs18_267_006",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_267_006/?format=api",
            "sitting": {
                "id": 283,
                "date": "2019-11-27",
                "number": 267,
                "branch": "C"
            },
            "number": 6,
            "title": "Emendamento 7.16 D'ERAMO LUIGI (LEGA)\n     - Votazione Emendamento DDL n.2211",
            "original_title": "Votazione Emendamento DDL n.2211",
            "description_title": "Emendamento 7.16 D'ERAMO LUIGI (LEGA)\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": 28,
            "majority_cohesion_rate": 73.26,
            "minority_cohesion_rate": 79.07
        },
        {
            "id": 3230,
            "slug": "vs18_250_005",
            "identifier": "vs18_250_005",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_250_005/?format=api",
            "sitting": {
                "id": 266,
                "date": "2019-10-31",
                "number": 250,
                "branch": "C"
            },
            "number": 5,
            "title": "Ordine del giorno n. 9/2203/12, limitatamente alla parte dispositiva, come riformulato, SILVESTRONI MARCO (FDI)\n     - Votazione Ordine del giorno 9/2203/12, DDL n.2203",
            "original_title": "Votazione Ordine del giorno 9/2203/12, DDL n.2203",
            "description_title": "Ordine del giorno n. 9/2203/12, limitatamente alla parte dispositiva, come riformulato, SILVESTRONI MARCO (FDI)\n    ",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 220,
            "majority_cohesion_rate": 73.26,
            "minority_cohesion_rate": 69.38
        },
        {
            "id": 4295,
            "slug": "vs18_266_061",
            "identifier": "vs18_266_061",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_266_061/?format=api",
            "sitting": {
                "id": 282,
                "date": "2019-11-26",
                "number": 266,
                "branch": "C"
            },
            "number": 61,
            "title": "Emendamento 4-bis.501 PATASSINI TULLIO (LEGA)\n     - Votazione Emendamento DDL n.2211",
            "original_title": "Votazione Emendamento DDL n.2211",
            "description_title": "Emendamento 4-bis.501 PATASSINI TULLIO (LEGA)\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": 30,
            "majority_cohesion_rate": 73.26,
            "minority_cohesion_rate": 75.58
        },
        {
            "id": 2843,
            "slug": "vs18_267_009",
            "identifier": "vs18_267_009",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_267_009/?format=api",
            "sitting": {
                "id": 283,
                "date": "2019-11-27",
                "number": 267,
                "branch": "C"
            },
            "number": 9,
            "title": "Articolo aggiuntivo 7.0550 PATASSINI TULLIO (LEGA)\n     - Votazione Emendamento DDL n.2211",
            "original_title": "Votazione Emendamento DDL n.2211",
            "description_title": "Articolo aggiuntivo 7.0550 PATASSINI TULLIO (LEGA)\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": 73.26,
            "minority_cohesion_rate": 79.46
        },
        {
            "id": 2852,
            "slug": "vs18_267_033",
            "identifier": "vs18_267_033",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_267_033/?format=api",
            "sitting": {
                "id": 283,
                "date": "2019-11-27",
                "number": 267,
                "branch": "C"
            },
            "number": 33,
            "title": "Emendamento 9.550 PATASSINI TULLIO (LEGA)\n     - Votazione Emendamento DDL n.2211",
            "original_title": "Votazione Emendamento DDL n.2211",
            "description_title": "Emendamento 9.550 PATASSINI TULLIO (LEGA)\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": 32,
            "majority_cohesion_rate": 73.26,
            "minority_cohesion_rate": 76.36
        },
        {
            "id": 4416,
            "slug": "vs18_267_034",
            "identifier": "vs18_267_034",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_267_034/?format=api",
            "sitting": {
                "id": 283,
                "date": "2019-11-27",
                "number": 267,
                "branch": "C"
            },
            "number": 34,
            "title": "Articolo aggiuntivo 9.010 TRANCASSINI PAOLO (FDI)\n     - Votazione Emendamento DDL n.2211",
            "original_title": "Votazione Emendamento DDL n.2211",
            "description_title": "Articolo aggiuntivo 9.010 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": 32,
            "majority_cohesion_rate": 73.26,
            "minority_cohesion_rate": 75.97
        },
        {
            "id": 4288,
            "slug": "vs18_266_052",
            "identifier": "vs18_266_052",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_266_052/?format=api",
            "sitting": {
                "id": 282,
                "date": "2019-11-26",
                "number": 266,
                "branch": "C"
            },
            "number": 52,
            "title": "Identici articoli aggiuntivi 3-ter.0501 BURATTI UMBERTO (PD) e 3-ter.0600 LORENZONI GABRIELE (M5S)\n     - Votazione Emendamento DDL n.2211",
            "original_title": "Votazione Emendamento DDL n.2211",
            "description_title": "Identici articoli aggiuntivi 3-ter.0501 BURATTI UMBERTO (PD) e 3-ter.0600 LORENZONI GABRIELE (M5S)\n    ",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 228,
            "majority_cohesion_rate": 73.26,
            "minority_cohesion_rate": 73.64
        },
        {
            "id": 4298,
            "slug": "vs18_266_059",
            "identifier": "vs18_266_059",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_266_059/?format=api",
            "sitting": {
                "id": 282,
                "date": "2019-11-26",
                "number": 266,
                "branch": "C"
            },
            "number": 59,
            "title": "Articolo aggiuntivo 3-sexies.063 TRANCASSINI PAOLO (FDI)\n     - Votazione Emendamento DDL n.2211",
            "original_title": "Votazione Emendamento DDL n.2211",
            "description_title": "Articolo aggiuntivo 3-sexies.063 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": 29,
            "majority_cohesion_rate": 73.26,
            "minority_cohesion_rate": 76.36
        },
        {
            "id": 2841,
            "slug": "vs18_267_005",
            "identifier": "vs18_267_005",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_267_005/?format=api",
            "sitting": {
                "id": 283,
                "date": "2019-11-27",
                "number": 267,
                "branch": "C"
            },
            "number": 5,
            "title": "Emendamento 7.15 MAZZETTI ERICA (FI)\n     - Votazione Emendamento DDL n.2211",
            "original_title": "Votazione Emendamento DDL n.2211",
            "description_title": "Emendamento 7.15 MAZZETTI ERICA (FI)\n    ",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 27,
            "majority_cohesion_rate": 73.26,
            "minority_cohesion_rate": 79.84
        },
        {
            "id": 4290,
            "slug": "vs18_266_051",
            "identifier": "vs18_266_051",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_266_051/?format=api",
            "sitting": {
                "id": 282,
                "date": "2019-11-26",
                "number": 266,
                "branch": "C"
            },
            "number": 51,
            "title": "Articolo aggiuntivo 3.056 SPENA MARIA (FI)\n     - Votazione Emendamento DDL n.2211",
            "original_title": "Votazione Emendamento DDL n.2211",
            "description_title": "Articolo aggiuntivo 3.056 SPENA MARIA (FI)\n    ",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 35,
            "majority_cohesion_rate": 73.26,
            "minority_cohesion_rate": 72.48
        },
        {
            "id": 2952,
            "slug": "vs18_253_005",
            "identifier": "vs18_253_005",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_253_005/?format=api",
            "sitting": {
                "id": 269,
                "date": "2019-11-06",
                "number": 253,
                "branch": "C"
            },
            "number": 5,
            "title": "Ratifica ed esecuzione dello Scambio di lettere tra Repubblica italiana e ICCROM aggiuntivo all'Accordo di Parigi del 27 aprile 1957 e allo Scambio di note del 7 gennaio 1963 sull'istituzione e lo status giuridico del Centro internazionale di studi per la conservazione ed il restauro dei beni culturali, fatto a Roma il 17 marzo 2017 (Approvata dal Senato) (PDL 2118)\n     - Votazione finale PDL n.2118",
            "original_title": "Votazione finale PDL n.2118",
            "description_title": "Ratifica ed esecuzione dello Scambio di lettere tra Repubblica italiana e ICCROM aggiuntivo all'Accordo di Parigi del 27 aprile 1957 e allo Scambio di note del 7 gennaio 1963 sull'istituzione e lo status giuridico del Centro internazionale di studi per la conservazione ed il restauro dei beni culturali, fatto a Roma il 17 marzo 2017 (Approvata dal Senato) (PDL 2118)\n    ",
            "public_title": null,
            "is_key_vote": false,
            "is_final": true,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Atto intero",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 236,
            "majority_cohesion_rate": 73.26,
            "minority_cohesion_rate": 79.07
        },
        {
            "id": 2971,
            "slug": "vs18_253_006",
            "identifier": "vs18_253_006",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_253_006/?format=api",
            "sitting": {
                "id": 269,
                "date": "2019-11-06",
                "number": 253,
                "branch": "C"
            },
            "number": 6,
            "title": "Articolo 1\n     - Votazione Articolo DDL n.1909",
            "original_title": "Votazione Articolo DDL n.1909",
            "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": 235,
            "majority_cohesion_rate": 73.26,
            "minority_cohesion_rate": 77.91
        },
        {
            "id": 4287,
            "slug": "vs18_266_054",
            "identifier": "vs18_266_054",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_266_054/?format=api",
            "sitting": {
                "id": 282,
                "date": "2019-11-26",
                "number": 266,
                "branch": "C"
            },
            "number": 54,
            "title": "Identici articoli aggiuntivi 3-quater.036 FOTI TOMMASO (FDI) e 3-quater.037 RUFFINO DANIELA (FI)\n     - Votazione Emendamento DDL n.2211",
            "original_title": "Votazione Emendamento DDL n.2211",
            "description_title": "Identici articoli aggiuntivi 3-quater.036 FOTI TOMMASO (FDI) e 3-quater.037 RUFFINO DANIELA (FI)\n    ",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 33,
            "majority_cohesion_rate": 73.26,
            "minority_cohesion_rate": 74.42
        },
        {
            "id": 414,
            "slug": "vs18_099_015",
            "identifier": "vs18_099_015",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_099_015/?format=api",
            "sitting": {
                "id": 115,
                "date": "2018-12-11",
                "number": 99,
                "branch": "C"
            },
            "number": 15,
            "title": "Mozione n. 1-00094 MOLINARI RICCARDO (LEGA), D'UVA FRANCESCO (M5S), GADDA MARIA CHIARA (PD), RUSSO PAOLO (FI) , DE CARLO LUCA (FDI), FORNARO FEDERICO (LEU) ed altri\n     - Votazione Mozione 1-00094",
            "original_title": "Votazione Mozione 1-00094",
            "description_title": "Mozione n. 1-00094 MOLINARI RICCARDO (LEGA), D'UVA FRANCESCO (M5S), GADDA MARIA CHIARA (PD), RUSSO PAOLO (FI) , DE CARLO LUCA (FDI), FORNARO FEDERICO (LEU) ed altri\n    ",
            "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": 229,
            "majority_cohesion_rate": 73.26,
            "minority_cohesion_rate": 75.19
        },
        {
            "id": 761,
            "slug": "vs18_099_064",
            "identifier": "vs18_099_064",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_099_064/?format=api",
            "sitting": {
                "id": 115,
                "date": "2018-12-11",
                "number": 99,
                "branch": "C"
            },
            "number": 64,
            "title": "Articolo 15\n     - Votazione Articolo PDL n.0290",
            "original_title": "Votazione Articolo PDL n.0290",
            "description_title": "Articolo 15\n    ",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 4,
            "n_margin": 188,
            "majority_cohesion_rate": 73.26,
            "minority_cohesion_rate": 43.51
        },
        {
            "id": 760,
            "slug": "vs18_099_076",
            "identifier": "vs18_099_076",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_099_076/?format=api",
            "sitting": {
                "id": 115,
                "date": "2018-12-11",
                "number": 99,
                "branch": "C"
            },
            "number": 76,
            "title": "Articolo 21\n     - Votazione Articolo PDL n.0290",
            "original_title": "Votazione Articolo PDL n.0290",
            "description_title": "Articolo 21\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": 73.26,
            "minority_cohesion_rate": 64.89
        },
        {
            "id": 340,
            "slug": "vs18_099_028",
            "identifier": "vs18_099_028",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_099_028/?format=api",
            "sitting": {
                "id": 115,
                "date": "2018-12-11",
                "number": 99,
                "branch": "C"
            },
            "number": 28,
            "title": "Emendamento 5.103 GADDA MARIA CHIARA (PD)\n     - Votazione Emendamento PDL n.0290",
            "original_title": "Votazione Emendamento PDL n.0290",
            "description_title": "Emendamento 5.103 GADDA MARIA CHIARA (PD)\n    ",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 132,
            "majority_cohesion_rate": 73.26,
            "minority_cohesion_rate": 40.84
        },
        {
            "id": 352,
            "slug": "vs18_099_056",
            "identifier": "vs18_099_056",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_099_056/?format=api",
            "sitting": {
                "id": 115,
                "date": "2018-12-11",
                "number": 99,
                "branch": "C"
            },
            "number": 56,
            "title": "Articolo 12\n     - Votazione Articolo PDL n.0290",
            "original_title": "Votazione Articolo PDL n.0290",
            "description_title": "Articolo 12\n    ",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 6,
            "n_margin": 185,
            "majority_cohesion_rate": 73.26,
            "minority_cohesion_rate": 42.75
        },
        {
            "id": 366,
            "slug": "vs18_099_055",
            "identifier": "vs18_099_055",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_099_055/?format=api",
            "sitting": {
                "id": 115,
                "date": "2018-12-11",
                "number": 99,
                "branch": "C"
            },
            "number": 55,
            "title": "Emendamento 12.22 NEVI RAFFAELE (FI)\n     - Votazione Emendamento PDL n.0290",
            "original_title": "Votazione Emendamento PDL n.0290",
            "description_title": "Emendamento 12.22 NEVI RAFFAELE (FI)\n    ",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 35,
            "majority_cohesion_rate": 73.26,
            "minority_cohesion_rate": 68.32
        },
        {
            "id": 1334,
            "slug": "vs18_099_003",
            "identifier": "vs18_099_003",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_099_003/?format=api",
            "sitting": {
                "id": 115,
                "date": "2018-12-11",
                "number": 99,
                "branch": "C"
            },
            "number": 3,
            "title": "Risoluzione n. 6-00036 FORNARO FEDERICO (LEU) ed altri\n     - Votazione Risoluzione 6-00036",
            "original_title": "Votazione Risoluzione 6-00036",
            "description_title": "Risoluzione n. 6-00036 FORNARO FEDERICO (LEU) ed altri\n    ",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Risoluzione",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 175,
            "majority_cohesion_rate": 73.26,
            "minority_cohesion_rate": 38.93
        },
        {
            "id": 762,
            "slug": "vs18_099_069",
            "identifier": "vs18_099_069",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_099_069/?format=api",
            "sitting": {
                "id": 115,
                "date": "2018-12-11",
                "number": 99,
                "branch": "C"
            },
            "number": 69,
            "title": "Emendamento 19.100, come riformulato, PARENTELA PAOLO (M5S)\n     - Votazione Emendamento PDL n.0290",
            "original_title": "Votazione Emendamento PDL n.0290",
            "description_title": "Emendamento 19.100, come riformulato, PARENTELA PAOLO (M5S)\n    ",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Approvata",
            "n_rebels": 6,
            "n_margin": 184,
            "majority_cohesion_rate": 73.26,
            "minority_cohesion_rate": 42.37
        },
        {
            "id": 5174,
            "slug": "vs18_348_025",
            "identifier": "vs18_348_025",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_348_025/?format=api",
            "sitting": {
                "id": 364,
                "date": "2020-05-27",
                "number": 348,
                "branch": "C"
            },
            "number": 25,
            "title": "Ordine del giorno n. 9/2461/164 BITONCI MASSIMO (LEGA) - Votazione Ordine del giorno 9/2461/164 DDL n. 2641",
            "original_title": "Votazione Ordine del giorno 9/2461/164 DDL n. 2641",
            "description_title": "Ordine del giorno n. 9/2461/164 BITONCI MASSIMO (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": 73.27,
            "minority_cohesion_rate": 75.69
        },
        {
            "id": 5184,
            "slug": "vs18_348_026",
            "identifier": "vs18_348_026",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_348_026/?format=api",
            "sitting": {
                "id": 364,
                "date": "2020-05-27",
                "number": 348,
                "branch": "C"
            },
            "number": 26,
            "title": "Ordine del giorno n. 9/2461/166 RIBOLLA ALBERTO (LEGA) - Votazione Ordine del giorno 9/2461/166 DDL n. 2641",
            "original_title": "Votazione Ordine del giorno 9/2461/166 DDL n. 2641",
            "description_title": "Ordine del giorno n. 9/2461/166 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": 23,
            "majority_cohesion_rate": 73.27,
            "minority_cohesion_rate": 76.86
        },
        {
            "id": 5084,
            "slug": "vs18_354_005",
            "identifier": "vs18_354_005",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_354_005/?format=api",
            "sitting": {
                "id": 370,
                "date": "2020-06-10",
                "number": 354,
                "branch": "C"
            },
            "number": 5,
            "title": "Emendamento 1.234 PRISCO EMANUELE (FDI) - Votazione Emendamento 1.234 DDL n. 2471",
            "original_title": "Votazione Emendamento 1.234 DDL n. 2471",
            "description_title": "Emendamento 1.234 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": 23,
            "majority_cohesion_rate": 73.27,
            "minority_cohesion_rate": 80.78
        },
        {
            "id": 6503,
            "slug": "vs18_348_030",
            "identifier": "vs18_348_030",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_348_030/?format=api",
            "sitting": {
                "id": 364,
                "date": "2020-05-27",
                "number": 348,
                "branch": "C"
            },
            "number": 30,
            "title": "Ordine del giorno n. 9/2461/174 ANDREUZZA GIORGIA (LEGA) - Votazione Ordine del giorno 9/2461/174 DDL n. 2641",
            "original_title": "Votazione Ordine del giorno 9/2461/174 DDL n. 2641",
            "description_title": "Ordine del giorno n. 9/2461/174 ANDREUZZA GIORGIA (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": 73.27,
            "minority_cohesion_rate": 76.08
        },
        {
            "id": 5693,
            "slug": "vs18_348_016",
            "identifier": "vs18_348_016",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_348_016/?format=api",
            "sitting": {
                "id": 364,
                "date": "2020-05-27",
                "number": 348,
                "branch": "C"
            },
            "number": 16,
            "title": "Ordine del giorno n. 9/2461/115 BISA INGRID (LEGA) - Votazione Ordine del giorno 9/2461/115 DDL n. 2641",
            "original_title": "Votazione Ordine del giorno 9/2461/115 DDL n. 2641",
            "description_title": "Ordine del giorno n. 9/2461/115 BISA INGRID (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": 73.27,
            "minority_cohesion_rate": 74.51
        },
        {
            "id": 6124,
            "slug": "vs18_353_006",
            "identifier": "vs18_353_006",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_353_006/?format=api",
            "sitting": {
                "id": 369,
                "date": "2020-06-09",
                "number": 353,
                "branch": "C"
            },
            "number": 6,
            "title": "Emendamento 1.219 PRISCO EMANUELE (FDI) - Votazione Emendamento 1.219 DDL n. 2471",
            "original_title": "Votazione Emendamento 1.219 DDL n. 2471",
            "description_title": "Emendamento 1.219 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": 24,
            "majority_cohesion_rate": 73.27,
            "minority_cohesion_rate": 80.39
        }
    ]
}