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

{
    "count": 14218,
    "codelists": {
        "years": [
            {
                "id": "2022",
                "value": "2022"
            },
            {
                "id": "2019",
                "value": "2019"
            }
        ],
        "branch": [
            {
                "id": "C",
                "value": "Camera"
            },
            {
                "id": "S",
                "value": "Senato"
            }
        ],
        "governments": [
            {
                "id": 51696,
                "slug": "i-governo-conte-httpdaticameraitocdgovernordfg142-2018-05-31",
                "start_date": "2018-05-31",
                "value": "Conte I"
            },
            {
                "id": 98417,
                "slug": "ii-governo-conte-none-2018-09-05",
                "start_date": "2019-09-04",
                "value": "Conte II"
            },
            {
                "id": 134931,
                "slug": "i-governo-draghi-httpdaticameraitocdgovernordfg182-2021-02-12",
                "start_date": "2021-02-12",
                "value": "Draghi I"
            },
            {
                "id": 135225,
                "slug": "i-governo-meloni-2022-10-22",
                "start_date": "2022-10-22",
                "value": "Meloni I"
            }
        ],
        "governments_filter": [
            {
                "id": 51696,
                "slug": "i-governo-conte-httpdaticameraitocdgovernordfg142-2018-05-31",
                "start_date": "2018-05-31",
                "value": "Conte I"
            },
            {
                "id": 98417,
                "slug": "ii-governo-conte-none-2018-09-05",
                "start_date": "2019-09-04",
                "value": "Conte II"
            },
            {
                "id": 134931,
                "slug": "i-governo-draghi-httpdaticameraitocdgovernordfg182-2021-02-12",
                "start_date": "2021-02-12",
                "value": "Draghi I"
            },
            {
                "id": 135225,
                "slug": "i-governo-meloni-2022-10-22",
                "start_date": "2022-10-22",
                "value": "Meloni I"
            }
        ],
        "main_vote_type": [
            {
                "id": "is_key_vote",
                "value": "Voto chiave"
            },
            {
                "id": "is_final",
                "value": "Voto finale"
            },
            {
                "id": "is_confidence",
                "value": "Voto di fiducia"
            },
            {
                "id": "all",
                "value": "Tutti"
            }
        ],
        "sub_vote_type": [
            {
                "id": "ALL",
                "value": "Atto intero"
            },
            {
                "id": "ART",
                "value": "Articolo"
            },
            {
                "id": "AMEND",
                "value": "Emendamenti"
            },
            {
                "id": "ODG",
                "value": "ODG"
            },
            {
                "id": "PREJ",
                "value": "Questione pregiudiziale"
            },
            {
                "id": "EM_DECL",
                "value": "Dichiarazione d'urgenza"
            },
            {
                "id": "SUSP",
                "value": "Questione sospensiva"
            },
            {
                "id": "VAR_N",
                "value": "Nota di variazione"
            },
            {
                "id": "DONT_P",
                "value": "Non passaggio agli articoli"
            },
            {
                "id": "CLOS_DEB",
                "value": "Chiusura della discussione"
            },
            {
                "id": "RES",
                "value": "Risoluzione"
            },
            {
                "id": "DIM",
                "value": "Dimissioni"
            },
            {
                "id": "ELE",
                "value": "Elezioni"
            },
            {
                "id": "COORD",
                "value": "Proposta coordinamento"
            },
            {
                "id": "MOZ",
                "value": "Mozione"
            },
            {
                "id": "CPROP",
                "value": "Proposta giunta"
            }
        ],
        "vm_cohesion_rates": {
            "80_100": "dall'80 al 100%",
            "60_80": "dal 60 all'80%",
            "_60": "Meno del 60%"
        },
        "orderings": [
            {
                "id": "date",
                "value": "Data"
            },
            {
                "id": "majority_cohesion_rate",
                "value": "Compattezza maggioranza"
            },
            {
                "id": "n_rebels",
                "value": "Ribelli"
            },
            {
                "id": "identifier",
                "value": "Identificativo"
            },
            {
                "id": "n_margin",
                "value": "Margine"
            }
        ],
        "outcome": [
            {
                "id": "Respinto",
                "value": "Respinta"
            },
            {
                "id": "Approvato",
                "value": "Approvata"
            }
        ]
    },
    "next": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/?format=api&ordering=majority_cohesion_rate&page=101",
    "previous": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/?format=api&ordering=majority_cohesion_rate&page=99",
    "results": [
        {
            "id": 3422,
            "slug": "vs18_130_033",
            "identifier": "vs18_130_033",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_130_033/?format=api",
            "sitting": {
                "id": 146,
                "date": "2019-02-20",
                "number": 130,
                "branch": "C"
            },
            "number": 33,
            "title": "Emendamento 1.387 FIANO EMANUELE (PD)\n     - Votazione Emendamento PDL n.1173",
            "original_title": "Votazione Emendamento PDL n.1173",
            "description_title": "Emendamento 1.387 FIANO EMANUELE (PD)\n    ",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 56,
            "majority_cohesion_rate": 75.73,
            "minority_cohesion_rate": 53.99
        },
        {
            "id": 4096,
            "slug": "vs18_130_089",
            "identifier": "vs18_130_089",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_130_089/?format=api",
            "sitting": {
                "id": 146,
                "date": "2019-02-20",
                "number": 130,
                "branch": "C"
            },
            "number": 89,
            "title": "Subemendamento 0.1.902.4 DIENI FEDERICA (M5S)\n     - Votazione Emendamento PDL n.1173",
            "original_title": "Votazione Emendamento PDL n.1173",
            "description_title": "Subemendamento 0.1.902.4 DIENI FEDERICA (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": 172,
            "majority_cohesion_rate": 75.73,
            "minority_cohesion_rate": 31.18
        },
        {
            "id": 3936,
            "slug": "vs18_110_001",
            "identifier": "vs18_110_001",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_110_001/?format=api",
            "sitting": {
                "id": 126,
                "date": "2019-01-17",
                "number": 110,
                "branch": "C"
            },
            "number": 1,
            "title": "Questione pregiudiziale di costituzionalità n. 1 SISTO FRANCESCO PAOLO (FI) ed altri\n     - Votazione pregiudiziale PDL n.1173",
            "original_title": "Votazione pregiudiziale PDL n.1173",
            "description_title": "Questione pregiudiziale di costituzionalità n. 1 SISTO FRANCESCO PAOLO (FI) ed altri\n    ",
            "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": 3,
            "n_margin": 35,
            "majority_cohesion_rate": 75.73,
            "minority_cohesion_rate": 72.9
        },
        {
            "id": 3928,
            "slug": "vs18_111_007",
            "identifier": "vs18_111_007",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_111_007/?format=api",
            "sitting": {
                "id": 127,
                "date": "2019-01-22",
                "number": 111,
                "branch": "C"
            },
            "number": 7,
            "title": "Identici emendamenti 1.20 LUCASELLI YLENJA (FDI) e 1.21 SISTO FRANCESCO PAOLO (FI)\n     - Votazione Emendamento PDL n.1173",
            "original_title": "Votazione Emendamento PDL n.1173",
            "description_title": "Identici emendamenti 1.20 LUCASELLI YLENJA (FDI) e 1.21 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": 45,
            "majority_cohesion_rate": 75.73,
            "minority_cohesion_rate": 69.08
        },
        {
            "id": 3949,
            "slug": "vs18_111_006",
            "identifier": "vs18_111_006",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_111_006/?format=api",
            "sitting": {
                "id": 127,
                "date": "2019-01-22",
                "number": 111,
                "branch": "C"
            },
            "number": 6,
            "title": "Identici emendamenti 1.16 LUCASELLI YLENJA (FDI) e 1.17 SISTO FRANCESCO PAOLO (FI)\n     - Votazione Emendamento PDL n.1173",
            "original_title": "Votazione Emendamento PDL n.1173",
            "description_title": "Identici emendamenti 1.16 LUCASELLI YLENJA (FDI) e 1.17 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": 1,
            "n_margin": 83,
            "majority_cohesion_rate": 75.73,
            "minority_cohesion_rate": 40.84
        },
        {
            "id": 3313,
            "slug": "vs18_116_016",
            "identifier": "vs18_116_016",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_116_016/?format=api",
            "sitting": {
                "id": 132,
                "date": "2019-01-29",
                "number": 116,
                "branch": "C"
            },
            "number": 16,
            "title": "Emendamento 1.78 SISTO FRANCESCO PAOLO (FI)\n     - Votazione Emendamento PDL n.1173",
            "original_title": "Votazione Emendamento PDL n.1173",
            "description_title": "Emendamento 1.78 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": 0,
            "n_margin": 50,
            "majority_cohesion_rate": 75.73,
            "minority_cohesion_rate": 60.84
        },
        {
            "id": 4459,
            "slug": "vs18_129_043",
            "identifier": "vs18_129_043",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_129_043/?format=api",
            "sitting": {
                "id": 145,
                "date": "2019-02-19",
                "number": 129,
                "branch": "C"
            },
            "number": 43,
            "title": "Emendamento 1.249 SISTO FRANCESCO PAOLO (FI)\n     - Votazione Emendamento PDL n.1173",
            "original_title": "Votazione Emendamento PDL n.1173",
            "description_title": "Emendamento 1.249 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": 0,
            "n_margin": 45,
            "majority_cohesion_rate": 75.73,
            "minority_cohesion_rate": 60.46
        },
        {
            "id": 3045,
            "slug": "vs18_124_032",
            "identifier": "vs18_124_032",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_124_032/?format=api",
            "sitting": {
                "id": 140,
                "date": "2019-02-12",
                "number": 124,
                "branch": "C"
            },
            "number": 32,
            "title": "Identici emendamenti 14.6 RIZZETTO WALTER (FDI) e 14.100 FREGOLENT SILVIA (PD)\n     - Votazione Emendamento DDL n.1486",
            "original_title": "Votazione Emendamento DDL n.1486",
            "description_title": "Identici emendamenti 14.6 RIZZETTO WALTER (FDI) e 14.100 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": 0,
            "n_margin": 31,
            "majority_cohesion_rate": 75.73,
            "minority_cohesion_rate": 73.76
        },
        {
            "id": 3044,
            "slug": "vs18_124_022",
            "identifier": "vs18_124_022",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_124_022/?format=api",
            "sitting": {
                "id": 140,
                "date": "2019-02-12",
                "number": 124,
                "branch": "C"
            },
            "number": 22,
            "title": "Articolo aggiuntivo 10.01 UNGARO MASSIMO (PD)\n     - Votazione Emendamento DDL n.1486",
            "original_title": "Votazione Emendamento DDL n.1486",
            "description_title": "Articolo aggiuntivo 10.01 UNGARO MASSIMO (PD)\n    ",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 23,
            "majority_cohesion_rate": 75.73,
            "minority_cohesion_rate": 78.33
        },
        {
            "id": 3097,
            "slug": "vs18_124_006",
            "identifier": "vs18_124_006",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_124_006/?format=api",
            "sitting": {
                "id": 140,
                "date": "2019-02-12",
                "number": 124,
                "branch": "C"
            },
            "number": 6,
            "title": "Risoluzione n. 6-00052 VITO ELIO (FI) e OCCHIUTO ROBERTO (FI)\n     - Votazione Risoluzione 6-00052",
            "original_title": "Votazione Risoluzione 6-00052",
            "description_title": "Risoluzione n. 6-00052 VITO ELIO (FI) e OCCHIUTO ROBERTO (FI)\n    ",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Risoluzione",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 31,
            "majority_cohesion_rate": 75.73,
            "minority_cohesion_rate": 75.29
        },
        {
            "id": 5019,
            "slug": "vs18_335_019",
            "identifier": "vs18_335_019",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_335_019/?format=api",
            "sitting": {
                "id": 351,
                "date": "2020-05-06",
                "number": 335,
                "branch": "C"
            },
            "number": 19,
            "title": "Emendamento 1.34 FERRO WANDA (FDI) - Votazione Emendamento 1.34 DDL n. 2447",
            "original_title": "Votazione Emendamento 1.34 DDL n. 2447",
            "description_title": "Emendamento 1.34 FERRO WANDA (FDI)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 30,
            "majority_cohesion_rate": 75.75,
            "minority_cohesion_rate": 75.49
        },
        {
            "id": 17232,
            "slug": "18-343-17",
            "identifier": "18-343-17",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/18-343-17/?format=api",
            "sitting": {
                "id": 1099,
                "date": "2021-07-07",
                "number": 343,
                "branch": "S"
            },
            "number": 17,
            "title": "Conversione in legge, con modificazioni, del decreto-legge 8 giugno 2021, n. 79, recante misure urgenti in materia di assegno temporaneo per figli minori - Em. 4.100, La Commissione",
            "original_title": "Em. 4.100, La Commissione",
            "description_title": "Conversione in legge, con modificazioni, del decreto-legge 8 giugno 2021, n. 79, recante misure urgenti in materia di assegno temporaneo per figli minori",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 105,
            "majority_cohesion_rate": 75.79,
            "minority_cohesion_rate": 90.0
        },
        {
            "id": 4157,
            "slug": "vs18_190_056",
            "identifier": "vs18_190_056",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_190_056/?format=api",
            "sitting": {
                "id": 206,
                "date": "2019-06-13",
                "number": 190,
                "branch": "C"
            },
            "number": 56,
            "title": "Ordine del giorno n. 9/1898/123 FIANO EMANUELE (PD)\n     - Votazione Ordine del giorno 9/1898/123 DDL n.1898",
            "original_title": "Votazione Ordine del giorno 9/1898/123 DDL n.1898",
            "description_title": "Ordine del giorno n. 9/1898/123 FIANO EMANUELE (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": 0,
            "n_margin": 52,
            "majority_cohesion_rate": 75.8,
            "minority_cohesion_rate": 56.65
        },
        {
            "id": 3170,
            "slug": "vs18_197_071",
            "identifier": "vs18_197_071",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_197_071/?format=api",
            "sitting": {
                "id": 213,
                "date": "2019-06-26",
                "number": 197,
                "branch": "C"
            },
            "number": 71,
            "title": "Emendamento 9.201 della Commissione\n     - Votazione Emendamento DDL n.1603-BIS",
            "original_title": "Votazione Emendamento DDL n.1603-BIS",
            "description_title": "Emendamento 9.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": 1,
            "n_margin": 213,
            "majority_cohesion_rate": 75.8,
            "minority_cohesion_rate": 60.69
        },
        {
            "id": 4573,
            "slug": "vs18_190_016",
            "identifier": "vs18_190_016",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_190_016/?format=api",
            "sitting": {
                "id": 206,
                "date": "2019-06-13",
                "number": 190,
                "branch": "C"
            },
            "number": 16,
            "title": "Ordine del giorno n. 9/1898/61 RIZZO NERVO LUCA (PD)\n     - Votazione Ordine del giorno 9/1898/61 DDL n.1898",
            "original_title": "Votazione Ordine del giorno 9/1898/61 DDL n.1898",
            "description_title": "Ordine del giorno n. 9/1898/61 RIZZO NERVO LUCA (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": 0,
            "n_margin": 28,
            "majority_cohesion_rate": 75.8,
            "minority_cohesion_rate": 74.14
        },
        {
            "id": 3191,
            "slug": "vs18_197_077",
            "identifier": "vs18_197_077",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_197_077/?format=api",
            "sitting": {
                "id": 213,
                "date": "2019-06-26",
                "number": 197,
                "branch": "C"
            },
            "number": 77,
            "title": "Articolo 10\n     - Votazione Articolo DDL n.1603-BIS",
            "original_title": "Votazione Articolo DDL n.1603-BIS",
            "description_title": "Articolo 10\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": 7,
            "n_margin": 146,
            "majority_cohesion_rate": 75.8,
            "minority_cohesion_rate": 48.09
        },
        {
            "id": 4580,
            "slug": "vs18_190_030",
            "identifier": "vs18_190_030",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_190_030/?format=api",
            "sitting": {
                "id": 206,
                "date": "2019-06-13",
                "number": 190,
                "branch": "C"
            },
            "number": 30,
            "title": "Ordine del giorno n. 9/1898/82 ZARDINI DIEGO (PD)\n     - Votazione Ordine del giorno 9/1898/82 DDL n.1898",
            "original_title": "Votazione Ordine del giorno 9/1898/82 DDL n.1898",
            "description_title": "Ordine del giorno n. 9/1898/82 ZARDINI DIEGO (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": 0,
            "n_margin": 29,
            "majority_cohesion_rate": 75.8,
            "minority_cohesion_rate": 73.76
        },
        {
            "id": 3380,
            "slug": "vs18_197_014",
            "identifier": "vs18_197_014",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_197_014/?format=api",
            "sitting": {
                "id": 213,
                "date": "2019-06-26",
                "number": 197,
                "branch": "C"
            },
            "number": 14,
            "title": "Emendamento 1.12 MARIN MARCO (FI)\n     - Votazione Emendamento DDL n.1603-BIS",
            "original_title": "Votazione Emendamento DDL n.1603-BIS",
            "description_title": "Emendamento 1.12 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": 5,
            "n_margin": 70,
            "majority_cohesion_rate": 75.8,
            "minority_cohesion_rate": 43.51
        },
        {
            "id": 3386,
            "slug": "vs18_197_028",
            "identifier": "vs18_197_028",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_197_028/?format=api",
            "sitting": {
                "id": 213,
                "date": "2019-06-26",
                "number": 197,
                "branch": "C"
            },
            "number": 28,
            "title": "Emendamento 1.31 TOCCAFONDI GABRIELE (MISTO)\n     - Votazione Emendamento DDL n.1603-BIS",
            "original_title": "Votazione Emendamento DDL n.1603-BIS",
            "description_title": "Emendamento 1.31 TOCCAFONDI GABRIELE (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": 17,
            "n_margin": 66,
            "majority_cohesion_rate": 75.8,
            "minority_cohesion_rate": 45.8
        },
        {
            "id": 2884,
            "slug": "vs18_239_001",
            "identifier": "vs18_239_001",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_239_001/?format=api",
            "sitting": {
                "id": 255,
                "date": "2019-10-15",
                "number": 239,
                "branch": "C"
            },
            "number": 1,
            "title": "Mozione n. 1-00243 (Nuova formulazione) NOJA LISA (IV), PENNA LEONARDO SALVATORE (M5S), CARNEVALI ELENA (PD), MURONI ROSSELLA (LEU) ed altri\n     - Votazione Mozione 1-00243",
            "original_title": "Votazione Mozione 1-00243",
            "description_title": "Mozione n. 1-00243 (Nuova formulazione) NOJA LISA (IV), PENNA LEONARDO SALVATORE (M5S), CARNEVALI ELENA (PD), MURONI ROSSELLA (LEU) ed altri\n    ",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Mozione",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 242,
            "majority_cohesion_rate": 75.8,
            "minority_cohesion_rate": 80.23
        },
        {
            "id": 2897,
            "slug": "vs18_230_026",
            "identifier": "vs18_230_026",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_230_026/?format=api",
            "sitting": {
                "id": 246,
                "date": "2019-10-01",
                "number": 230,
                "branch": "C"
            },
            "number": 26,
            "title": "Articolo 20\n     - Votazione Articolo DDL n.1201-B",
            "original_title": "Votazione Articolo DDL n.1201-B",
            "description_title": "Articolo 20\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": 5,
            "n_margin": 137,
            "majority_cohesion_rate": 75.8,
            "minority_cohesion_rate": 36.19
        },
        {
            "id": 4246,
            "slug": "vs18_235_001",
            "identifier": "vs18_235_001",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_235_001/?format=api",
            "sitting": {
                "id": 251,
                "date": "2019-10-09",
                "number": 235,
                "branch": "C"
            },
            "number": 1,
            "title": "Mozione n. 1-00241 MOLINARI RICCARDO (LEGA) ed altri\n     - Votazione Mozione 1-00241",
            "original_title": "Votazione Mozione 1-00241",
            "description_title": "Mozione n. 1-00241 MOLINARI RICCARDO (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": "Respinta",
            "n_rebels": 0,
            "n_margin": 26,
            "majority_cohesion_rate": 75.8,
            "minority_cohesion_rate": 84.5
        },
        {
            "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": 16789,
            "slug": "18-269-51",
            "identifier": "18-269-51",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/18-269-51/?format=api",
            "sitting": {
                "id": 1025,
                "date": "2020-10-28",
                "number": 269,
                "branch": "S"
            },
            "number": 51,
            "title": "Delega al Governo per il recepimento delle direttive europee e l'attuazione di altri atti dell'Unione europea - Legge di delegazione europea 2019-2020 - Em. 15.2, Casolati e altri",
            "original_title": "Em. 15.2, Casolati e altri",
            "description_title": "Delega al Governo per il recepimento delle direttive europee e l'attuazione di altri atti dell'Unione europea - Legge di delegazione europea 2019-2020",
            "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": 17,
            "majority_cohesion_rate": 75.82,
            "minority_cohesion_rate": 64.44
        },
        {
            "id": 6547,
            "slug": "vs18_422_038",
            "identifier": "vs18_422_038",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_422_038/?format=api",
            "sitting": {
                "id": 438,
                "date": "2020-11-04",
                "number": 422,
                "branch": "C"
            },
            "number": 38,
            "title": "Ordine del giorno n. 9/T.U. 107/35 TOCCALINI LUCA (LEGA) - Votazione Ordine del giorno 9/T.U. 107/35 PDL n. 0107",
            "original_title": "Votazione Ordine del giorno 9/T.U. 107/35 PDL n. 0107",
            "description_title": "Ordine del giorno n. 9/T.U. 107/35 TOCCALINI LUCA (LEGA)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 39,
            "majority_cohesion_rate": 75.84,
            "minority_cohesion_rate": 70.47
        },
        {
            "id": 5820,
            "slug": "vs18_422_032",
            "identifier": "vs18_422_032",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_422_032/?format=api",
            "sitting": {
                "id": 438,
                "date": "2020-11-04",
                "number": 422,
                "branch": "C"
            },
            "number": 32,
            "title": "Ordine del giorno n. 9/T.U. 107/29 FURGIUELE DOMENICO (LEGA) - Votazione Ordine del giorno 9/T.U. 107/29 PDL n. 0107",
            "original_title": "Votazione Ordine del giorno 9/T.U. 107/29 PDL n. 0107",
            "description_title": "Ordine del giorno n. 9/T.U. 107/29 FURGIUELE DOMENICO (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": 2,
            "n_margin": 38,
            "majority_cohesion_rate": 75.84,
            "minority_cohesion_rate": 70.87
        },
        {
            "id": 8233,
            "slug": "vs18_454_022",
            "identifier": "vs18_454_022",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_454_022/?format=api",
            "sitting": {
                "id": 470,
                "date": "2021-01-20",
                "number": 454,
                "branch": "C"
            },
            "number": 22,
            "title": "Emendamento 1-quinquies.1 GEMMATO MARCELLO (FDI) - Votazione Emendamento 1-quinquies.1 DDL n. 2835",
            "original_title": "Votazione Emendamento 1-quinquies.1 DDL n. 2835",
            "description_title": "Emendamento 1-quinquies.1 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": 26,
            "majority_cohesion_rate": 75.85,
            "minority_cohesion_rate": 70.77
        },
        {
            "id": 8304,
            "slug": "vs18_454_012",
            "identifier": "vs18_454_012",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_454_012/?format=api",
            "sitting": {
                "id": 470,
                "date": "2021-01-20",
                "number": 454,
                "branch": "C"
            },
            "number": 12,
            "title": "Emendamento 1-ter.1 PANIZZUT MASSIMILIANO (LEGA) - Votazione Emendamento 1-ter.1 DDL n. 2835",
            "original_title": "Votazione Emendamento 1-ter.1 DDL n. 2835",
            "description_title": "Emendamento 1-ter.1 PANIZZUT MASSIMILIANO (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": 32,
            "majority_cohesion_rate": 75.85,
            "minority_cohesion_rate": 67.25
        },
        {
            "id": 8289,
            "slug": "vs18_454_039",
            "identifier": "vs18_454_039",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_454_039/?format=api",
            "sitting": {
                "id": 470,
                "date": "2021-01-20",
                "number": 454,
                "branch": "C"
            },
            "number": 39,
            "title": "Emendamento 2.29 TORROMINO SERGIO (FI) - Votazione Emendamento 2.29 DDL n. 2835",
            "original_title": "Votazione Emendamento 2.29 DDL n. 2835",
            "description_title": "Emendamento 2.29 TORROMINO SERGIO (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": 29,
            "majority_cohesion_rate": 75.85,
            "minority_cohesion_rate": 67.61
        },
        {
            "id": 8259,
            "slug": "vs18_454_024",
            "identifier": "vs18_454_024",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_454_024/?format=api",
            "sitting": {
                "id": 470,
                "date": "2021-01-20",
                "number": 454,
                "branch": "C"
            },
            "number": 24,
            "title": "Emendamento 1-quinquies.3 GEMMATO MARCELLO (FDI) - Votazione Emendamento 1-quinquies.3 DDL n. 2835",
            "original_title": "Votazione Emendamento 1-quinquies.3 DDL n. 2835",
            "description_title": "Emendamento 1-quinquies.3 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": 27,
            "majority_cohesion_rate": 75.85,
            "minority_cohesion_rate": 70.07
        },
        {
            "id": 8312,
            "slug": "vs18_454_007",
            "identifier": "vs18_454_007",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_454_007/?format=api",
            "sitting": {
                "id": 470,
                "date": "2021-01-20",
                "number": 454,
                "branch": "C"
            },
            "number": 7,
            "title": "Articolo aggiuntivo 1.02 MOLLICONE FEDERICO (FDI) - Votazione Emendamento 1.02 DDL n. 2835",
            "original_title": "Votazione Emendamento 1.02 DDL n. 2835",
            "description_title": "Articolo aggiuntivo 1.02 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": 34,
            "majority_cohesion_rate": 75.85,
            "minority_cohesion_rate": 65.14
        },
        {
            "id": 8250,
            "slug": "vs18_454_003",
            "identifier": "vs18_454_003",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_454_003/?format=api",
            "sitting": {
                "id": 470,
                "date": "2021-01-20",
                "number": 454,
                "branch": "C"
            },
            "number": 3,
            "title": "Emendamento 1.52 LOCATELLI ALESSANDRA (LEGA) - Votazione Emendamento 1.52 DDL n. 2835",
            "original_title": "Votazione Emendamento 1.52 DDL n. 2835",
            "description_title": "Emendamento 1.52 LOCATELLI ALESSANDRA (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": 33,
            "majority_cohesion_rate": 75.85,
            "minority_cohesion_rate": 64.08
        },
        {
            "id": 8256,
            "slug": "vs18_454_042",
            "identifier": "vs18_454_042",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_454_042/?format=api",
            "sitting": {
                "id": 470,
                "date": "2021-01-20",
                "number": 454,
                "branch": "C"
            },
            "number": 42,
            "title": "Emendamento 2.5 DE TOMA MASSIMILIANO (MISTO) - Votazione Emendamento 2.5 DDL n. 2835",
            "original_title": "Votazione Emendamento 2.5 DDL n. 2835",
            "description_title": "Emendamento 2.5 DE TOMA MASSIMILIANO (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": 75.85,
            "minority_cohesion_rate": 69.37
        },
        {
            "id": 8218,
            "slug": "vs18_454_021",
            "identifier": "vs18_454_021",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_454_021/?format=api",
            "sitting": {
                "id": 470,
                "date": "2021-01-20",
                "number": 454,
                "branch": "C"
            },
            "number": 21,
            "title": "Emendamento 1-quater.7 FRASSINETTI PAOLA (FDI) - Votazione Emendamento 1-quater.7 DDL n. 2835",
            "original_title": "Votazione Emendamento 1-quater.7 DDL n. 2835",
            "description_title": "Emendamento 1-quater.7 FRASSINETTI PAOLA (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": 2,
            "n_margin": 27,
            "majority_cohesion_rate": 75.85,
            "minority_cohesion_rate": 70.77
        },
        {
            "id": 8247,
            "slug": "vs18_454_013",
            "identifier": "vs18_454_013",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_454_013/?format=api",
            "sitting": {
                "id": 470,
                "date": "2021-01-20",
                "number": 454,
                "branch": "C"
            },
            "number": 13,
            "title": "Emendamento 1-ter.2 BELLUCCI MARIA TERESA (FDI) - Votazione Emendamento 1-ter.2 DDL n. 2835",
            "original_title": "Votazione Emendamento 1-ter.2 DDL n. 2835",
            "description_title": "Emendamento 1-ter.2 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": 31,
            "majority_cohesion_rate": 75.85,
            "minority_cohesion_rate": 68.31
        },
        {
            "id": 8315,
            "slug": "vs18_454_050",
            "identifier": "vs18_454_050",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_454_050/?format=api",
            "sitting": {
                "id": 470,
                "date": "2021-01-20",
                "number": 454,
                "branch": "C"
            },
            "number": 50,
            "title": "Articolo aggiuntivo 2.037 SQUERI LUCA (FI) - Votazione Emendamento 2.037 DDL n. 2835",
            "original_title": "Votazione Emendamento 2.037 DDL n. 2835",
            "description_title": "Articolo aggiuntivo 2.037 SQUERI LUCA (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": 26,
            "majority_cohesion_rate": 75.85,
            "minority_cohesion_rate": 70.77
        },
        {
            "id": 16950,
            "slug": "18-302-10",
            "identifier": "18-302-10",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/18-302-10/?format=api",
            "sitting": {
                "id": 1058,
                "date": "2021-03-03",
                "number": 302,
                "branch": "S"
            },
            "number": 10,
            "title": "Conversione in legge, con modificazioni, del decreto-legge 14 gennaio 2021, n. 2, recante ulteriori disposizioni urgenti in materia di contenimento e prevenzione dell'emergenza epidemiologica da COVID-19 e di svolgimento delle elezioni per l'anno 2021 - Em. 3.103, La cOMMISSIONE",
            "original_title": "Em. 3.103, La cOMMISSIONE",
            "description_title": "Conversione in legge, con modificazioni, del decreto-legge 14 gennaio 2021, n. 2, recante ulteriori disposizioni urgenti in materia di contenimento e prevenzione dell'emergenza epidemiologica da COVID-19 e di svolgimento delle elezioni per l'anno 2021",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 94,
            "majority_cohesion_rate": 75.86,
            "minority_cohesion_rate": 84.21
        },
        {
            "id": 3246,
            "slug": "vs18_252_013",
            "identifier": "vs18_252_013",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_252_013/?format=api",
            "sitting": {
                "id": 268,
                "date": "2019-11-05",
                "number": 252,
                "branch": "C"
            },
            "number": 13,
            "title": "Mozione n. 1-00278, limitatamente alla premessa, MELONI GIORGIA (FDI) ed altri\n     - Votazione Mozione 1-00278",
            "original_title": "Votazione Mozione 1-00278",
            "description_title": "Mozione n. 1-00278, limitatamente alla premessa, MELONI GIORGIA (FDI) ed altri\n    ",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Mozione",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 28,
            "majority_cohesion_rate": 75.87,
            "minority_cohesion_rate": 79.46
        },
        {
            "id": 609,
            "slug": "vs18_101_040",
            "identifier": "vs18_101_040",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_101_040/?format=api",
            "sitting": {
                "id": 117,
                "date": "2018-12-13",
                "number": 101,
                "branch": "C"
            },
            "number": 40,
            "title": "Ordine del giorno n. 9/1408/124 NOJA LISA (PD)\n     - Votazione Ordine del giorno 9/1408/124 DDL n.1408",
            "original_title": "Votazione Ordine del giorno 9/1408/124 DDL n.1408",
            "description_title": "Ordine del giorno n. 9/1408/124 NOJA LISA (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": 0,
            "n_margin": 37,
            "majority_cohesion_rate": 75.87,
            "minority_cohesion_rate": 69.47
        },
        {
            "id": 801,
            "slug": "vs18_101_023",
            "identifier": "vs18_101_023",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_101_023/?format=api",
            "sitting": {
                "id": 117,
                "date": "2018-12-13",
                "number": 101,
                "branch": "C"
            },
            "number": 23,
            "title": "Ordine del giorno n. 9/1408/106 MICELI CARMELO (PD)\n     - Votazione Ordine del giorno 9/1408/106 DDL n.1408",
            "original_title": "Votazione Ordine del giorno 9/1408/106 DDL n.1408",
            "description_title": "Ordine del giorno n. 9/1408/106 MICELI CARMELO (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": 0,
            "n_margin": 32,
            "majority_cohesion_rate": 75.87,
            "minority_cohesion_rate": 74.05
        },
        {
            "id": 797,
            "slug": "vs18_101_020",
            "identifier": "vs18_101_020",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_101_020/?format=api",
            "sitting": {
                "id": 117,
                "date": "2018-12-13",
                "number": 101,
                "branch": "C"
            },
            "number": 20,
            "title": "Ordine del giorno n. 9/1408/101 GARIGLIO DAVIDE (PD)\n     - Votazione Ordine del giorno 9/1408/101 DDL n.1408",
            "original_title": "Votazione Ordine del giorno 9/1408/101 DDL n.1408",
            "description_title": "Ordine del giorno n. 9/1408/101 GARIGLIO DAVIDE (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": 1,
            "n_margin": 33,
            "majority_cohesion_rate": 75.87,
            "minority_cohesion_rate": 73.28
        },
        {
            "id": 3564,
            "slug": "vs18_218_004",
            "identifier": "vs18_218_004",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_218_004/?format=api",
            "sitting": {
                "id": 234,
                "date": "2019-07-30",
                "number": 218,
                "branch": "C"
            },
            "number": 4,
            "title": "Emendamento 1.4 LOLLOBRIGIDA FRANCESCO (FDI)\n     - Votazione Emendamento DDL n.2000",
            "original_title": "Votazione Emendamento DDL n.2000",
            "description_title": "Emendamento 1.4 LOLLOBRIGIDA FRANCESCO (FDI)\n    ",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 89,
            "majority_cohesion_rate": 75.88,
            "minority_cohesion_rate": 35.88
        },
        {
            "id": 4536,
            "slug": "vs18_220_059",
            "identifier": "vs18_220_059",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_220_059/?format=api",
            "sitting": {
                "id": 236,
                "date": "2019-08-01",
                "number": 220,
                "branch": "C"
            },
            "number": 59,
            "title": "Articolo 3\n     - Votazione Articolo PDL n.2039",
            "original_title": "Votazione Articolo PDL n.2039",
            "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": 0,
            "n_margin": 201,
            "majority_cohesion_rate": 75.88,
            "minority_cohesion_rate": 52.67
        },
        {
            "id": 4539,
            "slug": "vs18_220_058",
            "identifier": "vs18_220_058",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_220_058/?format=api",
            "sitting": {
                "id": 236,
                "date": "2019-08-01",
                "number": 220,
                "branch": "C"
            },
            "number": 58,
            "title": "Articolo 2\n     - Votazione Articolo PDL n.2039",
            "original_title": "Votazione Articolo PDL n.2039",
            "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": 0,
            "n_margin": 198,
            "majority_cohesion_rate": 75.88,
            "minority_cohesion_rate": 50.38
        },
        {
            "id": 4373,
            "slug": "vs18_225_023",
            "identifier": "vs18_225_023",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_225_023/?format=api",
            "sitting": {
                "id": 241,
                "date": "2019-09-18",
                "number": 225,
                "branch": "C"
            },
            "number": 23,
            "title": "Articolo 5\n     - Votazione Articolo DDL n.1771",
            "original_title": "Votazione Articolo DDL n.1771",
            "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": 0,
            "n_margin": 247,
            "majority_cohesion_rate": 75.88,
            "minority_cohesion_rate": 84.44
        },
        {
            "id": 4376,
            "slug": "vs18_225_012",
            "identifier": "vs18_225_012",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_225_012/?format=api",
            "sitting": {
                "id": 241,
                "date": "2019-09-18",
                "number": 225,
                "branch": "C"
            },
            "number": 12,
            "title": "Ratifica ed esecuzione dei seguenti Accordi: a) Accordo tra il Governo della Repubblica italiana e il Governo della Repubblica di Belarus in materia di cooperazione scientifica e tecnologica, fatto a Trieste il 10 giugno 2011; b) Accordo tra il Governo della Repubblica italiana e il Governo della Repubblica di Belarus sulla cooperazione culturale, fatto a Trieste il 10 giugno 2011 (Approvata dal Senato) (DDL 1678)\n     - Votazione finale DDL n.1678",
            "original_title": "Votazione finale DDL n.1678",
            "description_title": "Ratifica ed esecuzione dei seguenti Accordi: a) Accordo tra il Governo della Repubblica italiana e il Governo della Repubblica di Belarus in materia di cooperazione scientifica e tecnologica, fatto a Trieste il 10 giugno 2011; b) Accordo tra il Governo della Repubblica italiana e il Governo della Repubblica di Belarus sulla cooperazione culturale, fatto a Trieste il 10 giugno 2011 (Approvata dal Senato) (DDL 1678)\n    ",
            "public_title": null,
            "is_key_vote": false,
            "is_final": true,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Atto intero",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 249,
            "majority_cohesion_rate": 75.88,
            "minority_cohesion_rate": 83.66
        },
        {
            "id": 4389,
            "slug": "vs18_225_001",
            "identifier": "vs18_225_001",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_225_001/?format=api",
            "sitting": {
                "id": 241,
                "date": "2019-09-18",
                "number": 225,
                "branch": "C"
            },
            "number": 1,
            "title": "Articolo 1\n     - Votazione Articolo DDL n.1476",
            "original_title": "Votazione Articolo DDL n.1476",
            "description_title": "Articolo 1\n    ",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 249,
            "majority_cohesion_rate": 75.88,
            "minority_cohesion_rate": 85.21
        },
        {
            "id": 4541,
            "slug": "vs18_220_060",
            "identifier": "vs18_220_060",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_220_060/?format=api",
            "sitting": {
                "id": 236,
                "date": "2019-08-01",
                "number": 220,
                "branch": "C"
            },
            "number": 60,
            "title": "Modifica all'articolo 1, comma 5, della legge 7 ottobre 2015, n. 167, in materia di proroga del termine per l'adozione di disposizioni integrative e correttive concernenti la revisione e l'integrazione del codice della nautica da diporto (Approvato dal Senato) (PDL 2039)\n     - Votazione finale PDL n.2039",
            "original_title": "Votazione finale PDL n.2039",
            "description_title": "Modifica all'articolo 1, comma 5, della legge 7 ottobre 2015, n. 167, in materia di proroga del termine per l'adozione di disposizioni integrative e correttive concernenti la revisione e l'integrazione del codice della nautica da diporto (Approvato dal Senato) (PDL 2039)\n    ",
            "public_title": null,
            "is_key_vote": false,
            "is_final": true,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Atto intero",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 196,
            "majority_cohesion_rate": 75.88,
            "minority_cohesion_rate": 48.47
        },
        {
            "id": 4383,
            "slug": "vs18_225_010",
            "identifier": "vs18_225_010",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_225_010/?format=api",
            "sitting": {
                "id": 241,
                "date": "2019-09-18",
                "number": 225,
                "branch": "C"
            },
            "number": 10,
            "title": "Articolo 4\n     - Votazione Articolo DDL n.1678",
            "original_title": "Votazione Articolo DDL n.1678",
            "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": 0,
            "n_margin": 253,
            "majority_cohesion_rate": 75.88,
            "minority_cohesion_rate": 87.55
        },
        {
            "id": 6302,
            "slug": "vs18_313_015",
            "identifier": "vs18_313_015",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/18/votings/vs18_313_015/?format=api",
            "sitting": {
                "id": 329,
                "date": "2020-02-27",
                "number": 313,
                "branch": "C"
            },
            "number": 15,
            "title": "Ordine del giorno n. 9/2394/63 GOLINELLI GUGLIELMO (LEGA) - Votazione Ordine del giorno 9/2394/63 DDL n. 2394",
            "original_title": "Votazione Ordine del giorno 9/2394/63 DDL n. 2394",
            "description_title": "Ordine del giorno n. 9/2394/63 GOLINELLI GUGLIELMO (LEGA)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 33,
            "majority_cohesion_rate": 75.89,
            "minority_cohesion_rate": 73.93
        }
    ]
}