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

{
    "count": 22002,
    "codelists": {
        "years": [
            {
                "id": "2025",
                "value": "2025"
            },
            {
                "id": "2024",
                "value": "2024"
            },
            {
                "id": "2023",
                "value": "2023"
            },
            {
                "id": "2022",
                "value": "2022"
            }
        ],
        "branch": [
            {
                "id": "S",
                "value": "Senato"
            },
            {
                "id": "C",
                "value": "Camera"
            }
        ],
        "governments": [
            {
                "id": 135225,
                "slug": "i-governo-meloni-2022-10-22",
                "start_date": "2022-10-22",
                "value": "Meloni I"
            }
        ],
        "governments_filter": [
            {
                "id": 135225,
                "slug": "i-governo-meloni-2022-10-22",
                "start_date": "2022-10-22",
                "value": "Meloni I"
            }
        ],
        "main_vote_type": [
            {
                "id": "is_key_vote",
                "value": "Voto chiave"
            },
            {
                "id": "is_final",
                "value": "Voto finale"
            },
            {
                "id": "is_confidence",
                "value": "Voto di fiducia"
            },
            {
                "id": "all",
                "value": "Tutti"
            }
        ],
        "sub_vote_type": [
            {
                "id": "ALL",
                "value": "Atto intero"
            },
            {
                "id": "ART",
                "value": "Articolo"
            },
            {
                "id": "AMEND",
                "value": "Emendamenti"
            },
            {
                "id": "ODG",
                "value": "ODG"
            },
            {
                "id": "PREJ",
                "value": "Questione pregiudiziale"
            },
            {
                "id": "EM_DECL",
                "value": "Dichiarazione d'urgenza"
            },
            {
                "id": "SUSP",
                "value": "Questione sospensiva"
            },
            {
                "id": "VAR_N",
                "value": "Nota di variazione"
            },
            {
                "id": "DONT_P",
                "value": "Non passaggio agli articoli"
            },
            {
                "id": "CLOS_DEB",
                "value": "Chiusura della discussione"
            },
            {
                "id": "RES",
                "value": "Risoluzione"
            },
            {
                "id": "DIM",
                "value": "Dimissioni"
            },
            {
                "id": "ELE",
                "value": "Elezioni"
            },
            {
                "id": "COORD",
                "value": "Proposta coordinamento"
            },
            {
                "id": "MOZ",
                "value": "Mozione"
            },
            {
                "id": "CPROP",
                "value": "Proposta giunta"
            }
        ],
        "vm_cohesion_rates": {
            "80_100": "dall'80 al 100%",
            "60_80": "dal 60 all'80%",
            "_60": "Meno del 60%"
        },
        "orderings": [
            {
                "id": "date",
                "value": "Data"
            },
            {
                "id": "majority_cohesion_rate",
                "value": "Compattezza maggioranza"
            },
            {
                "id": "n_rebels",
                "value": "Ribelli"
            },
            {
                "id": "identifier",
                "value": "Identificativo"
            },
            {
                "id": "n_margin",
                "value": "Margine"
            }
        ],
        "outcome": [
            {
                "id": "Respinto",
                "value": "Respinta"
            },
            {
                "id": "Approvato",
                "value": "Approvata"
            }
        ]
    },
    "next": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=-date&page=9",
    "previous": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=-date&page=7",
    "results": [
        {
            "id": 39703,
            "slug": "vs19_506_004",
            "identifier": "vs19_506_004",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_506_004/?format=api",
            "sitting": {
                "id": 2037,
                "date": "2025-07-08",
                "number": 506,
                "branch": "C"
            },
            "number": 4,
            "title": "ODG 9/2126-A E ABB/4 - Votazione Ordine del giorno 9/2126-A E ABB/4 ",
            "original_title": "Votazione Ordine del giorno 9/2126-A E ABB/4 ",
            "description_title": "ODG 9/2126-A E ABB/4",
            "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": 55.97,
            "minority_cohesion_rate": 69.23
        },
        {
            "id": 39717,
            "slug": "vs19_506_018",
            "identifier": "vs19_506_018",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_506_018/?format=api",
            "sitting": {
                "id": 2037,
                "date": "2025-07-08",
                "number": 506,
                "branch": "C"
            },
            "number": 18,
            "title": "ODG 9/2126-A E ABB/45 - Votazione Ordine del giorno 9/2126-A E ABB/45 ",
            "original_title": "Votazione Ordine del giorno 9/2126-A E ABB/45 ",
            "description_title": "ODG 9/2126-A E ABB/45",
            "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": 11,
            "majority_cohesion_rate": 57.2,
            "minority_cohesion_rate": 76.28
        },
        {
            "id": 39711,
            "slug": "vs19_506_012",
            "identifier": "vs19_506_012",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_506_012/?format=api",
            "sitting": {
                "id": 2037,
                "date": "2025-07-08",
                "number": 506,
                "branch": "C"
            },
            "number": 12,
            "title": "ODG 9/2126-A E ABB/32 - Votazione Ordine del giorno 9/2126-A E ABB/32 ",
            "original_title": "Votazione Ordine del giorno 9/2126-A E ABB/32 ",
            "description_title": "ODG 9/2126-A E ABB/32",
            "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": 13,
            "majority_cohesion_rate": 57.2,
            "minority_cohesion_rate": 73.72
        },
        {
            "id": 39698,
            "slug": "19-325-1",
            "identifier": "19-325-1",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/19-325-1/?format=api",
            "sitting": {
                "id": 2036,
                "date": "2025-07-08",
                "number": 325,
                "branch": "S"
            },
            "number": 1,
            "title": "Proposta di discutere un argomento non all'ordine del giorno(AS 1055)",
            "original_title": "Proposta di discutere un argomento non all'ordine del giorno(AS 1055)",
            "description_title": null,
            "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": 56,
            "majority_cohesion_rate": 69.75,
            "minority_cohesion_rate": 100.0
        },
        {
            "id": 39713,
            "slug": "vs19_506_014",
            "identifier": "vs19_506_014",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_506_014/?format=api",
            "sitting": {
                "id": 2037,
                "date": "2025-07-08",
                "number": 506,
                "branch": "C"
            },
            "number": 14,
            "title": "ODG 9/2126-A E ABB/34 - Votazione Ordine del giorno 9/2126-A E ABB/34 ",
            "original_title": "Votazione Ordine del giorno 9/2126-A E ABB/34 ",
            "description_title": "ODG 9/2126-A E ABB/34",
            "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": 16,
            "majority_cohesion_rate": 56.79,
            "minority_cohesion_rate": 69.23
        },
        {
            "id": 39722,
            "slug": "vs19_506_024",
            "identifier": "vs19_506_024",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_506_024/?format=api",
            "sitting": {
                "id": 2037,
                "date": "2025-07-08",
                "number": 506,
                "branch": "C"
            },
            "number": 24,
            "title": "MOZ 1-469 1 CPV DISP - Votazione ",
            "original_title": "Votazione ",
            "description_title": "MOZ 1-469 1 CPV DISP",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 26,
            "majority_cohesion_rate": 61.73,
            "minority_cohesion_rate": 71.15
        },
        {
            "id": 39708,
            "slug": "vs19_506_009",
            "identifier": "vs19_506_009",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_506_009/?format=api",
            "sitting": {
                "id": 2037,
                "date": "2025-07-08",
                "number": 506,
                "branch": "C"
            },
            "number": 9,
            "title": "ODG 9/2126-A E ABB/28 - Votazione Ordine del giorno 9/2126-A E ABB/28 ",
            "original_title": "Votazione Ordine del giorno 9/2126-A E ABB/28 ",
            "description_title": "ODG 9/2126-A E ABB/28",
            "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": 57.61,
            "minority_cohesion_rate": 71.79
        },
        {
            "id": 39724,
            "slug": "vs19_506_026",
            "identifier": "vs19_506_026",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_506_026/?format=api",
            "sitting": {
                "id": 2037,
                "date": "2025-07-08",
                "number": 506,
                "branch": "C"
            },
            "number": 26,
            "title": "MOZ 1-469 3 CPV DISP - Votazione ",
            "original_title": "Votazione ",
            "description_title": "MOZ 1-469 3 CPV DISP",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 28,
            "majority_cohesion_rate": 60.49,
            "minority_cohesion_rate": 67.95
        },
        {
            "id": 39727,
            "slug": "vs19_506_029",
            "identifier": "vs19_506_029",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_506_029/?format=api",
            "sitting": {
                "id": 2037,
                "date": "2025-07-08",
                "number": 506,
                "branch": "C"
            },
            "number": 29,
            "title": "MOZ 1-469 6 CPV DISP - Votazione ",
            "original_title": "Votazione ",
            "description_title": "MOZ 1-469 6 CPV DISP",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 29,
            "majority_cohesion_rate": 61.73,
            "minority_cohesion_rate": 67.95
        },
        {
            "id": 39730,
            "slug": "vs19_506_032",
            "identifier": "vs19_506_032",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_506_032/?format=api",
            "sitting": {
                "id": 2037,
                "date": "2025-07-08",
                "number": 506,
                "branch": "C"
            },
            "number": 32,
            "title": "MOZ 1-470 CPV 3 DISP - Votazione ",
            "original_title": "Votazione ",
            "description_title": "MOZ 1-470 CPV 3 DISP",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 64,
            "majority_cohesion_rate": 62.55,
            "minority_cohesion_rate": 45.51
        },
        {
            "id": 39729,
            "slug": "vs19_506_031",
            "identifier": "vs19_506_031",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_506_031/?format=api",
            "sitting": {
                "id": 2037,
                "date": "2025-07-08",
                "number": 506,
                "branch": "C"
            },
            "number": 31,
            "title": "MOZ 1-470 NO CPV 3 DISP - Votazione ",
            "original_title": "Votazione ",
            "description_title": "MOZ 1-470 NO CPV 3 DISP",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 15,
            "majority_cohesion_rate": 61.73,
            "minority_cohesion_rate": 77.56
        },
        {
            "id": 39707,
            "slug": "vs19_506_008",
            "identifier": "vs19_506_008",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_506_008/?format=api",
            "sitting": {
                "id": 2037,
                "date": "2025-07-08",
                "number": 506,
                "branch": "C"
            },
            "number": 8,
            "title": "ODG 9/2126-A E ABB/25 - Votazione Ordine del giorno 9/2126-A E ABB/25 ",
            "original_title": "Votazione Ordine del giorno 9/2126-A E ABB/25 ",
            "description_title": "ODG 9/2126-A E ABB/25",
            "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": 12,
            "majority_cohesion_rate": 55.97,
            "minority_cohesion_rate": 73.08
        },
        {
            "id": 39723,
            "slug": "vs19_506_025",
            "identifier": "vs19_506_025",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_506_025/?format=api",
            "sitting": {
                "id": 2037,
                "date": "2025-07-08",
                "number": 506,
                "branch": "C"
            },
            "number": 25,
            "title": "MOZ 1-469 2 CPV DISP - Votazione ",
            "original_title": "Votazione ",
            "description_title": "MOZ 1-469 2 CPV DISP",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 27,
            "majority_cohesion_rate": 60.91,
            "minority_cohesion_rate": 68.59
        },
        {
            "id": 39721,
            "slug": "vs19_506_023",
            "identifier": "vs19_506_023",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_506_023/?format=api",
            "sitting": {
                "id": 2037,
                "date": "2025-07-08",
                "number": 506,
                "branch": "C"
            },
            "number": 23,
            "title": "MOZ 1-464 CPV 7 DISP - Votazione ",
            "original_title": "Votazione ",
            "description_title": "MOZ 1-464 CPV 7 DISP",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 4,
            "n_margin": 116,
            "majority_cohesion_rate": 61.73,
            "minority_cohesion_rate": 64.1
        },
        {
            "id": 39725,
            "slug": "vs19_506_027",
            "identifier": "vs19_506_027",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_506_027/?format=api",
            "sitting": {
                "id": 2037,
                "date": "2025-07-08",
                "number": 506,
                "branch": "C"
            },
            "number": 27,
            "title": "MOZ 1-469 4 CPV DISP - Votazione ",
            "original_title": "Votazione ",
            "description_title": "MOZ 1-469 4 CPV DISP",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 30,
            "majority_cohesion_rate": 61.73,
            "minority_cohesion_rate": 67.31
        },
        {
            "id": 39720,
            "slug": "vs19_506_022",
            "identifier": "vs19_506_022",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_506_022/?format=api",
            "sitting": {
                "id": 2037,
                "date": "2025-07-08",
                "number": 506,
                "branch": "C"
            },
            "number": 22,
            "title": "MOZ 1-464 DISP NO CPV 7 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "MOZ 1-464 DISP NO CPV 7",
            "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": 38,
            "majority_cohesion_rate": 62.14,
            "minority_cohesion_rate": 49.36
        },
        {
            "id": 39715,
            "slug": "vs19_506_016",
            "identifier": "vs19_506_016",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_506_016/?format=api",
            "sitting": {
                "id": 2037,
                "date": "2025-07-08",
                "number": 506,
                "branch": "C"
            },
            "number": 16,
            "title": "ODG 9/2126-A E ABB/37 - Votazione Ordine del giorno 9/2126-A E ABB/37 ",
            "original_title": "Votazione Ordine del giorno 9/2126-A E ABB/37 ",
            "description_title": "ODG 9/2126-A E ABB/37",
            "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": 16,
            "majority_cohesion_rate": 58.02,
            "minority_cohesion_rate": 71.79
        },
        {
            "id": 39712,
            "slug": "vs19_506_013",
            "identifier": "vs19_506_013",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_506_013/?format=api",
            "sitting": {
                "id": 2037,
                "date": "2025-07-08",
                "number": 506,
                "branch": "C"
            },
            "number": 13,
            "title": "ODG 9/2126-A E ABB/33 - Votazione Ordine del giorno 9/2126-A E ABB/33 ",
            "original_title": "Votazione Ordine del giorno 9/2126-A E ABB/33 ",
            "description_title": "ODG 9/2126-A E ABB/33",
            "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": 12,
            "majority_cohesion_rate": 56.79,
            "minority_cohesion_rate": 73.72
        },
        {
            "id": 39718,
            "slug": "vs19_506_020",
            "identifier": "vs19_506_020",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_506_020/?format=api",
            "sitting": {
                "id": 2037,
                "date": "2025-07-08",
                "number": 506,
                "branch": "C"
            },
            "number": 20,
            "title": "MOZ 1-434 NF - Votazione ",
            "original_title": "Votazione ",
            "description_title": "MOZ 1-434 NF",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 38,
            "majority_cohesion_rate": 61.73,
            "minority_cohesion_rate": 48.72
        },
        {
            "id": 39709,
            "slug": "vs19_506_010",
            "identifier": "vs19_506_010",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_506_010/?format=api",
            "sitting": {
                "id": 2037,
                "date": "2025-07-08",
                "number": 506,
                "branch": "C"
            },
            "number": 10,
            "title": "ODG 9/2126-A E ABB/30 - Votazione Ordine del giorno 9/2126-A E ABB/30 ",
            "original_title": "Votazione Ordine del giorno 9/2126-A E ABB/30 ",
            "description_title": "ODG 9/2126-A E ABB/30",
            "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": 11,
            "majority_cohesion_rate": 56.38,
            "minority_cohesion_rate": 74.36
        },
        {
            "id": 39710,
            "slug": "vs19_506_011",
            "identifier": "vs19_506_011",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_506_011/?format=api",
            "sitting": {
                "id": 2037,
                "date": "2025-07-08",
                "number": 506,
                "branch": "C"
            },
            "number": 11,
            "title": "ODG 9/2126-A E ABB/31 - Votazione Ordine del giorno 9/2126-A E ABB/31 ",
            "original_title": "Votazione Ordine del giorno 9/2126-A E ABB/31 ",
            "description_title": "ODG 9/2126-A E ABB/31",
            "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": 13,
            "majority_cohesion_rate": 56.38,
            "minority_cohesion_rate": 72.44
        },
        {
            "id": 39719,
            "slug": "vs19_506_021",
            "identifier": "vs19_506_021",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_506_021/?format=api",
            "sitting": {
                "id": 2037,
                "date": "2025-07-08",
                "number": 506,
                "branch": "C"
            },
            "number": 21,
            "title": "MOZ 1-463 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "MOZ 1-463",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 23,
            "majority_cohesion_rate": 62.14,
            "minority_cohesion_rate": 68.59
        },
        {
            "id": 39704,
            "slug": "vs19_506_005",
            "identifier": "vs19_506_005",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_506_005/?format=api",
            "sitting": {
                "id": 2037,
                "date": "2025-07-08",
                "number": 506,
                "branch": "C"
            },
            "number": 5,
            "title": "ODG 9/2126-A E ABB/6 - Votazione Ordine del giorno 9/2126-A E ABB/6 ",
            "original_title": "Votazione Ordine del giorno 9/2126-A E ABB/6 ",
            "description_title": "ODG 9/2126-A E ABB/6",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 42,
            "majority_cohesion_rate": 56.79,
            "minority_cohesion_rate": 42.31
        },
        {
            "id": 39728,
            "slug": "vs19_506_030",
            "identifier": "vs19_506_030",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_506_030/?format=api",
            "sitting": {
                "id": 2037,
                "date": "2025-07-08",
                "number": 506,
                "branch": "C"
            },
            "number": 30,
            "title": "MOZ 1-469 7 CPV DISP - Votazione ",
            "original_title": "Votazione ",
            "description_title": "MOZ 1-469 7 CPV DISP",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 27,
            "majority_cohesion_rate": 61.32,
            "minority_cohesion_rate": 68.59
        },
        {
            "id": 39700,
            "slug": "vs19_506_001",
            "identifier": "vs19_506_001",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_506_001/?format=api",
            "sitting": {
                "id": 2037,
                "date": "2025-07-08",
                "number": 506,
                "branch": "C"
            },
            "number": 1,
            "title": "DDL 2126-A E ABB - ODG 1 - Votazione Ordine del giorno ",
            "original_title": "Votazione Ordine del giorno ",
            "description_title": "DDL 2126-A E ABB - ODG 1",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 17,
            "majority_cohesion_rate": 53.91,
            "minority_cohesion_rate": 66.03
        },
        {
            "id": 39702,
            "slug": "vs19_506_003",
            "identifier": "vs19_506_003",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_506_003/?format=api",
            "sitting": {
                "id": 2037,
                "date": "2025-07-08",
                "number": 506,
                "branch": "C"
            },
            "number": 3,
            "title": "ODG 9/2126-A E ABB/3 - Votazione Ordine del giorno 9/2126-A E ABB/3 ",
            "original_title": "Votazione Ordine del giorno 9/2126-A E ABB/3 ",
            "description_title": "ODG 9/2126-A E ABB/3",
            "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": 70.51
        },
        {
            "id": 39699,
            "slug": "vs19_506_019",
            "identifier": "vs19_506_019",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_506_019/?format=api",
            "sitting": {
                "id": 2037,
                "date": "2025-07-08",
                "number": 506,
                "branch": "C"
            },
            "number": 19,
            "title": "Disposizioni per il riconoscimento e la promozione delle zone montane",
            "original_title": "Votazione finale ",
            "description_title": "DDL 2126-A E ABB - VOTO FINALE",
            "public_title": "Disposizioni per il riconoscimento e la promozione delle zone montane",
            "is_key_vote": false,
            "is_final": true,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Atto intero",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 21,
            "majority_cohesion_rate": 61.32,
            "minority_cohesion_rate": 70.51
        },
        {
            "id": 39705,
            "slug": "vs19_506_006",
            "identifier": "vs19_506_006",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_506_006/?format=api",
            "sitting": {
                "id": 2037,
                "date": "2025-07-08",
                "number": 506,
                "branch": "C"
            },
            "number": 6,
            "title": "ODG 9/2126-A E ABB/20 - Votazione Ordine del giorno 9/2126-A E ABB/20 ",
            "original_title": "Votazione Ordine del giorno 9/2126-A E ABB/20 ",
            "description_title": "ODG 9/2126-A E ABB/20",
            "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": 56.79,
            "minority_cohesion_rate": 71.15
        },
        {
            "id": 39678,
            "slug": "vs19_504_142",
            "identifier": "vs19_504_142",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_504_142/?format=api",
            "sitting": {
                "id": 2034,
                "date": "2025-07-03",
                "number": 504,
                "branch": "C"
            },
            "number": 142,
            "title": "ART AGG 26.06 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "ART AGG 26.06",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 15,
            "majority_cohesion_rate": 52.26,
            "minority_cohesion_rate": 62.82
        },
        {
            "id": 39674,
            "slug": "vs19_504_137",
            "identifier": "vs19_504_137",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_504_137/?format=api",
            "sitting": {
                "id": 2034,
                "date": "2025-07-03",
                "number": 504,
                "branch": "C"
            },
            "number": 137,
            "title": "EM 26.4 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 26.4",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 16,
            "majority_cohesion_rate": 51.44,
            "minority_cohesion_rate": 60.26
        },
        {
            "id": 39679,
            "slug": "vs19_504_143",
            "identifier": "vs19_504_143",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_504_143/?format=api",
            "sitting": {
                "id": 2034,
                "date": "2025-07-03",
                "number": 504,
                "branch": "C"
            },
            "number": 143,
            "title": "ART AGG 26.07 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "ART AGG 26.07",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 15,
            "majority_cohesion_rate": 51.85,
            "minority_cohesion_rate": 62.82
        },
        {
            "id": 39673,
            "slug": "vs19_504_136",
            "identifier": "vs19_504_136",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_504_136/?format=api",
            "sitting": {
                "id": 2034,
                "date": "2025-07-03",
                "number": 504,
                "branch": "C"
            },
            "number": 136,
            "title": "EM 26.3 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 26.3",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 15,
            "majority_cohesion_rate": 51.44,
            "minority_cohesion_rate": 61.54
        },
        {
            "id": 39672,
            "slug": "vs19_504_135",
            "identifier": "vs19_504_135",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_504_135/?format=api",
            "sitting": {
                "id": 2034,
                "date": "2025-07-03",
                "number": 504,
                "branch": "C"
            },
            "number": 135,
            "title": "EM 26.1 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 26.1",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 17,
            "majority_cohesion_rate": 51.85,
            "minority_cohesion_rate": 59.62
        },
        {
            "id": 39680,
            "slug": "vs19_504_144",
            "identifier": "vs19_504_144",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_504_144/?format=api",
            "sitting": {
                "id": 2034,
                "date": "2025-07-03",
                "number": 504,
                "branch": "C"
            },
            "number": 144,
            "title": "EM 27.1 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 27.1",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 17,
            "majority_cohesion_rate": 52.26,
            "minority_cohesion_rate": 60.26
        },
        {
            "id": 39666,
            "slug": "vs19_504_128",
            "identifier": "vs19_504_128",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_504_128/?format=api",
            "sitting": {
                "id": 2034,
                "date": "2025-07-03",
                "number": 504,
                "branch": "C"
            },
            "number": 128,
            "title": "EM 25.3 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 25.3",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 13,
            "majority_cohesion_rate": 50.21,
            "minority_cohesion_rate": 62.82
        },
        {
            "id": 39668,
            "slug": "vs19_504_130",
            "identifier": "vs19_504_130",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_504_130/?format=api",
            "sitting": {
                "id": 2034,
                "date": "2025-07-03",
                "number": 504,
                "branch": "C"
            },
            "number": 130,
            "title": "EM 25.11 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 25.11",
            "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": 18,
            "majority_cohesion_rate": 50.21,
            "minority_cohesion_rate": 57.69
        },
        {
            "id": 39662,
            "slug": "vs19_504_124",
            "identifier": "vs19_504_124",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_504_124/?format=api",
            "sitting": {
                "id": 2034,
                "date": "2025-07-03",
                "number": 504,
                "branch": "C"
            },
            "number": 124,
            "title": "ART AGG 24.09 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "ART AGG 24.09",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 13,
            "majority_cohesion_rate": 51.44,
            "minority_cohesion_rate": 64.74
        },
        {
            "id": 39663,
            "slug": "vs19_504_125",
            "identifier": "vs19_504_125",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_504_125/?format=api",
            "sitting": {
                "id": 2034,
                "date": "2025-07-03",
                "number": 504,
                "branch": "C"
            },
            "number": 125,
            "title": "ART AGG 24.013 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "ART AGG 24.013",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 15,
            "majority_cohesion_rate": 51.44,
            "minority_cohesion_rate": 62.18
        },
        {
            "id": 39669,
            "slug": "vs19_504_131",
            "identifier": "vs19_504_131",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_504_131/?format=api",
            "sitting": {
                "id": 2034,
                "date": "2025-07-03",
                "number": 504,
                "branch": "C"
            },
            "number": 131,
            "title": "EM 25.13 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 25.13",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 17,
            "majority_cohesion_rate": 51.85,
            "minority_cohesion_rate": 59.62
        },
        {
            "id": 39683,
            "slug": "vs19_504_148",
            "identifier": "vs19_504_148",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_504_148/?format=api",
            "sitting": {
                "id": 2034,
                "date": "2025-07-03",
                "number": 504,
                "branch": "C"
            },
            "number": 148,
            "title": "EM 28.3 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 28.3",
            "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": 13,
            "majority_cohesion_rate": 52.26,
            "minority_cohesion_rate": 64.74
        },
        {
            "id": 39653,
            "slug": "vs19_504_114",
            "identifier": "vs19_504_114",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_504_114/?format=api",
            "sitting": {
                "id": 2034,
                "date": "2025-07-03",
                "number": 504,
                "branch": "C"
            },
            "number": 114,
            "title": "EM 24.3 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 24.3",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 12,
            "majority_cohesion_rate": 50.62,
            "minority_cohesion_rate": 64.74
        },
        {
            "id": 39652,
            "slug": "vs19_504_113",
            "identifier": "vs19_504_113",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_504_113/?format=api",
            "sitting": {
                "id": 2034,
                "date": "2025-07-03",
                "number": 504,
                "branch": "C"
            },
            "number": 113,
            "title": "EM 24.2 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 24.2",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 14,
            "majority_cohesion_rate": 52.26,
            "minority_cohesion_rate": 64.1
        },
        {
            "id": 39655,
            "slug": "vs19_504_116",
            "identifier": "vs19_504_116",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_504_116/?format=api",
            "sitting": {
                "id": 2034,
                "date": "2025-07-03",
                "number": 504,
                "branch": "C"
            },
            "number": 116,
            "title": "EM 24.5 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 24.5",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 11,
            "majority_cohesion_rate": 49.79,
            "minority_cohesion_rate": 64.74
        },
        {
            "id": 39645,
            "slug": "vs19_504_103",
            "identifier": "vs19_504_103",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_504_103/?format=api",
            "sitting": {
                "id": 2034,
                "date": "2025-07-03",
                "number": 504,
                "branch": "C"
            },
            "number": 103,
            "title": "EM 21.2 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 21.2",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 17,
            "majority_cohesion_rate": 52.67,
            "minority_cohesion_rate": 62.18
        },
        {
            "id": 39649,
            "slug": "vs19_504_109",
            "identifier": "vs19_504_109",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_504_109/?format=api",
            "sitting": {
                "id": 2034,
                "date": "2025-07-03",
                "number": 504,
                "branch": "C"
            },
            "number": 109,
            "title": "EM 23.4 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 23.4",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 17,
            "majority_cohesion_rate": 52.67,
            "minority_cohesion_rate": 60.9
        },
        {
            "id": 39658,
            "slug": "vs19_504_120",
            "identifier": "vs19_504_120",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_504_120/?format=api",
            "sitting": {
                "id": 2034,
                "date": "2025-07-03",
                "number": 504,
                "branch": "C"
            },
            "number": 120,
            "title": "ART AGG 24.08 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "ART AGG 24.08",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 16,
            "majority_cohesion_rate": 51.03,
            "minority_cohesion_rate": 59.62
        },
        {
            "id": 39635,
            "slug": "vs19_504_090",
            "identifier": "vs19_504_090",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_504_090/?format=api",
            "sitting": {
                "id": 2034,
                "date": "2025-07-03",
                "number": 504,
                "branch": "C"
            },
            "number": 90,
            "title": "EM 18.5 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 18.5",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 14,
            "majority_cohesion_rate": 50.62,
            "minority_cohesion_rate": 62.18
        },
        {
            "id": 39634,
            "slug": "vs19_504_089",
            "identifier": "vs19_504_089",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_504_089/?format=api",
            "sitting": {
                "id": 2034,
                "date": "2025-07-03",
                "number": 504,
                "branch": "C"
            },
            "number": 89,
            "title": "EM 18.3 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 18.3",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 12,
            "majority_cohesion_rate": 51.44,
            "minority_cohesion_rate": 65.38
        },
        {
            "id": 39639,
            "slug": "vs19_504_095",
            "identifier": "vs19_504_095",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_504_095/?format=api",
            "sitting": {
                "id": 2034,
                "date": "2025-07-03",
                "number": 504,
                "branch": "C"
            },
            "number": 95,
            "title": "ART AGG 18.04 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "ART AGG 18.04",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 14,
            "majority_cohesion_rate": 53.09,
            "minority_cohesion_rate": 66.03
        },
        {
            "id": 39630,
            "slug": "vs19_504_083",
            "identifier": "vs19_504_083",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_504_083/?format=api",
            "sitting": {
                "id": 2034,
                "date": "2025-07-03",
                "number": 504,
                "branch": "C"
            },
            "number": 83,
            "title": "ART AGG 15.02 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "ART AGG 15.02",
            "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": 14,
            "majority_cohesion_rate": 51.03,
            "minority_cohesion_rate": 62.18
        }
    ]
}