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

{
    "count": 23029,
    "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=276",
    "previous": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=-date&page=274",
    "results": [
        {
            "id": 27340,
            "slug": "vs19_233_043",
            "identifier": "vs19_233_043",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_233_043/?format=api",
            "sitting": {
                "id": 1589,
                "date": "2024-01-25",
                "number": 233,
                "branch": "C"
            },
            "number": 43,
            "title": "Ordine del giorno n. 9/1606/73 STUMPO NICOLA (PD-IDP) - Votazione Ordine del giorno 9/1606/73 DDL n. 1606",
            "original_title": "Votazione Ordine del giorno 9/1606/73 DDL n. 1606",
            "description_title": "Ordine del giorno n. 9/1606/73 STUMPO NICOLA (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": 3,
            "n_margin": 26,
            "majority_cohesion_rate": 59.49,
            "minority_cohesion_rate": 54.94
        },
        {
            "id": 27348,
            "slug": "vs19_233_016",
            "identifier": "vs19_233_016",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_233_016/?format=api",
            "sitting": {
                "id": 1589,
                "date": "2024-01-25",
                "number": 233,
                "branch": "C"
            },
            "number": 16,
            "title": "Ordine del giorno n. 9/1606/38 IARIA ANTONINO (M5S) - Votazione Ordine del giorno 9/1606/38 DDL n. 1606",
            "original_title": "Votazione Ordine del giorno 9/1606/38 DDL n. 1606",
            "description_title": "Ordine del giorno n. 9/1606/38 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": 32,
            "majority_cohesion_rate": 63.29,
            "minority_cohesion_rate": 56.17
        },
        {
            "id": 27347,
            "slug": "vs19_233_078",
            "identifier": "vs19_233_078",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_233_078/?format=api",
            "sitting": {
                "id": 1589,
                "date": "2024-01-25",
                "number": 233,
                "branch": "C"
            },
            "number": 78,
            "title": "Ordine del giorno n.9/1606/77, nel testo riformulato, SERRACCHIANI DEBORA (PD-IDP) - Votazione Ordine del giorno 9/1606/77, DDL n. 1606",
            "original_title": "Votazione Ordine del giorno 9/1606/77, DDL n. 1606",
            "description_title": "Ordine del giorno n.9/1606/77, nel testo riformulato, SERRACCHIANI DEBORA (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 9,
            "n_margin": 105,
            "majority_cohesion_rate": 56.12,
            "minority_cohesion_rate": 52.47
        },
        {
            "id": 27358,
            "slug": "vs19_233_015",
            "identifier": "vs19_233_015",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_233_015/?format=api",
            "sitting": {
                "id": 1589,
                "date": "2024-01-25",
                "number": 233,
                "branch": "C"
            },
            "number": 15,
            "title": "Ordine del giorno n. 9/1606/37 PELLEGRINI MARCO (M5S) - Votazione Ordine del giorno 9/1606/37 DDL n. 1606",
            "original_title": "Votazione Ordine del giorno 9/1606/37 DDL n. 1606",
            "description_title": "Ordine del giorno n. 9/1606/37 PELLEGRINI MARCO (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": 4,
            "n_margin": 29,
            "majority_cohesion_rate": 62.03,
            "minority_cohesion_rate": 56.17
        },
        {
            "id": 27362,
            "slug": "vs19_233_063",
            "identifier": "vs19_233_063",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_233_063/?format=api",
            "sitting": {
                "id": 1589,
                "date": "2024-01-25",
                "number": 233,
                "branch": "C"
            },
            "number": 63,
            "title": "Ordine del giorno n. 9/1606/100 FERRARI SARA (PD-IDP) - Votazione Ordine del giorno 9/1606/100 DDL n. 1606",
            "original_title": "Votazione Ordine del giorno 9/1606/100 DDL n. 1606",
            "description_title": "Ordine del giorno n. 9/1606/100 FERRARI SARA (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": 2,
            "n_margin": 47,
            "majority_cohesion_rate": 59.07,
            "minority_cohesion_rate": 32.1
        },
        {
            "id": 27370,
            "slug": "vs19_233_055",
            "identifier": "vs19_233_055",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_233_055/?format=api",
            "sitting": {
                "id": 1589,
                "date": "2024-01-25",
                "number": 233,
                "branch": "C"
            },
            "number": 55,
            "title": "Ordine del giorno n. 9/1606/91 STEFANAZZI CLAUDIO MICHELE (PD-IDP) - Votazione Ordine del giorno 9/1606/91 DDL n. 1606",
            "original_title": "Votazione Ordine del giorno 9/1606/91 DDL n. 1606",
            "description_title": "Ordine del giorno n. 9/1606/91 STEFANAZZI CLAUDIO MICHELE (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": 2,
            "n_margin": 31,
            "majority_cohesion_rate": 57.81,
            "minority_cohesion_rate": 50.62
        },
        {
            "id": 27314,
            "slug": "vs19_233_029",
            "identifier": "vs19_233_029",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_233_029/?format=api",
            "sitting": {
                "id": 1589,
                "date": "2024-01-25",
                "number": 233,
                "branch": "C"
            },
            "number": 29,
            "title": "Ordine del giorno n. 9/1606/52 FONTANA ILARIA (M5S) - Votazione Ordine del giorno 9/1606/52 DDL n. 1606",
            "original_title": "Votazione Ordine del giorno 9/1606/52 DDL n. 1606",
            "description_title": "Ordine del giorno n. 9/1606/52 FONTANA ILARIA (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": 26,
            "majority_cohesion_rate": 62.45,
            "minority_cohesion_rate": 59.88
        },
        {
            "id": 27321,
            "slug": "vs19_233_059",
            "identifier": "vs19_233_059",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_233_059/?format=api",
            "sitting": {
                "id": 1589,
                "date": "2024-01-25",
                "number": 233,
                "branch": "C"
            },
            "number": 59,
            "title": "Ordine del giorno n. 9/1606/95, MARINO MARIA STEFANIA (PD-IDP) - Votazione Ordine del giorno 9/1606/95, DDL n. 1606",
            "original_title": "Votazione Ordine del giorno 9/1606/95, DDL n. 1606",
            "description_title": "Ordine del giorno n. 9/1606/95, MARINO MARIA STEFANIA (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": 2,
            "n_margin": 44,
            "majority_cohesion_rate": 58.23,
            "minority_cohesion_rate": 33.33
        },
        {
            "id": 27310,
            "slug": "vs19_233_039",
            "identifier": "vs19_233_039",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_233_039/?format=api",
            "sitting": {
                "id": 1589,
                "date": "2024-01-25",
                "number": 233,
                "branch": "C"
            },
            "number": 39,
            "title": "Ordine del giorno n. 9/1606/66 EVI ELEONORA (AVS) - Votazione Ordine del giorno 9/1606/66 DDL n. 1606",
            "original_title": "Votazione Ordine del giorno 9/1606/66 DDL n. 1606",
            "description_title": "Ordine del giorno n. 9/1606/66 EVI ELEONORA (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": 35,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 52.47
        },
        {
            "id": 27300,
            "slug": "vs19_233_008",
            "identifier": "vs19_233_008",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_233_008/?format=api",
            "sitting": {
                "id": 1589,
                "date": "2024-01-25",
                "number": 233,
                "branch": "C"
            },
            "number": 8,
            "title": "Ordine del giorno n. 9/1606/26 CAFIERO DE RAHO FEDERICO (M5S) - Votazione Ordine del giorno 9/1606/26 DDL n. 1606",
            "original_title": "Votazione Ordine del giorno 9/1606/26 DDL n. 1606",
            "description_title": "Ordine del giorno n. 9/1606/26 CAFIERO DE RAHO FEDERICO (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": 26,
            "majority_cohesion_rate": 64.14,
            "minority_cohesion_rate": 62.96
        },
        {
            "id": 27312,
            "slug": "vs19_233_009",
            "identifier": "vs19_233_009",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_233_009/?format=api",
            "sitting": {
                "id": 1589,
                "date": "2024-01-25",
                "number": 233,
                "branch": "C"
            },
            "number": 9,
            "title": "Ordine del giorno n. 9/1606/29 ASCARI STEFANIA (M5S) - Votazione Ordine del giorno 9/1606/29 DDL n. 1606",
            "original_title": "Votazione Ordine del giorno 9/1606/29 DDL n. 1606",
            "description_title": "Ordine del giorno n. 9/1606/29 ASCARI STEFANIA (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": 26,
            "majority_cohesion_rate": 63.29,
            "minority_cohesion_rate": 61.73
        },
        {
            "id": 27333,
            "slug": "vs19_233_022",
            "identifier": "vs19_233_022",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_233_022/?format=api",
            "sitting": {
                "id": 1589,
                "date": "2024-01-25",
                "number": 233,
                "branch": "C"
            },
            "number": 22,
            "title": "Ordine del giorno n. 9/1606/44 CAPPELLETTI ENRICO (M5S) - Votazione Ordine del giorno 9/1606/44 DDL n. 1606",
            "original_title": "Votazione Ordine del giorno 9/1606/44 DDL n. 1606",
            "description_title": "Ordine del giorno n. 9/1606/44 CAPPELLETTI ENRICO (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": 2,
            "n_margin": 26,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 61.11
        },
        {
            "id": 27285,
            "slug": "vs19_233_053",
            "identifier": "vs19_233_053",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_233_053/?format=api",
            "sitting": {
                "id": 1589,
                "date": "2024-01-25",
                "number": 233,
                "branch": "C"
            },
            "number": 53,
            "title": "Ordine del giorno n. 9/1606/87 MAURI MATTEO (PD-IDP) - Votazione Ordine del giorno 9/1606/87 DDL n. 1606",
            "original_title": "Votazione Ordine del giorno 9/1606/87 DDL n. 1606",
            "description_title": "Ordine del giorno n. 9/1606/87 MAURI MATTEO (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": 1,
            "n_margin": 27,
            "majority_cohesion_rate": 57.38,
            "minority_cohesion_rate": 53.09
        },
        {
            "id": 27327,
            "slug": "vs19_233_062",
            "identifier": "vs19_233_062",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_233_062/?format=api",
            "sitting": {
                "id": 1589,
                "date": "2024-01-25",
                "number": 233,
                "branch": "C"
            },
            "number": 62,
            "title": "Ordine del giorno n. 9/1606/99 FURFARO MARCO (PD-IDP) - Votazione Ordine del giorno 9/1606/99 DDL n. 1606",
            "original_title": "Votazione Ordine del giorno 9/1606/99 DDL n. 1606",
            "description_title": "Ordine del giorno n. 9/1606/99 FURFARO MARCO (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": 2,
            "n_margin": 26,
            "majority_cohesion_rate": 55.7,
            "minority_cohesion_rate": 50.62
        },
        {
            "id": 27317,
            "slug": "vs19_233_014",
            "identifier": "vs19_233_014",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_233_014/?format=api",
            "sitting": {
                "id": 1589,
                "date": "2024-01-25",
                "number": 233,
                "branch": "C"
            },
            "number": 14,
            "title": "Ordine del giorno n. 9/1606/36, nel testo riformulato, ONORI FEDERICA (M5S) - Votazione Ordine del giorno 9/1606/36, DDL n. 1606",
            "original_title": "Votazione Ordine del giorno 9/1606/36, DDL n. 1606",
            "description_title": "Ordine del giorno n. 9/1606/36, nel testo riformulato, ONORI FEDERICA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 7,
            "n_margin": 94,
            "majority_cohesion_rate": 59.49,
            "minority_cohesion_rate": 33.95
        },
        {
            "id": 27287,
            "slug": "vs19_233_027",
            "identifier": "vs19_233_027",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_233_027/?format=api",
            "sitting": {
                "id": 1589,
                "date": "2024-01-25",
                "number": 233,
                "branch": "C"
            },
            "number": 27,
            "title": "Ordine del giorno n. 9/1606/50 QUARTINI ANDREA (M5S) - Votazione Ordine del giorno 9/1606/50 DDL n. 1606",
            "original_title": "Votazione Ordine del giorno 9/1606/50 DDL n. 1606",
            "description_title": "Ordine del giorno n. 9/1606/50 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": 2,
            "n_margin": 37,
            "majority_cohesion_rate": 61.6,
            "minority_cohesion_rate": 52.47
        },
        {
            "id": 27288,
            "slug": "vs19_233_007",
            "identifier": "vs19_233_007",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_233_007/?format=api",
            "sitting": {
                "id": 1589,
                "date": "2024-01-25",
                "number": 233,
                "branch": "C"
            },
            "number": 7,
            "title": "Ordine del giorno n. 9/1606/25 TRAVERSI ROBERTO (M5S) - Votazione Ordine del giorno 9/1606/25 DDL n. 1606",
            "original_title": "Votazione Ordine del giorno 9/1606/25 DDL n. 1606",
            "description_title": "Ordine del giorno n. 9/1606/25 TRAVERSI ROBERTO (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": 62.45,
            "minority_cohesion_rate": 59.26
        },
        {
            "id": 27291,
            "slug": "vs19_233_072",
            "identifier": "vs19_233_072",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_233_072/?format=api",
            "sitting": {
                "id": 1589,
                "date": "2024-01-25",
                "number": 233,
                "branch": "C"
            },
            "number": 72,
            "title": "Ordine del giorno n. 9/1606/111 GNASSI ANDREA (PD-IDP) - Votazione Ordine del giorno 9/1606/111 DDL n. 1606",
            "original_title": "Votazione Ordine del giorno 9/1606/111 DDL n. 1606",
            "description_title": "Ordine del giorno n. 9/1606/111 GNASSI ANDREA (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": 1,
            "n_margin": 27,
            "majority_cohesion_rate": 57.81,
            "minority_cohesion_rate": 52.47
        },
        {
            "id": 27295,
            "slug": "vs19_233_047",
            "identifier": "vs19_233_047",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_233_047/?format=api",
            "sitting": {
                "id": 1589,
                "date": "2024-01-25",
                "number": 233,
                "branch": "C"
            },
            "number": 47,
            "title": "Ordine del giorno n. 9/1606/78 PELUFFO VINICIO GIUSEPPE GUIDO (PD-IDP) - Votazione Ordine del giorno 9/1606/78 DDL n. 1606",
            "original_title": "Votazione Ordine del giorno 9/1606/78 DDL n. 1606",
            "description_title": "Ordine del giorno n. 9/1606/78 PELUFFO VINICIO GIUSEPPE GUIDO (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": 3,
            "n_margin": 29,
            "majority_cohesion_rate": 58.65,
            "minority_cohesion_rate": 51.85
        },
        {
            "id": 27299,
            "slug": "vs19_233_074",
            "identifier": "vs19_233_074",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_233_074/?format=api",
            "sitting": {
                "id": 1589,
                "date": "2024-01-25",
                "number": 233,
                "branch": "C"
            },
            "number": 74,
            "title": "Ordine del giorno n. 9/1606/27 GIULIANO CARLA (M5S) - Votazione Ordine del giorno 9/1606/27 DDL n. 1606",
            "original_title": "Votazione Ordine del giorno 9/1606/27 DDL n. 1606",
            "description_title": "Ordine del giorno n. 9/1606/27 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": 0,
            "n_margin": 32,
            "majority_cohesion_rate": 58.23,
            "minority_cohesion_rate": 46.3
        },
        {
            "id": 27320,
            "slug": "vs19_233_049",
            "identifier": "vs19_233_049",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_233_049/?format=api",
            "sitting": {
                "id": 1589,
                "date": "2024-01-25",
                "number": 233,
                "branch": "C"
            },
            "number": 49,
            "title": "Ordine del giorno n. 9/1606/82 DI SANZO CHRISTIAN DIEGO (PD-IDP) - Votazione Ordine del giorno 9/1606/82 DDL n. 1606",
            "original_title": "Votazione Ordine del giorno 9/1606/82 DDL n. 1606",
            "description_title": "Ordine del giorno n. 9/1606/82 DI SANZO CHRISTIAN DIEGO (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": 35,
            "majority_cohesion_rate": 59.49,
            "minority_cohesion_rate": 49.38
        },
        {
            "id": 27326,
            "slug": "vs19_233_052",
            "identifier": "vs19_233_052",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_233_052/?format=api",
            "sitting": {
                "id": 1589,
                "date": "2024-01-25",
                "number": 233,
                "branch": "C"
            },
            "number": 52,
            "title": "Ordine del giorno n. 9/1606/86 CUPERLO GIANNI (PD-IDP) - Votazione Ordine del giorno 9/1606/86 DDL n. 1606",
            "original_title": "Votazione Ordine del giorno 9/1606/86 DDL n. 1606",
            "description_title": "Ordine del giorno n. 9/1606/86 CUPERLO GIANNI (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": 26,
            "majority_cohesion_rate": 59.49,
            "minority_cohesion_rate": 55.56
        },
        {
            "id": 27332,
            "slug": "vs19_233_069",
            "identifier": "vs19_233_069",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_233_069/?format=api",
            "sitting": {
                "id": 1589,
                "date": "2024-01-25",
                "number": 233,
                "branch": "C"
            },
            "number": 69,
            "title": "Ordine del giorno n. 9/1606/108 DE MARIA ANDREA (PD-IDP) - Votazione Ordine del giorno 9/1606/108 DDL n. 1606",
            "original_title": "Votazione Ordine del giorno 9/1606/108 DDL n. 1606",
            "description_title": "Ordine del giorno n. 9/1606/108 DE MARIA ANDREA (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": 28,
            "majority_cohesion_rate": 58.23,
            "minority_cohesion_rate": 51.85
        },
        {
            "id": 27338,
            "slug": "vs19_233_061",
            "identifier": "vs19_233_061",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_233_061/?format=api",
            "sitting": {
                "id": 1589,
                "date": "2024-01-25",
                "number": 233,
                "branch": "C"
            },
            "number": 61,
            "title": "Ordine del giorno n. 9/1606/98 IACONO GIOVANNA (PD-IDP) - Votazione Ordine del giorno 9/1606/98 DDL n. 1606",
            "original_title": "Votazione Ordine del giorno 9/1606/98 DDL n. 1606",
            "description_title": "Ordine del giorno n. 9/1606/98 IACONO GIOVANNA (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": 2,
            "n_margin": 32,
            "majority_cohesion_rate": 57.38,
            "minority_cohesion_rate": 50.0
        },
        {
            "id": 27343,
            "slug": "vs19_233_082",
            "identifier": "vs19_233_082",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_233_082/?format=api",
            "sitting": {
                "id": 1589,
                "date": "2024-01-25",
                "number": 233,
                "branch": "C"
            },
            "number": 82,
            "title": "Ordine del giorno n. 9/1606/104, come riformulato, GNASSI ANDREA (PD-IDP) - Votazione Ordine del giorno 9/1606/104, DDL n. 1606",
            "original_title": "Votazione Ordine del giorno 9/1606/104, DDL n. 1606",
            "description_title": "Ordine del giorno n. 9/1606/104, come riformulato, GNASSI ANDREA (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 9,
            "n_margin": 103,
            "majority_cohesion_rate": 54.01,
            "minority_cohesion_rate": 52.47
        },
        {
            "id": 27349,
            "slug": "vs19_233_064",
            "identifier": "vs19_233_064",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_233_064/?format=api",
            "sitting": {
                "id": 1589,
                "date": "2024-01-25",
                "number": 233,
                "branch": "C"
            },
            "number": 64,
            "title": "Ordine del giorno n. 9/1606/101 PAGANO UBALDO (PD-IDP) - Votazione Ordine del giorno 9/1606/101 DDL n. 1606",
            "original_title": "Votazione Ordine del giorno 9/1606/101 DDL n. 1606",
            "description_title": "Ordine del giorno n. 9/1606/101 PAGANO UBALDO (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": 4,
            "n_margin": 53,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 25.93
        },
        {
            "id": 27316,
            "slug": "vs19_233_070",
            "identifier": "vs19_233_070",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_233_070/?format=api",
            "sitting": {
                "id": 1589,
                "date": "2024-01-25",
                "number": 233,
                "branch": "C"
            },
            "number": 70,
            "title": "Ordine del giorno n. 9/1606/109, come riformulato, DE MICHELI PAOLA (PD-IDP) - Votazione Ordine del giorno 9/1606/109, DDL n. 1606",
            "original_title": "Votazione Ordine del giorno 9/1606/109, DDL n. 1606",
            "description_title": "Ordine del giorno n. 9/1606/109, come riformulato, DE MICHELI PAOLA (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 12,
            "n_margin": 101,
            "majority_cohesion_rate": 52.74,
            "minority_cohesion_rate": 53.7
        },
        {
            "id": 27376,
            "slug": "vs19_233_026",
            "identifier": "vs19_233_026",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_233_026/?format=api",
            "sitting": {
                "id": 1589,
                "date": "2024-01-25",
                "number": 233,
                "branch": "C"
            },
            "number": 26,
            "title": "Ordine del giorno n. 9/1606/49 CARMINA IDA (M5S) - Votazione Ordine del giorno 9/1606/49 DDL n. 1606",
            "original_title": "Votazione Ordine del giorno 9/1606/49 DDL n. 1606",
            "description_title": "Ordine del giorno n. 9/1606/49 CARMINA IDA (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": 2,
            "n_margin": 29,
            "majority_cohesion_rate": 61.18,
            "minority_cohesion_rate": 57.41
        },
        {
            "id": 27379,
            "slug": "vs19_233_056",
            "identifier": "vs19_233_056",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_233_056/?format=api",
            "sitting": {
                "id": 1589,
                "date": "2024-01-25",
                "number": 233,
                "branch": "C"
            },
            "number": 56,
            "title": "Ordine del giorno n. 9/1606/92, come riformulato, RICCIARDI TONI (PD-IDP) - Votazione Ordine del giorno 9/1606/92, DDL n. 1606",
            "original_title": "Votazione Ordine del giorno 9/1606/92, DDL n. 1606",
            "description_title": "Ordine del giorno n. 9/1606/92, come riformulato, RICCIARDI TONI (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 15,
            "n_margin": 101,
            "majority_cohesion_rate": 53.59,
            "minority_cohesion_rate": 54.32
        },
        {
            "id": 27311,
            "slug": "vs19_233_080",
            "identifier": "vs19_233_080",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_233_080/?format=api",
            "sitting": {
                "id": 1589,
                "date": "2024-01-25",
                "number": 233,
                "branch": "C"
            },
            "number": 80,
            "title": "Ordine del giorno n. 9/1606/97 FORATTINI ANTONELLA (PD-IDP) - Votazione Ordine del giorno 9/1606/97 DDL n. 1606",
            "original_title": "Votazione Ordine del giorno 9/1606/97 DDL n. 1606",
            "description_title": "Ordine del giorno n. 9/1606/97 FORATTINI ANTONELLA (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": 1,
            "n_margin": 28,
            "majority_cohesion_rate": 58.65,
            "minority_cohesion_rate": 51.23
        },
        {
            "id": 27352,
            "slug": "vs19_233_083",
            "identifier": "vs19_233_083",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_233_083/?format=api",
            "sitting": {
                "id": 1589,
                "date": "2024-01-25",
                "number": 233,
                "branch": "C"
            },
            "number": 83,
            "title": "Ordine del giorno n. 9/1606/112 GUERRA MARIA CECILIA (PD-IDP) - Votazione Ordine del giorno 9/1606/112 DDL n. 1606",
            "original_title": "Votazione Ordine del giorno 9/1606/112 DDL n. 1606",
            "description_title": "Ordine del giorno n. 9/1606/112 GUERRA MARIA CECILIA (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": 4,
            "n_margin": 26,
            "majority_cohesion_rate": 56.12,
            "minority_cohesion_rate": 49.38
        },
        {
            "id": 27375,
            "slug": "vs19_233_036",
            "identifier": "vs19_233_036",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_233_036/?format=api",
            "sitting": {
                "id": 1589,
                "date": "2024-01-25",
                "number": 233,
                "branch": "C"
            },
            "number": 36,
            "title": "Ordine del giorno n. 9/1606/63 DORI DEVIS (AVS) - Votazione Ordine del giorno 9/1606/63 DDL n. 1606",
            "original_title": "Votazione Ordine del giorno 9/1606/63 DDL n. 1606",
            "description_title": "Ordine del giorno n. 9/1606/63 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": 2,
            "n_margin": 26,
            "majority_cohesion_rate": 60.76,
            "minority_cohesion_rate": 57.41
        },
        {
            "id": 27228,
            "slug": "19-149-4",
            "identifier": "19-149-4",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-149-4/?format=api",
            "sitting": {
                "id": 1585,
                "date": "2024-01-24",
                "number": 149,
                "branch": "S"
            },
            "number": 4,
            "title": "Modifiche al Titolo V della Costituzione - Articolo 4",
            "original_title": "Articolo 4",
            "description_title": "Modifiche al Titolo V della Costituzione",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 17,
            "majority_cohesion_rate": 75.65,
            "minority_cohesion_rate": 66.67
        },
        {
            "id": 27225,
            "slug": "19-149-2",
            "identifier": "19-149-2",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-149-2/?format=api",
            "sitting": {
                "id": 1585,
                "date": "2024-01-24",
                "number": 149,
                "branch": "S"
            },
            "number": 2,
            "title": "Modifiche al Titolo V della Costituzione - Articolo 2",
            "original_title": "Articolo 2",
            "description_title": "Modifiche al Titolo V della Costituzione",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 15,
            "majority_cohesion_rate": 71.3,
            "minority_cohesion_rate": 64.37
        },
        {
            "id": 27226,
            "slug": "19-149-8",
            "identifier": "19-149-8",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-149-8/?format=api",
            "sitting": {
                "id": 1585,
                "date": "2024-01-24",
                "number": 149,
                "branch": "S"
            },
            "number": 8,
            "title": "Conversione decreto proroga sostegno all'Ucraina",
            "original_title": "Votazione finale",
            "description_title": "d-l 200/2023 - Proroga cessione materiali militari all'Ucraina",
            "public_title": "Conversione decreto proroga sostegno all'Ucraina",
            "is_key_vote": true,
            "is_final": true,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Atto intero",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 47,
            "majority_cohesion_rate": 67.83,
            "minority_cohesion_rate": 40.23
        },
        {
            "id": 27227,
            "slug": "19-149-7",
            "identifier": "19-149-7",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-149-7/?format=api",
            "sitting": {
                "id": 1585,
                "date": "2024-01-24",
                "number": 149,
                "branch": "S"
            },
            "number": 7,
            "title": "d-l 200/2023 - Proroga cessione materiali militari all'Ucraina - ODG G1.1 (testo 2), Romeo",
            "original_title": "ODG G1.1 (testo 2), Romeo",
            "description_title": "d-l 200/2023 - Proroga cessione materiali militari all'Ucraina",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 2,
            "n_margin": 54,
            "majority_cohesion_rate": 73.04,
            "minority_cohesion_rate": 29.89
        },
        {
            "id": 27223,
            "slug": "19-149-5",
            "identifier": "19-149-5",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-149-5/?format=api",
            "sitting": {
                "id": 1585,
                "date": "2024-01-24",
                "number": 149,
                "branch": "S"
            },
            "number": 5,
            "title": "d-l 200/2023 - Proroga cessione materiali militari all'Ucraina - Em. 1.1, Magni e altri",
            "original_title": "Em. 1.1, Magni e altri",
            "description_title": "d-l 200/2023 - Proroga cessione materiali militari all'Ucraina",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 3,
            "n_margin": 51,
            "majority_cohesion_rate": 73.04,
            "minority_cohesion_rate": 42.53
        },
        {
            "id": 27224,
            "slug": "19-149-3",
            "identifier": "19-149-3",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-149-3/?format=api",
            "sitting": {
                "id": 1585,
                "date": "2024-01-24",
                "number": 149,
                "branch": "S"
            },
            "number": 3,
            "title": "Modifiche al Titolo V della Costituzione - Articolo 3",
            "original_title": "Articolo 3",
            "description_title": "Modifiche al Titolo V della Costituzione",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 16,
            "majority_cohesion_rate": 72.17,
            "minority_cohesion_rate": 64.37
        },
        {
            "id": 27222,
            "slug": "19-149-6",
            "identifier": "19-149-6",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-149-6/?format=api",
            "sitting": {
                "id": 1585,
                "date": "2024-01-24",
                "number": 149,
                "branch": "S"
            },
            "number": 6,
            "title": "d-l 200/2023 - Proroga cessione materiali militari all'Ucraina - Em. 1.2, De Rosa e altri",
            "original_title": "Em. 1.2, De Rosa e altri",
            "description_title": "d-l 200/2023 - Proroga cessione materiali militari all'Ucraina",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 3,
            "n_margin": 51,
            "majority_cohesion_rate": 73.04,
            "minority_cohesion_rate": 42.53
        },
        {
            "id": 27229,
            "slug": "19-149-1",
            "identifier": "19-149-1",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-149-1/?format=api",
            "sitting": {
                "id": 1585,
                "date": "2024-01-24",
                "number": 149,
                "branch": "S"
            },
            "number": 1,
            "title": "Modifiche al Titolo V della Costituzione - Articolo 1",
            "original_title": "Articolo 1",
            "description_title": "Modifiche al Titolo V della Costituzione",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 19,
            "majority_cohesion_rate": 78.26,
            "minority_cohesion_rate": 65.52
        },
        {
            "id": 27238,
            "slug": "vs19_232_048",
            "identifier": "vs19_232_048",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_232_048/?format=api",
            "sitting": {
                "id": 1588,
                "date": "2024-01-24",
                "number": 232,
                "branch": "C"
            },
            "number": 48,
            "title": "Articolo 6 - Votazione Articolo 6 DDL n. 1620",
            "original_title": "Votazione Articolo 6 DDL n. 1620",
            "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": 19,
            "majority_cohesion_rate": 65.82,
            "minority_cohesion_rate": 73.46
        },
        {
            "id": 27244,
            "slug": "vs19_232_041",
            "identifier": "vs19_232_041",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_232_041/?format=api",
            "sitting": {
                "id": 1588,
                "date": "2024-01-24",
                "number": 232,
                "branch": "C"
            },
            "number": 41,
            "title": "Articolo aggiuntivo 5.02 ROSATO ETTORE (APERRE) - Votazione Emendamento 5.02 DDL n. 1620",
            "original_title": "Votazione Emendamento 5.02 DDL n. 1620",
            "description_title": "Articolo aggiuntivo 5.02 ROSATO ETTORE (APERRE)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 4,
            "n_margin": 17,
            "majority_cohesion_rate": 64.98,
            "minority_cohesion_rate": 74.69
        },
        {
            "id": 27240,
            "slug": "vs19_232_029",
            "identifier": "vs19_232_029",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_232_029/?format=api",
            "sitting": {
                "id": 1588,
                "date": "2024-01-24",
                "number": 232,
                "branch": "C"
            },
            "number": 29,
            "title": "Emendamento 4.45 BONAFE' SIMONA (PD-IDP) - Votazione Emendamento 4.45 DDL n. 1620",
            "original_title": "Votazione Emendamento 4.45 DDL n. 1620",
            "description_title": "Emendamento 4.45 BONAFE' SIMONA (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": 65.4,
            "minority_cohesion_rate": 72.22
        },
        {
            "id": 27243,
            "slug": "vs19_232_021",
            "identifier": "vs19_232_021",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_232_021/?format=api",
            "sitting": {
                "id": 1588,
                "date": "2024-01-24",
                "number": 232,
                "branch": "C"
            },
            "number": 21,
            "title": "Emendamento 4.34 BONAFE' SIMONA (PD-IDP) - Votazione Emendamento 4.34 DDL n. 1620",
            "original_title": "Votazione Emendamento 4.34 DDL n. 1620",
            "description_title": "Emendamento 4.34 BONAFE' SIMONA (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": 19,
            "majority_cohesion_rate": 64.14,
            "minority_cohesion_rate": 70.99
        },
        {
            "id": 27237,
            "slug": "vs19_232_040",
            "identifier": "vs19_232_040",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_232_040/?format=api",
            "sitting": {
                "id": 1588,
                "date": "2024-01-24",
                "number": 232,
                "branch": "C"
            },
            "number": 40,
            "title": "Articolo 5 - Votazione Articolo 5 DDL n. 1620",
            "original_title": "Votazione Articolo 5 DDL n. 1620",
            "description_title": "Articolo 5",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 18,
            "majority_cohesion_rate": 66.24,
            "minority_cohesion_rate": 74.69
        },
        {
            "id": 27230,
            "slug": "vs19_232_014",
            "identifier": "vs19_232_014",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_232_014/?format=api",
            "sitting": {
                "id": 1588,
                "date": "2024-01-24",
                "number": 232,
                "branch": "C"
            },
            "number": 14,
            "title": "Emendamento 4.28 BONAFE' SIMONA (PD-IDP) - Votazione Emendamento 4.28 DDL n. 1620",
            "original_title": "Votazione Emendamento 4.28 DDL n. 1620",
            "description_title": "Emendamento 4.28 BONAFE' SIMONA (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": 22,
            "majority_cohesion_rate": 64.56,
            "minority_cohesion_rate": 68.52
        },
        {
            "id": 27280,
            "slug": "vs19_232_037",
            "identifier": "vs19_232_037",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_232_037/?format=api",
            "sitting": {
                "id": 1588,
                "date": "2024-01-24",
                "number": 232,
                "branch": "C"
            },
            "number": 37,
            "title": "Emendamento 5.10 BONAFE' SIMONA (PD-IDP) - Votazione Emendamento 5.10 DDL n. 1620",
            "original_title": "Votazione Emendamento 5.10 DDL n. 1620",
            "description_title": "Emendamento 5.10 BONAFE' SIMONA (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": 2,
            "n_margin": 19,
            "majority_cohesion_rate": 65.4,
            "minority_cohesion_rate": 72.22
        },
        {
            "id": 27303,
            "slug": "vs19_232_055",
            "identifier": "vs19_232_055",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_232_055/?format=api",
            "sitting": {
                "id": 1588,
                "date": "2024-01-24",
                "number": 232,
                "branch": "C"
            },
            "number": 55,
            "title": "Ordine del giorno n. 9/1620/6 AMENDOLA VINCENZO (PD-IDP) - Votazione Ordine del giorno 9/1620/6 DDL n. 1620",
            "original_title": "Votazione Ordine del giorno 9/1620/6 DDL n. 1620",
            "description_title": "Ordine del giorno n. 9/1620/6 AMENDOLA VINCENZO (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": 17,
            "majority_cohesion_rate": 64.14,
            "minority_cohesion_rate": 74.07
        },
        {
            "id": 27356,
            "slug": "vs19_232_058",
            "identifier": "vs19_232_058",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_232_058/?format=api",
            "sitting": {
                "id": 1588,
                "date": "2024-01-24",
                "number": 232,
                "branch": "C"
            },
            "number": 58,
            "title": "Ordine del giorno n. 9/1620/9 ZANELLA LUANA (AVS) - Votazione Ordine del giorno 9/1620/9 DDL n. 1620",
            "original_title": "Votazione Ordine del giorno 9/1620/9 DDL n. 1620",
            "description_title": "Ordine del giorno n. 9/1620/9 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": 19,
            "majority_cohesion_rate": 65.4,
            "minority_cohesion_rate": 73.46
        },
        {
            "id": 27342,
            "slug": "vs19_232_064",
            "identifier": "vs19_232_064",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_232_064/?format=api",
            "sitting": {
                "id": 1588,
                "date": "2024-01-24",
                "number": 232,
                "branch": "C"
            },
            "number": 64,
            "title": "Ordine del giorno n. 9/1620/15, nel testo riformulato, BOSCHI MARIA ELENA (IVICRE) - Votazione Ordine del giorno 9/1620/15, DDL n. 1620",
            "original_title": "Votazione Ordine del giorno 9/1620/15, DDL n. 1620",
            "description_title": "Ordine del giorno n. 9/1620/15, nel testo riformulato, BOSCHI MARIA ELENA (IVICRE)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 4,
            "n_margin": 134,
            "majority_cohesion_rate": 62.87,
            "minority_cohesion_rate": 76.54
        }
    ]
}