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

{
    "count": 22951,
    "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=majority_cohesion_rate&page=258",
    "previous": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=majority_cohesion_rate&page=256",
    "results": [
        {
            "id": 38144,
            "slug": "19-300-40",
            "identifier": "19-300-40",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-300-40/?format=api",
            "sitting": {
                "id": 1980,
                "date": "2025-05-07",
                "number": 300,
                "branch": "S"
            },
            "number": 40,
            "title": "Semplificazione normativa - Em. 15.202, Parrini e altri",
            "original_title": "Em. 15.202, Parrini e altri",
            "description_title": "Semplificazione normativa",
            "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": 7,
            "majority_cohesion_rate": 68.07,
            "minority_cohesion_rate": 81.93
        },
        {
            "id": 36246,
            "slug": "19-274-16",
            "identifier": "19-274-16",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-274-16/?format=api",
            "sitting": {
                "id": 1908,
                "date": "2025-02-18",
                "number": 274,
                "branch": "S"
            },
            "number": 16,
            "title": "D-L n. 201/2024 - Misure urgenti in materia di cultura - Em. 3.4, D'Elia e altri",
            "original_title": "Em. 3.4, D'Elia e altri",
            "description_title": "D-L n. 201/2024 - Misure urgenti in materia di cultura",
            "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": 10,
            "majority_cohesion_rate": 68.07,
            "minority_cohesion_rate": 75.9
        },
        {
            "id": 37450,
            "slug": "19-288-39",
            "identifier": "19-288-39",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-288-39/?format=api",
            "sitting": {
                "id": 1947,
                "date": "2025-03-20",
                "number": 288,
                "branch": "S"
            },
            "number": 39,
            "title": "Intelligenza artificiale - Emm. 6.2 e 6.300",
            "original_title": "Emm. 6.2 e 6.300",
            "description_title": "Intelligenza artificiale",
            "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": 9,
            "majority_cohesion_rate": 68.07,
            "minority_cohesion_rate": 77.11
        },
        {
            "id": 36248,
            "slug": "19-274-14",
            "identifier": "19-274-14",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-274-14/?format=api",
            "sitting": {
                "id": 1908,
                "date": "2025-02-18",
                "number": 274,
                "branch": "S"
            },
            "number": 14,
            "title": "D-L n. 201/2024 - Misure urgenti in materia di cultura - Em. 3.2, Aloisio e altri",
            "original_title": "Em. 3.2, Aloisio e altri",
            "description_title": "D-L n. 201/2024 - Misure urgenti in materia di cultura",
            "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": 9,
            "majority_cohesion_rate": 68.07,
            "minority_cohesion_rate": 77.11
        },
        {
            "id": 37397,
            "slug": "19-288-144",
            "identifier": "19-288-144",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-288-144/?format=api",
            "sitting": {
                "id": 1947,
                "date": "2025-03-20",
                "number": 288,
                "branch": "S"
            },
            "number": 144,
            "title": "Intelligenza artificiale - Em. 18.6, Magni e altri",
            "original_title": "Em. 18.6, Magni e altri",
            "description_title": "Intelligenza artificiale",
            "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": 13,
            "majority_cohesion_rate": 68.07,
            "minority_cohesion_rate": 67.47
        },
        {
            "id": 37359,
            "slug": "19-288-4",
            "identifier": "19-288-4",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-288-4/?format=api",
            "sitting": {
                "id": 1947,
                "date": "2025-03-20",
                "number": 288,
                "branch": "S"
            },
            "number": 4,
            "title": "Intelligenza artificiale - Articolo 1",
            "original_title": "Articolo 1",
            "description_title": "Intelligenza artificiale",
            "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": 60,
            "majority_cohesion_rate": 68.07,
            "minority_cohesion_rate": 61.45
        },
        {
            "id": 37387,
            "slug": "19-288-154",
            "identifier": "19-288-154",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-288-154/?format=api",
            "sitting": {
                "id": 1947,
                "date": "2025-03-20",
                "number": 288,
                "branch": "S"
            },
            "number": 154,
            "title": "Intelligenza artificiale - Em. 21.301, Basso e altri",
            "original_title": "Em. 21.301, Basso e altri",
            "description_title": "Intelligenza artificiale",
            "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": 15,
            "majority_cohesion_rate": 68.07,
            "minority_cohesion_rate": 63.86
        },
        {
            "id": 37409,
            "slug": "19-288-127",
            "identifier": "19-288-127",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-288-127/?format=api",
            "sitting": {
                "id": 1947,
                "date": "2025-03-20",
                "number": 288,
                "branch": "S"
            },
            "number": 127,
            "title": "Intelligenza artificiale - Articolo 14-bis",
            "original_title": "Articolo 14-bis",
            "description_title": "Intelligenza artificiale",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 7,
            "n_margin": 47,
            "majority_cohesion_rate": 68.07,
            "minority_cohesion_rate": 32.53
        },
        {
            "id": 38330,
            "slug": "19-303-4",
            "identifier": "19-303-4",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-303-4/?format=api",
            "sitting": {
                "id": 1988,
                "date": "2025-05-14",
                "number": 303,
                "branch": "S"
            },
            "number": 4,
            "title": "DDL n. 1407. Articolo 4",
            "original_title": "DDL n. 1407. Articolo 4",
            "description_title": null,
            "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": 30,
            "majority_cohesion_rate": 68.07,
            "minority_cohesion_rate": 45.78
        },
        {
            "id": 37385,
            "slug": "19-288-158",
            "identifier": "19-288-158",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-288-158/?format=api",
            "sitting": {
                "id": 1947,
                "date": "2025-03-20",
                "number": 288,
                "branch": "S"
            },
            "number": 158,
            "title": "Intelligenza artificiale - Em. 22.1, Fina",
            "original_title": "Em. 22.1, Fina",
            "description_title": "Intelligenza artificiale",
            "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": 13,
            "majority_cohesion_rate": 68.07,
            "minority_cohesion_rate": 67.47
        },
        {
            "id": 30715,
            "slug": "vs19_309_210",
            "identifier": "vs19_309_210",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_309_210/?format=api",
            "sitting": {
                "id": 1715,
                "date": "2024-06-18",
                "number": 309,
                "branch": "C"
            },
            "number": 210,
            "title": "Ordine del giorno n. 9/1665/38 PENZA PASQUALINO (M5S) - Votazione Ordine del giorno 9/1665/38 DDL n. 1665",
            "original_title": "Votazione Ordine del giorno 9/1665/38 DDL n. 1665",
            "description_title": "Ordine del giorno n. 9/1665/38 PENZA PASQUALINO (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": 30,
            "majority_cohesion_rate": 68.07,
            "minority_cohesion_rate": 65.43
        },
        {
            "id": 30536,
            "slug": "vs19_309_021",
            "identifier": "vs19_309_021",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_309_021/?format=api",
            "sitting": {
                "id": 1715,
                "date": "2024-06-18",
                "number": 309,
                "branch": "C"
            },
            "number": 21,
            "title": "Emendamento 2.118 BONAFE' SIMONA (PD-IDP) - Votazione Emendamento 2.118 DDL n. 1665",
            "original_title": "Votazione Emendamento 2.118 DDL n. 1665",
            "description_title": "Emendamento 2.118 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": 25,
            "majority_cohesion_rate": 68.07,
            "minority_cohesion_rate": 70.99
        },
        {
            "id": 31536,
            "slug": "vs19_340_060",
            "identifier": "vs19_340_060",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_340_060/?format=api",
            "sitting": {
                "id": 1766,
                "date": "2024-08-05",
                "number": 340,
                "branch": "C"
            },
            "number": 60,
            "title": "Emendamento 9-ter.12 DE LUCA PIERO (PD-IDP) - Votazione Emendamento 9-ter.12 DDL n. 1997",
            "original_title": "Votazione Emendamento 9-ter.12 DDL n. 1997",
            "description_title": "Emendamento 9-ter.12 DE LUCA PIERO (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": 4,
            "n_margin": 36,
            "majority_cohesion_rate": 68.07,
            "minority_cohesion_rate": 56.52
        },
        {
            "id": 31535,
            "slug": "vs19_340_059",
            "identifier": "vs19_340_059",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_340_059/?format=api",
            "sitting": {
                "id": 1766,
                "date": "2024-08-05",
                "number": 340,
                "branch": "C"
            },
            "number": 59,
            "title": "Emendamento 9-ter.11 BORRELLI FRANCESCO EMILIO (AVS) - Votazione Emendamento 9-ter.11 DDL n. 1997",
            "original_title": "Votazione Emendamento 9-ter.11 DDL n. 1997",
            "description_title": "Emendamento 9-ter.11 BORRELLI FRANCESCO EMILIO (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": 23,
            "majority_cohesion_rate": 68.07,
            "minority_cohesion_rate": 72.67
        },
        {
            "id": 30555,
            "slug": "vs19_309_077",
            "identifier": "vs19_309_077",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_309_077/?format=api",
            "sitting": {
                "id": 1715,
                "date": "2024-06-18",
                "number": 309,
                "branch": "C"
            },
            "number": 77,
            "title": "Emendamento 3.262 BOSCHI MARIA ELENA (IVICRE) - Votazione Emendamento 3.262 DDL n. 1665",
            "original_title": "Votazione Emendamento 3.262 DDL n. 1665",
            "description_title": "Emendamento 3.262 BOSCHI MARIA ELENA (IVICRE)",
            "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.07,
            "minority_cohesion_rate": 69.75
        },
        {
            "id": 30515,
            "slug": "vs19_309_052",
            "identifier": "vs19_309_052",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_309_052/?format=api",
            "sitting": {
                "id": 1715,
                "date": "2024-06-18",
                "number": 309,
                "branch": "C"
            },
            "number": 52,
            "title": "Emendamento 2.282 CAFIERO DE RAHO FEDERICO (M5S) - Votazione Emendamento 2.282 DDL n. 1665",
            "original_title": "Votazione Emendamento 2.282 DDL n. 1665",
            "description_title": "Emendamento 2.282 CAFIERO DE RAHO FEDERICO (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": 26,
            "majority_cohesion_rate": 68.07,
            "minority_cohesion_rate": 69.75
        },
        {
            "id": 32153,
            "slug": "vs19_326_002",
            "identifier": "vs19_326_002",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_326_002/?format=api",
            "sitting": {
                "id": 1740,
                "date": "2024-07-16",
                "number": 326,
                "branch": "C"
            },
            "number": 2,
            "title": "Ordine del giorno n. 9/1902/7, nel testo riformulato, BONAFE' SIMONA (PD-IDP) - Votazione Ordine del giorno 9/1902/7, DDL n. 1902",
            "original_title": "Votazione Ordine del giorno 9/1902/7, DDL n. 1902",
            "description_title": "Ordine del giorno n. 9/1902/7, nel testo riformulato, BONAFE' SIMONA (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": 1,
            "n_margin": 137,
            "majority_cohesion_rate": 68.07,
            "minority_cohesion_rate": 71.43
        },
        {
            "id": 30738,
            "slug": "vs19_309_223",
            "identifier": "vs19_309_223",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_309_223/?format=api",
            "sitting": {
                "id": 1715,
                "date": "2024-06-18",
                "number": 309,
                "branch": "C"
            },
            "number": 223,
            "title": "Ordine del giorno n. 9/1665/51 CANTONE LUCIANO (M5S) - Votazione Ordine del giorno 9/1665/51 DDL n. 1665",
            "original_title": "Votazione Ordine del giorno 9/1665/51 DDL n. 1665",
            "description_title": "Ordine del giorno n. 9/1665/51 CANTONE LUCIANO (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": 33,
            "majority_cohesion_rate": 68.07,
            "minority_cohesion_rate": 61.73
        },
        {
            "id": 32108,
            "slug": "vs19_323_001",
            "identifier": "vs19_323_001",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_323_001/?format=api",
            "sitting": {
                "id": 1735,
                "date": "2024-07-11",
                "number": 323,
                "branch": "C"
            },
            "number": 1,
            "title": "Ordine del giorno n. 9/1946/1 BONAFE' SIMONA (PD-IDP) ed altri - Votazione Ordine del giorno 9/1946/1 DDL n. 1946",
            "original_title": "Votazione Ordine del giorno 9/1946/1 DDL n. 1946",
            "description_title": "Ordine del giorno n. 9/1946/1 BONAFE' SIMONA (PD-IDP) ed altri",
            "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": 24,
            "majority_cohesion_rate": 68.07,
            "minority_cohesion_rate": 71.43
        },
        {
            "id": 30572,
            "slug": "vs19_309_057",
            "identifier": "vs19_309_057",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_309_057/?format=api",
            "sitting": {
                "id": 1715,
                "date": "2024-06-18",
                "number": 309,
                "branch": "C"
            },
            "number": 57,
            "title": "Emendamento 3.7 RICCIARDI RICCARDO (M5S) - Votazione Emendamento 3.7 DDL n. 1665",
            "original_title": "Votazione Emendamento 3.7 DDL n. 1665",
            "description_title": "Emendamento 3.7 RICCIARDI RICCARDO (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": 28,
            "majority_cohesion_rate": 68.07,
            "minority_cohesion_rate": 67.9
        },
        {
            "id": 30493,
            "slug": "vs19_305_025",
            "identifier": "vs19_305_025",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_305_025/?format=api",
            "sitting": {
                "id": 1711,
                "date": "2024-06-12",
                "number": 305,
                "branch": "C"
            },
            "number": 25,
            "title": "Emendamento 1.197 BONAFE' SIMONA (PD-IDP) - Votazione Emendamento 1.197 DDL n. 1665",
            "original_title": "Votazione Emendamento 1.197 DDL n. 1665",
            "description_title": "Emendamento 1.197 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": 68.07,
            "minority_cohesion_rate": 77.78
        },
        {
            "id": 30514,
            "slug": "vs19_309_071",
            "identifier": "vs19_309_071",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_309_071/?format=api",
            "sitting": {
                "id": 1715,
                "date": "2024-06-18",
                "number": 309,
                "branch": "C"
            },
            "number": 71,
            "title": "Emendamento 3.137 SPORTIELLO GILDA (M5S) - Votazione Emendamento 3.137 DDL n. 1665",
            "original_title": "Votazione Emendamento 3.137 DDL n. 1665",
            "description_title": "Emendamento 3.137 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": 1,
            "n_margin": 28,
            "majority_cohesion_rate": 68.07,
            "minority_cohesion_rate": 67.28
        },
        {
            "id": 31109,
            "slug": "vs19_321_068",
            "identifier": "vs19_321_068",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_321_068/?format=api",
            "sitting": {
                "id": 1733,
                "date": "2024-07-09",
                "number": 321,
                "branch": "C"
            },
            "number": 68,
            "title": "Ordine del giorno n. 9/1718/3 GHIRRA FRANCESCA (AVS) - Votazione Ordine del giorno 9/1718/3 DDL n. 1718",
            "original_title": "Votazione Ordine del giorno 9/1718/3 DDL n. 1718",
            "description_title": "Ordine del giorno n. 9/1718/3 GHIRRA FRANCESCA (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": 68.07,
            "minority_cohesion_rate": 69.57
        },
        {
            "id": 32181,
            "slug": "vs19_326_031",
            "identifier": "vs19_326_031",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_326_031/?format=api",
            "sitting": {
                "id": 1740,
                "date": "2024-07-16",
                "number": 326,
                "branch": "C"
            },
            "number": 31,
            "title": "Ordine del giorno n. 9/1902/40 FEDE GIORGIO (M5S) - Votazione Ordine del giorno 9/1902/40 DDL n. 1902",
            "original_title": "Votazione Ordine del giorno 9/1902/40 DDL n. 1902",
            "description_title": "Ordine del giorno n. 9/1902/40 FEDE GIORGIO (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": 34,
            "majority_cohesion_rate": 68.07,
            "minority_cohesion_rate": 59.01
        },
        {
            "id": 31551,
            "slug": "vs19_340_075",
            "identifier": "vs19_340_075",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_340_075/?format=api",
            "sitting": {
                "id": 1766,
                "date": "2024-08-05",
                "number": 340,
                "branch": "C"
            },
            "number": 75,
            "title": "Emendamento 9-sexies.9 SARRACINO MARCO (PD-IDP) - Votazione Emendamento 9-sexies.9 DDL n. 1997",
            "original_title": "Votazione Emendamento 9-sexies.9 DDL n. 1997",
            "description_title": "Emendamento 9-sexies.9 SARRACINO MARCO (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": 68.07,
            "minority_cohesion_rate": 73.29
        },
        {
            "id": 31108,
            "slug": "vs19_321_080",
            "identifier": "vs19_321_080",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_321_080/?format=api",
            "sitting": {
                "id": 1733,
                "date": "2024-07-09",
                "number": 321,
                "branch": "C"
            },
            "number": 80,
            "title": "Ordine del giorno n. 9/1718/15 RICCIARDI RICCARDO (M5S) - Votazione Ordine del giorno 9/1718/15 DDL n. 1718",
            "original_title": "Votazione Ordine del giorno 9/1718/15 DDL n. 1718",
            "description_title": "Ordine del giorno n. 9/1718/15 RICCIARDI RICCARDO (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": 42,
            "majority_cohesion_rate": 68.07,
            "minority_cohesion_rate": 59.01
        },
        {
            "id": 31113,
            "slug": "vs19_321_093",
            "identifier": "vs19_321_093",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_321_093/?format=api",
            "sitting": {
                "id": 1733,
                "date": "2024-07-09",
                "number": 321,
                "branch": "C"
            },
            "number": 93,
            "title": "Ordine del giorno n. 9/1718/30 FORATTINI ANTONELLA (PD-IDP) - Votazione Ordine del giorno 9/1718/30 DDL n. 1718",
            "original_title": "Votazione Ordine del giorno 9/1718/30 DDL n. 1718",
            "description_title": "Ordine del giorno n. 9/1718/30 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": 0,
            "n_margin": 26,
            "majority_cohesion_rate": 68.07,
            "minority_cohesion_rate": 68.94
        },
        {
            "id": 30479,
            "slug": "vs19_305_011",
            "identifier": "vs19_305_011",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_305_011/?format=api",
            "sitting": {
                "id": 1711,
                "date": "2024-06-12",
                "number": 305,
                "branch": "C"
            },
            "number": 11,
            "title": "Emendamento 1.89 BOSCHI MARIA ELENA (IVICRE) - Votazione Emendamento 1.89 DDL n. 1665",
            "original_title": "Votazione Emendamento 1.89 DDL n. 1665",
            "description_title": "Emendamento 1.89 BOSCHI MARIA ELENA (IVICRE)",
            "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": 68.07,
            "minority_cohesion_rate": 77.78
        },
        {
            "id": 30486,
            "slug": "vs19_305_018",
            "identifier": "vs19_305_018",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_305_018/?format=api",
            "sitting": {
                "id": 1711,
                "date": "2024-06-12",
                "number": 305,
                "branch": "C"
            },
            "number": 18,
            "title": "Emendamento 1.122 ALIFANO ENRICA (M5S) - Votazione Emendamento 1.122 DDL n. 1665",
            "original_title": "Votazione Emendamento 1.122 DDL n. 1665",
            "description_title": "Emendamento 1.122 ALIFANO ENRICA (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.07,
            "minority_cohesion_rate": 72.84
        },
        {
            "id": 31088,
            "slug": "vs19_321_079",
            "identifier": "vs19_321_079",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_321_079/?format=api",
            "sitting": {
                "id": 1733,
                "date": "2024-07-09",
                "number": 321,
                "branch": "C"
            },
            "number": 79,
            "title": "Ordine del giorno n. 9/1718/14 AURIEMMA CARMELA (M5S) - Votazione Ordine del giorno 9/1718/14 DDL n. 1718",
            "original_title": "Votazione Ordine del giorno 9/1718/14 DDL n. 1718",
            "description_title": "Ordine del giorno n. 9/1718/14 AURIEMMA CARMELA (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": 43,
            "majority_cohesion_rate": 68.07,
            "minority_cohesion_rate": 58.39
        },
        {
            "id": 30497,
            "slug": "vs19_305_029",
            "identifier": "vs19_305_029",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_305_029/?format=api",
            "sitting": {
                "id": 1711,
                "date": "2024-06-12",
                "number": 305,
                "branch": "C"
            },
            "number": 29,
            "title": "Articolo aggiuntivo 1.02 AMATO GAETANO (M5S) - Votazione Emendamento 1.02 DDL n. 1665",
            "original_title": "Votazione Emendamento 1.02 DDL n. 1665",
            "description_title": "Articolo aggiuntivo 1.02 AMATO GAETANO (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": 23,
            "majority_cohesion_rate": 68.07,
            "minority_cohesion_rate": 73.46
        },
        {
            "id": 32112,
            "slug": "vs19_323_005",
            "identifier": "vs19_323_005",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_323_005/?format=api",
            "sitting": {
                "id": 1735,
                "date": "2024-07-11",
                "number": 323,
                "branch": "C"
            },
            "number": 5,
            "title": "Ordine del giorno n. 9/1946/4, limitatamente al capoverso secondo della parte dispositiva, CAROTENUTO DARIO (M5S) - Votazione Ordine del giorno 9/1946/4, DDL n. 1946",
            "original_title": "Votazione Ordine del giorno 9/1946/4, DDL n. 1946",
            "description_title": "Ordine del giorno n. 9/1946/4, limitatamente al capoverso secondo della parte dispositiva, CAROTENUTO DARIO (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": 25,
            "majority_cohesion_rate": 68.07,
            "minority_cohesion_rate": 69.57
        },
        {
            "id": 31570,
            "slug": "vs19_340_095",
            "identifier": "vs19_340_095",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_340_095/?format=api",
            "sitting": {
                "id": 1766,
                "date": "2024-08-05",
                "number": 340,
                "branch": "C"
            },
            "number": 95,
            "title": "Emendamento 9-novies.5 CASO ANTONIO (M5S) - Votazione Emendamento 9-novies.5 DDL n. 1997",
            "original_title": "Votazione Emendamento 9-novies.5 DDL n. 1997",
            "description_title": "Emendamento 9-novies.5 CASO ANTONIO (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.07,
            "minority_cohesion_rate": 70.19
        },
        {
            "id": 30495,
            "slug": "vs19_305_027",
            "identifier": "vs19_305_027",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_305_027/?format=api",
            "sitting": {
                "id": 1711,
                "date": "2024-06-12",
                "number": 305,
                "branch": "C"
            },
            "number": 27,
            "title": "Emendamento 1.203 ZARATTI FILIBERTO (AVS) - Votazione Emendamento 1.203 DDL n. 1665",
            "original_title": "Votazione Emendamento 1.203 DDL n. 1665",
            "description_title": "Emendamento 1.203 ZARATTI FILIBERTO (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": 18,
            "majority_cohesion_rate": 68.07,
            "minority_cohesion_rate": 80.25
        },
        {
            "id": 30518,
            "slug": "vs19_309_079",
            "identifier": "vs19_309_079",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_309_079/?format=api",
            "sitting": {
                "id": 1715,
                "date": "2024-06-18",
                "number": 309,
                "branch": "C"
            },
            "number": 79,
            "title": "Emendamento 3.276 RICCIARDI MARIANNA (M5S) - Votazione Emendamento 3.276 DDL n. 1665",
            "original_title": "Votazione Emendamento 3.276 DDL n. 1665",
            "description_title": "Emendamento 3.276 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": 25,
            "majority_cohesion_rate": 68.07,
            "minority_cohesion_rate": 70.99
        },
        {
            "id": 30533,
            "slug": "vs19_309_091",
            "identifier": "vs19_309_091",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_309_091/?format=api",
            "sitting": {
                "id": 1715,
                "date": "2024-06-18",
                "number": 309,
                "branch": "C"
            },
            "number": 91,
            "title": "Emendamento 3.366 PAGANO UBALDO (PD-IDP) - Votazione Emendamento 3.366 DDL n. 1665",
            "original_title": "Votazione Emendamento 3.366 DDL n. 1665",
            "description_title": "Emendamento 3.366 PAGANO UBALDO (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": 27,
            "majority_cohesion_rate": 68.07,
            "minority_cohesion_rate": 68.52
        },
        {
            "id": 30501,
            "slug": "vs19_309_003",
            "identifier": "vs19_309_003",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_309_003/?format=api",
            "sitting": {
                "id": 1715,
                "date": "2024-06-18",
                "number": 309,
                "branch": "C"
            },
            "number": 3,
            "title": "Emendamento 2.20 CARFAGNA MARIA ROSARIA (APERRE) - Votazione Emendamento 2.20 DDL n. 1665",
            "original_title": "Votazione Emendamento 2.20 DDL n. 1665",
            "description_title": "Emendamento 2.20 CARFAGNA MARIA ROSARIA (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": 0,
            "n_margin": 22,
            "majority_cohesion_rate": 68.07,
            "minority_cohesion_rate": 75.31
        },
        {
            "id": 31069,
            "slug": "vs19_321_043",
            "identifier": "vs19_321_043",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_321_043/?format=api",
            "sitting": {
                "id": 1733,
                "date": "2024-07-09",
                "number": 321,
                "branch": "C"
            },
            "number": 43,
            "title": "Articolo aggiuntivo 5.04 ASCARI STEFANIA (M5S) - Votazione Emendamento 5.04 DDL n. 1718",
            "original_title": "Votazione Emendamento 5.04 DDL n. 1718",
            "description_title": "Articolo aggiuntivo 5.04 ASCARI STEFANIA (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": 38,
            "majority_cohesion_rate": 68.07,
            "minority_cohesion_rate": 65.84
        },
        {
            "id": 30621,
            "slug": "vs19_309_011",
            "identifier": "vs19_309_011",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_309_011/?format=api",
            "sitting": {
                "id": 1715,
                "date": "2024-06-18",
                "number": 309,
                "branch": "C"
            },
            "number": 11,
            "title": "Emendamento 2.89 BONAFE' SIMONA (PD-IDP) - Votazione Emendamento 2.89 DDL n. 1665",
            "original_title": "Votazione Emendamento 2.89 DDL n. 1665",
            "description_title": "Emendamento 2.89 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": 30,
            "majority_cohesion_rate": 68.07,
            "minority_cohesion_rate": 64.81
        },
        {
            "id": 31546,
            "slug": "vs19_340_070",
            "identifier": "vs19_340_070",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_340_070/?format=api",
            "sitting": {
                "id": 1766,
                "date": "2024-08-05",
                "number": 340,
                "branch": "C"
            },
            "number": 70,
            "title": "Emendamento 9-sexies.1 BORRELLI FRANCESCO EMILIO (AVS) - Votazione Emendamento 9-sexies.1 DDL n. 1997",
            "original_title": "Votazione Emendamento 9-sexies.1 DDL n. 1997",
            "description_title": "Emendamento 9-sexies.1 BORRELLI FRANCESCO EMILIO (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": 68.07,
            "minority_cohesion_rate": 74.53
        },
        {
            "id": 30593,
            "slug": "vs19_309_037",
            "identifier": "vs19_309_037",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_309_037/?format=api",
            "sitting": {
                "id": 1715,
                "date": "2024-06-18",
                "number": 309,
                "branch": "C"
            },
            "number": 37,
            "title": "Emendamento 2.166 BONAFE' SIMONA (PD-IDP) - Votazione Emendamento 2.166 DDL n. 1665",
            "original_title": "Votazione Emendamento 2.166 DDL n. 1665",
            "description_title": "Emendamento 2.166 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": 27,
            "majority_cohesion_rate": 68.07,
            "minority_cohesion_rate": 69.75
        },
        {
            "id": 30529,
            "slug": "vs19_309_035",
            "identifier": "vs19_309_035",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_309_035/?format=api",
            "sitting": {
                "id": 1715,
                "date": "2024-06-18",
                "number": 309,
                "branch": "C"
            },
            "number": 35,
            "title": "Emendamento 2.159 BONAFE' SIMONA (PD-IDP) - Votazione Emendamento 2.159 DDL n. 1665",
            "original_title": "Votazione Emendamento 2.159 DDL n. 1665",
            "description_title": "Emendamento 2.159 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": 28,
            "majority_cohesion_rate": 68.07,
            "minority_cohesion_rate": 67.9
        },
        {
            "id": 30490,
            "slug": "vs19_305_022",
            "identifier": "vs19_305_022",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_305_022/?format=api",
            "sitting": {
                "id": 1711,
                "date": "2024-06-12",
                "number": 305,
                "branch": "C"
            },
            "number": 22,
            "title": "Emendamento 1.179 COLUCCI ALFONSO (M5S) - Votazione Emendamento 1.179 DDL n. 1665",
            "original_title": "Votazione Emendamento 1.179 DDL n. 1665",
            "description_title": "Emendamento 1.179 COLUCCI ALFONSO (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.07,
            "minority_cohesion_rate": 73.46
        },
        {
            "id": 32160,
            "slug": "vs19_326_009",
            "identifier": "vs19_326_009",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_326_009/?format=api",
            "sitting": {
                "id": 1740,
                "date": "2024-07-16",
                "number": 326,
                "branch": "C"
            },
            "number": 9,
            "title": "Ordine del giorno n. 9/1902/15 PAVANELLI EMMA (M5S) - Votazione Ordine del giorno 9/1902/15 DDL n. 1902",
            "original_title": "Votazione Ordine del giorno 9/1902/15 DDL n. 1902",
            "description_title": "Ordine del giorno n. 9/1902/15 PAVANELLI EMMA (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": 3,
            "n_margin": 91,
            "majority_cohesion_rate": 68.07,
            "minority_cohesion_rate": 32.92
        },
        {
            "id": 31053,
            "slug": "vs19_321_060",
            "identifier": "vs19_321_060",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_321_060/?format=api",
            "sitting": {
                "id": 1733,
                "date": "2024-07-09",
                "number": 321,
                "branch": "C"
            },
            "number": 60,
            "title": "Articolo 6 - Votazione Articolo 6 DDL n. 1718",
            "original_title": "Votazione Articolo 6 DDL n. 1718",
            "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": 10,
            "n_margin": 67,
            "majority_cohesion_rate": 68.07,
            "minority_cohesion_rate": 33.54
        },
        {
            "id": 32209,
            "slug": "vs19_326_057",
            "identifier": "vs19_326_057",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_326_057/?format=api",
            "sitting": {
                "id": 1740,
                "date": "2024-07-16",
                "number": 326,
                "branch": "C"
            },
            "number": 57,
            "title": "Ordine del giorno n. 9/1902/75, nel testo riformulato, VACCARI STEFANO (PD-IDP) - Votazione Ordine del giorno 9/1902/75, DDL n. 1902",
            "original_title": "Votazione Ordine del giorno 9/1902/75, DDL n. 1902",
            "description_title": "Ordine del giorno n. 9/1902/75, nel testo riformulato, VACCARI STEFANO (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": 2,
            "n_margin": 132,
            "majority_cohesion_rate": 68.07,
            "minority_cohesion_rate": 65.84
        },
        {
            "id": 30690,
            "slug": "vs19_309_226",
            "identifier": "vs19_309_226",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_309_226/?format=api",
            "sitting": {
                "id": 1715,
                "date": "2024-06-18",
                "number": 309,
                "branch": "C"
            },
            "number": 226,
            "title": "Ordine del giorno n. 9/1665/54 PELLEGRINI MARCO (M5S) - Votazione Ordine del giorno 9/1665/54 DDL n. 1665",
            "original_title": "Votazione Ordine del giorno 9/1665/54 DDL n. 1665",
            "description_title": "Ordine del giorno n. 9/1665/54 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": 0,
            "n_margin": 30,
            "majority_cohesion_rate": 68.07,
            "minority_cohesion_rate": 65.43
        },
        {
            "id": 31573,
            "slug": "vs19_340_098",
            "identifier": "vs19_340_098",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_340_098/?format=api",
            "sitting": {
                "id": 1766,
                "date": "2024-08-05",
                "number": 340,
                "branch": "C"
            },
            "number": 98,
            "title": "Articolo aggiuntivo 9-novies.01 CASO ANTONIO (M5S) - Votazione Emendamento 9-novies.01 DDL n. 1997",
            "original_title": "Votazione Emendamento 9-novies.01 DDL n. 1997",
            "description_title": "Articolo aggiuntivo 9-novies.01 CASO ANTONIO (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.07,
            "minority_cohesion_rate": 72.05
        },
        {
            "id": 29437,
            "slug": "19-176-9",
            "identifier": "19-176-9",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-176-9/?format=api",
            "sitting": {
                "id": 1657,
                "date": "2024-04-09",
                "number": 176,
                "branch": "S"
            },
            "number": 9,
            "title": "Disposizioni in materia di professioni pedagogiche ed educative - Articolo 7",
            "original_title": "Articolo 7",
            "description_title": "Disposizioni in materia di professioni pedagogiche ed educative",
            "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": 65,
            "majority_cohesion_rate": 68.1,
            "minority_cohesion_rate": 60.47
        },
        {
            "id": 29932,
            "slug": "19-180-2",
            "identifier": "19-180-2",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-180-2/?format=api",
            "sitting": {
                "id": 1665,
                "date": "2024-04-17",
                "number": 180,
                "branch": "S"
            },
            "number": 2,
            "title": "Disegno di legge n. 924-bis. Emm. 1.200 e 1.201",
            "original_title": "Disegno di legge n. 924-bis. Emm. 1.200 e 1.201",
            "description_title": null,
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 10,
            "majority_cohesion_rate": 68.1,
            "minority_cohesion_rate": 70.93
        }
    ]
}