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

{
    "count": 22091,
    "codelists": {
        "years": [
            {
                "id": "2025",
                "value": "2025"
            },
            {
                "id": "2024",
                "value": "2024"
            },
            {
                "id": "2023",
                "value": "2023"
            },
            {
                "id": "2022",
                "value": "2022"
            }
        ],
        "branch": [
            {
                "id": "S",
                "value": "Senato"
            },
            {
                "id": "C",
                "value": "Camera"
            }
        ],
        "governments": [
            {
                "id": 135225,
                "slug": "i-governo-meloni-2022-10-22",
                "start_date": "2022-10-22",
                "value": "Meloni I"
            }
        ],
        "governments_filter": [
            {
                "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/19/votings/?format=api&ordering=-date&page=404",
    "previous": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=-date&page=402",
    "results": [
        {
            "id": 20025,
            "slug": "vs19_073_005",
            "identifier": "vs19_073_005",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_073_005/?format=api",
            "sitting": {
                "id": 1330,
                "date": "2023-03-22",
                "number": 73,
                "branch": "C"
            },
            "number": 5,
            "title": "Risoluzione n. 6-00023,  limitatamente al capoverso ottavo della parte dispositiva, RICHETTI MATTEO (AIV-RE) ed altri - Votazione Risoluzione 6_00023",
            "original_title": "Votazione Risoluzione 6_00023",
            "description_title": "Risoluzione n. 6-00023,  limitatamente al capoverso ottavo della parte dispositiva, RICHETTI MATTEO (AIV-RE) ed altri",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Risoluzione",
            "outcome": "Approvata",
            "n_rebels": 3,
            "n_margin": 48,
            "majority_cohesion_rate": 78.48,
            "minority_cohesion_rate": 67.28
        },
        {
            "id": 19862,
            "slug": "vs19_073_025",
            "identifier": "vs19_073_025",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_073_025/?format=api",
            "sitting": {
                "id": 1330,
                "date": "2023-03-22",
                "number": 73,
                "branch": "C"
            },
            "number": 25,
            "title": "Articolo 8 - Votazione Articolo 8 PDL n. 0217",
            "original_title": "Votazione Articolo 8 PDL n. 0217",
            "description_title": "Articolo 8",
            "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": 87,
            "majority_cohesion_rate": 67.09,
            "minority_cohesion_rate": 59.26
        },
        {
            "id": 19910,
            "slug": "vs19_073_015",
            "identifier": "vs19_073_015",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_073_015/?format=api",
            "sitting": {
                "id": 1330,
                "date": "2023-03-22",
                "number": 73,
                "branch": "C"
            },
            "number": 15,
            "title": "Emendamento 2.103 delle Commissioni - Votazione Emendamento 2.103 PDL n. 0217",
            "original_title": "Votazione Emendamento 2.103 PDL n. 0217",
            "description_title": "Emendamento 2.103 delle Commissioni",
            "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": 129,
            "majority_cohesion_rate": 63.71,
            "minority_cohesion_rate": 67.28
        },
        {
            "id": 19929,
            "slug": "vs19_073_018",
            "identifier": "vs19_073_018",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_073_018/?format=api",
            "sitting": {
                "id": 1330,
                "date": "2023-03-22",
                "number": 73,
                "branch": "C"
            },
            "number": 18,
            "title": "Articolo 4 (Mantenimento) - Votazione Articolo 4 PDL n. 0217",
            "original_title": "Votazione Articolo 4 PDL n. 0217",
            "description_title": "Articolo 4 (Mantenimento)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 135,
            "majority_cohesion_rate": 66.24,
            "minority_cohesion_rate": 69.14
        },
        {
            "id": 19986,
            "slug": "vs19_073_006",
            "identifier": "vs19_073_006",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_073_006/?format=api",
            "sitting": {
                "id": 1330,
                "date": "2023-03-22",
                "number": 73,
                "branch": "C"
            },
            "number": 6,
            "title": "Risoluzione n. 6-00024, ad eccezione del capoverso primo della parte dispositiva, SERRACCHIANI DEBORA (PD-IDP) ed altri - Votazione Risoluzione 6_00024",
            "original_title": "Votazione Risoluzione 6_00024",
            "description_title": "Risoluzione n. 6-00024, ad eccezione del capoverso primo della parte dispositiva, SERRACCHIANI DEBORA (PD-IDP) 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": 3,
            "n_margin": 48,
            "majority_cohesion_rate": 78.9,
            "minority_cohesion_rate": 56.17
        },
        {
            "id": 19917,
            "slug": "vs19_073_027",
            "identifier": "vs19_073_027",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_073_027/?format=api",
            "sitting": {
                "id": 1330,
                "date": "2023-03-22",
                "number": 73,
                "branch": "C"
            },
            "number": 27,
            "title": "Emendamento 9/217 E ABB./8 GRIMALDI MARCO (AVS) - Votazione Emendamento 9/217 PDL n. 0217",
            "original_title": "Votazione Emendamento 9/217 PDL n. 0217",
            "description_title": "Emendamento 9/217 E ABB./8 GRIMALDI MARCO (AVS)",
            "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": 64.14,
            "minority_cohesion_rate": 61.73
        },
        {
            "id": 19936,
            "slug": "vs19_073_019",
            "identifier": "vs19_073_019",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_073_019/?format=api",
            "sitting": {
                "id": 1330,
                "date": "2023-03-22",
                "number": 73,
                "branch": "C"
            },
            "number": 19,
            "title": "Emendamento 5.300, da votare ai sensi dell'articolo 86, comma 4-bis, del Regolamento - Votazione Emendamento 5.300, PDL n. 0217",
            "original_title": "Votazione Emendamento 5.300, PDL n. 0217",
            "description_title": "Emendamento 5.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": 134,
            "majority_cohesion_rate": 66.67,
            "minority_cohesion_rate": 69.14
        },
        {
            "id": 19886,
            "slug": "vs19_073_021",
            "identifier": "vs19_073_021",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_073_021/?format=api",
            "sitting": {
                "id": 1330,
                "date": "2023-03-22",
                "number": 73,
                "branch": "C"
            },
            "number": 21,
            "title": "Articolo 6 - Votazione Articolo 6 PDL n. 0217",
            "original_title": "Votazione Articolo 6 PDL n. 0217",
            "description_title": "Articolo 6",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 135,
            "majority_cohesion_rate": 67.09,
            "minority_cohesion_rate": 69.75
        },
        {
            "id": 20109,
            "slug": "vs19_073_009",
            "identifier": "vs19_073_009",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_073_009/?format=api",
            "sitting": {
                "id": 1330,
                "date": "2023-03-22",
                "number": 73,
                "branch": "C"
            },
            "number": 9,
            "title": "Risoluzione n. 6-00025, limitatamente ai capoversi sesto, decimo e undicesimo della parte dispositiva, MOLINARI RICCARDO (LEGA), CATTANEO ALESSANDRO (FI-PPE), LUPI MAURIZIO (NM-M), FOTI TOMMASO (FDI) ed altri - Votazione Risoluzione 6_00025",
            "original_title": "Votazione Risoluzione 6_00025",
            "description_title": "Risoluzione n. 6-00025, limitatamente ai capoversi sesto, decimo e undicesimo della parte dispositiva, MOLINARI RICCARDO (LEGA), CATTANEO ALESSANDRO (FI-PPE), LUPI MAURIZIO (NM-M), FOTI TOMMASO (FDI) ed altri",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Risoluzione",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 31,
            "majority_cohesion_rate": 80.17,
            "minority_cohesion_rate": 78.4
        },
        {
            "id": 19876,
            "slug": "vs19_072_047",
            "identifier": "vs19_072_047",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_072_047/?format=api",
            "sitting": {
                "id": 1329,
                "date": "2023-03-21",
                "number": 72,
                "branch": "C"
            },
            "number": 47,
            "title": "Emendamento 3.33 SPORTIELLO GILDA (M5S) - Votazione Emendamento 3.33 DDL n. 0977",
            "original_title": "Votazione Emendamento 3.33 DDL n. 0977",
            "description_title": "Emendamento 3.33 SPORTIELLO GILDA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 27,
            "majority_cohesion_rate": 68.78,
            "minority_cohesion_rate": 67.9
        },
        {
            "id": 20095,
            "slug": "vs19_072_118",
            "identifier": "vs19_072_118",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_072_118/?format=api",
            "sitting": {
                "id": 1329,
                "date": "2023-03-21",
                "number": 72,
                "branch": "C"
            },
            "number": 118,
            "title": "Ordine del giorno n. 9/977/22 CARAMIELLO ALESSANDRO (M5S) - Votazione Ordine del giorno 9/977/22 DDL n. 0977",
            "original_title": "Votazione Ordine del giorno 9/977/22 DDL n. 0977",
            "description_title": "Ordine del giorno n. 9/977/22 CARAMIELLO ALESSANDRO (M5S)",
            "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": 63,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 35.8
        },
        {
            "id": 20034,
            "slug": "vs19_072_011",
            "identifier": "vs19_072_011",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_072_011/?format=api",
            "sitting": {
                "id": 1329,
                "date": "2023-03-21",
                "number": 72,
                "branch": "C"
            },
            "number": 11,
            "title": "Mozione n. 1-00089 SERRACCHIANI DEBORA (PD-IDP) ed altri - Votazione finale ",
            "original_title": "Votazione finale ",
            "description_title": "Mozione n. 1-00089 SERRACCHIANI DEBORA (PD-IDP) ed altri",
            "public_title": null,
            "is_key_vote": false,
            "is_final": true,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Mozione",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 35,
            "majority_cohesion_rate": 71.31,
            "minority_cohesion_rate": 62.35
        },
        {
            "id": 19972,
            "slug": "vs19_072_073",
            "identifier": "vs19_072_073",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_072_073/?format=api",
            "sitting": {
                "id": 1329,
                "date": "2023-03-21",
                "number": 72,
                "branch": "C"
            },
            "number": 73,
            "title": "Emendamento 4.54 GIRELLI GIAN ANTONIO (PD-IDP) - Votazione Emendamento 4.54 DDL n. 0977",
            "original_title": "Votazione Emendamento 4.54 DDL n. 0977",
            "description_title": "Emendamento 4.54 GIRELLI GIAN ANTONIO (PD-IDP)",
            "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": 68.78,
            "minority_cohesion_rate": 67.9
        },
        {
            "id": 20076,
            "slug": "vs19_072_009",
            "identifier": "vs19_072_009",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_072_009/?format=api",
            "sitting": {
                "id": 1329,
                "date": "2023-03-21",
                "number": 72,
                "branch": "C"
            },
            "number": 9,
            "title": "Mozione n. 1-00085, limitatamente al capoverso terzo della parte dispositiva, ZANELLA LUANA (AVS) ed altri - Votazione Mozione 1_00085",
            "original_title": "Votazione Mozione 1_00085",
            "description_title": "Mozione n. 1-00085, limitatamente al capoverso terzo della parte dispositiva, ZANELLA LUANA (AVS) 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": 34,
            "majority_cohesion_rate": 70.04,
            "minority_cohesion_rate": 61.11
        },
        {
            "id": 19968,
            "slug": "vs19_072_088",
            "identifier": "vs19_072_088",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_072_088/?format=api",
            "sitting": {
                "id": 1329,
                "date": "2023-03-21",
                "number": 72,
                "branch": "C"
            },
            "number": 88,
            "title": "Emendamento 5.23 MALAVASI ILENIA (PD-IDP) - Votazione Emendamento 5.23 DDL n. 0977",
            "original_title": "Votazione Emendamento 5.23 DDL n. 0977",
            "description_title": "Emendamento 5.23 MALAVASI ILENIA (PD-IDP)",
            "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": 20,
            "majority_cohesion_rate": 64.98,
            "minority_cohesion_rate": 70.99
        },
        {
            "id": 20016,
            "slug": "vs19_072_115",
            "identifier": "vs19_072_115",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_072_115/?format=api",
            "sitting": {
                "id": 1329,
                "date": "2023-03-21",
                "number": 72,
                "branch": "C"
            },
            "number": 115,
            "title": "Ordine del giorno n. 9/977/19 RICCIARDI MARIANNA (M5S) - Votazione Ordine del giorno 9/977/19 DDL n. 0977",
            "original_title": "Votazione Ordine del giorno 9/977/19 DDL n. 0977",
            "description_title": "Ordine del giorno n. 9/977/19 RICCIARDI MARIANNA (M5S)",
            "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": 27,
            "majority_cohesion_rate": 60.34,
            "minority_cohesion_rate": 55.56
        },
        {
            "id": 20072,
            "slug": "vs19_072_004",
            "identifier": "vs19_072_004",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_072_004/?format=api",
            "sitting": {
                "id": 1329,
                "date": "2023-03-21",
                "number": 72,
                "branch": "C"
            },
            "number": 4,
            "title": "Mozione n. 1-00084, limitatamente al capoverso secondo della parte dispositiva, SILVESTRI FRANCESCO (M5S) ed altri - Votazione Mozione 1_00084",
            "original_title": "Votazione Mozione 1_00084",
            "description_title": "Mozione n. 1-00084, limitatamente al capoverso secondo della parte dispositiva, SILVESTRI FRANCESCO (M5S) 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": 0,
            "n_margin": 59,
            "majority_cohesion_rate": 70.04,
            "minority_cohesion_rate": 34.57
        },
        {
            "id": 19908,
            "slug": "vs19_072_084",
            "identifier": "vs19_072_084",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_072_084/?format=api",
            "sitting": {
                "id": 1329,
                "date": "2023-03-21",
                "number": 72,
                "branch": "C"
            },
            "number": 84,
            "title": "Emendamento 5.10 MALAVASI ILENIA (PD-IDP) - Votazione Emendamento 5.10 DDL n. 0977",
            "original_title": "Votazione Emendamento 5.10 DDL n. 0977",
            "description_title": "Emendamento 5.10 MALAVASI ILENIA (PD-IDP)",
            "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": 21,
            "majority_cohesion_rate": 62.87,
            "minority_cohesion_rate": 66.67
        },
        {
            "id": 19945,
            "slug": "vs19_072_072",
            "identifier": "vs19_072_072",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_072_072/?format=api",
            "sitting": {
                "id": 1329,
                "date": "2023-03-21",
                "number": 72,
                "branch": "C"
            },
            "number": 72,
            "title": "Emendamento 4.53 QUARTINI ANDREA (M5S) - Votazione Emendamento 4.53 DDL n. 0977",
            "original_title": "Votazione Emendamento 4.53 DDL n. 0977",
            "description_title": "Emendamento 4.53 QUARTINI ANDREA (M5S)",
            "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": 68.35,
            "minority_cohesion_rate": 65.43
        },
        {
            "id": 19946,
            "slug": "vs19_072_029",
            "identifier": "vs19_072_029",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_072_029/?format=api",
            "sitting": {
                "id": 1329,
                "date": "2023-03-21",
                "number": 72,
                "branch": "C"
            },
            "number": 29,
            "title": "Articolo 2 - Votazione Articolo 2 DDL n. 0977",
            "original_title": "Votazione Articolo 2 DDL n. 0977",
            "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": 3,
            "n_margin": 108,
            "majority_cohesion_rate": 69.2,
            "minority_cohesion_rate": 37.65
        },
        {
            "id": 20058,
            "slug": "vs19_072_008",
            "identifier": "vs19_072_008",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_072_008/?format=api",
            "sitting": {
                "id": 1329,
                "date": "2023-03-21",
                "number": 72,
                "branch": "C"
            },
            "number": 8,
            "title": "Mozione n. 1-00085, limitatamente al capoverso secondo della parte dispositiva, ZANELLA LUANA (AVS) ed altri - Votazione Mozione 1_00085",
            "original_title": "Votazione Mozione 1_00085",
            "description_title": "Mozione n. 1-00085, limitatamente al capoverso secondo della parte dispositiva, ZANELLA LUANA (AVS) ed altri",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Mozione",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 132,
            "majority_cohesion_rate": 69.62,
            "minority_cohesion_rate": 62.96
        },
        {
            "id": 19995,
            "slug": "vs19_072_108",
            "identifier": "vs19_072_108",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_072_108/?format=api",
            "sitting": {
                "id": 1329,
                "date": "2023-03-21",
                "number": 72,
                "branch": "C"
            },
            "number": 108,
            "title": "Ordine del giorno n. 9/977/11 ONORI FEDERICA (M5S) - Votazione Ordine del giorno 9/977/11 DDL n. 0977",
            "original_title": "Votazione Ordine del giorno 9/977/11 DDL n. 0977",
            "description_title": "Ordine del giorno n. 9/977/11 ONORI FEDERICA (M5S)",
            "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": 18,
            "majority_cohesion_rate": 58.23,
            "minority_cohesion_rate": 64.2
        },
        {
            "id": 20044,
            "slug": "vs19_072_126",
            "identifier": "vs19_072_126",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_072_126/?format=api",
            "sitting": {
                "id": 1329,
                "date": "2023-03-21",
                "number": 72,
                "branch": "C"
            },
            "number": 126,
            "title": "Ordine del giorno n. 9/977/32 ZANELLA LUANA (AVS) - Votazione Ordine del giorno 9/977/32 DDL n. 0977",
            "original_title": "Votazione Ordine del giorno 9/977/32 DDL n. 0977",
            "description_title": "Ordine del giorno n. 9/977/32 ZANELLA LUANA (AVS)",
            "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": 26,
            "majority_cohesion_rate": 60.76,
            "minority_cohesion_rate": 57.41
        },
        {
            "id": 19924,
            "slug": "vs19_072_066",
            "identifier": "vs19_072_066",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_072_066/?format=api",
            "sitting": {
                "id": 1329,
                "date": "2023-03-21",
                "number": 72,
                "branch": "C"
            },
            "number": 66,
            "title": "Emendamento 4.39 MALAVASI ILENIA (PD-IDP) - Votazione Emendamento 4.39 DDL n. 0977",
            "original_title": "Votazione Emendamento 4.39 DDL n. 0977",
            "description_title": "Emendamento 4.39 MALAVASI ILENIA (PD-IDP)",
            "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": 70.46,
            "minority_cohesion_rate": 67.28
        },
        {
            "id": 20027,
            "slug": "vs19_072_124",
            "identifier": "vs19_072_124",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_072_124/?format=api",
            "sitting": {
                "id": 1329,
                "date": "2023-03-21",
                "number": 72,
                "branch": "C"
            },
            "number": 124,
            "title": "Ordine del giorno n. 9/977/30 PICCOLOTTI ELISABETTA (AVS) - Votazione Ordine del giorno 9/977/30 DDL n. 0977",
            "original_title": "Votazione Ordine del giorno 9/977/30 DDL n. 0977",
            "description_title": "Ordine del giorno n. 9/977/30 PICCOLOTTI ELISABETTA (AVS)",
            "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": 27,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 57.41
        },
        {
            "id": 20096,
            "slug": "vs19_072_121",
            "identifier": "vs19_072_121",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_072_121/?format=api",
            "sitting": {
                "id": 1329,
                "date": "2023-03-21",
                "number": 72,
                "branch": "C"
            },
            "number": 121,
            "title": "Ordine del giorno n. 9/977/27 GRIMALDI MARCO (AVS) - Votazione Ordine del giorno 9/977/27 DDL n. 0977",
            "original_title": "Votazione Ordine del giorno 9/977/27 DDL n. 0977",
            "description_title": "Ordine del giorno n. 9/977/27 GRIMALDI MARCO (AVS)",
            "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": 61.6,
            "minority_cohesion_rate": 56.79
        },
        {
            "id": 20001,
            "slug": "vs19_072_119",
            "identifier": "vs19_072_119",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_072_119/?format=api",
            "sitting": {
                "id": 1329,
                "date": "2023-03-21",
                "number": 72,
                "branch": "C"
            },
            "number": 119,
            "title": "Ordine del giorno n. 9/977/23 GIULIANO CARLA (M5S) - Votazione Ordine del giorno 9/977/23 DDL n. 0977",
            "original_title": "Votazione Ordine del giorno 9/977/23 DDL n. 0977",
            "description_title": "Ordine del giorno n. 9/977/23 GIULIANO CARLA (M5S)",
            "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": 51,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 35.19
        },
        {
            "id": 20082,
            "slug": "vs19_072_103",
            "identifier": "vs19_072_103",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_072_103/?format=api",
            "sitting": {
                "id": 1329,
                "date": "2023-03-21",
                "number": 72,
                "branch": "C"
            },
            "number": 103,
            "title": "Ordine del giorno n. 9/977/4 MALAVASI ILENIA (PD-IDP) - Votazione Ordine del giorno 9/977/4 DDL n. 0977",
            "original_title": "Votazione Ordine del giorno 9/977/4 DDL n. 0977",
            "description_title": "Ordine del giorno n. 9/977/4 MALAVASI ILENIA (PD-IDP)",
            "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": 36,
            "majority_cohesion_rate": 57.38,
            "minority_cohesion_rate": 40.74
        },
        {
            "id": 19892,
            "slug": "vs19_072_086",
            "identifier": "vs19_072_086",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_072_086/?format=api",
            "sitting": {
                "id": 1329,
                "date": "2023-03-21",
                "number": 72,
                "branch": "C"
            },
            "number": 86,
            "title": "Emendamento 5.18 ZANELLA LUANA (AVS) - Votazione Emendamento 5.18 DDL n. 0977",
            "original_title": "Votazione Emendamento 5.18 DDL n. 0977",
            "description_title": "Emendamento 5.18 ZANELLA LUANA (AVS)",
            "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": 66.24,
            "minority_cohesion_rate": 62.35
        },
        {
            "id": 19984,
            "slug": "vs19_072_092",
            "identifier": "vs19_072_092",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_072_092/?format=api",
            "sitting": {
                "id": 1329,
                "date": "2023-03-21",
                "number": 72,
                "branch": "C"
            },
            "number": 92,
            "title": "Articolo 5 - Votazione Articolo 5 DDL n. 0977",
            "original_title": "Votazione Articolo 5 DDL n. 0977",
            "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": 5,
            "n_margin": 72,
            "majority_cohesion_rate": 67.09,
            "minority_cohesion_rate": 34.57
        },
        {
            "id": 19985,
            "slug": "vs19_072_018",
            "identifier": "vs19_072_018",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_072_018/?format=api",
            "sitting": {
                "id": 1329,
                "date": "2023-03-21",
                "number": 72,
                "branch": "C"
            },
            "number": 18,
            "title": "Emendamento 2.17 DI LAURO CARMEN (M5S) - Votazione Emendamento 2.17 DDL n. 0977",
            "original_title": "Votazione Emendamento 2.17 DDL n. 0977",
            "description_title": "Emendamento 2.17 DI LAURO CARMEN (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 24,
            "majority_cohesion_rate": 68.35,
            "minority_cohesion_rate": 71.6
        },
        {
            "id": 19970,
            "slug": "vs19_072_035",
            "identifier": "vs19_072_035",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_072_035/?format=api",
            "sitting": {
                "id": 1329,
                "date": "2023-03-21",
                "number": 72,
                "branch": "C"
            },
            "number": 35,
            "title": "Emendamento 3.18 QUARTINI ANDREA (M5S) - Votazione Emendamento 3.18 DDL n. 0977",
            "original_title": "Votazione Emendamento 3.18 DDL n. 0977",
            "description_title": "Emendamento 3.18 QUARTINI ANDREA (M5S)",
            "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": 25,
            "majority_cohesion_rate": 68.78,
            "minority_cohesion_rate": 70.37
        },
        {
            "id": 19966,
            "slug": "vs19_072_036",
            "identifier": "vs19_072_036",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_072_036/?format=api",
            "sitting": {
                "id": 1329,
                "date": "2023-03-21",
                "number": 72,
                "branch": "C"
            },
            "number": 36,
            "title": "Emendamento 3.19 QUARTINI ANDREA (M5S) - Votazione Emendamento 3.19 DDL n. 0977",
            "original_title": "Votazione Emendamento 3.19 DDL n. 0977",
            "description_title": "Emendamento 3.19 QUARTINI ANDREA (M5S)",
            "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": 33,
            "majority_cohesion_rate": 70.04,
            "minority_cohesion_rate": 62.35
        },
        {
            "id": 20077,
            "slug": "vs19_072_125",
            "identifier": "vs19_072_125",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_072_125/?format=api",
            "sitting": {
                "id": 1329,
                "date": "2023-03-21",
                "number": 72,
                "branch": "C"
            },
            "number": 125,
            "title": "Ordine del giorno n. 9/977/31 DORI DEVIS (AVS) - Votazione Ordine del giorno 9/977/31 DDL n. 0977",
            "original_title": "Votazione Ordine del giorno 9/977/31 DDL n. 0977",
            "description_title": "Ordine del giorno n. 9/977/31 DORI DEVIS (AVS)",
            "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": 61.18,
            "minority_cohesion_rate": 56.17
        },
        {
            "id": 20074,
            "slug": "vs19_072_117",
            "identifier": "vs19_072_117",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_072_117/?format=api",
            "sitting": {
                "id": 1329,
                "date": "2023-03-21",
                "number": 72,
                "branch": "C"
            },
            "number": 117,
            "title": "Ordine del giorno n. 9/977/21 QUARTINI ANDREA (M5S) - Votazione Ordine del giorno 9/977/21 DDL n. 0977",
            "original_title": "Votazione Ordine del giorno 9/977/21 DDL n. 0977",
            "description_title": "Ordine del giorno n. 9/977/21 QUARTINI ANDREA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 24,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 61.73
        },
        {
            "id": 20019,
            "slug": "vs19_072_110",
            "identifier": "vs19_072_110",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_072_110/?format=api",
            "sitting": {
                "id": 1329,
                "date": "2023-03-21",
                "number": 72,
                "branch": "C"
            },
            "number": 110,
            "title": "Ordine del giorno n. 9/977/13 SCUTELLA' ELISA (M5S) - Votazione Ordine del giorno 9/977/13 DDL n. 0977",
            "original_title": "Votazione Ordine del giorno 9/977/13 DDL n. 0977",
            "description_title": "Ordine del giorno n. 9/977/13 SCUTELLA' ELISA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 20,
            "majority_cohesion_rate": 59.49,
            "minority_cohesion_rate": 63.58
        },
        {
            "id": 20004,
            "slug": "vs19_072_114",
            "identifier": "vs19_072_114",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_072_114/?format=api",
            "sitting": {
                "id": 1329,
                "date": "2023-03-21",
                "number": 72,
                "branch": "C"
            },
            "number": 114,
            "title": "Ordine del giorno n. 9/977/18 IARIA ANTONINO (M5S) - Votazione Ordine del giorno 9/977/18 DDL n. 0977",
            "original_title": "Votazione Ordine del giorno 9/977/18 DDL n. 0977",
            "description_title": "Ordine del giorno n. 9/977/18 IARIA ANTONINO (M5S)",
            "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": 22,
            "majority_cohesion_rate": 60.76,
            "minority_cohesion_rate": 62.35
        },
        {
            "id": 19931,
            "slug": "vs19_072_057",
            "identifier": "vs19_072_057",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_072_057/?format=api",
            "sitting": {
                "id": 1329,
                "date": "2023-03-21",
                "number": 72,
                "branch": "C"
            },
            "number": 57,
            "title": "Emendamento 4.19 ZANELLA LUANA (AVS) - Votazione Emendamento 4.19 DDL n. 0977",
            "original_title": "Votazione Emendamento 4.19 DDL n. 0977",
            "description_title": "Emendamento 4.19 ZANELLA LUANA (AVS)",
            "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": 69.2,
            "minority_cohesion_rate": 66.67
        },
        {
            "id": 19925,
            "slug": "vs19_072_016",
            "identifier": "vs19_072_016",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_072_016/?format=api",
            "sitting": {
                "id": 1329,
                "date": "2023-03-21",
                "number": 72,
                "branch": "C"
            },
            "number": 16,
            "title": "Emendamento 2.4 ZANELLA LUANA (AVS) - Votazione Emendamento 2.4 DDL n. 0977",
            "original_title": "Votazione Emendamento 2.4 DDL n. 0977",
            "description_title": "Emendamento 2.4 ZANELLA LUANA (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 22,
            "majority_cohesion_rate": 66.67,
            "minority_cohesion_rate": 70.99
        },
        {
            "id": 19909,
            "slug": "vs19_072_030",
            "identifier": "vs19_072_030",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_072_030/?format=api",
            "sitting": {
                "id": 1329,
                "date": "2023-03-21",
                "number": 72,
                "branch": "C"
            },
            "number": 30,
            "title": "Emendamento 3.3 ZANELLA LUANA (AVS) - Votazione Emendamento 3.3 DDL n. 0977",
            "original_title": "Votazione Emendamento 3.3 DDL n. 0977",
            "description_title": "Emendamento 3.3 ZANELLA LUANA (AVS)",
            "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": 25,
            "majority_cohesion_rate": 68.35,
            "minority_cohesion_rate": 69.75
        },
        {
            "id": 19888,
            "slug": "vs19_072_034",
            "identifier": "vs19_072_034",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_072_034/?format=api",
            "sitting": {
                "id": 1329,
                "date": "2023-03-21",
                "number": 72,
                "branch": "C"
            },
            "number": 34,
            "title": "Emendamento 3.17 RICCIARDI MARIANNA (M5S) - Votazione Emendamento 3.17 DDL n. 0977",
            "original_title": "Votazione Emendamento 3.17 DDL n. 0977",
            "description_title": "Emendamento 3.17 RICCIARDI MARIANNA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 27,
            "majority_cohesion_rate": 70.04,
            "minority_cohesion_rate": 69.75
        },
        {
            "id": 19907,
            "slug": "vs19_072_101",
            "identifier": "vs19_072_101",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_072_101/?format=api",
            "sitting": {
                "id": 1329,
                "date": "2023-03-21",
                "number": 72,
                "branch": "C"
            },
            "number": 101,
            "title": "Articolo 9 - Votazione Articolo 9 DDL n. 0977",
            "original_title": "Votazione Articolo 9 DDL n. 0977",
            "description_title": "Articolo 9",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 2,
            "n_margin": 133,
            "majority_cohesion_rate": 67.09,
            "minority_cohesion_rate": 67.9
        },
        {
            "id": 19842,
            "slug": "vs19_072_075",
            "identifier": "vs19_072_075",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_072_075/?format=api",
            "sitting": {
                "id": 1329,
                "date": "2023-03-21",
                "number": 72,
                "branch": "C"
            },
            "number": 75,
            "title": "Emendamento 4.64 MALAVASI ILENIA (PD-IDP) - Votazione Emendamento 4.64 DDL n. 0977",
            "original_title": "Votazione Emendamento 4.64 DDL n. 0977",
            "description_title": "Emendamento 4.64 MALAVASI ILENIA (PD-IDP)",
            "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": 68.35,
            "minority_cohesion_rate": 67.9
        },
        {
            "id": 19852,
            "slug": "vs19_072_061",
            "identifier": "vs19_072_061",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_072_061/?format=api",
            "sitting": {
                "id": 1329,
                "date": "2023-03-21",
                "number": 72,
                "branch": "C"
            },
            "number": 61,
            "title": "Emendamento 4.27 MALAVASI ILENIA (PD-IDP) - Votazione Emendamento 4.27 DDL n. 0977",
            "original_title": "Votazione Emendamento 4.27 DDL n. 0977",
            "description_title": "Emendamento 4.27 MALAVASI ILENIA (PD-IDP)",
            "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": 41,
            "majority_cohesion_rate": 68.78,
            "minority_cohesion_rate": 58.64
        },
        {
            "id": 19873,
            "slug": "vs19_072_093",
            "identifier": "vs19_072_093",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_072_093/?format=api",
            "sitting": {
                "id": 1329,
                "date": "2023-03-21",
                "number": 72,
                "branch": "C"
            },
            "number": 93,
            "title": "Articolo 6 - Votazione Articolo 6 DDL n. 0977",
            "original_title": "Votazione Articolo 6 DDL n. 0977",
            "description_title": "Articolo 6",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 3,
            "n_margin": 89,
            "majority_cohesion_rate": 67.51,
            "minority_cohesion_rate": 58.64
        },
        {
            "id": 19954,
            "slug": "vs19_072_096",
            "identifier": "vs19_072_096",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_072_096/?format=api",
            "sitting": {
                "id": 1329,
                "date": "2023-03-21",
                "number": 72,
                "branch": "C"
            },
            "number": 96,
            "title": "Emendamento 8.5 MALAVASI ILENIA (PD-IDP) - Votazione Emendamento 8.5 DDL n. 0977",
            "original_title": "Votazione Emendamento 8.5 DDL n. 0977",
            "description_title": "Emendamento 8.5 MALAVASI ILENIA (PD-IDP)",
            "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": 65.82,
            "minority_cohesion_rate": 69.14
        },
        {
            "id": 19939,
            "slug": "vs19_072_026",
            "identifier": "vs19_072_026",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_072_026/?format=api",
            "sitting": {
                "id": 1329,
                "date": "2023-03-21",
                "number": 72,
                "branch": "C"
            },
            "number": 26,
            "title": "Emendamento 2.47 RICCIARDI MARIANNA (M5S) - Votazione Emendamento 2.47 DDL n. 0977",
            "original_title": "Votazione Emendamento 2.47 DDL n. 0977",
            "description_title": "Emendamento 2.47 RICCIARDI MARIANNA (M5S)",
            "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": 24,
            "majority_cohesion_rate": 68.78,
            "minority_cohesion_rate": 70.99
        },
        {
            "id": 19952,
            "slug": "vs19_072_063",
            "identifier": "vs19_072_063",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_072_063/?format=api",
            "sitting": {
                "id": 1329,
                "date": "2023-03-21",
                "number": 72,
                "branch": "C"
            },
            "number": 63,
            "title": "Emendamento 4.32 RUFFINO DANIELA (AIV-RE) - Votazione Emendamento 4.32 DDL n. 0977",
            "original_title": "Votazione Emendamento 4.32 DDL n. 0977",
            "description_title": "Emendamento 4.32 RUFFINO DANIELA (AIV-RE)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 29,
            "majority_cohesion_rate": 70.04,
            "minority_cohesion_rate": 67.28
        },
        {
            "id": 20089,
            "slug": "vs19_072_003",
            "identifier": "vs19_072_003",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_072_003/?format=api",
            "sitting": {
                "id": 1329,
                "date": "2023-03-21",
                "number": 72,
                "branch": "C"
            },
            "number": 3,
            "title": "Mozione n. 1-00084, limitatamente al capoverso primo della parte dispositiva, SILVESTRI FRANCESCO (M5S) ed altri - Votazione Mozione 1_00084",
            "original_title": "Votazione Mozione 1_00084",
            "description_title": "Mozione n. 1-00084, limitatamente al capoverso primo della parte dispositiva, SILVESTRI FRANCESCO (M5S) ed altri",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Mozione",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 107,
            "majority_cohesion_rate": 70.04,
            "minority_cohesion_rate": 34.57
        },
        {
            "id": 19979,
            "slug": "vs19_072_023",
            "identifier": "vs19_072_023",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_072_023/?format=api",
            "sitting": {
                "id": 1329,
                "date": "2023-03-21",
                "number": 72,
                "branch": "C"
            },
            "number": 23,
            "title": "Emendamento 2.34 MALAVASI ILENIA (PD-IDP) - Votazione Emendamento 2.34 DDL n. 0977",
            "original_title": "Votazione Emendamento 2.34 DDL n. 0977",
            "description_title": "Emendamento 2.34 MALAVASI ILENIA (PD-IDP)",
            "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": 68.35,
            "minority_cohesion_rate": 68.52
        }
    ]
}