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

{
    "count": 22904,
    "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=n_margin&page=79",
    "previous": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=n_margin&page=77",
    "results": [
        {
            "id": 34091,
            "slug": "vs19_388_166",
            "identifier": "vs19_388_166",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_388_166/?format=api",
            "sitting": {
                "id": 1846,
                "date": "2024-11-27",
                "number": 388,
                "branch": "C"
            },
            "number": 166,
            "title": "Emendamento 30.6 PELUFFO VINICIO GIUSEPPE GUIDO (PD-IDP) - Votazione Emendamento 30.6 DDL n. 2022",
            "original_title": "Votazione Emendamento 30.6 DDL n. 2022",
            "description_title": "Emendamento 30.6 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": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 4,
            "n_margin": 14,
            "majority_cohesion_rate": 55.79,
            "minority_cohesion_rate": 66.88
        },
        {
            "id": 30313,
            "slug": "vs19_292_079",
            "identifier": "vs19_292_079",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_292_079/?format=api",
            "sitting": {
                "id": 1688,
                "date": "2024-05-14",
                "number": 292,
                "branch": "C"
            },
            "number": 79,
            "title": "Ordine del giorno n. 9/1717/3 AURIEMMA CARMELA (M5S) - Votazione Ordine del giorno 9/1717/3 DDL n. 1717",
            "original_title": "Votazione Ordine del giorno 9/1717/3 DDL n. 1717",
            "description_title": "Ordine del giorno n. 9/1717/3 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": 14,
            "majority_cohesion_rate": 53.16,
            "minority_cohesion_rate": 61.35
        },
        {
            "id": 30305,
            "slug": "vs19_292_078",
            "identifier": "vs19_292_078",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_292_078/?format=api",
            "sitting": {
                "id": 1688,
                "date": "2024-05-14",
                "number": 292,
                "branch": "C"
            },
            "number": 78,
            "title": "Ordine del giorno n. 9/1717/2 COLUCCI ALFONSO (M5S) - Votazione Ordine del giorno 9/1717/2 DDL n. 1717",
            "original_title": "Votazione Ordine del giorno 9/1717/2 DDL n. 1717",
            "description_title": "Ordine del giorno n. 9/1717/2 COLUCCI ALFONSO (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": 14,
            "majority_cohesion_rate": 52.32,
            "minority_cohesion_rate": 60.12
        },
        {
            "id": 27174,
            "slug": "vs19_231_013",
            "identifier": "vs19_231_013",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_231_013/?format=api",
            "sitting": {
                "id": 1586,
                "date": "2024-01-23",
                "number": 231,
                "branch": "C"
            },
            "number": 13,
            "title": "Emendamento 3.18 FRATOIANNI NICOLA (AVS) - Votazione Emendamento 3.18 DDL n. 1620",
            "original_title": "Votazione Emendamento 3.18 DDL n. 1620",
            "description_title": "Emendamento 3.18 FRATOIANNI NICOLA (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": 14,
            "majority_cohesion_rate": 63.71,
            "minority_cohesion_rate": 77.78
        },
        {
            "id": 27199,
            "slug": "vs19_231_014",
            "identifier": "vs19_231_014",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_231_014/?format=api",
            "sitting": {
                "id": 1586,
                "date": "2024-01-23",
                "number": 231,
                "branch": "C"
            },
            "number": 14,
            "title": "Emendamento 3.1000 BONAFE' SIMONA (PD-IDP) - Votazione Emendamento 3.1000 DDL n. 1620",
            "original_title": "Votazione Emendamento 3.1000 DDL n. 1620",
            "description_title": "Emendamento 3.1000 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": 14,
            "majority_cohesion_rate": 64.14,
            "minority_cohesion_rate": 77.16
        },
        {
            "id": 30253,
            "slug": "vs19_292_075",
            "identifier": "vs19_292_075",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_292_075/?format=api",
            "sitting": {
                "id": 1688,
                "date": "2024-05-14",
                "number": 292,
                "branch": "C"
            },
            "number": 75,
            "title": "Emendamento 23.12 CASU ANDREA (PD-IDP) - Votazione Emendamento 23.12 DDL n. 1717",
            "original_title": "Votazione Emendamento 23.12 DDL n. 1717",
            "description_title": "Emendamento 23.12 CASU ANDREA (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": 14,
            "majority_cohesion_rate": 56.12,
            "minority_cohesion_rate": 65.03
        },
        {
            "id": 30045,
            "slug": "vs19_282_010",
            "identifier": "vs19_282_010",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_282_010/?format=api",
            "sitting": {
                "id": 1669,
                "date": "2024-04-18",
                "number": 282,
                "branch": "C"
            },
            "number": 10,
            "title": "Ordine del giorno n. 9/1752/132 BONAFE' SIMONA (PD-IDP) - Votazione Ordine del giorno 9/1752/132 DDL n. 1752",
            "original_title": "Votazione Ordine del giorno 9/1752/132 DDL n. 1752",
            "description_title": "Ordine del giorno n. 9/1752/132 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": "Respinta",
            "n_rebels": 0,
            "n_margin": 14,
            "majority_cohesion_rate": 55.7,
            "minority_cohesion_rate": 64.81
        },
        {
            "id": 30225,
            "slug": "vs19_292_027",
            "identifier": "vs19_292_027",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_292_027/?format=api",
            "sitting": {
                "id": 1688,
                "date": "2024-05-14",
                "number": 292,
                "branch": "C"
            },
            "number": 27,
            "title": "Emendamento 8.16 BONAFE' SIMONA (PD-IDP) - Votazione Emendamento 8.16 DDL n. 1717",
            "original_title": "Votazione Emendamento 8.16 DDL n. 1717",
            "description_title": "Emendamento 8.16 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": 14,
            "majority_cohesion_rate": 60.76,
            "minority_cohesion_rate": 71.78
        },
        {
            "id": 30221,
            "slug": "vs19_292_029",
            "identifier": "vs19_292_029",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_292_029/?format=api",
            "sitting": {
                "id": 1688,
                "date": "2024-05-14",
                "number": 292,
                "branch": "C"
            },
            "number": 29,
            "title": "Emendamento 8.21 BOSCHI MARIA ELENA (IVICRE) - Votazione Emendamento 8.21 DDL n. 1717",
            "original_title": "Votazione Emendamento 8.21 DDL n. 1717",
            "description_title": "Emendamento 8.21 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": 14,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 71.17
        },
        {
            "id": 30002,
            "slug": "vs19_282_009",
            "identifier": "vs19_282_009",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_282_009/?format=api",
            "sitting": {
                "id": 1669,
                "date": "2024-04-18",
                "number": 282,
                "branch": "C"
            },
            "number": 9,
            "title": "Ordine del giorno n. 9/1752/131 MARINO MARIA STEFANIA (PD-IDP) - Votazione Ordine del giorno 9/1752/131 DDL n. 1752",
            "original_title": "Votazione Ordine del giorno 9/1752/131 DDL n. 1752",
            "description_title": "Ordine del giorno n. 9/1752/131 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": 1,
            "n_margin": 14,
            "majority_cohesion_rate": 56.12,
            "minority_cohesion_rate": 64.81
        },
        {
            "id": 30326,
            "slug": "vs19_300_004",
            "identifier": "vs19_300_004",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_300_004/?format=api",
            "sitting": {
                "id": 1701,
                "date": "2024-05-28",
                "number": 300,
                "branch": "C"
            },
            "number": 4,
            "title": "Emendamento 1.1003 BOSCHI MARIA ELENA (IVICRE) - Votazione Emendamento 1.1003 PDL n. 0304",
            "original_title": "Votazione Emendamento 1.1003 PDL n. 0304",
            "description_title": "Emendamento 1.1003 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": 14,
            "majority_cohesion_rate": 55.88,
            "minority_cohesion_rate": 66.05
        },
        {
            "id": 30267,
            "slug": "vs19_292_025",
            "identifier": "vs19_292_025",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_292_025/?format=api",
            "sitting": {
                "id": 1688,
                "date": "2024-05-14",
                "number": 292,
                "branch": "C"
            },
            "number": 25,
            "title": "Emendamento 8.11 MANZI IRENE (PD-IDP) - Votazione Emendamento 8.11 DDL n. 1717",
            "original_title": "Votazione Emendamento 8.11 DDL n. 1717",
            "description_title": "Emendamento 8.11 MANZI IRENE (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": 14,
            "majority_cohesion_rate": 60.76,
            "minority_cohesion_rate": 71.78
        },
        {
            "id": 27239,
            "slug": "vs19_232_001",
            "identifier": "vs19_232_001",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_232_001/?format=api",
            "sitting": {
                "id": 1588,
                "date": "2024-01-24",
                "number": 232,
                "branch": "C"
            },
            "number": 1,
            "title": "Emendamento 4.2 BONAFE' SIMONA (PD-IDP) - Votazione Emendamento 4.2 DDL n. 1620",
            "original_title": "Votazione Emendamento 4.2 DDL n. 1620",
            "description_title": "Emendamento 4.2 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": 14,
            "majority_cohesion_rate": 54.01,
            "minority_cohesion_rate": 63.58
        },
        {
            "id": 29351,
            "slug": "vs19_270_056",
            "identifier": "vs19_270_056",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_270_056/?format=api",
            "sitting": {
                "id": 1650,
                "date": "2024-03-26",
                "number": 270,
                "branch": "C"
            },
            "number": 56,
            "title": "Ordine del giorno n. 9/1435/12 GIANASSI FEDERICO (PD-IDP) - Votazione Ordine del giorno 9/1435/12 DDL n. 1435",
            "original_title": "Votazione Ordine del giorno 9/1435/12 DDL n. 1435",
            "description_title": "Ordine del giorno n. 9/1435/12 GIANASSI FEDERICO (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": 14,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 70.37
        },
        {
            "id": 30092,
            "slug": "vs19_283_017",
            "identifier": "vs19_283_017",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_283_017/?format=api",
            "sitting": {
                "id": 1672,
                "date": "2024-04-23",
                "number": 283,
                "branch": "C"
            },
            "number": 17,
            "title": "Emendamento 4.1000 BERRUTO MAURO (PD-IDP) - Votazione Emendamento 4.1000 PDL n. 0836",
            "original_title": "Votazione Emendamento 4.1000 PDL n. 0836",
            "description_title": "Emendamento 4.1000 BERRUTO MAURO (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": 14,
            "majority_cohesion_rate": 62.03,
            "minority_cohesion_rate": 73.01
        },
        {
            "id": 30096,
            "slug": "vs19_283_003",
            "identifier": "vs19_283_003",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_283_003/?format=api",
            "sitting": {
                "id": 1672,
                "date": "2024-04-23",
                "number": 283,
                "branch": "C"
            },
            "number": 3,
            "title": "Emendamento 2.1001 BERRUTO MAURO (PD-IDP) - Votazione Emendamento 2.1001 PDL n. 0836",
            "original_title": "Votazione Emendamento 2.1001 PDL n. 0836",
            "description_title": "Emendamento 2.1001 BERRUTO MAURO (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": 14,
            "majority_cohesion_rate": 58.23,
            "minority_cohesion_rate": 68.1
        },
        {
            "id": 36541,
            "slug": "vs19_435_054",
            "identifier": "vs19_435_054",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_435_054/?format=api",
            "sitting": {
                "id": 1919,
                "date": "2025-02-26",
                "number": 435,
                "branch": "C"
            },
            "number": 54,
            "title": "Emendamento 5.1004 GUERRA MARIA CECILIA (PD-IDP) - Votazione Emendamento 5.1004 PDL n. 1573",
            "original_title": "Votazione Emendamento 5.1004 PDL n. 1573",
            "description_title": "Emendamento 5.1004 GUERRA MARIA CECILIA (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": 14,
            "majority_cohesion_rate": 61.57,
            "minority_cohesion_rate": 77.71
        },
        {
            "id": 21506,
            "slug": "vs19_112_025",
            "identifier": "vs19_112_025",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_112_025/?format=api",
            "sitting": {
                "id": 1390,
                "date": "2023-05-31",
                "number": 112,
                "branch": "C"
            },
            "number": 25,
            "title": "Mozione n. 1-00147, limitatamente al capoverso 9), MANZI IRENE (PD-IDP) ed altri - Votazione Mozione 1_00147",
            "original_title": "Votazione Mozione 1_00147",
            "description_title": "Mozione n. 1-00147, limitatamente al capoverso 9), MANZI IRENE (PD-IDP) ed altri",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Mozione",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 14,
            "majority_cohesion_rate": 68.78,
            "minority_cohesion_rate": 82.72
        },
        {
            "id": 36517,
            "slug": "vs19_435_028",
            "identifier": "vs19_435_028",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_435_028/?format=api",
            "sitting": {
                "id": 1919,
                "date": "2025-02-26",
                "number": 435,
                "branch": "C"
            },
            "number": 28,
            "title": "Emendamento 3.101 GUERRA MARIA CECILIA (PD-IDP) - Votazione Emendamento 3.101 PDL n. 1573",
            "original_title": "Votazione Emendamento 3.101 PDL n. 1573",
            "description_title": "Emendamento 3.101 GUERRA MARIA CECILIA (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": 14,
            "majority_cohesion_rate": 61.98,
            "minority_cohesion_rate": 78.98
        },
        {
            "id": 36518,
            "slug": "vs19_435_029",
            "identifier": "vs19_435_029",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_435_029/?format=api",
            "sitting": {
                "id": 1919,
                "date": "2025-02-26",
                "number": 435,
                "branch": "C"
            },
            "number": 29,
            "title": "Identici emendamenti 3.1002 SCOTTO ARTURO (PD-IDP) e 3.1005 FENU EMILIANO (M5S) - Votazione Emendamento 3.1002 PDL n. 1573",
            "original_title": "Votazione Emendamento 3.1002 PDL n. 1573",
            "description_title": "Identici emendamenti 3.1002 SCOTTO ARTURO (PD-IDP) e 3.1005 FENU EMILIANO (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": 14,
            "majority_cohesion_rate": 61.98,
            "minority_cohesion_rate": 79.62
        },
        {
            "id": 27271,
            "slug": "vs19_232_005",
            "identifier": "vs19_232_005",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_232_005/?format=api",
            "sitting": {
                "id": 1588,
                "date": "2024-01-24",
                "number": 232,
                "branch": "C"
            },
            "number": 5,
            "title": "Emendamento 4.14 LOMUTI ARNALDO (M5S) - Votazione Emendamento 4.14 DDL n. 1620",
            "original_title": "Votazione Emendamento 4.14 DDL n. 1620",
            "description_title": "Emendamento 4.14 LOMUTI ARNALDO (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": 14,
            "majority_cohesion_rate": 58.65,
            "minority_cohesion_rate": 69.75
        },
        {
            "id": 36507,
            "slug": "vs19_435_017",
            "identifier": "vs19_435_017",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_435_017/?format=api",
            "sitting": {
                "id": 1919,
                "date": "2025-02-26",
                "number": 435,
                "branch": "C"
            },
            "number": 17,
            "title": "Emendamento 2.1006 BARZOTTI VALENTINA (M5S) - Votazione Emendamento 2.1006 PDL n. 1573",
            "original_title": "Votazione Emendamento 2.1006 PDL n. 1573",
            "description_title": "Emendamento 2.1006 BARZOTTI VALENTINA (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": 14,
            "majority_cohesion_rate": 58.68,
            "minority_cohesion_rate": 76.43
        },
        {
            "id": 30004,
            "slug": "vs19_281_043",
            "identifier": "vs19_281_043",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_281_043/?format=api",
            "sitting": {
                "id": 1668,
                "date": "2024-04-17",
                "number": 281,
                "branch": "C"
            },
            "number": 43,
            "title": "Ordine del giorno n. 9/1752/66 CARMINA IDA (M5S) - Votazione Ordine del giorno 9/1752/66 DDL n. 1752",
            "original_title": "Votazione Ordine del giorno 9/1752/66 DDL n. 1752",
            "description_title": "Ordine del giorno n. 9/1752/66 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": 0,
            "n_margin": 15,
            "majority_cohesion_rate": 52.74,
            "minority_cohesion_rate": 59.88
        },
        {
            "id": 37230,
            "slug": "vs19_449_071",
            "identifier": "vs19_449_071",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_449_071/?format=api",
            "sitting": {
                "id": 1942,
                "date": "2025-03-18",
                "number": 449,
                "branch": "C"
            },
            "number": 71,
            "title": "Ordine del giorno n. 9/2285/4 EVI ELEONORA (PD-IDP) - Votazione Ordine del giorno 9/2285/4 DDL n. 2285",
            "original_title": "Votazione Ordine del giorno 9/2285/4 DDL n. 2285",
            "description_title": "Ordine del giorno n. 9/2285/4 EVI ELEONORA (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": 15,
            "majority_cohesion_rate": 55.14,
            "minority_cohesion_rate": 67.52
        },
        {
            "id": 37231,
            "slug": "vs19_449_072",
            "identifier": "vs19_449_072",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_449_072/?format=api",
            "sitting": {
                "id": 1942,
                "date": "2025-03-18",
                "number": 449,
                "branch": "C"
            },
            "number": 72,
            "title": "Ordine del giorno n. 9/2285/5 FERRARI SARA (PD-IDP) - Votazione Ordine del giorno 9/2285/5 DDL n. 2285",
            "original_title": "Votazione Ordine del giorno 9/2285/5 DDL n. 2285",
            "description_title": "Ordine del giorno n. 9/2285/5 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": 0,
            "n_margin": 15,
            "majority_cohesion_rate": 56.79,
            "minority_cohesion_rate": 69.43
        },
        {
            "id": 30496,
            "slug": "vs19_305_028",
            "identifier": "vs19_305_028",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_305_028/?format=api",
            "sitting": {
                "id": 1711,
                "date": "2024-06-12",
                "number": 305,
                "branch": "C"
            },
            "number": 28,
            "title": "Articolo 1 - Votazione Articolo 1 DDL n. 1665",
            "original_title": "Votazione Articolo 1 DDL n. 1665",
            "description_title": "Articolo 1",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 15,
            "majority_cohesion_rate": 65.97,
            "minority_cohesion_rate": 79.63
        },
        {
            "id": 27184,
            "slug": "vs19_231_007",
            "identifier": "vs19_231_007",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_231_007/?format=api",
            "sitting": {
                "id": 1586,
                "date": "2024-01-23",
                "number": 231,
                "branch": "C"
            },
            "number": 7,
            "title": "Identici emendamenti 3.2 BONAFE' SIMONA (PD-IDP) e 3.1001 SOUMAHORO ABOUBAKAR (M-ALT) - Votazione Emendamento 3.2 DDL n. 1620",
            "original_title": "Votazione Emendamento 3.2 DDL n. 1620",
            "description_title": "Identici emendamenti 3.2 BONAFE' SIMONA (PD-IDP) e 3.1001 SOUMAHORO ABOUBAKAR (M-ALT)",
            "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": 15,
            "majority_cohesion_rate": 64.14,
            "minority_cohesion_rate": 77.16
        },
        {
            "id": 34459,
            "slug": "vs19_388_059",
            "identifier": "vs19_388_059",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_388_059/?format=api",
            "sitting": {
                "id": 1846,
                "date": "2024-11-27",
                "number": 388,
                "branch": "C"
            },
            "number": 59,
            "title": "Identici emendamenti 13.1 BONELLI ANGELO (AVS) e 13.2 SIMIANI MARCO (PD-IDP) - Votazione Emendamento 13.1 DDL n. 2022",
            "original_title": "Votazione Emendamento 13.1 DDL n. 2022",
            "description_title": "Identici emendamenti 13.1 BONELLI ANGELO (AVS) e 13.2 SIMIANI 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": 2,
            "n_margin": 15,
            "majority_cohesion_rate": 57.44,
            "minority_cohesion_rate": 70.7
        },
        {
            "id": 27247,
            "slug": "vs19_232_002",
            "identifier": "vs19_232_002",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_232_002/?format=api",
            "sitting": {
                "id": 1588,
                "date": "2024-01-24",
                "number": 232,
                "branch": "C"
            },
            "number": 2,
            "title": "Emendamento 4.4 BONAFE' SIMONA (PD-IDP) - Votazione Emendamento 4.4 DDL n. 1620",
            "original_title": "Votazione Emendamento 4.4 DDL n. 1620",
            "description_title": "Emendamento 4.4 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": 15,
            "majority_cohesion_rate": 55.7,
            "minority_cohesion_rate": 64.81
        },
        {
            "id": 30098,
            "slug": "vs19_283_014",
            "identifier": "vs19_283_014",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_283_014/?format=api",
            "sitting": {
                "id": 1672,
                "date": "2024-04-23",
                "number": 283,
                "branch": "C"
            },
            "number": 14,
            "title": "Emendamento 3.9 CASO ANTONIO (M5S) - Votazione Emendamento 3.9 PDL n. 0836",
            "original_title": "Votazione Emendamento 3.9 PDL n. 0836",
            "description_title": "Emendamento 3.9 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": 15,
            "majority_cohesion_rate": 62.03,
            "minority_cohesion_rate": 73.01
        },
        {
            "id": 30200,
            "slug": "vs19_292_074",
            "identifier": "vs19_292_074",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_292_074/?format=api",
            "sitting": {
                "id": 1688,
                "date": "2024-05-14",
                "number": 292,
                "branch": "C"
            },
            "number": 74,
            "title": "Emendamento 23.11 AURIEMMA CARMELA (M5S) - Votazione Emendamento 23.11 DDL n. 1717",
            "original_title": "Votazione Emendamento 23.11 DDL n. 1717",
            "description_title": "Emendamento 23.11 AURIEMMA CARMELA (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": 15,
            "majority_cohesion_rate": 56.12,
            "minority_cohesion_rate": 64.42
        },
        {
            "id": 34297,
            "slug": "vs19_389_009",
            "identifier": "vs19_389_009",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_389_009/?format=api",
            "sitting": {
                "id": 1847,
                "date": "2024-11-28",
                "number": 389,
                "branch": "C"
            },
            "number": 9,
            "title": "Ordine del giorno n. 9/2022/29 DI LAURO CARMEN (M5S) - Votazione Ordine del giorno 9/2022/29 DDL n. 2022",
            "original_title": "Votazione Ordine del giorno 9/2022/29 DDL n. 2022",
            "description_title": "Ordine del giorno n. 9/2022/29 DI LAURO CARMEN (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": 15,
            "majority_cohesion_rate": 56.2,
            "minority_cohesion_rate": 68.79
        },
        {
            "id": 36556,
            "slug": "vs19_435_071",
            "identifier": "vs19_435_071",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_435_071/?format=api",
            "sitting": {
                "id": 1919,
                "date": "2025-02-26",
                "number": 435,
                "branch": "C"
            },
            "number": 71,
            "title": "Emendamento 7.1002 BARZOTTI VALENTINA (M5S) - Votazione Emendamento 7.1002 PDL n. 1573",
            "original_title": "Votazione Emendamento 7.1002 PDL n. 1573",
            "description_title": "Emendamento 7.1002 BARZOTTI VALENTINA (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": 15,
            "majority_cohesion_rate": 60.74,
            "minority_cohesion_rate": 77.71
        },
        {
            "id": 30236,
            "slug": "vs19_292_009",
            "identifier": "vs19_292_009",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_292_009/?format=api",
            "sitting": {
                "id": 1688,
                "date": "2024-05-14",
                "number": 292,
                "branch": "C"
            },
            "number": 9,
            "title": "Emendamento 2.7 BONAFE' SIMONA (PD-IDP) - Votazione Emendamento 2.7 DDL n. 1717",
            "original_title": "Votazione Emendamento 2.7 DDL n. 1717",
            "description_title": "Emendamento 2.7 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": 15,
            "majority_cohesion_rate": 61.18,
            "minority_cohesion_rate": 71.17
        },
        {
            "id": 34455,
            "slug": "vs19_388_054",
            "identifier": "vs19_388_054",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_388_054/?format=api",
            "sitting": {
                "id": 1846,
                "date": "2024-11-27",
                "number": 388,
                "branch": "C"
            },
            "number": 54,
            "title": "Emendamento 12.1 SIMIANI MARCO (PD-IDP) - Votazione Emendamento 12.1 DDL n. 2022",
            "original_title": "Votazione Emendamento 12.1 DDL n. 2022",
            "description_title": "Emendamento 12.1 SIMIANI 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": 1,
            "n_margin": 15,
            "majority_cohesion_rate": 57.02,
            "minority_cohesion_rate": 69.43
        },
        {
            "id": 33623,
            "slug": "vs19_384_084",
            "identifier": "vs19_384_084",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_384_084/?format=api",
            "sitting": {
                "id": 1824,
                "date": "2024-11-20",
                "number": 384,
                "branch": "C"
            },
            "number": 84,
            "title": "ODG 9/30-A E ABB/14 - Votazione Ordine del giorno 9/30-A E ABB/14 ",
            "original_title": "Votazione Ordine del giorno 9/30-A E ABB/14 ",
            "description_title": "ODG 9/30-A E ABB/14",
            "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": 15,
            "majority_cohesion_rate": 50.41,
            "minority_cohesion_rate": 59.87
        },
        {
            "id": 36516,
            "slug": "vs19_435_027",
            "identifier": "vs19_435_027",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_435_027/?format=api",
            "sitting": {
                "id": 1919,
                "date": "2025-02-26",
                "number": 435,
                "branch": "C"
            },
            "number": 27,
            "title": "Emendamento 3.1003 MARI FRANCESCO (AVS) - Votazione Emendamento 3.1003 PDL n. 1573",
            "original_title": "Votazione Emendamento 3.1003 PDL n. 1573",
            "description_title": "Emendamento 3.1003 MARI FRANCESCO (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": 15,
            "majority_cohesion_rate": 59.5,
            "minority_cohesion_rate": 75.8
        },
        {
            "id": 27284,
            "slug": "vs19_232_007",
            "identifier": "vs19_232_007",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_232_007/?format=api",
            "sitting": {
                "id": 1588,
                "date": "2024-01-24",
                "number": 232,
                "branch": "C"
            },
            "number": 7,
            "title": "Emendamento 4.16 COLUCCI ALFONSO (M5S) - Votazione Emendamento 4.16 DDL n. 1620",
            "original_title": "Votazione Emendamento 4.16 DDL n. 1620",
            "description_title": "Emendamento 4.16 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": 15,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 70.37
        },
        {
            "id": 33633,
            "slug": "vs19_384_062",
            "identifier": "vs19_384_062",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_384_062/?format=api",
            "sitting": {
                "id": 1824,
                "date": "2024-11-20",
                "number": 384,
                "branch": "C"
            },
            "number": 62,
            "title": "ART AGG 13.01008 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "ART AGG 13.01008",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 15,
            "majority_cohesion_rate": 55.37,
            "minority_cohesion_rate": 66.88
        },
        {
            "id": 30199,
            "slug": "vs19_292_005",
            "identifier": "vs19_292_005",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_292_005/?format=api",
            "sitting": {
                "id": 1688,
                "date": "2024-05-14",
                "number": 292,
                "branch": "C"
            },
            "number": 5,
            "title": "Emendamento 1.22 ALIFANO ENRICA (M5S) - Votazione Emendamento 1.22 DDL n. 1717",
            "original_title": "Votazione Emendamento 1.22 DDL n. 1717",
            "description_title": "Emendamento 1.22 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": 15,
            "majority_cohesion_rate": 60.76,
            "minority_cohesion_rate": 70.55
        },
        {
            "id": 33666,
            "slug": "vs19_384_079",
            "identifier": "vs19_384_079",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_384_079/?format=api",
            "sitting": {
                "id": 1824,
                "date": "2024-11-20",
                "number": 384,
                "branch": "C"
            },
            "number": 79,
            "title": "ODG 9/30-A E ABB/9 - Votazione Ordine del giorno 9/30-A E ABB/9 ",
            "original_title": "Votazione Ordine del giorno 9/30-A E ABB/9 ",
            "description_title": "ODG 9/30-A E ABB/9",
            "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": 15,
            "majority_cohesion_rate": 52.07,
            "minority_cohesion_rate": 64.33
        },
        {
            "id": 33664,
            "slug": "vs19_384_089",
            "identifier": "vs19_384_089",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_384_089/?format=api",
            "sitting": {
                "id": 1824,
                "date": "2024-11-20",
                "number": 384,
                "branch": "C"
            },
            "number": 89,
            "title": "ODG 9/30-A E ABB/21 - Votazione Ordine del giorno 9/30-A E ABB/21 ",
            "original_title": "Votazione Ordine del giorno 9/30-A E ABB/21 ",
            "description_title": "ODG 9/30-A E ABB/21",
            "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": 15,
            "majority_cohesion_rate": 49.59,
            "minority_cohesion_rate": 59.87
        },
        {
            "id": 34554,
            "slug": "vs19_388_049",
            "identifier": "vs19_388_049",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_388_049/?format=api",
            "sitting": {
                "id": 1846,
                "date": "2024-11-27",
                "number": 388,
                "branch": "C"
            },
            "number": 49,
            "title": "Articolo 10 - Votazione Articolo 10 DDL n. 2022",
            "original_title": "Votazione Articolo 10 DDL n. 2022",
            "description_title": "Articolo 10",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 3,
            "n_margin": 15,
            "majority_cohesion_rate": 53.72,
            "minority_cohesion_rate": 64.33
        },
        {
            "id": 27218,
            "slug": "vs19_231_011",
            "identifier": "vs19_231_011",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_231_011/?format=api",
            "sitting": {
                "id": 1586,
                "date": "2024-01-23",
                "number": 231,
                "branch": "C"
            },
            "number": 11,
            "title": "Emendamento 3.12 ZARATTI FILIBERTO (AVS) - Votazione Emendamento 3.12 DDL n. 1620",
            "original_title": "Votazione Emendamento 3.12 DDL n. 1620",
            "description_title": "Emendamento 3.12 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": 15,
            "majority_cohesion_rate": 64.98,
            "minority_cohesion_rate": 78.4
        },
        {
            "id": 30145,
            "slug": "vs19_288_006",
            "identifier": "vs19_288_006",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_288_006/?format=api",
            "sitting": {
                "id": 1680,
                "date": "2024-05-07",
                "number": 288,
                "branch": "C"
            },
            "number": 6,
            "title": "Subemendamento 0.1.200.5 FONTANA ILARIA (M5S) - Votazione Emendamento 0.1.200.5 PDL n. 1018",
            "original_title": "Votazione Emendamento 0.1.200.5 PDL n. 1018",
            "description_title": "Subemendamento 0.1.200.5 FONTANA ILARIA (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": 15,
            "majority_cohesion_rate": 59.07,
            "minority_cohesion_rate": 68.1
        },
        {
            "id": 34309,
            "slug": "vs19_389_012",
            "identifier": "vs19_389_012",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_389_012/?format=api",
            "sitting": {
                "id": 1847,
                "date": "2024-11-28",
                "number": 389,
                "branch": "C"
            },
            "number": 12,
            "title": "Ordine del giorno n. 9/2022/32 SPORTIELLO GILDA (M5S) - Votazione Ordine del giorno 9/2022/32 DDL n. 2022",
            "original_title": "Votazione Ordine del giorno 9/2022/32 DDL n. 2022",
            "description_title": "Ordine del giorno n. 9/2022/32 SPORTIELLO GILDA (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": 15,
            "majority_cohesion_rate": 56.61,
            "minority_cohesion_rate": 69.43
        },
        {
            "id": 34064,
            "slug": "vs19_388_160",
            "identifier": "vs19_388_160",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_388_160/?format=api",
            "sitting": {
                "id": 1846,
                "date": "2024-11-27",
                "number": 388,
                "branch": "C"
            },
            "number": 160,
            "title": "Emendamento 28.17 PAVANELLI EMMA (M5S) - Votazione Emendamento 28.17 DDL n. 2022",
            "original_title": "Votazione Emendamento 28.17 DDL n. 2022",
            "description_title": "Emendamento 28.17 PAVANELLI EMMA (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": 15,
            "majority_cohesion_rate": 56.61,
            "minority_cohesion_rate": 68.79
        },
        {
            "id": 34349,
            "slug": "vs19_389_005",
            "identifier": "vs19_389_005",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_389_005/?format=api",
            "sitting": {
                "id": 1847,
                "date": "2024-11-28",
                "number": 389,
                "branch": "C"
            },
            "number": 5,
            "title": "Ordine del giorno n. 9/2022/13 L'ABBATE PATTY (M5S) - Votazione Ordine del giorno 9/2022/13 DDL n. 2022",
            "original_title": "Votazione Ordine del giorno 9/2022/13 DDL n. 2022",
            "description_title": "Ordine del giorno n. 9/2022/13 L'ABBATE PATTY (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": 15,
            "majority_cohesion_rate": 56.2,
            "minority_cohesion_rate": 68.79
        },
        {
            "id": 30185,
            "slug": "vs19_288_012",
            "identifier": "vs19_288_012",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_288_012/?format=api",
            "sitting": {
                "id": 1680,
                "date": "2024-05-07",
                "number": 288,
                "branch": "C"
            },
            "number": 12,
            "title": "Ordine del giorno n. 9/1018/3 IARIA ANTONINO (M5S) - Votazione Ordine del giorno 9/1018/3 PDL n. 1018",
            "original_title": "Votazione Ordine del giorno 9/1018/3 PDL n. 1018",
            "description_title": "Ordine del giorno n. 9/1018/3 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": 1,
            "n_margin": 15,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 69.33
        },
        {
            "id": 27200,
            "slug": "vs19_231_022",
            "identifier": "vs19_231_022",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_231_022/?format=api",
            "sitting": {
                "id": 1586,
                "date": "2024-01-23",
                "number": 231,
                "branch": "C"
            },
            "number": 22,
            "title": "Emendamento 3.31 BONAFE' SIMONA (PD-IDP) - Votazione Emendamento 3.31 DDL n. 1620",
            "original_title": "Votazione Emendamento 3.31 DDL n. 1620",
            "description_title": "Emendamento 3.31 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": 15,
            "majority_cohesion_rate": 62.45,
            "minority_cohesion_rate": 73.46
        }
    ]
}