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

{
    "count": 14218,
    "codelists": {
        "years": [
            {
                "id": "2022",
                "value": "2022"
            }
        ],
        "branch": [
            {
                "id": "C",
                "value": "Camera"
            },
            {
                "id": "S",
                "value": "Senato"
            }
        ],
        "governments": [
            {
                "id": 51696,
                "slug": "i-governo-conte-httpdaticameraitocdgovernordfg142-2018-05-31",
                "start_date": "2018-05-31",
                "value": "Conte I"
            },
            {
                "id": 98417,
                "slug": "ii-governo-conte-none-2018-09-05",
                "start_date": "2019-09-04",
                "value": "Conte II"
            },
            {
                "id": 134931,
                "slug": "i-governo-draghi-httpdaticameraitocdgovernordfg182-2021-02-12",
                "start_date": "2021-02-12",
                "value": "Draghi I"
            },
            {
                "id": 135225,
                "slug": "i-governo-meloni-2022-10-22",
                "start_date": "2022-10-22",
                "value": "Meloni I"
            }
        ],
        "governments_filter": [
            {
                "id": 51696,
                "slug": "i-governo-conte-httpdaticameraitocdgovernordfg142-2018-05-31",
                "start_date": "2018-05-31",
                "value": "Conte I"
            },
            {
                "id": 98417,
                "slug": "ii-governo-conte-none-2018-09-05",
                "start_date": "2019-09-04",
                "value": "Conte II"
            },
            {
                "id": 134931,
                "slug": "i-governo-draghi-httpdaticameraitocdgovernordfg182-2021-02-12",
                "start_date": "2021-02-12",
                "value": "Draghi I"
            },
            {
                "id": 135225,
                "slug": "i-governo-meloni-2022-10-22",
                "start_date": "2022-10-22",
                "value": "Meloni I"
            }
        ],
        "main_vote_type": [
            {
                "id": "is_key_vote",
                "value": "Voto chiave"
            },
            {
                "id": "is_final",
                "value": "Voto finale"
            },
            {
                "id": "is_confidence",
                "value": "Voto di fiducia"
            },
            {
                "id": "all",
                "value": "Tutti"
            }
        ],
        "sub_vote_type": [
            {
                "id": "ALL",
                "value": "Atto intero"
            },
            {
                "id": "ART",
                "value": "Articolo"
            },
            {
                "id": "AMEND",
                "value": "Emendamenti"
            },
            {
                "id": "ODG",
                "value": "ODG"
            },
            {
                "id": "PREJ",
                "value": "Questione pregiudiziale"
            },
            {
                "id": "EM_DECL",
                "value": "Dichiarazione d'urgenza"
            },
            {
                "id": "SUSP",
                "value": "Questione sospensiva"
            },
            {
                "id": "VAR_N",
                "value": "Nota di variazione"
            },
            {
                "id": "DONT_P",
                "value": "Non passaggio agli articoli"
            },
            {
                "id": "CLOS_DEB",
                "value": "Chiusura della discussione"
            },
            {
                "id": "RES",
                "value": "Risoluzione"
            },
            {
                "id": "DIM",
                "value": "Dimissioni"
            },
            {
                "id": "ELE",
                "value": "Elezioni"
            },
            {
                "id": "COORD",
                "value": "Proposta coordinamento"
            },
            {
                "id": "MOZ",
                "value": "Mozione"
            },
            {
                "id": "CPROP",
                "value": "Proposta giunta"
            }
        ],
        "vm_cohesion_rates": {
            "80_100": "dall'80 al 100%",
            "60_80": "dal 60 all'80%",
            "_60": "Meno del 60%"
        },
        "orderings": [
            {
                "id": "date",
                "value": "Data"
            },
            {
                "id": "majority_cohesion_rate",
                "value": "Compattezza maggioranza"
            },
            {
                "id": "n_rebels",
                "value": "Ribelli"
            },
            {
                "id": "identifier",
                "value": "Identificativo"
            },
            {
                "id": "n_margin",
                "value": "Margine"
            }
        ],
        "outcome": [
            {
                "id": "Respinto",
                "value": "Respinta"
            },
            {
                "id": "Approvato",
                "value": "Approvata"
            }
        ]
    },
    "next": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/?format=api&ordering=-n_rebels&page=95",
    "previous": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/?format=api&ordering=-n_rebels&page=93",
    "results": [
        {
            "id": 4001,
            "slug": "vs18_154_042",
            "identifier": "vs18_154_042",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_154_042/?format=api",
            "sitting": {
                "id": 170,
                "date": "2019-04-02",
                "number": 154,
                "branch": "C"
            },
            "number": 42,
            "title": "Articolo 5\n     - Votazione Articolo DDL n.1455",
            "original_title": "Votazione Articolo DDL n.1455",
            "description_title": "Articolo 5\n    ",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 2,
            "n_margin": 194,
            "majority_cohesion_rate": 78.07,
            "minority_cohesion_rate": 43.73
        },
        {
            "id": 134,
            "slug": "vs18_055_027",
            "identifier": "vs18_055_027",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_055_027/?format=api",
            "sitting": {
                "id": 71,
                "date": "2018-10-03",
                "number": 55,
                "branch": "C"
            },
            "number": 27,
            "title": "Emendamento 1.311 BARTOLOZZI GIUSI (FI)\n     - Votazione Emendamento PDL n.0791",
            "original_title": "Votazione Emendamento PDL n.0791",
            "description_title": "Emendamento 1.311 BARTOLOZZI GIUSI (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": 2,
            "n_margin": 134,
            "majority_cohesion_rate": 77.97,
            "minority_cohesion_rate": 42.37
        },
        {
            "id": 4156,
            "slug": "vs18_190_072",
            "identifier": "vs18_190_072",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_190_072/?format=api",
            "sitting": {
                "id": 206,
                "date": "2019-06-13",
                "number": 190,
                "branch": "C"
            },
            "number": 72,
            "title": "Ordine del giorno n. 9/1898/144 BERLINGHIERI MARINA (PD)\n     - Votazione Ordine del giorno 9/1898/144 DDL n.1898",
            "original_title": "Votazione Ordine del giorno 9/1898/144 DDL n.1898",
            "description_title": "Ordine del giorno n. 9/1898/144 BERLINGHIERI MARINA (PD)\n    ",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 110,
            "majority_cohesion_rate": 72.3,
            "minority_cohesion_rate": 28.14
        },
        {
            "id": 1963,
            "slug": "vs18_089_078",
            "identifier": "vs18_089_078",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_089_078/?format=api",
            "sitting": {
                "id": 105,
                "date": "2018-11-22",
                "number": 89,
                "branch": "C"
            },
            "number": 78,
            "title": "Emendamento 11.11 SISTO FRANCESCO PAOLO (FI)\n     - Votazione Emendamento DDL n.1189",
            "original_title": "Votazione Emendamento DDL n.1189",
            "description_title": "Emendamento 11.11 SISTO FRANCESCO PAOLO (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": 2,
            "n_margin": 134,
            "majority_cohesion_rate": 81.16,
            "minority_cohesion_rate": 36.02
        },
        {
            "id": 1123,
            "slug": "vs18_061_017",
            "identifier": "vs18_061_017",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_061_017/?format=api",
            "sitting": {
                "id": 77,
                "date": "2018-10-11",
                "number": 61,
                "branch": "C"
            },
            "number": 17,
            "title": "Emendamento 3.100 FOTI TOMMASO (FDI)\n     - Votazione Emendamento PDL n.0543",
            "original_title": "Votazione Emendamento PDL n.0543",
            "description_title": "Emendamento 3.100 FOTI TOMMASO (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": 2,
            "n_margin": 231,
            "majority_cohesion_rate": 82.32,
            "minority_cohesion_rate": 72.03
        },
        {
            "id": 3039,
            "slug": "vs18_124_010",
            "identifier": "vs18_124_010",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_124_010/?format=api",
            "sitting": {
                "id": 140,
                "date": "2019-02-12",
                "number": 124,
                "branch": "C"
            },
            "number": 10,
            "title": "Emendamento 4.1 RIZZETTO WALTER (FDI)\n     - Votazione Emendamento DDL n.1486",
            "original_title": "Votazione Emendamento DDL n.1486",
            "description_title": "Emendamento 4.1 RIZZETTO WALTER (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": 2,
            "n_margin": 129,
            "majority_cohesion_rate": 73.1,
            "minority_cohesion_rate": 36.12
        },
        {
            "id": 3114,
            "slug": "vs18_160_040",
            "identifier": "vs18_160_040",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_160_040/?format=api",
            "sitting": {
                "id": 176,
                "date": "2019-04-10",
                "number": 160,
                "branch": "C"
            },
            "number": 40,
            "title": "Emendamento 3.58 LEPRI STEFANO (PD)\n     - Votazione Emendamento DDL n.1433",
            "original_title": "Votazione Emendamento DDL n.1433",
            "description_title": "Emendamento 3.58 LEPRI STEFANO (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": 2,
            "n_margin": 38,
            "majority_cohesion_rate": 76.9,
            "minority_cohesion_rate": 68.82
        },
        {
            "id": 1672,
            "slug": "vs18_044_071",
            "identifier": "vs18_044_071",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_044_071/?format=api",
            "sitting": {
                "id": 60,
                "date": "2018-09-13",
                "number": 44,
                "branch": "C"
            },
            "number": 71,
            "title": "Ordine del giorno n. 9/1117/90 MARATTIN LUIGI (PD)\n     - Votazione Ordine del giorno 9/1117/90 DDL n.1117",
            "original_title": "Votazione Ordine del giorno 9/1117/90 DDL n.1117",
            "description_title": "Ordine del giorno n. 9/1117/90 MARATTIN LUIGI (PD)\n    ",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 41,
            "majority_cohesion_rate": 82.32,
            "minority_cohesion_rate": 73.28
        },
        {
            "id": 4336,
            "slug": "vs18_136_042",
            "identifier": "vs18_136_042",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_136_042/?format=api",
            "sitting": {
                "id": 152,
                "date": "2019-03-05",
                "number": 136,
                "branch": "C"
            },
            "number": 42,
            "title": "Articolo 6\n     - Votazione Articolo PDL n.1309",
            "original_title": "Votazione Articolo PDL n.1309",
            "description_title": "Articolo 6\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": 2,
            "n_margin": 135,
            "majority_cohesion_rate": 76.02,
            "minority_cohesion_rate": 37.64
        },
        {
            "id": 1450,
            "slug": "vs18_106_059",
            "identifier": "vs18_106_059",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_106_059/?format=api",
            "sitting": {
                "id": 122,
                "date": "2018-12-30",
                "number": 106,
                "branch": "C"
            },
            "number": 59,
            "title": "Ordine del giorno n. 9/1334-B/160 GIACOMETTO CARLO (FI)\n     - Votazione Ordine del giorno 9/1334-B/160 DDL n.1334-B",
            "original_title": "Votazione Ordine del giorno 9/1334-B/160 DDL n.1334-B",
            "description_title": "Ordine del giorno n. 9/1334-B/160 GIACOMETTO CARLO (FI)\n    ",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 109,
            "majority_cohesion_rate": 87.79,
            "minority_cohesion_rate": 32.06
        },
        {
            "id": 1576,
            "slug": "vs18_073_073",
            "identifier": "vs18_073_073",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_073_073/?format=api",
            "sitting": {
                "id": 89,
                "date": "2018-10-29",
                "number": 73,
                "branch": "C"
            },
            "number": 73,
            "title": "Emendamento 12.304, nel testo riformulato, BRAGA CHIARA (PD)\n     - Votazione Emendamento DDL n.1209",
            "original_title": "Votazione Emendamento DDL n.1209",
            "description_title": "Emendamento 12.304, nel testo riformulato, BRAGA CHIARA (PD)\n    ",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Approvata",
            "n_rebels": 2,
            "n_margin": 218,
            "majority_cohesion_rate": 78.26,
            "minority_cohesion_rate": 62.07
        },
        {
            "id": 596,
            "slug": "vs18_092_021",
            "identifier": "vs18_092_021",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_092_021/?format=api",
            "sitting": {
                "id": 108,
                "date": "2018-11-28",
                "number": 92,
                "branch": "C"
            },
            "number": 21,
            "title": "Ordine del giorno n. 9/1346/52 BOSCHI MARIA ELENA (PD)\n     - Votazione Ordine del giorno 9/1346/52 DDL n.1346",
            "original_title": "Votazione Ordine del giorno 9/1346/52 DDL n.1346",
            "description_title": "Ordine del giorno n. 9/1346/52 BOSCHI MARIA ELENA (PD)\n    ",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 156,
            "majority_cohesion_rate": 82.32,
            "minority_cohesion_rate": 44.44
        },
        {
            "id": 3644,
            "slug": "vs18_133_021",
            "identifier": "vs18_133_021",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_133_021/?format=api",
            "sitting": {
                "id": 149,
                "date": "2019-02-26",
                "number": 133,
                "branch": "C"
            },
            "number": 21,
            "title": "Emendamento 3.50 FRAGOMELI GIAN MARIO (PD)\n     - Votazione Emendamento PDL n.1353",
            "original_title": "Votazione Emendamento PDL n.1353",
            "description_title": "Emendamento 3.50 FRAGOMELI GIAN MARIO (PD)\n    ",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 37,
            "majority_cohesion_rate": 75.73,
            "minority_cohesion_rate": 67.3
        },
        {
            "id": 2061,
            "slug": "vs18_082_044",
            "identifier": "vs18_082_044",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_082_044/?format=api",
            "sitting": {
                "id": 98,
                "date": "2018-11-13",
                "number": 82,
                "branch": "C"
            },
            "number": 44,
            "title": "Emendamento 15.5 OCCHIONERO GIUSEPPINA (LEU)\n     - Votazione Emendamento DDL n.1201",
            "original_title": "Votazione Emendamento DDL n.1201",
            "description_title": "Emendamento 15.5 OCCHIONERO GIUSEPPINA (LEU)\n    ",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 172,
            "majority_cohesion_rate": 77.1,
            "minority_cohesion_rate": 44.06
        },
        {
            "id": 157,
            "slug": "vs18_055_041",
            "identifier": "vs18_055_041",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_055_041/?format=api",
            "sitting": {
                "id": 71,
                "date": "2018-10-03",
                "number": 55,
                "branch": "C"
            },
            "number": 41,
            "title": "Emendamento 1.405 della Commissione\n     - Votazione Emendamento PDL n.0791",
            "original_title": "Votazione Emendamento PDL n.0791",
            "description_title": "Emendamento 1.405 della Commissione\n    ",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Approvata",
            "n_rebels": 2,
            "n_margin": 196,
            "majority_cohesion_rate": 76.81,
            "minority_cohesion_rate": 45.04
        },
        {
            "id": 1304,
            "slug": "vs18_097_006",
            "identifier": "vs18_097_006",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_097_006/?format=api",
            "sitting": {
                "id": 113,
                "date": "2018-12-08",
                "number": 97,
                "branch": "C"
            },
            "number": 6,
            "title": "Articolo 6\n     - Votazione Articolo DDL n.1334",
            "original_title": "Votazione Articolo DDL n.1334",
            "description_title": "Articolo 6\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": 2,
            "n_margin": 62,
            "majority_cohesion_rate": 80.81,
            "minority_cohesion_rate": 57.63
        },
        {
            "id": 1488,
            "slug": "vs18_106_060",
            "identifier": "vs18_106_060",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_106_060/?format=api",
            "sitting": {
                "id": 122,
                "date": "2018-12-30",
                "number": 106,
                "branch": "C"
            },
            "number": 60,
            "title": "Ordine del giorno n. 9/1334-B/161 MUSELLA GRAZIANO (FI)\n     - Votazione Ordine del giorno 9/1334-B/161 DDL n.1334-B",
            "original_title": "Votazione Ordine del giorno 9/1334-B/161 DDL n.1334-B",
            "description_title": "Ordine del giorno n. 9/1334-B/161 MUSELLA GRAZIANO (FI)\n    ",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 110,
            "majority_cohesion_rate": 88.37,
            "minority_cohesion_rate": 32.82
        },
        {
            "id": 3149,
            "slug": "vs18_160_015",
            "identifier": "vs18_160_015",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_160_015/?format=api",
            "sitting": {
                "id": 176,
                "date": "2019-04-10",
                "number": 160,
                "branch": "C"
            },
            "number": 15,
            "title": "Emendamento 3.23 POLVERINI RENATA (FI)\n     - Votazione Emendamento DDL n.1433",
            "original_title": "Votazione Emendamento DDL n.1433",
            "description_title": "Emendamento 3.23 POLVERINI RENATA (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": 2,
            "n_margin": 90,
            "majority_cohesion_rate": 75.44,
            "minority_cohesion_rate": 44.11
        },
        {
            "id": 2280,
            "slug": "vs18_175_038",
            "identifier": "vs18_175_038",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_175_038/?format=api",
            "sitting": {
                "id": 191,
                "date": "2019-05-14",
                "number": 175,
                "branch": "C"
            },
            "number": 38,
            "title": "Emendamento 17.201 DI MAIO MARCO (PD)\n     - Votazione Emendamento PDL n.1074",
            "original_title": "Votazione Emendamento PDL n.1074",
            "description_title": "Emendamento 17.201 DI MAIO MARCO (PD)\n    ",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 32,
            "majority_cohesion_rate": 75.37,
            "minority_cohesion_rate": 71.37
        },
        {
            "id": 2180,
            "slug": "vs18_155_014",
            "identifier": "vs18_155_014",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_155_014/?format=api",
            "sitting": {
                "id": 171,
                "date": "2019-04-03",
                "number": 155,
                "branch": "C"
            },
            "number": 14,
            "title": "Modifiche al codice penale, al codice di procedura penale e altre disposizioni in materia di tutela delle vittime di violenza domestica e di genere (DDL 1455-A e abbinate PDL 1003-1331-1403-1457-1534)\n     - Votazione finale DDL n.1455",
            "original_title": "Votazione finale DDL n.1455",
            "description_title": "Modifiche al codice penale, al codice di procedura penale e altre disposizioni in materia di tutela delle vittime di violenza domestica e di genere (DDL 1455-A e abbinate PDL 1003-1331-1403-1457-1534)\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": 2,
            "n_margin": 189,
            "majority_cohesion_rate": 82.46,
            "minority_cohesion_rate": 34.22
        },
        {
            "id": 3346,
            "slug": "vs18_197_015",
            "identifier": "vs18_197_015",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_197_015/?format=api",
            "sitting": {
                "id": 213,
                "date": "2019-06-26",
                "number": 197,
                "branch": "C"
            },
            "number": 15,
            "title": "Emendamento 1.13 MARIN MARCO (FI)\n     - Votazione Emendamento DDL n.1603-BIS",
            "original_title": "Votazione Emendamento DDL n.1603-BIS",
            "description_title": "Emendamento 1.13 MARIN MARCO (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": 2,
            "n_margin": 25,
            "majority_cohesion_rate": 76.38,
            "minority_cohesion_rate": 77.1
        },
        {
            "id": 147,
            "slug": "vs18_055_007",
            "identifier": "vs18_055_007",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_055_007/?format=api",
            "sitting": {
                "id": 71,
                "date": "2018-10-03",
                "number": 55,
                "branch": "C"
            },
            "number": 7,
            "title": "Emendamento 1.68 ZANETTIN PIERANTONIO (FI)\n     - Votazione Emendamento PDL n.0791",
            "original_title": "Votazione Emendamento PDL n.0791",
            "description_title": "Emendamento 1.68 ZANETTIN PIERANTONIO (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": 2,
            "n_margin": 132,
            "majority_cohesion_rate": 77.1,
            "minority_cohesion_rate": 43.51
        },
        {
            "id": 2026,
            "slug": "vs18_037_061",
            "identifier": "vs18_037_061",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_037_061/?format=api",
            "sitting": {
                "id": 53,
                "date": "2018-08-02",
                "number": 37,
                "branch": "C"
            },
            "number": 61,
            "title": "Emendamento 9.125 FREGOLENT SILVIA (PD)\n     - Votazione Emendamento DDL n.0924",
            "original_title": "Votazione Emendamento DDL n.0924",
            "description_title": "Emendamento 9.125 FREGOLENT SILVIA (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": 2,
            "n_margin": 41,
            "majority_cohesion_rate": 83.48,
            "minority_cohesion_rate": 75.57
        },
        {
            "id": 2034,
            "slug": "vs18_037_023",
            "identifier": "vs18_037_023",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_037_023/?format=api",
            "sitting": {
                "id": 53,
                "date": "2018-08-02",
                "number": 37,
                "branch": "C"
            },
            "number": 23,
            "title": "Emendamento 6.7 VISCOMI ANTONIO (PD)\n     - Votazione Emendamento DDL n.0924",
            "original_title": "Votazione Emendamento DDL n.0924",
            "description_title": "Emendamento 6.7 VISCOMI ANTONIO (PD)\n    ",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 133,
            "majority_cohesion_rate": 83.19,
            "minority_cohesion_rate": 40.08
        },
        {
            "id": 1472,
            "slug": "vs18_106_055",
            "identifier": "vs18_106_055",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_106_055/?format=api",
            "sitting": {
                "id": 122,
                "date": "2018-12-30",
                "number": 106,
                "branch": "C"
            },
            "number": 55,
            "title": "Ordine del giorno n. 9/1334-B/154 BARTOLOZZI GIUSI (FI)\n     - Votazione Ordine del giorno 9/1334-B/154 DDL n.1334-B",
            "original_title": "Votazione Ordine del giorno 9/1334-B/154 DDL n.1334-B",
            "description_title": "Ordine del giorno n. 9/1334-B/154 BARTOLOZZI GIUSI (FI)\n    ",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 66,
            "majority_cohesion_rate": 87.21,
            "minority_cohesion_rate": 62.6
        },
        {
            "id": 1857,
            "slug": "vs18_054_017",
            "identifier": "vs18_054_017",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_054_017/?format=api",
            "sitting": {
                "id": 70,
                "date": "2018-10-02",
                "number": 54,
                "branch": "C"
            },
            "number": 17,
            "title": "Emendamento 1.19 BARTOLOZZI GIUSI (FI)\n     - Votazione Emendamento PDL n.0791",
            "original_title": "Votazione Emendamento PDL n.0791",
            "description_title": "Emendamento 1.19 BARTOLOZZI GIUSI (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": 2,
            "n_margin": 131,
            "majority_cohesion_rate": 75.07,
            "minority_cohesion_rate": 41.22
        },
        {
            "id": 1158,
            "slug": "vs18_061_028",
            "identifier": "vs18_061_028",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_061_028/?format=api",
            "sitting": {
                "id": 77,
                "date": "2018-10-11",
                "number": 61,
                "branch": "C"
            },
            "number": 28,
            "title": "Emendamento 4.4 SANTELLI JOLE (FI)\n     - Votazione Emendamento PDL n.0543",
            "original_title": "Votazione Emendamento PDL n.0543",
            "description_title": "Emendamento 4.4 SANTELLI JOLE (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": 2,
            "n_margin": 153,
            "majority_cohesion_rate": 82.03,
            "minority_cohesion_rate": 38.31
        },
        {
            "id": 136,
            "slug": "vs18_055_047",
            "identifier": "vs18_055_047",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_055_047/?format=api",
            "sitting": {
                "id": 71,
                "date": "2018-10-03",
                "number": 55,
                "branch": "C"
            },
            "number": 47,
            "title": "Emendamento 1.308 GIULIANO CARLA (M5S)\n     - Votazione Emendamento PDL n.0791",
            "original_title": "Votazione Emendamento PDL n.0791",
            "description_title": "Emendamento 1.308 GIULIANO CARLA (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": 2,
            "n_margin": 133,
            "majority_cohesion_rate": 76.81,
            "minority_cohesion_rate": 40.84
        },
        {
            "id": 388,
            "slug": "vs18_051_009",
            "identifier": "vs18_051_009",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_051_009/?format=api",
            "sitting": {
                "id": 67,
                "date": "2018-09-27",
                "number": 51,
                "branch": "C"
            },
            "number": 9,
            "title": "Mozione n. 1-00048 SILVESTRI FRANCESCO (M5S), DE ANGELIS SARA (LEGA) ed altri\n     - Votazione Mozione 1-00048",
            "original_title": "Votazione Mozione 1-00048",
            "description_title": "Mozione n. 1-00048 SILVESTRI FRANCESCO (M5S), DE ANGELIS SARA (LEGA) 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": 2,
            "n_margin": 92,
            "majority_cohesion_rate": 80.0,
            "minority_cohesion_rate": 50.0
        },
        {
            "id": 3012,
            "slug": "vs18_124_039",
            "identifier": "vs18_124_039",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_124_039/?format=api",
            "sitting": {
                "id": 140,
                "date": "2019-02-12",
                "number": 124,
                "branch": "C"
            },
            "number": 39,
            "title": "Emendamento 19.2 RIZZETTO WALTER (FDI)\n     - Votazione Emendamento DDL n.1486",
            "original_title": "Votazione Emendamento DDL n.1486",
            "description_title": "Emendamento 19.2 RIZZETTO WALTER (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": 2,
            "n_margin": 132,
            "majority_cohesion_rate": 77.49,
            "minority_cohesion_rate": 35.36
        },
        {
            "id": 3174,
            "slug": "vs18_197_061",
            "identifier": "vs18_197_061",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_197_061/?format=api",
            "sitting": {
                "id": 213,
                "date": "2019-06-26",
                "number": 197,
                "branch": "C"
            },
            "number": 61,
            "title": "Emendamento 7.201 della Commissione\n     - Votazione Emendamento DDL n.1603-BIS",
            "original_title": "Votazione Emendamento DDL n.1603-BIS",
            "description_title": "Emendamento 7.201 della Commissione\n    ",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Approvata",
            "n_rebels": 2,
            "n_margin": 173,
            "majority_cohesion_rate": 75.22,
            "minority_cohesion_rate": 33.21
        },
        {
            "id": 3367,
            "slug": "vs18_197_026",
            "identifier": "vs18_197_026",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_197_026/?format=api",
            "sitting": {
                "id": 213,
                "date": "2019-06-26",
                "number": 197,
                "branch": "C"
            },
            "number": 26,
            "title": "Emendamento 1.27 MARIN MARCO (FI)\n     - Votazione Emendamento DDL n.1603-BIS",
            "original_title": "Votazione Emendamento DDL n.1603-BIS",
            "description_title": "Emendamento 1.27 MARIN MARCO (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": 2,
            "n_margin": 34,
            "majority_cohesion_rate": 75.51,
            "minority_cohesion_rate": 68.7
        },
        {
            "id": 2215,
            "slug": "vs18_165_012",
            "identifier": "vs18_165_012",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_165_012/?format=api",
            "sitting": {
                "id": 181,
                "date": "2019-04-17",
                "number": 165,
                "branch": "C"
            },
            "number": 12,
            "title": "Articolo premissivo 010.09 FERRO WANDA (FDI)\n     - Votazione Emendamento DDL n.1718",
            "original_title": "Votazione Emendamento DDL n.1718",
            "description_title": "Articolo premissivo 010.09 FERRO WANDA (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": 2,
            "n_margin": 69,
            "majority_cohesion_rate": 74.85,
            "minority_cohesion_rate": 43.35
        },
        {
            "id": 4345,
            "slug": "vs18_136_026",
            "identifier": "vs18_136_026",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_136_026/?format=api",
            "sitting": {
                "id": 152,
                "date": "2019-03-05",
                "number": 136,
                "branch": "C"
            },
            "number": 26,
            "title": "Emendamento 2.13 VARCHI MARIA CAROLINA (FDI)\n     - Votazione Emendamento PDL n.1309",
            "original_title": "Votazione Emendamento PDL n.1309",
            "description_title": "Emendamento 2.13 VARCHI MARIA CAROLINA (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": 2,
            "n_margin": 132,
            "majority_cohesion_rate": 76.9,
            "minority_cohesion_rate": 39.54
        },
        {
            "id": 1886,
            "slug": "vs18_074_045",
            "identifier": "vs18_074_045",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_074_045/?format=api",
            "sitting": {
                "id": 90,
                "date": "2018-10-30",
                "number": 74,
                "branch": "C"
            },
            "number": 45,
            "title": "Articolo aggiuntivo 37.022 PENTANGELO ANTONIO (FI)\n     - Votazione Emendamento DDL n.1209",
            "original_title": "Votazione Emendamento DDL n.1209",
            "description_title": "Articolo aggiuntivo 37.022 PENTANGELO ANTONIO (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": 2,
            "n_margin": 54,
            "majority_cohesion_rate": 78.55,
            "minority_cohesion_rate": 60.54
        },
        {
            "id": 2254,
            "slug": "vs18_165_007",
            "identifier": "vs18_165_007",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_165_007/?format=api",
            "sitting": {
                "id": 181,
                "date": "2019-04-17",
                "number": 165,
                "branch": "C"
            },
            "number": 7,
            "title": "Emendamento 9.100 CARDINALE DANIELA (PD)\n     - Votazione Emendamento DDL n.1718",
            "original_title": "Votazione Emendamento DDL n.1718",
            "description_title": "Emendamento 9.100 CARDINALE DANIELA (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": 2,
            "n_margin": 14,
            "majority_cohesion_rate": 71.64,
            "minority_cohesion_rate": 78.33
        },
        {
            "id": 1129,
            "slug": "vs18_061_039",
            "identifier": "vs18_061_039",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_061_039/?format=api",
            "sitting": {
                "id": 77,
                "date": "2018-10-11",
                "number": 61,
                "branch": "C"
            },
            "number": 39,
            "title": "Emendamento 7.102 FUSACCHIA ALESSANDRO (MISTO)\n     - Votazione Emendamento PDL n.0543",
            "original_title": "Votazione Emendamento PDL n.0543",
            "description_title": "Emendamento 7.102 FUSACCHIA ALESSANDRO (MISTO)\n    ",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 91,
            "majority_cohesion_rate": 82.32,
            "minority_cohesion_rate": 42.15
        },
        {
            "id": 3737,
            "slug": "vs18_160_055",
            "identifier": "vs18_160_055",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_160_055/?format=api",
            "sitting": {
                "id": 176,
                "date": "2019-04-10",
                "number": 160,
                "branch": "C"
            },
            "number": 55,
            "title": "Ordine del giorno n. 9/1433/22 POLVERINI RENATA (FI)\n     - Votazione Ordine del giorno 9/1433/22 DDL n.1433",
            "original_title": "Votazione Ordine del giorno 9/1433/22 DDL n.1433",
            "description_title": "Ordine del giorno n. 9/1433/22 POLVERINI RENATA (FI)\n    ",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 55,
            "majority_cohesion_rate": 72.81,
            "minority_cohesion_rate": 50.95
        },
        {
            "id": 702,
            "slug": "vs18_030_007",
            "identifier": "vs18_030_007",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_030_007/?format=api",
            "sitting": {
                "id": 46,
                "date": "2018-07-19",
                "number": 30,
                "branch": "C"
            },
            "number": 7,
            "title": "Emendamento 1.19 BALDELLI SIMONE (FI)\n     - Votazione Emendamento DDL n.0804",
            "original_title": "Votazione Emendamento DDL n.0804",
            "description_title": "Emendamento 1.19 BALDELLI SIMONE (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": 2,
            "n_margin": 23,
            "majority_cohesion_rate": 79.07,
            "minority_cohesion_rate": 82.44
        },
        {
            "id": 425,
            "slug": "vs18_037_087",
            "identifier": "vs18_037_087",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_037_087/?format=api",
            "sitting": {
                "id": 53,
                "date": "2018-08-02",
                "number": 37,
                "branch": "C"
            },
            "number": 87,
            "title": "Emendamento 7.300, nel testo riformulato, GIACOMONI SESTINO (FI)\n     - Votazione Emendamento DDL n.0924",
            "original_title": "Votazione Emendamento DDL n.0924",
            "description_title": "Emendamento 7.300, nel testo riformulato, GIACOMONI SESTINO (FI)\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": 2,
            "n_margin": 253,
            "majority_cohesion_rate": 87.54,
            "minority_cohesion_rate": 74.43
        },
        {
            "id": 1140,
            "slug": "vs18_061_006",
            "identifier": "vs18_061_006",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_061_006/?format=api",
            "sitting": {
                "id": 77,
                "date": "2018-10-11",
                "number": 61,
                "branch": "C"
            },
            "number": 6,
            "title": "Emendamento 1.3 SANTELLI JOLE (FI)\n     - Votazione Emendamento PDL n.0543",
            "original_title": "Votazione Emendamento PDL n.0543",
            "description_title": "Emendamento 1.3 SANTELLI JOLE (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": 2,
            "n_margin": 66,
            "majority_cohesion_rate": 78.84,
            "minority_cohesion_rate": 62.84
        },
        {
            "id": 2017,
            "slug": "vs18_037_064",
            "identifier": "vs18_037_064",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_037_064/?format=api",
            "sitting": {
                "id": 53,
                "date": "2018-08-02",
                "number": 37,
                "branch": "C"
            },
            "number": 64,
            "title": "Emendamento 9.135 FREGOLENT SILVIA (PD)\n     - Votazione Emendamento DDL n.0924",
            "original_title": "Votazione Emendamento DDL n.0924",
            "description_title": "Emendamento 9.135 FREGOLENT SILVIA (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": 2,
            "n_margin": 140,
            "majority_cohesion_rate": 85.51,
            "minority_cohesion_rate": 36.64
        },
        {
            "id": 2508,
            "slug": "vs18_121_039",
            "identifier": "vs18_121_039",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_121_039/?format=api",
            "sitting": {
                "id": 137,
                "date": "2019-02-06",
                "number": 121,
                "branch": "C"
            },
            "number": 39,
            "title": "Ordine del giorno n. 9/1550/81 FITZGERALD NISSOLI FUCSIA (FI)\n     - Votazione Ordine del giorno 9/1550/81 DDL n.1550",
            "original_title": "Votazione Ordine del giorno 9/1550/81 DDL n.1550",
            "description_title": "Ordine del giorno n. 9/1550/81 FITZGERALD NISSOLI FUCSIA (FI)\n    ",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 58,
            "majority_cohesion_rate": 76.9,
            "minority_cohesion_rate": 60.46
        },
        {
            "id": 302,
            "slug": "vs18_046_004",
            "identifier": "vs18_046_004",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_046_004/?format=api",
            "sitting": {
                "id": 62,
                "date": "2018-09-18",
                "number": 46,
                "branch": "C"
            },
            "number": 4,
            "title": "Articolo 4\n     - Votazione Articolo DDL n.0850",
            "original_title": "Votazione Articolo DDL n.0850",
            "description_title": "Articolo 4\n    ",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 2,
            "n_margin": 187,
            "majority_cohesion_rate": 78.55,
            "minority_cohesion_rate": 48.85
        },
        {
            "id": 4323,
            "slug": "vs18_136_035",
            "identifier": "vs18_136_035",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_136_035/?format=api",
            "sitting": {
                "id": 152,
                "date": "2019-03-05",
                "number": 136,
                "branch": "C"
            },
            "number": 35,
            "title": "Emendamento 5.3 CONTE FEDERICO (LEU)\n     - Votazione Emendamento PDL n.1309",
            "original_title": "Votazione Emendamento PDL n.1309",
            "description_title": "Emendamento 5.3 CONTE FEDERICO (LEU)\n    ",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 134,
            "majority_cohesion_rate": 76.61,
            "minority_cohesion_rate": 39.16
        },
        {
            "id": 803,
            "slug": "vs18_106_093",
            "identifier": "vs18_106_093",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_106_093/?format=api",
            "sitting": {
                "id": 122,
                "date": "2018-12-30",
                "number": 106,
                "branch": "C"
            },
            "number": 93,
            "title": "Ordine del giorno n. 9/1334-B/222 ZANGRILLO PAOLO (FI)\n     - Votazione Ordine del giorno 9/1334-B/222 DDL n.1334-B",
            "original_title": "Votazione Ordine del giorno 9/1334-B/222 DDL n.1334-B",
            "description_title": "Ordine del giorno n. 9/1334-B/222 ZANGRILLO PAOLO (FI)\n    ",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 78,
            "majority_cohesion_rate": 86.92,
            "minority_cohesion_rate": 53.44
        },
        {
            "id": 3661,
            "slug": "vs18_133_014",
            "identifier": "vs18_133_014",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_133_014/?format=api",
            "sitting": {
                "id": 149,
                "date": "2019-02-26",
                "number": 133,
                "branch": "C"
            },
            "number": 14,
            "title": "Articolo 2\n     - Votazione Articolo PDL n.1353",
            "original_title": "Votazione Articolo PDL n.1353",
            "description_title": "Articolo 2\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": 2,
            "n_margin": 136,
            "majority_cohesion_rate": 72.51,
            "minority_cohesion_rate": 61.6
        },
        {
            "id": 4350,
            "slug": "vs18_140_060",
            "identifier": "vs18_140_060",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_140_060/?format=api",
            "sitting": {
                "id": 156,
                "date": "2019-03-12",
                "number": 140,
                "branch": "C"
            },
            "number": 60,
            "title": "Articolo 3\n     - Votazione Articolo PDL n.1171",
            "original_title": "Votazione Articolo PDL n.1171",
            "description_title": "Articolo 3\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": 2,
            "n_margin": 171,
            "majority_cohesion_rate": 72.22,
            "minority_cohesion_rate": 35.36
        },
        {
            "id": 4026,
            "slug": "vs18_146_019",
            "identifier": "vs18_146_019",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_146_019/?format=api",
            "sitting": {
                "id": 162,
                "date": "2019-03-21",
                "number": 146,
                "branch": "C"
            },
            "number": 19,
            "title": "Ordine del giorno n. 9/1637/38 ZUCCONI RICCARDO (FDI)\n     - Votazione Ordine del giorno 9/1637/38 DDL n.1637",
            "original_title": "Votazione Ordine del giorno 9/1637/38 DDL n.1637",
            "description_title": "Ordine del giorno n. 9/1637/38 ZUCCONI RICCARDO (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": 39,
            "majority_cohesion_rate": 81.87,
            "minority_cohesion_rate": 74.9
        },
        {
            "id": 3895,
            "slug": "vs18_172_020",
            "identifier": "vs18_172_020",
            "url": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_172_020/?format=api",
            "sitting": {
                "id": 188,
                "date": "2019-05-09",
                "number": 172,
                "branch": "C"
            },
            "number": 20,
            "title": "Ordine del giorno n. 9/1616/5 TRANCASSINI PAOLO (FDI)\n     - Votazione Ordine del giorno 9/1616/5 PDL n.1616",
            "original_title": "Votazione Ordine del giorno 9/1616/5 PDL n.1616",
            "description_title": "Ordine del giorno n. 9/1616/5 TRANCASSINI PAOLO (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": 61,
            "majority_cohesion_rate": 75.07,
            "minority_cohesion_rate": 49.62
        }
    ]
}