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

{
    "count": 22130,
    "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=207",
    "previous": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=-majority_cohesion_rate&page=205",
    "results": [
        {
            "id": 22871,
            "slug": "vs19_129_006",
            "identifier": "vs19_129_006",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_129_006/?format=api",
            "sitting": {
                "id": 1413,
                "date": "2023-06-29",
                "number": 129,
                "branch": "C"
            },
            "number": 6,
            "title": "Ordine del giorno n. 9/1238/83 AMATO GAETANO (M5S) - Votazione Ordine del giorno 9/1238/83 DDL n. 1238",
            "original_title": "Votazione Ordine del giorno 9/1238/83 DDL n. 1238",
            "description_title": "Ordine del giorno n. 9/1238/83 AMATO GAETANO (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": 24,
            "majority_cohesion_rate": 67.93,
            "minority_cohesion_rate": 70.37
        },
        {
            "id": 18758,
            "slug": "vs19_038_029",
            "identifier": "vs19_038_029",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_038_029/?format=api",
            "sitting": {
                "id": 1277,
                "date": "2023-01-18",
                "number": 38,
                "branch": "C"
            },
            "number": 29,
            "title": "Articolo aggiuntivo 5.031 BARZOTTI VALENTINA (M5S) - Votazione Emendamento 5.031 DDL n. 0674",
            "original_title": "Votazione Emendamento 5.031 DDL n. 0674",
            "description_title": "Articolo aggiuntivo 5.031 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": 5,
            "n_margin": 23,
            "majority_cohesion_rate": 67.93,
            "minority_cohesion_rate": 70.99
        },
        {
            "id": 20231,
            "slug": "vs19_085_014",
            "identifier": "vs19_085_014",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_085_014/?format=api",
            "sitting": {
                "id": 1346,
                "date": "2023-04-12",
                "number": 85,
                "branch": "C"
            },
            "number": 14,
            "title": "Articolo 4\n(Doc. XXII, n. 6) - Votazione Doc. XXI",
            "original_title": "Votazione Doc. XXI",
            "description_title": "Articolo 4\n(Doc. XXII, n. 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": 1,
            "n_margin": 144,
            "majority_cohesion_rate": 67.93,
            "minority_cohesion_rate": 79.63
        },
        {
            "id": 22882,
            "slug": "vs19_129_021",
            "identifier": "vs19_129_021",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_129_021/?format=api",
            "sitting": {
                "id": 1413,
                "date": "2023-06-29",
                "number": 129,
                "branch": "C"
            },
            "number": 21,
            "title": "Ordine del giorno n. 9/1238/101 QUARTINI ANDREA (M5S) - Votazione Ordine del giorno 9/1238/101 DDL n. 1238",
            "original_title": "Votazione Ordine del giorno 9/1238/101 DDL n. 1238",
            "description_title": "Ordine del giorno n. 9/1238/101 QUARTINI ANDREA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 24,
            "majority_cohesion_rate": 67.93,
            "minority_cohesion_rate": 70.99
        },
        {
            "id": 21246,
            "slug": "vs19_105_007",
            "identifier": "vs19_105_007",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_105_007/?format=api",
            "sitting": {
                "id": 1380,
                "date": "2023-05-18",
                "number": 105,
                "branch": "C"
            },
            "number": 7,
            "title": "Ordine del giorno n. 9/1060/R/21, come riformulato, GUERRA MARIA CECILIA (PD-IDP) - Votazione Ordine del giorno 9/1060/R/21, DDL n. 1060",
            "original_title": "Votazione Ordine del giorno 9/1060/R/21, DDL n. 1060",
            "description_title": "Ordine del giorno n. 9/1060/R/21, come riformulato, GUERRA MARIA CECILIA (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 5,
            "n_margin": 141,
            "majority_cohesion_rate": 67.93,
            "minority_cohesion_rate": 77.78
        },
        {
            "id": 21255,
            "slug": "vs19_105_001",
            "identifier": "vs19_105_001",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_105_001/?format=api",
            "sitting": {
                "id": 1380,
                "date": "2023-05-18",
                "number": 105,
                "branch": "C"
            },
            "number": 1,
            "title": "Ordine del giorno n. 9/1060-R/1, come riformulato, BERRUTO MAURO (PD-IDP) - Votazione Ordine del giorno 9/1060-R/1, DDL n. 1060",
            "original_title": "Votazione Ordine del giorno 9/1060-R/1, DDL n. 1060",
            "description_title": "Ordine del giorno n. 9/1060-R/1, come riformulato, BERRUTO MAURO (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": 3,
            "n_margin": 139,
            "majority_cohesion_rate": 67.93,
            "minority_cohesion_rate": 72.84
        },
        {
            "id": 21263,
            "slug": "vs19_107_009",
            "identifier": "vs19_107_009",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_107_009/?format=api",
            "sitting": {
                "id": 1383,
                "date": "2023-05-23",
                "number": 107,
                "branch": "C"
            },
            "number": 9,
            "title": "Articolo 2 - Votazione Articolo 2 PDL n. 0622",
            "original_title": "Votazione Articolo 2 PDL n. 0622",
            "description_title": "Articolo 2",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 1,
            "n_margin": 144,
            "majority_cohesion_rate": 67.93,
            "minority_cohesion_rate": 79.63
        },
        {
            "id": 18921,
            "slug": "vs19_038_051",
            "identifier": "vs19_038_051",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_038_051/?format=api",
            "sitting": {
                "id": 1277,
                "date": "2023-01-18",
                "number": 38,
                "branch": "C"
            },
            "number": 51,
            "title": "Ordine del giorno n. 9/674/12 CARAMIELLO ALESSANDRO (M5S) - Votazione Ordine del giorno 9/674/12 DDL n. 0674",
            "original_title": "Votazione Ordine del giorno 9/674/12 DDL n. 0674",
            "description_title": "Ordine del giorno n. 9/674/12 CARAMIELLO ALESSANDRO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 17,
            "majority_cohesion_rate": 67.93,
            "minority_cohesion_rate": 78.4
        },
        {
            "id": 18458,
            "slug": "vs19_019_026",
            "identifier": "vs19_019_026",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_019_026/?format=api",
            "sitting": {
                "id": 1238,
                "date": "2022-12-05",
                "number": 19,
                "branch": "C"
            },
            "number": 26,
            "title": "Emendamento 4.2, nel testo riformulato, ZARATTI FILIBERTO (AVS) - Votazione Emendamento 4.2, DDL n. 0547",
            "original_title": "Votazione Emendamento 4.2, DDL n. 0547",
            "description_title": "Emendamento 4.2, nel testo riformulato, ZARATTI FILIBERTO (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 144,
            "majority_cohesion_rate": 67.93,
            "minority_cohesion_rate": 79.01
        },
        {
            "id": 21266,
            "slug": "vs19_107_006",
            "identifier": "vs19_107_006",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_107_006/?format=api",
            "sitting": {
                "id": 1383,
                "date": "2023-05-23",
                "number": 107,
                "branch": "C"
            },
            "number": 6,
            "title": "Emendamento 2.101, come riformulato, GIRELLI GIAN ANTONIO (PD-IDP) - Votazione Emendamento 2.101, PDL n. 0622",
            "original_title": "Votazione Emendamento 2.101, PDL n. 0622",
            "description_title": "Emendamento 2.101, come riformulato, GIRELLI GIAN ANTONIO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 144,
            "majority_cohesion_rate": 67.93,
            "minority_cohesion_rate": 79.63
        },
        {
            "id": 18395,
            "slug": "vs19_019_010",
            "identifier": "vs19_019_010",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_019_010/?format=api",
            "sitting": {
                "id": 1238,
                "date": "2022-12-05",
                "number": 19,
                "branch": "C"
            },
            "number": 10,
            "title": "Emendamento 1.9 SIMIANI MARCO (PD-IDP) - Votazione Emendamento 1.9 DDL n. 0547",
            "original_title": "Votazione Emendamento 1.9 DDL n. 0547",
            "description_title": "Emendamento 1.9 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": 0,
            "n_margin": 21,
            "majority_cohesion_rate": 67.93,
            "minority_cohesion_rate": 74.69
        },
        {
            "id": 18478,
            "slug": "vs19_019_030",
            "identifier": "vs19_019_030",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_019_030/?format=api",
            "sitting": {
                "id": 1238,
                "date": "2022-12-05",
                "number": 19,
                "branch": "C"
            },
            "number": 30,
            "title": "Emendamento 4.3 PROVENZANO GIUSEPPE (PD-IDP) - Votazione Emendamento 4.3 DDL n. 0547",
            "original_title": "Votazione Emendamento 4.3 DDL n. 0547",
            "description_title": "Emendamento 4.3 PROVENZANO GIUSEPPE (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": 20,
            "majority_cohesion_rate": 67.93,
            "minority_cohesion_rate": 75.93
        },
        {
            "id": 21141,
            "slug": "vs19_097_068",
            "identifier": "vs19_097_068",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_097_068/?format=api",
            "sitting": {
                "id": 1368,
                "date": "2023-05-04",
                "number": 97,
                "branch": "C"
            },
            "number": 68,
            "title": "Ordine del giorno n. 9/1112/75, nel testo riformulato, STEFANAZZI CLAUDIO MICHELE (PD-IDP) - Votazione Ordine del giorno 9/1112/75, DDL n. 1112",
            "original_title": "Votazione Ordine del giorno 9/1112/75, DDL n. 1112",
            "description_title": "Ordine del giorno n. 9/1112/75, nel testo riformulato, STEFANAZZI CLAUDIO MICHELE (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Approvata",
            "n_rebels": 5,
            "n_margin": 136,
            "majority_cohesion_rate": 67.93,
            "minority_cohesion_rate": 72.22
        },
        {
            "id": 18475,
            "slug": "vs19_019_048",
            "identifier": "vs19_019_048",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_019_048/?format=api",
            "sitting": {
                "id": 1238,
                "date": "2022-12-05",
                "number": 19,
                "branch": "C"
            },
            "number": 48,
            "title": "Emendamento 12.5 ZARATTI FILIBERTO (AVS) - Votazione Emendamento 12.5 DDL n. 0547",
            "original_title": "Votazione Emendamento 12.5 DDL n. 0547",
            "description_title": "Emendamento 12.5 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": 1,
            "n_margin": 42,
            "majority_cohesion_rate": 67.93,
            "minority_cohesion_rate": 58.64
        },
        {
            "id": 19111,
            "slug": "vs19_033_006",
            "identifier": "vs19_033_006",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_033_006/?format=api",
            "sitting": {
                "id": 1270,
                "date": "2023-01-11",
                "number": 33,
                "branch": "C"
            },
            "number": 6,
            "title": "Ordine del giorno n. 9/730/16 GHIO VALENTINA (PD-IDP) - Votazione Ordine del giorno 9/730/16 DDL n. 0730",
            "original_title": "Votazione Ordine del giorno 9/730/16 DDL n. 0730",
            "description_title": "Ordine del giorno n. 9/730/16 GHIO VALENTINA (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": 19,
            "majority_cohesion_rate": 67.93,
            "minority_cohesion_rate": 76.54
        },
        {
            "id": 19070,
            "slug": "vs19_033_036",
            "identifier": "vs19_033_036",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_033_036/?format=api",
            "sitting": {
                "id": 1270,
                "date": "2023-01-11",
                "number": 33,
                "branch": "C"
            },
            "number": 36,
            "title": "Ordine del giorno n. 9/730/71 CASO ANTONIO (M5S) - Votazione Ordine del giorno 9/730/71 DDL n. 0730",
            "original_title": "Votazione Ordine del giorno 9/730/71 DDL n. 0730",
            "description_title": "Ordine del giorno n. 9/730/71 CASO ANTONIO (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": 25,
            "majority_cohesion_rate": 67.93,
            "minority_cohesion_rate": 69.14
        },
        {
            "id": 18424,
            "slug": "vs19_020_003",
            "identifier": "vs19_020_003",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_020_003/?format=api",
            "sitting": {
                "id": 1239,
                "date": "2022-12-06",
                "number": 20,
                "branch": "C"
            },
            "number": 3,
            "title": "Ordine del giorno n. 9/547/7 TODDE ALESSANDRA (M5S) - Votazione Ordine del giorno 9/547/7 DDL n. 0547",
            "original_title": "Votazione Ordine del giorno 9/547/7 DDL n. 0547",
            "description_title": "Ordine del giorno n. 9/547/7 TODDE ALESSANDRA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 18,
            "majority_cohesion_rate": 67.93,
            "minority_cohesion_rate": 77.78
        },
        {
            "id": 18500,
            "slug": "vs19_025_008",
            "identifier": "vs19_025_008",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_025_008/?format=api",
            "sitting": {
                "id": 1249,
                "date": "2022-12-14",
                "number": 25,
                "branch": "C"
            },
            "number": 8,
            "title": "Emendamento 2.8 ZANELLA LUANA (AVS) - Votazione Emendamento 2.8 DDL n. 0664",
            "original_title": "Votazione Emendamento 2.8 DDL n. 0664",
            "description_title": "Emendamento 2.8 ZANELLA LUANA (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 16,
            "majority_cohesion_rate": 67.93,
            "minority_cohesion_rate": 80.86
        },
        {
            "id": 21112,
            "slug": "vs19_097_079",
            "identifier": "vs19_097_079",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_097_079/?format=api",
            "sitting": {
                "id": 1368,
                "date": "2023-05-04",
                "number": 97,
                "branch": "C"
            },
            "number": 79,
            "title": "Ordine del giorno n. 9/1112/86 GRIMALDI MARCO (AVS) - Votazione Ordine del giorno 9/1112/86 DDL n. 1112",
            "original_title": "Votazione Ordine del giorno 9/1112/86 DDL n. 1112",
            "description_title": "Ordine del giorno n. 9/1112/86 GRIMALDI MARCO (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 27,
            "majority_cohesion_rate": 67.93,
            "minority_cohesion_rate": 66.67
        },
        {
            "id": 18498,
            "slug": "vs19_025_009",
            "identifier": "vs19_025_009",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_025_009/?format=api",
            "sitting": {
                "id": 1249,
                "date": "2022-12-14",
                "number": 25,
                "branch": "C"
            },
            "number": 9,
            "title": "Emendamento 2.7 TUCCI RICCARDO (M5S) - Votazione Emendamento 2.7 DDL n. 0664",
            "original_title": "Votazione Emendamento 2.7 DDL n. 0664",
            "description_title": "Emendamento 2.7 TUCCI 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": 26,
            "majority_cohesion_rate": 67.93,
            "minority_cohesion_rate": 69.14
        },
        {
            "id": 22884,
            "slug": "vs19_129_005",
            "identifier": "vs19_129_005",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_129_005/?format=api",
            "sitting": {
                "id": 1413,
                "date": "2023-06-29",
                "number": 129,
                "branch": "C"
            },
            "number": 5,
            "title": "Ordine del giorno n. 9/1238/82 CHERCHI SUSANNA (M5S) - Votazione Ordine del giorno 9/1238/82 DDL n. 1238",
            "original_title": "Votazione Ordine del giorno 9/1238/82 DDL n. 1238",
            "description_title": "Ordine del giorno n. 9/1238/82 CHERCHI SUSANNA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 24,
            "majority_cohesion_rate": 67.93,
            "minority_cohesion_rate": 70.99
        },
        {
            "id": 19047,
            "slug": "vs19_033_039",
            "identifier": "vs19_033_039",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_033_039/?format=api",
            "sitting": {
                "id": 1270,
                "date": "2023-01-11",
                "number": 33,
                "branch": "C"
            },
            "number": 39,
            "title": "Ordine del giorno n. 9/730/75 COSTA SERGIO (M5S) - Votazione Ordine del giorno 9/730/75 DDL n. 0730",
            "original_title": "Votazione Ordine del giorno 9/730/75 DDL n. 0730",
            "description_title": "Ordine del giorno n. 9/730/75 COSTA SERGIO (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": 41,
            "majority_cohesion_rate": 67.93,
            "minority_cohesion_rate": 58.02
        },
        {
            "id": 18504,
            "slug": "vs19_025_013",
            "identifier": "vs19_025_013",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_025_013/?format=api",
            "sitting": {
                "id": 1249,
                "date": "2022-12-14",
                "number": 25,
                "branch": "C"
            },
            "number": 13,
            "title": "Identici emendamenti 3.4 BONETTI ELENA (AIV-RE) e 3.5 ZANELLA LUANA (AVS) - Votazione Emendamento 3.4 DDL n. 0664",
            "original_title": "Votazione Emendamento 3.4 DDL n. 0664",
            "description_title": "Identici emendamenti 3.4 BONETTI ELENA (AIV-RE) e 3.5 ZANELLA LUANA (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 14,
            "majority_cohesion_rate": 67.93,
            "minority_cohesion_rate": 83.33
        },
        {
            "id": 22885,
            "slug": "vs19_129_008",
            "identifier": "vs19_129_008",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_129_008/?format=api",
            "sitting": {
                "id": 1413,
                "date": "2023-06-29",
                "number": 129,
                "branch": "C"
            },
            "number": 8,
            "title": "Ordine del giorno n. 9/1238/86 TRAVERSI ROBERTO (M5S) - Votazione Ordine del giorno 9/1238/86 DDL n. 1238",
            "original_title": "Votazione Ordine del giorno 9/1238/86 DDL n. 1238",
            "description_title": "Ordine del giorno n. 9/1238/86 TRAVERSI ROBERTO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 45,
            "majority_cohesion_rate": 67.93,
            "minority_cohesion_rate": 54.32
        },
        {
            "id": 19882,
            "slug": "vs19_072_056",
            "identifier": "vs19_072_056",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_072_056/?format=api",
            "sitting": {
                "id": 1329,
                "date": "2023-03-21",
                "number": 72,
                "branch": "C"
            },
            "number": 56,
            "title": "Emendamento 4.18 MALAVASI ILENIA (PD-IDP) - Votazione Emendamento 4.18 DDL n. 0977",
            "original_title": "Votazione Emendamento 4.18 DDL n. 0977",
            "description_title": "Emendamento 4.18 MALAVASI ILENIA (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 27,
            "majority_cohesion_rate": 67.93,
            "minority_cohesion_rate": 67.28
        },
        {
            "id": 18499,
            "slug": "vs19_025_010",
            "identifier": "vs19_025_010",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_025_010/?format=api",
            "sitting": {
                "id": 1249,
                "date": "2022-12-14",
                "number": 25,
                "branch": "C"
            },
            "number": 10,
            "title": "Emendamento 2.10 ORRICO ANNA LAURA (M5S) - Votazione Emendamento 2.10 DDL n. 0664",
            "original_title": "Votazione Emendamento 2.10 DDL n. 0664",
            "description_title": "Emendamento 2.10 ORRICO ANNA LAURA (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": 37,
            "majority_cohesion_rate": 67.93,
            "minority_cohesion_rate": 68.52
        },
        {
            "id": 22880,
            "slug": "vs19_129_012",
            "identifier": "vs19_129_012",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_129_012/?format=api",
            "sitting": {
                "id": 1413,
                "date": "2023-06-29",
                "number": 129,
                "branch": "C"
            },
            "number": 12,
            "title": "Ordine del giorno n. 9/1238/90 AIELLO DAVIDE (M5S) - Votazione Ordine del giorno 9/1238/90 DDL n. 1238",
            "original_title": "Votazione Ordine del giorno 9/1238/90 DDL n. 1238",
            "description_title": "Ordine del giorno n. 9/1238/90 AIELLO DAVIDE (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 22,
            "majority_cohesion_rate": 67.93,
            "minority_cohesion_rate": 73.46
        },
        {
            "id": 19463,
            "slug": "vs19_055_009",
            "identifier": "vs19_055_009",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_055_009/?format=api",
            "sitting": {
                "id": 1304,
                "date": "2023-02-21",
                "number": 55,
                "branch": "C"
            },
            "number": 9,
            "title": "Ordine del giorno n. 9/77/21 GNASSI ANDREA (PD-IDP) - Votazione Ordine del giorno 9/77/21 DDL n. 0771",
            "original_title": "Votazione Ordine del giorno 9/77/21 DDL n. 0771",
            "description_title": "Ordine del giorno n. 9/77/21 GNASSI ANDREA (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 44,
            "majority_cohesion_rate": 67.93,
            "minority_cohesion_rate": 46.3
        },
        {
            "id": 18534,
            "slug": "vs19_025_024",
            "identifier": "vs19_025_024",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_025_024/?format=api",
            "sitting": {
                "id": 1249,
                "date": "2022-12-14",
                "number": 25,
                "branch": "C"
            },
            "number": 24,
            "title": "Ordine del giorno n. 9/664/11 QUARTINI ANDREA (M5S) - Votazione Ordine del giorno 9/664/11 DDL n. 0664",
            "original_title": "Votazione Ordine del giorno 9/664/11 DDL n. 0664",
            "description_title": "Ordine del giorno n. 9/664/11 QUARTINI ANDREA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 12,
            "majority_cohesion_rate": 67.93,
            "minority_cohesion_rate": 85.19
        },
        {
            "id": 19471,
            "slug": "vs19_055_008",
            "identifier": "vs19_055_008",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_055_008/?format=api",
            "sitting": {
                "id": 1304,
                "date": "2023-02-21",
                "number": 55,
                "branch": "C"
            },
            "number": 8,
            "title": "Ordine del giorno n. 9/771/20 CASU ANDREA (PD-IDP) - Votazione Ordine del giorno 9/771/20 DDL n. 0771",
            "original_title": "Votazione Ordine del giorno 9/771/20 DDL n. 0771",
            "description_title": "Ordine del giorno n. 9/771/20 CASU ANDREA (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 24,
            "majority_cohesion_rate": 67.93,
            "minority_cohesion_rate": 70.37
        },
        {
            "id": 25945,
            "slug": "vs19_213_001",
            "identifier": "vs19_213_001",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_213_001/?format=api",
            "sitting": {
                "id": 1555,
                "date": "2023-12-13",
                "number": 213,
                "branch": "C"
            },
            "number": 1,
            "title": "Ordine del giorno n. 9/1601/2 FOSSI EMILIANO (PD-IDP) - Votazione Ordine del giorno 9/1601/2 DDL n. 1601",
            "original_title": "Votazione Ordine del giorno 9/1601/2 DDL n. 1601",
            "description_title": "Ordine del giorno n. 9/1601/2 FOSSI EMILIANO (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": 21,
            "majority_cohesion_rate": 67.93,
            "minority_cohesion_rate": 74.07
        },
        {
            "id": 19466,
            "slug": "vs19_055_011",
            "identifier": "vs19_055_011",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_055_011/?format=api",
            "sitting": {
                "id": 1304,
                "date": "2023-02-21",
                "number": 55,
                "branch": "C"
            },
            "number": 11,
            "title": "Ordine del giorno n. 9/771/23 BARBAGALLO ANTHONY EMANUELE (PD-IDP) - Votazione Ordine del giorno 9/771/23 DDL n. 0771",
            "original_title": "Votazione Ordine del giorno 9/771/23 DDL n. 0771",
            "description_title": "Ordine del giorno n. 9/771/23 BARBAGALLO ANTHONY EMANUELE (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": 23,
            "majority_cohesion_rate": 67.93,
            "minority_cohesion_rate": 72.22
        },
        {
            "id": 19267,
            "slug": "vs19_051_038",
            "identifier": "vs19_051_038",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_051_038/?format=api",
            "sitting": {
                "id": 1297,
                "date": "2023-02-14",
                "number": 51,
                "branch": "C"
            },
            "number": 38,
            "title": "Ordine del giorno n. 9/750/45 SPORTIELLO GILDA (M5S) - Votazione Ordine del giorno 9/750/45 DDL n. 0750",
            "original_title": "Votazione Ordine del giorno 9/750/45 DDL n. 0750",
            "description_title": "Ordine del giorno n. 9/750/45 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": 1,
            "n_margin": 26,
            "majority_cohesion_rate": 67.93,
            "minority_cohesion_rate": 69.14
        },
        {
            "id": 19470,
            "slug": "vs19_055_014",
            "identifier": "vs19_055_014",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_055_014/?format=api",
            "sitting": {
                "id": 1304,
                "date": "2023-02-21",
                "number": 55,
                "branch": "C"
            },
            "number": 14,
            "title": "Ordine del giorno n. 9/771/36 GHIRRA FRANCESCA (AVS) - Votazione Ordine del giorno 9/771/36 DDL n. 0771",
            "original_title": "Votazione Ordine del giorno 9/771/36 DDL n. 0771",
            "description_title": "Ordine del giorno n. 9/771/36 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": 67.93,
            "minority_cohesion_rate": 69.75
        },
        {
            "id": 19467,
            "slug": "vs19_055_006",
            "identifier": "vs19_055_006",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_055_006/?format=api",
            "sitting": {
                "id": 1304,
                "date": "2023-02-21",
                "number": 55,
                "branch": "C"
            },
            "number": 6,
            "title": "Ordine del giorno n. 9/771/17 PELUFFO VINICIO GIUSEPPE GUIDO (PD-IDP) - Votazione Ordine del giorno 9/771/17 DDL n. 0771",
            "original_title": "Votazione Ordine del giorno 9/771/17 DDL n. 0771",
            "description_title": "Ordine del giorno n. 9/771/17 PELUFFO VINICIO GIUSEPPE GUIDO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 25,
            "majority_cohesion_rate": 67.93,
            "minority_cohesion_rate": 69.14
        },
        {
            "id": 19832,
            "slug": "vs19_072_021",
            "identifier": "vs19_072_021",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_072_021/?format=api",
            "sitting": {
                "id": 1329,
                "date": "2023-03-21",
                "number": 72,
                "branch": "C"
            },
            "number": 21,
            "title": "Emendamento 2.29 RUFFINO DANIELA (AIV-RE) - Votazione Emendamento 2.29 DDL n. 0977",
            "original_title": "Votazione Emendamento 2.29 DDL n. 0977",
            "description_title": "Emendamento 2.29 RUFFINO DANIELA (AIV-RE)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Emendamenti",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 24,
            "majority_cohesion_rate": 67.93,
            "minority_cohesion_rate": 70.99
        },
        {
            "id": 21018,
            "slug": "vs19_097_010",
            "identifier": "vs19_097_010",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_097_010/?format=api",
            "sitting": {
                "id": 1368,
                "date": "2023-05-04",
                "number": 97,
                "branch": "C"
            },
            "number": 10,
            "title": "Ordine del giorno n. 9/1112/13 FEDE GIORGIO (M5S) - Votazione Ordine del giorno 9/1112/13 DDL n. 1112",
            "original_title": "Votazione Ordine del giorno 9/1112/13 DDL n. 1112",
            "description_title": "Ordine del giorno n. 9/1112/13 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": 25,
            "majority_cohesion_rate": 67.93,
            "minority_cohesion_rate": 69.75
        },
        {
            "id": 19476,
            "slug": "vs19_055_010",
            "identifier": "vs19_055_010",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_055_010/?format=api",
            "sitting": {
                "id": 1304,
                "date": "2023-02-21",
                "number": 55,
                "branch": "C"
            },
            "number": 10,
            "title": "Ordine del giorno n. 9/771/22 MEROLA VIRGINIO (PD-IDP) - Votazione Ordine del giorno 9/771/22 DDL n. 0771",
            "original_title": "Votazione Ordine del giorno 9/771/22 DDL n. 0771",
            "description_title": "Ordine del giorno n. 9/771/22 MEROLA VIRGINIO (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": 23,
            "majority_cohesion_rate": 67.93,
            "minority_cohesion_rate": 71.6
        },
        {
            "id": 25952,
            "slug": "vs19_213_017",
            "identifier": "vs19_213_017",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_213_017/?format=api",
            "sitting": {
                "id": 1555,
                "date": "2023-12-13",
                "number": 213,
                "branch": "C"
            },
            "number": 17,
            "title": "Ordine del giorno n. 9/1601/19, come riformulato, SCARPA RACHELE (PD-IDP) - Votazione Ordine del giorno 9/1601/19, DDL n. 1601",
            "original_title": "Votazione Ordine del giorno 9/1601/19, DDL n. 1601",
            "description_title": "Ordine del giorno n. 9/1601/19, come riformulato, SCARPA RACHELE (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": 141,
            "majority_cohesion_rate": 67.93,
            "minority_cohesion_rate": 76.54
        },
        {
            "id": 21022,
            "slug": "vs19_097_049",
            "identifier": "vs19_097_049",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_097_049/?format=api",
            "sitting": {
                "id": 1368,
                "date": "2023-05-04",
                "number": 97,
                "branch": "C"
            },
            "number": 49,
            "title": "Ordine del giorno  n. 9/1112/56 MANZI IRENE (PD-IDP) - Votazione Ordine del giorno 9/1112/56 DDL n. 1112",
            "original_title": "Votazione Ordine del giorno 9/1112/56 DDL n. 1112",
            "description_title": "Ordine del giorno  n. 9/1112/56 MANZI IRENE (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": 24,
            "majority_cohesion_rate": 67.93,
            "minority_cohesion_rate": 70.99
        },
        {
            "id": 19693,
            "slug": "vs19_057_009",
            "identifier": "vs19_057_009",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_057_009/?format=api",
            "sitting": {
                "id": 1308,
                "date": "2023-02-23",
                "number": 57,
                "branch": "C"
            },
            "number": 9,
            "title": "Ordine del giorno n. 9/888/24 PAGANO UBALDO (PD-IDP) - Votazione Ordine del giorno 9/888/24 DDL n. 0888",
            "original_title": "Votazione Ordine del giorno 9/888/24 DDL n. 0888",
            "description_title": "Ordine del giorno n. 9/888/24 PAGANO UBALDO (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 23,
            "majority_cohesion_rate": 67.93,
            "minority_cohesion_rate": 71.6
        },
        {
            "id": 21037,
            "slug": "vs19_097_009",
            "identifier": "vs19_097_009",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_097_009/?format=api",
            "sitting": {
                "id": 1368,
                "date": "2023-05-04",
                "number": 97,
                "branch": "C"
            },
            "number": 9,
            "title": "Ordine del giorno n. 9/1112/11 TUCCI RICCARDO (M5S) - Votazione Ordine del giorno 9/1112/11 DDL n. 1112",
            "original_title": "Votazione Ordine del giorno 9/1112/11 DDL n. 1112",
            "description_title": "Ordine del giorno n. 9/1112/11 TUCCI 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": 27,
            "majority_cohesion_rate": 67.93,
            "minority_cohesion_rate": 67.9
        },
        {
            "id": 21063,
            "slug": "vs19_097_007",
            "identifier": "vs19_097_007",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_097_007/?format=api",
            "sitting": {
                "id": 1368,
                "date": "2023-05-04",
                "number": 97,
                "branch": "C"
            },
            "number": 7,
            "title": "Ordine del giorno n. 9/1112/8 IARIA ANTONINO (M5S) - Votazione Ordine del giorno 9/1112/8 DDL n. 1112",
            "original_title": "Votazione Ordine del giorno 9/1112/8 DDL n. 1112",
            "description_title": "Ordine del giorno n. 9/1112/8 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": 26,
            "majority_cohesion_rate": 67.93,
            "minority_cohesion_rate": 69.14
        },
        {
            "id": 25958,
            "slug": "vs19_213_019",
            "identifier": "vs19_213_019",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_213_019/?format=api",
            "sitting": {
                "id": 1555,
                "date": "2023-12-13",
                "number": 213,
                "branch": "C"
            },
            "number": 19,
            "title": "Ordine del giorno n. 9/1601/27 AMATO GAETANO (M5S) - Votazione Ordine del giorno 9/1601/27 DDL n. 1601",
            "original_title": "Votazione Ordine del giorno 9/1601/27 DDL n. 1601",
            "description_title": "Ordine del giorno n. 9/1601/27 AMATO GAETANO (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 26,
            "majority_cohesion_rate": 67.93,
            "minority_cohesion_rate": 68.52
        },
        {
            "id": 21025,
            "slug": "vs19_097_052",
            "identifier": "vs19_097_052",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_097_052/?format=api",
            "sitting": {
                "id": 1368,
                "date": "2023-05-04",
                "number": 97,
                "branch": "C"
            },
            "number": 52,
            "title": "Ordine del giorno  n. 9/1112/59 STUMPO NICOLA (PD-IDP) - Votazione Ordine del giorno 9/1112/59 DDL n. 1112",
            "original_title": "Votazione Ordine del giorno 9/1112/59 DDL n. 1112",
            "description_title": "Ordine del giorno  n. 9/1112/59 STUMPO NICOLA (PD-IDP)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 23,
            "majority_cohesion_rate": 67.93,
            "minority_cohesion_rate": 72.22
        },
        {
            "id": 21157,
            "slug": "vs19_097_065",
            "identifier": "vs19_097_065",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_097_065/?format=api",
            "sitting": {
                "id": 1368,
                "date": "2023-05-04",
                "number": 97,
                "branch": "C"
            },
            "number": 65,
            "title": "Ordine del giorno n. 9/1112/72, nel testo riformulato, FERRARI SARA (PD-IDP) - Votazione Ordine del giorno 9/1112/72, DDL n. 1112",
            "original_title": "Votazione Ordine del giorno 9/1112/72, DDL n. 1112",
            "description_title": "Ordine del giorno n. 9/1112/72, nel testo riformulato, 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": "Approvata",
            "n_rebels": 8,
            "n_margin": 133,
            "majority_cohesion_rate": 67.93,
            "minority_cohesion_rate": 69.75
        },
        {
            "id": 21042,
            "slug": "vs19_097_005",
            "identifier": "vs19_097_005",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_097_005/?format=api",
            "sitting": {
                "id": 1368,
                "date": "2023-05-04",
                "number": 97,
                "branch": "C"
            },
            "number": 5,
            "title": "Ordine del giorno n. 9/1112/6 AURIEMMA CARMELA (M5S) - Votazione Ordine del giorno 9/1112/6 DDL n. 1112",
            "original_title": "Votazione Ordine del giorno 9/1112/6 DDL n. 1112",
            "description_title": "Ordine del giorno n. 9/1112/6 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": 25,
            "majority_cohesion_rate": 67.93,
            "minority_cohesion_rate": 69.75
        },
        {
            "id": 20885,
            "slug": "vs19_092_001",
            "identifier": "vs19_092_001",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_092_001/?format=api",
            "sitting": {
                "id": 1357,
                "date": "2023-04-26",
                "number": 92,
                "branch": "C"
            },
            "number": 1,
            "title": "Mozione n. 1-00079, limitatamente ai capoversi primo, secondo e terzo della parte dispositiva, ORRICO ANNA LAURA (M5S) ed altri - Votazione Mozione 1_00079",
            "original_title": "Votazione Mozione 1_00079",
            "description_title": "Mozione n. 1-00079, limitatamente ai capoversi primo, secondo e terzo della parte dispositiva, ORRICO ANNA LAURA (M5S) ed altri",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Mozione",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 28,
            "majority_cohesion_rate": 67.93,
            "minority_cohesion_rate": 65.43
        },
        {
            "id": 24715,
            "slug": "vs19_183_050",
            "identifier": "vs19_183_050",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_183_050/?format=api",
            "sitting": {
                "id": 1505,
                "date": "2023-10-24",
                "number": 183,
                "branch": "C"
            },
            "number": 50,
            "title": "Ordine del giorno n. 9/1492/17 QUARTINI ANDREA (M5S) - Votazione Ordine del giorno 9/1492/17 DDL n. 1492",
            "original_title": "Votazione Ordine del giorno 9/1492/17 DDL n. 1492",
            "description_title": "Ordine del giorno n. 9/1492/17 QUARTINI ANDREA (M5S)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 34,
            "majority_cohesion_rate": 67.93,
            "minority_cohesion_rate": 58.64
        },
        {
            "id": 24720,
            "slug": "vs19_183_060",
            "identifier": "vs19_183_060",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_183_060/?format=api",
            "sitting": {
                "id": 1505,
                "date": "2023-10-24",
                "number": 183,
                "branch": "C"
            },
            "number": 60,
            "title": "Ordine del giorno n. 9/1492/30 GRIMALDI MARCO (AVS) - Votazione Ordine del giorno 9/1492/30 DDL n. 1492",
            "original_title": "Votazione Ordine del giorno 9/1492/30 DDL n. 1492",
            "description_title": "Ordine del giorno n. 9/1492/30 GRIMALDI MARCO (AVS)",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 25,
            "majority_cohesion_rate": 67.93,
            "minority_cohesion_rate": 69.14
        }
    ]
}