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

{
    "count": 14218,
    "codelists": {
        "years": [
            {
                "id": "2022",
                "value": "2022"
            },
            {
                "id": "2019",
                "value": "2019"
            }
        ],
        "branch": [
            {
                "id": "C",
                "value": "Camera"
            },
            {
                "id": "S",
                "value": "Senato"
            }
        ],
        "governments": [
            {
                "id": 51696,
                "slug": "i-governo-conte-httpdaticameraitocdgovernordfg142-2018-05-31",
                "start_date": "2018-05-31",
                "value": "Conte I"
            },
            {
                "id": 98417,
                "slug": "ii-governo-conte-none-2018-09-05",
                "start_date": "2019-09-04",
                "value": "Conte II"
            },
            {
                "id": 134931,
                "slug": "i-governo-draghi-httpdaticameraitocdgovernordfg182-2021-02-12",
                "start_date": "2021-02-12",
                "value": "Draghi I"
            },
            {
                "id": 135225,
                "slug": "i-governo-meloni-2022-10-22",
                "start_date": "2022-10-22",
                "value": "Meloni I"
            }
        ],
        "governments_filter": [
            {
                "id": 51696,
                "slug": "i-governo-conte-httpdaticameraitocdgovernordfg142-2018-05-31",
                "start_date": "2018-05-31",
                "value": "Conte I"
            },
            {
                "id": 98417,
                "slug": "ii-governo-conte-none-2018-09-05",
                "start_date": "2019-09-04",
                "value": "Conte II"
            },
            {
                "id": 134931,
                "slug": "i-governo-draghi-httpdaticameraitocdgovernordfg182-2021-02-12",
                "start_date": "2021-02-12",
                "value": "Draghi I"
            },
            {
                "id": 135225,
                "slug": "i-governo-meloni-2022-10-22",
                "start_date": "2022-10-22",
                "value": "Meloni I"
            }
        ],
        "main_vote_type": [
            {
                "id": "is_key_vote",
                "value": "Voto chiave"
            },
            {
                "id": "is_final",
                "value": "Voto finale"
            },
            {
                "id": "is_confidence",
                "value": "Voto di fiducia"
            },
            {
                "id": "all",
                "value": "Tutti"
            }
        ],
        "sub_vote_type": [
            {
                "id": "ALL",
                "value": "Atto intero"
            },
            {
                "id": "ART",
                "value": "Articolo"
            },
            {
                "id": "AMEND",
                "value": "Emendamenti"
            },
            {
                "id": "ODG",
                "value": "ODG"
            },
            {
                "id": "PREJ",
                "value": "Questione pregiudiziale"
            },
            {
                "id": "EM_DECL",
                "value": "Dichiarazione d'urgenza"
            },
            {
                "id": "SUSP",
                "value": "Questione sospensiva"
            },
            {
                "id": "VAR_N",
                "value": "Nota di variazione"
            },
            {
                "id": "DONT_P",
                "value": "Non passaggio agli articoli"
            },
            {
                "id": "CLOS_DEB",
                "value": "Chiusura della discussione"
            },
            {
                "id": "RES",
                "value": "Risoluzione"
            },
            {
                "id": "DIM",
                "value": "Dimissioni"
            },
            {
                "id": "ELE",
                "value": "Elezioni"
            },
            {
                "id": "COORD",
                "value": "Proposta coordinamento"
            },
            {
                "id": "MOZ",
                "value": "Mozione"
            },
            {
                "id": "CPROP",
                "value": "Proposta giunta"
            }
        ],
        "vm_cohesion_rates": {
            "80_100": "dall'80 al 100%",
            "60_80": "dal 60 all'80%",
            "_60": "Meno del 60%"
        },
        "orderings": [
            {
                "id": "date",
                "value": "Data"
            },
            {
                "id": "majority_cohesion_rate",
                "value": "Compattezza maggioranza"
            },
            {
                "id": "n_rebels",
                "value": "Ribelli"
            },
            {
                "id": "identifier",
                "value": "Identificativo"
            },
            {
                "id": "n_margin",
                "value": "Margine"
            }
        ],
        "outcome": [
            {
                "id": "Respinto",
                "value": "Respinta"
            },
            {
                "id": "Approvato",
                "value": "Approvata"
            }
        ]
    },
    "next": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/?format=api&ordering=n_rebels&page=113",
    "previous": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/?format=api&ordering=n_rebels&page=111",
    "results": [
        {
            "id": 4131,
            "slug": "vs18_282_003",
            "identifier": "vs18_282_003",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_282_003/?format=api",
            "sitting": {
                "id": 298,
                "date": "2019-12-23",
                "number": 282,
                "branch": "C"
            },
            "number": 3,
            "title": "Articolo 3\n     - Votazione Articolo DDL n.2305",
            "original_title": "Votazione Articolo DDL n.2305",
            "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": 1,
            "n_margin": 43,
            "majority_cohesion_rate": 84.01,
            "minority_cohesion_rate": 77.04
        },
        {
            "id": 4125,
            "slug": "vs18_282_004",
            "identifier": "vs18_282_004",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_282_004/?format=api",
            "sitting": {
                "id": 298,
                "date": "2019-12-23",
                "number": 282,
                "branch": "C"
            },
            "number": 4,
            "title": "Articolo 4\n     - Votazione Articolo DDL n.2305",
            "original_title": "Votazione Articolo DDL n.2305",
            "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": 1,
            "n_margin": 48,
            "majority_cohesion_rate": 88.08,
            "minority_cohesion_rate": 77.82
        },
        {
            "id": 4120,
            "slug": "vs18_282_005",
            "identifier": "vs18_282_005",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_282_005/?format=api",
            "sitting": {
                "id": 298,
                "date": "2019-12-23",
                "number": 282,
                "branch": "C"
            },
            "number": 5,
            "title": "Articolo 5\n     - Votazione Articolo DDL n.2305",
            "original_title": "Votazione Articolo DDL n.2305",
            "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": 1,
            "n_margin": 43,
            "majority_cohesion_rate": 75.29,
            "minority_cohesion_rate": 66.54
        },
        {
            "id": 6684,
            "slug": "vs18_285_006",
            "identifier": "vs18_285_006",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_285_006/?format=api",
            "sitting": {
                "id": 301,
                "date": "2020-01-09",
                "number": 285,
                "branch": "C"
            },
            "number": 6,
            "title": "Mozione n. 1-00311 ORSINI ANDREA (FI) ed altri - Votazione Mozione 1_00311",
            "original_title": "Votazione Mozione 1_00311",
            "description_title": "Mozione n. 1-00311 ORSINI ANDREA (FI) ed altri",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Mozione",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 36,
            "majority_cohesion_rate": 74.78,
            "minority_cohesion_rate": 74.32
        },
        {
            "id": 6680,
            "slug": "vs18_285_001",
            "identifier": "vs18_285_001",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_285_001/?format=api",
            "sitting": {
                "id": 301,
                "date": "2020-01-09",
                "number": 285,
                "branch": "C"
            },
            "number": 1,
            "title": "Questione pregiudiziale n. 1 CENTEMERO GIULIO (LEGA) ed altri - Votazione pregiudiziale DDL n. 2302",
            "original_title": "Votazione pregiudiziale DDL n. 2302",
            "description_title": "Questione pregiudiziale n. 1 CENTEMERO GIULIO (LEGA) ed altri",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Questione pregiudiziale",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 115,
            "majority_cohesion_rate": 73.02,
            "minority_cohesion_rate": 36.58
        },
        {
            "id": 6683,
            "slug": "vs18_285_004",
            "identifier": "vs18_285_004",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_285_004/?format=api",
            "sitting": {
                "id": 301,
                "date": "2020-01-09",
                "number": 285,
                "branch": "C"
            },
            "number": 4,
            "title": "Mozione n. 1-00307 LOLLOBRIGIDA FRANCESCO (FDI) ed altri - Votazione Mozione 1_00307",
            "original_title": "Votazione Mozione 1_00307",
            "description_title": "Mozione n. 1-00307 LOLLOBRIGIDA FRANCESCO (FDI) ed altri",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Mozione",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 36,
            "majority_cohesion_rate": 73.61,
            "minority_cohesion_rate": 72.76
        },
        {
            "id": 4636,
            "slug": "vs18_288_012",
            "identifier": "vs18_288_012",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_288_012/?format=api",
            "sitting": {
                "id": 304,
                "date": "2020-01-14",
                "number": 288,
                "branch": "C"
            },
            "number": 12,
            "title": "Emendamento 1.23 MOLLICONE FEDERICO (FDI) - Votazione Emendamento 1.23 DDL n. 2284",
            "original_title": "Votazione Emendamento 1.23 DDL n. 2284",
            "description_title": "Emendamento 1.23 MOLLICONE FEDERICO (FDI)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 29,
            "majority_cohesion_rate": 74.93,
            "minority_cohesion_rate": 77.04
        },
        {
            "id": 4637,
            "slug": "vs18_288_008",
            "identifier": "vs18_288_008",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_288_008/?format=api",
            "sitting": {
                "id": 304,
                "date": "2020-01-14",
                "number": 288,
                "branch": "C"
            },
            "number": 8,
            "title": "Emendamento 1.13 RAMPELLI FABIO (FDI) - Votazione Emendamento 1.13 DDL n. 2284",
            "original_title": "Votazione Emendamento 1.13 DDL n. 2284",
            "description_title": "Emendamento 1.13 RAMPELLI FABIO (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": 28,
            "majority_cohesion_rate": 75.81,
            "minority_cohesion_rate": 78.21
        },
        {
            "id": 4628,
            "slug": "vs18_288_007",
            "identifier": "vs18_288_007",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_288_007/?format=api",
            "sitting": {
                "id": 304,
                "date": "2020-01-14",
                "number": 288,
                "branch": "C"
            },
            "number": 7,
            "title": "Emendamento 1.12 RAMPELLI FABIO (FDI) - Votazione Emendamento 1.12 DDL n. 2284",
            "original_title": "Votazione Emendamento 1.12 DDL n. 2284",
            "description_title": "Emendamento 1.12 RAMPELLI FABIO (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": 30,
            "majority_cohesion_rate": 76.11,
            "minority_cohesion_rate": 77.82
        },
        {
            "id": 4635,
            "slug": "vs18_288_010",
            "identifier": "vs18_288_010",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_288_010/?format=api",
            "sitting": {
                "id": 304,
                "date": "2020-01-14",
                "number": 288,
                "branch": "C"
            },
            "number": 10,
            "title": "Emendamento 1.17 MACCANTI ELENA (LEGA) - Votazione Emendamento 1.17 DDL n. 2284",
            "original_title": "Votazione Emendamento 1.17 DDL n. 2284",
            "description_title": "Emendamento 1.17 MACCANTI ELENA (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": 1,
            "n_margin": 35,
            "majority_cohesion_rate": 76.4,
            "minority_cohesion_rate": 77.43
        },
        {
            "id": 4630,
            "slug": "vs18_288_009",
            "identifier": "vs18_288_009",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_288_009/?format=api",
            "sitting": {
                "id": 304,
                "date": "2020-01-14",
                "number": 288,
                "branch": "C"
            },
            "number": 9,
            "title": "Emendamento 1.14 RAMPELLI FABIO (FDI) - Votazione Emendamento 1.14 DDL n. 2284",
            "original_title": "Votazione Emendamento 1.14 DDL n. 2284",
            "description_title": "Emendamento 1.14 RAMPELLI FABIO (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": 35,
            "majority_cohesion_rate": 77.58,
            "minority_cohesion_rate": 78.6
        },
        {
            "id": 6696,
            "slug": "vs18_292_018",
            "identifier": "vs18_292_018",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_292_018/?format=api",
            "sitting": {
                "id": 308,
                "date": "2020-01-21",
                "number": 292,
                "branch": "C"
            },
            "number": 18,
            "title": "Conversione in legge del decreto-legge 16 dicembre 2019, n. 142, recante misure urgenti per il sostegno al sistema creditizio del Mezzogiorno e per la realizzazione di una banca di investimento (DDL 2302) - Votazione finale DDL n. 2302",
            "original_title": "Votazione finale DDL n. 2302",
            "description_title": "Conversione in legge del decreto-legge 16 dicembre 2019, n. 142, recante misure urgenti per il sostegno al sistema creditizio del Mezzogiorno e per la realizzazione di una banca di investimento (DDL 2302)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": true,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Atto intero",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 205,
            "majority_cohesion_rate": 73.96,
            "minority_cohesion_rate": 58.37
        },
        {
            "id": 6688,
            "slug": "vs18_292_003",
            "identifier": "vs18_292_003",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_292_003/?format=api",
            "sitting": {
                "id": 308,
                "date": "2020-01-21",
                "number": 292,
                "branch": "C"
            },
            "number": 3,
            "title": "Emendamento 1.50 D'ATTIS MAURO (FI) - Votazione Emendamento 1.50 DDL n. 2302",
            "original_title": "Votazione Emendamento 1.50 DDL n. 2302",
            "description_title": "Emendamento 1.50 D'ATTIS MAURO (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": 73,
            "majority_cohesion_rate": 66.86,
            "minority_cohesion_rate": 33.46
        },
        {
            "id": 6703,
            "slug": "vs18_292_012",
            "identifier": "vs18_292_012",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_292_012/?format=api",
            "sitting": {
                "id": 308,
                "date": "2020-01-21",
                "number": 292,
                "branch": "C"
            },
            "number": 12,
            "title": "Emendamento 2.100, da votare ai sensi dell'articolo 86, comma 4-bis, del Regolamento - Votazione Emendamento 2.100, DDL n. 2302",
            "original_title": "Votazione Emendamento 2.100, DDL n. 2302",
            "description_title": "Emendamento 2.100, da votare ai sensi dell'articolo 86, comma 4-bis, del Regolamento",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 114,
            "majority_cohesion_rate": 71.6,
            "minority_cohesion_rate": 58.75
        },
        {
            "id": 6695,
            "slug": "vs18_292_009",
            "identifier": "vs18_292_009",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_292_009/?format=api",
            "sitting": {
                "id": 308,
                "date": "2020-01-21",
                "number": 292,
                "branch": "C"
            },
            "number": 9,
            "title": "Articolo aggiuntivo 1.021 CENTEMERO GIULIO (LEGA) - Votazione Emendamento 1.021 DDL n. 2302",
            "original_title": "Votazione Emendamento 1.021 DDL n. 2302",
            "description_title": "Articolo aggiuntivo 1.021 CENTEMERO GIULIO (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": 1,
            "n_margin": 49,
            "majority_cohesion_rate": 71.6,
            "minority_cohesion_rate": 59.14
        },
        {
            "id": 6699,
            "slug": "vs18_292_006",
            "identifier": "vs18_292_006",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_292_006/?format=api",
            "sitting": {
                "id": 308,
                "date": "2020-01-21",
                "number": 292,
                "branch": "C"
            },
            "number": 6,
            "title": "Emendamento 1.55 GEMMATO MARCELLO (FDI) - Votazione Emendamento 1.55 DDL n. 2302",
            "original_title": "Votazione Emendamento 1.55 DDL n. 2302",
            "description_title": "Emendamento 1.55 GEMMATO MARCELLO (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": 80,
            "majority_cohesion_rate": 71.3,
            "minority_cohesion_rate": 35.8
        },
        {
            "id": 5904,
            "slug": "vs18_294_026",
            "identifier": "vs18_294_026",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_294_026/?format=api",
            "sitting": {
                "id": 310,
                "date": "2020-01-28",
                "number": 294,
                "branch": "C"
            },
            "number": 26,
            "title": "Emendamento 2.100 VARCHI MARIA CAROLINA (FDI) - Votazione Emendamento 2.100 PDL n. 1524",
            "original_title": "Votazione Emendamento 2.100 PDL n. 1524",
            "description_title": "Emendamento 2.100 VARCHI MARIA CAROLINA (FDI)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 43,
            "majority_cohesion_rate": 81.25,
            "minority_cohesion_rate": 77.04
        },
        {
            "id": 5948,
            "slug": "vs18_294_027",
            "identifier": "vs18_294_027",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_294_027/?format=api",
            "sitting": {
                "id": 310,
                "date": "2020-01-28",
                "number": 294,
                "branch": "C"
            },
            "number": 27,
            "title": "Emendamento 2.101 VARCHI MARIA CAROLINA (FDI) - Votazione Emendamento 2.101 PDL n. 1524",
            "original_title": "Votazione Emendamento 2.101 PDL n. 1524",
            "description_title": "Emendamento 2.101 VARCHI MARIA CAROLINA (FDI)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 39,
            "majority_cohesion_rate": 78.87,
            "minority_cohesion_rate": 75.49
        },
        {
            "id": 5672,
            "slug": "vs18_294_025",
            "identifier": "vs18_294_025",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_294_025/?format=api",
            "sitting": {
                "id": 310,
                "date": "2020-01-28",
                "number": 294,
                "branch": "C"
            },
            "number": 25,
            "title": "Articolo 1 - Votazione Articolo 1 PDL n. 1524",
            "original_title": "Votazione Articolo 1 PDL n. 1524",
            "description_title": "Articolo 1",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 103,
            "majority_cohesion_rate": 80.95,
            "minority_cohesion_rate": 48.25
        },
        {
            "id": 5929,
            "slug": "vs18_294_023",
            "identifier": "vs18_294_023",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_294_023/?format=api",
            "sitting": {
                "id": 310,
                "date": "2020-01-28",
                "number": 294,
                "branch": "C"
            },
            "number": 23,
            "title": "Emendamento 1.102 LUCASELLI YLENJA (FDI) - Votazione Emendamento 1.102 PDL n. 1524",
            "original_title": "Votazione Emendamento 1.102 PDL n. 1524",
            "description_title": "Emendamento 1.102 LUCASELLI YLENJA (FDI)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 38,
            "majority_cohesion_rate": 79.76,
            "minority_cohesion_rate": 77.43
        },
        {
            "id": 5053,
            "slug": "vs18_294_030",
            "identifier": "vs18_294_030",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_294_030/?format=api",
            "sitting": {
                "id": 310,
                "date": "2020-01-28",
                "number": 294,
                "branch": "C"
            },
            "number": 30,
            "title": "Articolo 2 - Votazione Articolo 2 PDL n. 1524",
            "original_title": "Votazione Articolo 2 PDL n. 1524",
            "description_title": "Articolo 2",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 107,
            "majority_cohesion_rate": 79.76,
            "minority_cohesion_rate": 47.86
        },
        {
            "id": 5404,
            "slug": "vs18_295_017",
            "identifier": "vs18_295_017",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_295_017/?format=api",
            "sitting": {
                "id": 311,
                "date": "2020-01-29",
                "number": 295,
                "branch": "C"
            },
            "number": 17,
            "title": "Emendamento 3.151 SILLI GIORGIO (MISTO) - Votazione Emendamento 3.151 PDL n. 1524",
            "original_title": "Votazione Emendamento 3.151 PDL n. 1524",
            "description_title": "Emendamento 3.151 SILLI GIORGIO (MISTO)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 26,
            "majority_cohesion_rate": 71.43,
            "minority_cohesion_rate": 70.04
        },
        {
            "id": 6604,
            "slug": "vs18_295_046",
            "identifier": "vs18_295_046",
            "url": "https://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": 6637,
            "slug": "vs18_295_050",
            "identifier": "vs18_295_050",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_295_050/?format=api",
            "sitting": {
                "id": 311,
                "date": "2020-01-29",
                "number": 295,
                "branch": "C"
            },
            "number": 50,
            "title": "Articolo aggiuntivo 8.0109 BARTOLOZZI GIUSI (FI) - Votazione Emendamento 8.0109 PDL n. 1524",
            "original_title": "Votazione Emendamento 8.0109 PDL n. 1524",
            "description_title": "Articolo aggiuntivo 8.0109 BARTOLOZZI GIUSI (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": 72.02,
            "minority_cohesion_rate": 70.43
        },
        {
            "id": 6063,
            "slug": "vs18_295_004",
            "identifier": "vs18_295_004",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_295_004/?format=api",
            "sitting": {
                "id": 311,
                "date": "2020-01-29",
                "number": 295,
                "branch": "C"
            },
            "number": 4,
            "title": "Emendamento 3.191 DORI DEVIS (M5S) - Votazione Emendamento 3.191 PDL n. 1524",
            "original_title": "Votazione Emendamento 3.191 PDL n. 1524",
            "description_title": "Emendamento 3.191 DORI DEVIS (M5S)",
            "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": 42,
            "majority_cohesion_rate": 74.4,
            "minority_cohesion_rate": 70.43
        },
        {
            "id": 6630,
            "slug": "vs18_295_045",
            "identifier": "vs18_295_045",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_295_045/?format=api",
            "sitting": {
                "id": 311,
                "date": "2020-01-29",
                "number": 295,
                "branch": "C"
            },
            "number": 45,
            "title": "Articolo aggiuntivo 8.03 SPENA MARIA (FI) - Votazione Emendamento 8.03 PDL n. 1524",
            "original_title": "Votazione Emendamento 8.03 PDL n. 1524",
            "description_title": "Articolo aggiuntivo 8.03 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": 218,
            "majority_cohesion_rate": 71.43,
            "minority_cohesion_rate": 69.65
        },
        {
            "id": 6636,
            "slug": "vs18_295_042",
            "identifier": "vs18_295_042",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_295_042/?format=api",
            "sitting": {
                "id": 311,
                "date": "2020-01-29",
                "number": 295,
                "branch": "C"
            },
            "number": 42,
            "title": "Articolo aggiuntivo 8.0300, da votare ai sensi dell'articolo 86, comma 4-bis, del Regolamento - Votazione Emendamento 8.0300, PDL n. 1524",
            "original_title": "Votazione Emendamento 8.0300, PDL n. 1524",
            "description_title": "Articolo aggiuntivo 8.0300, da votare ai sensi dell'articolo 86, comma 4-bis, del Regolamento",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 36,
            "majority_cohesion_rate": 72.32,
            "minority_cohesion_rate": 71.6
        },
        {
            "id": 5480,
            "slug": "vs18_295_011",
            "identifier": "vs18_295_011",
            "url": "https://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": 6066,
            "slug": "vs18_295_007",
            "identifier": "vs18_295_007",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_295_007/?format=api",
            "sitting": {
                "id": 311,
                "date": "2020-01-29",
                "number": 295,
                "branch": "C"
            },
            "number": 7,
            "title": "Emendamento 3.190 APRILE NADIA (MISTO) - Votazione Emendamento 3.190 PDL n. 1524",
            "original_title": "Votazione Emendamento 3.190 PDL n. 1524",
            "description_title": "Emendamento 3.190 APRILE NADIA (MISTO)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 213,
            "majority_cohesion_rate": 73.51,
            "minority_cohesion_rate": 62.26
        },
        {
            "id": 6605,
            "slug": "vs18_295_048",
            "identifier": "vs18_295_048",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_295_048/?format=api",
            "sitting": {
                "id": 311,
                "date": "2020-01-29",
                "number": 295,
                "branch": "C"
            },
            "number": 48,
            "title": "Articolo aggiuntivo 8.0105 VARCHI MARIA CAROLINA (FDI) - Votazione Emendamento 8.0105 PDL n. 1524",
            "original_title": "Votazione Emendamento 8.0105 PDL n. 1524",
            "description_title": "Articolo aggiuntivo 8.0105 VARCHI MARIA CAROLINA (FDI)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 37,
            "majority_cohesion_rate": 72.02,
            "minority_cohesion_rate": 71.21
        },
        {
            "id": 6611,
            "slug": "vs18_295_021",
            "identifier": "vs18_295_021",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_295_021/?format=api",
            "sitting": {
                "id": 311,
                "date": "2020-01-29",
                "number": 295,
                "branch": "C"
            },
            "number": 21,
            "title": "Emendamento 3.200 della Commissione - Votazione Emendamento 3.200 PDL n. 1524",
            "original_title": "Votazione Emendamento 3.200 PDL n. 1524",
            "description_title": "Emendamento 3.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": 1,
            "n_margin": 212,
            "majority_cohesion_rate": 67.86,
            "minority_cohesion_rate": 68.87
        },
        {
            "id": 6638,
            "slug": "vs18_295_032",
            "identifier": "vs18_295_032",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_295_032/?format=api",
            "sitting": {
                "id": 311,
                "date": "2020-01-29",
                "number": 295,
                "branch": "C"
            },
            "number": 32,
            "title": "Emendamento 4.152 BENEDETTI SILVIA (MISTO) - Votazione Emendamento 4.152 PDL n. 1524",
            "original_title": "Votazione Emendamento 4.152 PDL n. 1524",
            "description_title": "Emendamento 4.152 BENEDETTI SILVIA (MISTO)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 27,
            "majority_cohesion_rate": 72.02,
            "minority_cohesion_rate": 71.21
        },
        {
            "id": 6620,
            "slug": "vs18_295_047",
            "identifier": "vs18_295_047",
            "url": "https://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": 6627,
            "slug": "vs18_295_037",
            "identifier": "vs18_295_037",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_295_037/?format=api",
            "sitting": {
                "id": 311,
                "date": "2020-01-29",
                "number": 295,
                "branch": "C"
            },
            "number": 37,
            "title": "Articolo 5 - Votazione Articolo 5 PDL n. 1524",
            "original_title": "Votazione Articolo 5 PDL n. 1524",
            "description_title": "Articolo 5",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 132,
            "majority_cohesion_rate": 73.51,
            "minority_cohesion_rate": 68.09
        },
        {
            "id": 5416,
            "slug": "vs18_295_018",
            "identifier": "vs18_295_018",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_295_018/?format=api",
            "sitting": {
                "id": 311,
                "date": "2020-01-29",
                "number": 295,
                "branch": "C"
            },
            "number": 18,
            "title": "Emendamento 3.300, da votare ai sensi dell'articolo 86, comma 4-bis, del Regolamento - Votazione Emendamento 3.300, PDL n. 1524",
            "original_title": "Votazione Emendamento 3.300, PDL n. 1524",
            "description_title": "Emendamento 3.300, da votare ai sensi dell'articolo 86, comma 4-bis, del Regolamento",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 127,
            "majority_cohesion_rate": 72.02,
            "minority_cohesion_rate": 69.26
        },
        {
            "id": 5125,
            "slug": "vs18_295_014",
            "identifier": "vs18_295_014",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_295_014/?format=api",
            "sitting": {
                "id": 311,
                "date": "2020-01-29",
                "number": 295,
                "branch": "C"
            },
            "number": 14,
            "title": "Emendamento 3.104 DORI DEVIS (M5S) - Votazione Emendamento 3.104 PDL n. 1524",
            "original_title": "Votazione Emendamento 3.104 PDL n. 1524",
            "description_title": "Emendamento 3.104 DORI DEVIS (M5S)",
            "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": 223,
            "majority_cohesion_rate": 71.73,
            "minority_cohesion_rate": 68.87
        },
        {
            "id": 6657,
            "slug": "vs18_300_006",
            "identifier": "vs18_300_006",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_300_006/?format=api",
            "sitting": {
                "id": 316,
                "date": "2020-02-05",
                "number": 300,
                "branch": "C"
            },
            "number": 6,
            "title": "Articolo 5 - Votazione Articolo 5 DDL n. 1941",
            "original_title": "Votazione Articolo 5 DDL n. 1941",
            "description_title": "Articolo 5",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 224,
            "majority_cohesion_rate": 69.25,
            "minority_cohesion_rate": 75.1
        },
        {
            "id": 6653,
            "slug": "vs18_300_005",
            "identifier": "vs18_300_005",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_300_005/?format=api",
            "sitting": {
                "id": 316,
                "date": "2020-02-05",
                "number": 300,
                "branch": "C"
            },
            "number": 5,
            "title": "Articolo 4 - Votazione Articolo 4 DDL n. 1941",
            "original_title": "Votazione Articolo 4 DDL n. 1941",
            "description_title": "Articolo 4",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 219,
            "majority_cohesion_rate": 67.76,
            "minority_cohesion_rate": 73.93
        },
        {
            "id": 6645,
            "slug": "vs18_300_015",
            "identifier": "vs18_300_015",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_300_015/?format=api",
            "sitting": {
                "id": 316,
                "date": "2020-02-05",
                "number": 300,
                "branch": "C"
            },
            "number": 15,
            "title": "Articolo 3 - Votazione Articolo 3 DDL n. 1769",
            "original_title": "Votazione Articolo 3 DDL n. 1769",
            "description_title": "Articolo 3",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 239,
            "majority_cohesion_rate": 73.73,
            "minority_cohesion_rate": 80.16
        },
        {
            "id": 6566,
            "slug": "vs18_307_002",
            "identifier": "vs18_307_002",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_307_002/?format=api",
            "sitting": {
                "id": 323,
                "date": "2020-02-19",
                "number": 307,
                "branch": "C"
            },
            "number": 2,
            "title": "Risoluzione n. 6-00098 LOLLOBRIGIDA FRANCESCO (FDI) ed altri - Votazione Risoluzione 6_00098",
            "original_title": "Votazione Risoluzione 6_00098",
            "description_title": "Risoluzione n. 6-00098 LOLLOBRIGIDA FRANCESCO (FDI) ed altri",
            "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": 42,
            "majority_cohesion_rate": 79.1,
            "minority_cohesion_rate": 75.1
        },
        {
            "id": 6588,
            "slug": "vs18_307_005",
            "identifier": "vs18_307_005",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_307_005/?format=api",
            "sitting": {
                "id": 323,
                "date": "2020-02-19",
                "number": 307,
                "branch": "C"
            },
            "number": 5,
            "title": "Risoluzione n. 6-00101 GELMINI MARIASTELLA (FI) ed altri - Votazione Risoluzione 6_00101",
            "original_title": "Votazione Risoluzione 6_00101",
            "description_title": "Risoluzione n. 6-00101 GELMINI MARIASTELLA (FI) ed altri",
            "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": 40,
            "majority_cohesion_rate": 78.81,
            "minority_cohesion_rate": 75.88
        },
        {
            "id": 6563,
            "slug": "vs18_308_019",
            "identifier": "vs18_308_019",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_308_019/?format=api",
            "sitting": {
                "id": 324,
                "date": "2020-02-20",
                "number": 308,
                "branch": "C"
            },
            "number": 19,
            "title": "Ordine del giorno n. 9/2325/107 BARATTO RAFFAELE (FI) - Votazione Ordine del giorno 9/2325/107 DDL n. 2325",
            "original_title": "Votazione Ordine del giorno 9/2325/107 DDL n. 2325",
            "description_title": "Ordine del giorno n. 9/2325/107 BARATTO RAFFAELE (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": 31,
            "majority_cohesion_rate": 79.76,
            "minority_cohesion_rate": 81.71
        },
        {
            "id": 6562,
            "slug": "vs18_308_029",
            "identifier": "vs18_308_029",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_308_029/?format=api",
            "sitting": {
                "id": 324,
                "date": "2020-02-20",
                "number": 308,
                "branch": "C"
            },
            "number": 29,
            "title": "Ordine del giorno n. 9/2325/165 RAFFAELLI ELENA (LEGA) - Votazione Ordine del giorno 9/2325/165 DDL n. 2325",
            "original_title": "Votazione Ordine del giorno 9/2325/165 DDL n. 2325",
            "description_title": "Ordine del giorno n. 9/2325/165 RAFFAELLI ELENA (LEGA)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 35,
            "majority_cohesion_rate": 74.4,
            "minority_cohesion_rate": 75.1
        },
        {
            "id": 6589,
            "slug": "vs18_308_037",
            "identifier": "vs18_308_037",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_308_037/?format=api",
            "sitting": {
                "id": 324,
                "date": "2020-02-20",
                "number": 308,
                "branch": "C"
            },
            "number": 37,
            "title": "Ordine del giorno n. 9/2325/176 LOLINI MARIO (LEGA) - Votazione Ordine del giorno 9/2325/176 DDL n. 2325",
            "original_title": "Votazione Ordine del giorno 9/2325/176 DDL n. 2325",
            "description_title": "Ordine del giorno n. 9/2325/176 LOLINI MARIO (LEGA)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 37,
            "majority_cohesion_rate": 75.3,
            "minority_cohesion_rate": 73.15
        },
        {
            "id": 6596,
            "slug": "vs18_308_041",
            "identifier": "vs18_308_041",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_308_041/?format=api",
            "sitting": {
                "id": 324,
                "date": "2020-02-20",
                "number": 308,
                "branch": "C"
            },
            "number": 41,
            "title": "Ordine del giorno n. 9/2325/184 COVOLO SILVIA (LEGA) - Votazione Ordine del giorno 9/2325/184 DDL n. 2325",
            "original_title": "Votazione Ordine del giorno 9/2325/184 DDL n. 2325",
            "description_title": "Ordine del giorno n. 9/2325/184 COVOLO SILVIA (LEGA)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 32,
            "majority_cohesion_rate": 70.54,
            "minority_cohesion_rate": 68.48
        },
        {
            "id": 6595,
            "slug": "vs18_308_002",
            "identifier": "vs18_308_002",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_308_002/?format=api",
            "sitting": {
                "id": 324,
                "date": "2020-02-20",
                "number": 308,
                "branch": "C"
            },
            "number": 2,
            "title": "Ordine del giorno n. 9/2325/7, sugli impegni, LUPI MAURIZIO (MISTO) - Votazione Ordine del giorno 9/2325/7, DDL n. 2325",
            "original_title": "Votazione Ordine del giorno 9/2325/7, DDL n. 2325",
            "description_title": "Ordine del giorno n. 9/2325/7, sugli impegni, LUPI MAURIZIO (MISTO)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 21,
            "majority_cohesion_rate": 70.24,
            "minority_cohesion_rate": 77.43
        },
        {
            "id": 6591,
            "slug": "vs18_308_017",
            "identifier": "vs18_308_017",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_308_017/?format=api",
            "sitting": {
                "id": 324,
                "date": "2020-02-20",
                "number": 308,
                "branch": "C"
            },
            "number": 17,
            "title": "Ordine del giorno n. 9/2325/101 RIPANI ELISABETTA (FI) - Votazione Ordine del giorno 9/2325/101 DDL n. 2325",
            "original_title": "Votazione Ordine del giorno 9/2325/101 DDL n. 2325",
            "description_title": "Ordine del giorno n. 9/2325/101 RIPANI ELISABETTA (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": 14,
            "majority_cohesion_rate": 72.92,
            "minority_cohesion_rate": 80.16
        },
        {
            "id": 6570,
            "slug": "vs18_308_025",
            "identifier": "vs18_308_025",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_308_025/?format=api",
            "sitting": {
                "id": 324,
                "date": "2020-02-20",
                "number": 308,
                "branch": "C"
            },
            "number": 25,
            "title": "Ordine del giorno n. 9/2325/124 ZANELLA FEDERICA (FI) - Votazione Ordine del giorno 9/2325/124 DDL n. 2325",
            "original_title": "Votazione Ordine del giorno 9/2325/124 DDL n. 2325",
            "description_title": "Ordine del giorno n. 9/2325/124 ZANELLA FEDERICA (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": 159,
            "majority_cohesion_rate": 77.68,
            "minority_cohesion_rate": 42.02
        },
        {
            "id": 6593,
            "slug": "vs18_308_020",
            "identifier": "vs18_308_020",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_308_020/?format=api",
            "sitting": {
                "id": 324,
                "date": "2020-02-20",
                "number": 308,
                "branch": "C"
            },
            "number": 20,
            "title": "Ordine del giorno n. 9/2325/113, come riformulato, MULE' GIORGIO (FI) - Votazione Ordine del giorno 9/2325/113, DDL n. 2325",
            "original_title": "Votazione Ordine del giorno 9/2325/113, DDL n. 2325",
            "description_title": "Ordine del giorno n. 9/2325/113, come riformulato, MULE' GIORGIO (FI)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 246,
            "majority_cohesion_rate": 79.46,
            "minority_cohesion_rate": 78.6
        },
        {
            "id": 6575,
            "slug": "vs18_308_028",
            "identifier": "vs18_308_028",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_308_028/?format=api",
            "sitting": {
                "id": 324,
                "date": "2020-02-20",
                "number": 308,
                "branch": "C"
            },
            "number": 28,
            "title": "Ordine del giorno n. 9/2325/154 PATERNOSTER PAOLO (LEGA) - Votazione Ordine del giorno 9/2325/154 DDL n. 2325",
            "original_title": "Votazione Ordine del giorno 9/2325/154 DDL n. 2325",
            "description_title": "Ordine del giorno n. 9/2325/154 PATERNOSTER PAOLO (LEGA)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 38,
            "majority_cohesion_rate": 78.57,
            "minority_cohesion_rate": 77.82
        }
    ]
}