Returns all available votings, paged, filtered, sorted, ....
GET /api-openparlamento/v1/19/votings/?format=api&ordering=-identifier&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=-identifier&page=9",
    "previous": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=-identifier&page=7",
    "results": [
        {
            "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": 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": 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": 39706,
            "slug": "vs19_506_007",
            "identifier": "vs19_506_007",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_506_007/?format=api",
            "sitting": {
                "id": 2037,
                "date": "2025-07-08",
                "number": 506,
                "branch": "C"
            },
            "number": 7,
            "title": "ODG 9/2126-A E ABB/23 - Votazione Ordine del giorno 9/2126-A E ABB/23 ",
            "original_title": "Votazione Ordine del giorno 9/2126-A E ABB/23 ",
            "description_title": "ODG 9/2126-A E ABB/23",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 14,
            "majority_cohesion_rate": 56.79,
            "minority_cohesion_rate": 71.79
        },
        {
            "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": 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": 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": 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": 39701,
            "slug": "vs19_506_002",
            "identifier": "vs19_506_002",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_506_002/?format=api",
            "sitting": {
                "id": 2037,
                "date": "2025-07-08",
                "number": 506,
                "branch": "C"
            },
            "number": 2,
            "title": "ODG 9/2126-A E ABB/2 - Votazione Ordine del giorno 9/2126-A E ABB/2 ",
            "original_title": "Votazione Ordine del giorno 9/2126-A E ABB/2 ",
            "description_title": "ODG 9/2126-A E ABB/2",
            "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": 55.97,
            "minority_cohesion_rate": 64.74
        },
        {
            "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": 39697,
            "slug": "vs19_504_168",
            "identifier": "vs19_504_168",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_504_168/?format=api",
            "sitting": {
                "id": 2034,
                "date": "2025-07-03",
                "number": 504,
                "branch": "C"
            },
            "number": 168,
            "title": "ART AGG 33.0200 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "ART AGG 33.0200",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 15,
            "majority_cohesion_rate": 51.85,
            "minority_cohesion_rate": 62.82
        },
        {
            "id": 39556,
            "slug": "vs19_504_167",
            "identifier": "vs19_504_167",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_504_167/?format=api",
            "sitting": {
                "id": 2034,
                "date": "2025-07-03",
                "number": 504,
                "branch": "C"
            },
            "number": 167,
            "title": "ARTICOLO 33 - Votazione Articolo 33 ",
            "original_title": "Votazione Articolo 33 ",
            "description_title": "ARTICOLO 33",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 2,
            "n_margin": 18,
            "majority_cohesion_rate": 51.85,
            "minority_cohesion_rate": 60.9
        },
        {
            "id": 39555,
            "slug": "vs19_504_166",
            "identifier": "vs19_504_166",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_504_166/?format=api",
            "sitting": {
                "id": 2034,
                "date": "2025-07-03",
                "number": 504,
                "branch": "C"
            },
            "number": 166,
            "title": "ARTICOLO 32 - Votazione Articolo 32 ",
            "original_title": "Votazione Articolo 32 ",
            "description_title": "ARTICOLO 32",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 3,
            "n_margin": 14,
            "majority_cohesion_rate": 51.03,
            "minority_cohesion_rate": 62.18
        },
        {
            "id": 39696,
            "slug": "vs19_504_165",
            "identifier": "vs19_504_165",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_504_165/?format=api",
            "sitting": {
                "id": 2034,
                "date": "2025-07-03",
                "number": 504,
                "branch": "C"
            },
            "number": 165,
            "title": "EM 32.3, 32.4 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 32.3, 32.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": 3,
            "n_margin": 15,
            "majority_cohesion_rate": 49.79,
            "minority_cohesion_rate": 59.62
        },
        {
            "id": 39554,
            "slug": "vs19_504_164",
            "identifier": "vs19_504_164",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_504_164/?format=api",
            "sitting": {
                "id": 2034,
                "date": "2025-07-03",
                "number": 504,
                "branch": "C"
            },
            "number": 164,
            "title": "ARTICOLO 31 - Votazione Articolo 31 ",
            "original_title": "Votazione Articolo 31 ",
            "description_title": "ARTICOLO 31",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 4,
            "n_margin": 17,
            "majority_cohesion_rate": 51.03,
            "minority_cohesion_rate": 60.26
        },
        {
            "id": 39553,
            "slug": "vs19_504_163",
            "identifier": "vs19_504_163",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_504_163/?format=api",
            "sitting": {
                "id": 2034,
                "date": "2025-07-03",
                "number": 504,
                "branch": "C"
            },
            "number": 163,
            "title": "ARTICOLO 30 - Votazione Articolo 30 ",
            "original_title": "Votazione Articolo 30 ",
            "description_title": "ARTICOLO 30",
            "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": 14,
            "majority_cohesion_rate": 50.21,
            "minority_cohesion_rate": 60.9
        },
        {
            "id": 39695,
            "slug": "vs19_504_162",
            "identifier": "vs19_504_162",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_504_162/?format=api",
            "sitting": {
                "id": 2034,
                "date": "2025-07-03",
                "number": 504,
                "branch": "C"
            },
            "number": 162,
            "title": "ART AGG 29.013, 29.016, 29.017 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "ART AGG 29.013, 29.016, 29.017",
            "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": 39694,
            "slug": "vs19_504_161",
            "identifier": "vs19_504_161",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_504_161/?format=api",
            "sitting": {
                "id": 2034,
                "date": "2025-07-03",
                "number": 504,
                "branch": "C"
            },
            "number": 161,
            "title": "ART AGG 29.09, 29.010, 29.011 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "ART AGG 29.09, 29.010, 29.011",
            "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": 39693,
            "slug": "vs19_504_160",
            "identifier": "vs19_504_160",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_504_160/?format=api",
            "sitting": {
                "id": 2034,
                "date": "2025-07-03",
                "number": 504,
                "branch": "C"
            },
            "number": 160,
            "title": "ART AGG 29.06 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "ART AGG 29.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": 16,
            "majority_cohesion_rate": 51.03,
            "minority_cohesion_rate": 59.62
        },
        {
            "id": 39692,
            "slug": "vs19_504_159",
            "identifier": "vs19_504_159",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_504_159/?format=api",
            "sitting": {
                "id": 2034,
                "date": "2025-07-03",
                "number": 504,
                "branch": "C"
            },
            "number": 159,
            "title": "ART AGG 29.03, 29.04, 29.05 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "ART AGG 29.03, 29.04, 29.05",
            "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": 50.62,
            "minority_cohesion_rate": 60.9
        },
        {
            "id": 39691,
            "slug": "vs19_504_158",
            "identifier": "vs19_504_158",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_504_158/?format=api",
            "sitting": {
                "id": 2034,
                "date": "2025-07-03",
                "number": 504,
                "branch": "C"
            },
            "number": 158,
            "title": "ART AGG 29.01 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "ART AGG 29.01",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 2,
            "n_margin": 16,
            "majority_cohesion_rate": 50.21,
            "minority_cohesion_rate": 59.62
        },
        {
            "id": 39552,
            "slug": "vs19_504_157",
            "identifier": "vs19_504_157",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_504_157/?format=api",
            "sitting": {
                "id": 2034,
                "date": "2025-07-03",
                "number": 504,
                "branch": "C"
            },
            "number": 157,
            "title": "ARTICOLO 29 - Votazione Articolo 29 ",
            "original_title": "Votazione Articolo 29 ",
            "description_title": "ARTICOLO 29",
            "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": 12,
            "majority_cohesion_rate": 50.21,
            "minority_cohesion_rate": 62.18
        },
        {
            "id": 39690,
            "slug": "vs19_504_156",
            "identifier": "vs19_504_156",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_504_156/?format=api",
            "sitting": {
                "id": 2034,
                "date": "2025-07-03",
                "number": 504,
                "branch": "C"
            },
            "number": 156,
            "title": "EM 29.4, 29.5 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 29.4, 29.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": 1,
            "n_margin": 14,
            "majority_cohesion_rate": 50.21,
            "minority_cohesion_rate": 60.9
        },
        {
            "id": 39689,
            "slug": "vs19_504_155",
            "identifier": "vs19_504_155",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_504_155/?format=api",
            "sitting": {
                "id": 2034,
                "date": "2025-07-03",
                "number": 504,
                "branch": "C"
            },
            "number": 155,
            "title": "ART AGG 28.03 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "ART AGG 28.03",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 6,
            "n_margin": 15,
            "majority_cohesion_rate": 51.03,
            "minority_cohesion_rate": 61.54
        },
        {
            "id": 39551,
            "slug": "vs19_504_154",
            "identifier": "vs19_504_154",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_504_154/?format=api",
            "sitting": {
                "id": 2034,
                "date": "2025-07-03",
                "number": 504,
                "branch": "C"
            },
            "number": 154,
            "title": "ARTICOLO 28 - Votazione Articolo 28 ",
            "original_title": "Votazione Articolo 28 ",
            "description_title": "ARTICOLO 28",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 3,
            "n_margin": 14,
            "majority_cohesion_rate": 51.03,
            "minority_cohesion_rate": 62.82
        },
        {
            "id": 39688,
            "slug": "vs19_504_153",
            "identifier": "vs19_504_153",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_504_153/?format=api",
            "sitting": {
                "id": 2034,
                "date": "2025-07-03",
                "number": 504,
                "branch": "C"
            },
            "number": 153,
            "title": "EM 28.4 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 28.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": 15,
            "majority_cohesion_rate": 52.26,
            "minority_cohesion_rate": 63.46
        },
        {
            "id": 39687,
            "slug": "vs19_504_152",
            "identifier": "vs19_504_152",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_504_152/?format=api",
            "sitting": {
                "id": 2034,
                "date": "2025-07-03",
                "number": 504,
                "branch": "C"
            },
            "number": 152,
            "title": "EM 28.6 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 28.6",
            "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": 52.67,
            "minority_cohesion_rate": 63.46
        },
        {
            "id": 39686,
            "slug": "vs19_504_151",
            "identifier": "vs19_504_151",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_504_151/?format=api",
            "sitting": {
                "id": 2034,
                "date": "2025-07-03",
                "number": 504,
                "branch": "C"
            },
            "number": 151,
            "title": "EM 28.8 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 28.8",
            "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": 17,
            "majority_cohesion_rate": 52.67,
            "minority_cohesion_rate": 62.18
        },
        {
            "id": 39685,
            "slug": "vs19_504_150",
            "identifier": "vs19_504_150",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_504_150/?format=api",
            "sitting": {
                "id": 2034,
                "date": "2025-07-03",
                "number": 504,
                "branch": "C"
            },
            "number": 150,
            "title": "EM 28.7 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 28.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": 0,
            "n_margin": 17,
            "majority_cohesion_rate": 52.67,
            "minority_cohesion_rate": 60.9
        },
        {
            "id": 39684,
            "slug": "vs19_504_149",
            "identifier": "vs19_504_149",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_504_149/?format=api",
            "sitting": {
                "id": 2034,
                "date": "2025-07-03",
                "number": 504,
                "branch": "C"
            },
            "number": 149,
            "title": "EM 28.5 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 28.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": 16,
            "majority_cohesion_rate": 51.85,
            "minority_cohesion_rate": 60.9
        },
        {
            "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": 39682,
            "slug": "vs19_504_147",
            "identifier": "vs19_504_147",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_504_147/?format=api",
            "sitting": {
                "id": 2034,
                "date": "2025-07-03",
                "number": 504,
                "branch": "C"
            },
            "number": 147,
            "title": "EM 28.2 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 28.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": 72,
            "majority_cohesion_rate": 53.09,
            "minority_cohesion_rate": 37.82
        },
        {
            "id": 39681,
            "slug": "vs19_504_146",
            "identifier": "vs19_504_146",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_504_146/?format=api",
            "sitting": {
                "id": 2034,
                "date": "2025-07-03",
                "number": 504,
                "branch": "C"
            },
            "number": 146,
            "title": "ART AGG 27.01 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "ART AGG 27.01",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 3,
            "n_margin": 18,
            "majority_cohesion_rate": 52.67,
            "minority_cohesion_rate": 61.54
        },
        {
            "id": 39550,
            "slug": "vs19_504_145",
            "identifier": "vs19_504_145",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_504_145/?format=api",
            "sitting": {
                "id": 2034,
                "date": "2025-07-03",
                "number": 504,
                "branch": "C"
            },
            "number": 145,
            "title": "ARTICOLO 27 - Votazione Articolo 27 ",
            "original_title": "Votazione Articolo 27 ",
            "description_title": "ARTICOLO 27",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 3,
            "n_margin": 14,
            "majority_cohesion_rate": 50.21,
            "minority_cohesion_rate": 60.9
        },
        {
            "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": 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": 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": 39677,
            "slug": "vs19_504_141",
            "identifier": "vs19_504_141",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_504_141/?format=api",
            "sitting": {
                "id": 2034,
                "date": "2025-07-03",
                "number": 504,
                "branch": "C"
            },
            "number": 141,
            "title": "ART AGG 26.05 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "ART AGG 26.05",
            "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": 51.85,
            "minority_cohesion_rate": 63.46
        },
        {
            "id": 39676,
            "slug": "vs19_504_140",
            "identifier": "vs19_504_140",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_504_140/?format=api",
            "sitting": {
                "id": 2034,
                "date": "2025-07-03",
                "number": 504,
                "branch": "C"
            },
            "number": 140,
            "title": "ART AGG 26.01 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "ART AGG 26.01",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 15,
            "majority_cohesion_rate": 51.44,
            "minority_cohesion_rate": 61.54
        },
        {
            "id": 39675,
            "slug": "vs19_504_139",
            "identifier": "vs19_504_139",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_504_139/?format=api",
            "sitting": {
                "id": 2034,
                "date": "2025-07-03",
                "number": 504,
                "branch": "C"
            },
            "number": 139,
            "title": "ART AGG 26.08 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "ART AGG 26.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": 1,
            "n_margin": 17,
            "majority_cohesion_rate": 52.26,
            "minority_cohesion_rate": 60.9
        },
        {
            "id": 39549,
            "slug": "vs19_504_138",
            "identifier": "vs19_504_138",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_504_138/?format=api",
            "sitting": {
                "id": 2034,
                "date": "2025-07-03",
                "number": 504,
                "branch": "C"
            },
            "number": 138,
            "title": "ARTICOLO 26 - Votazione Articolo 26 ",
            "original_title": "Votazione Articolo 26 ",
            "description_title": "ARTICOLO 26",
            "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": 16,
            "majority_cohesion_rate": 51.03,
            "minority_cohesion_rate": 60.26
        },
        {
            "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": 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": 39671,
            "slug": "vs19_504_134",
            "identifier": "vs19_504_134",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_504_134/?format=api",
            "sitting": {
                "id": 2034,
                "date": "2025-07-03",
                "number": 504,
                "branch": "C"
            },
            "number": 134,
            "title": "ART AGG 25.03 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "ART AGG 25.03",
            "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": 18,
            "majority_cohesion_rate": 52.26,
            "minority_cohesion_rate": 58.97
        },
        {
            "id": 39670,
            "slug": "vs19_504_133",
            "identifier": "vs19_504_133",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_504_133/?format=api",
            "sitting": {
                "id": 2034,
                "date": "2025-07-03",
                "number": 504,
                "branch": "C"
            },
            "number": 133,
            "title": "ART AGG 25.02 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "ART AGG 25.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": 19,
            "majority_cohesion_rate": 52.67,
            "minority_cohesion_rate": 59.62
        },
        {
            "id": 39548,
            "slug": "vs19_504_132",
            "identifier": "vs19_504_132",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_504_132/?format=api",
            "sitting": {
                "id": 2034,
                "date": "2025-07-03",
                "number": 504,
                "branch": "C"
            },
            "number": 132,
            "title": "ARTICOLO 25 - Votazione Articolo 25 ",
            "original_title": "Votazione Articolo 25 ",
            "description_title": "ARTICOLO 25",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 2,
            "n_margin": 18,
            "majority_cohesion_rate": 51.85,
            "minority_cohesion_rate": 58.33
        },
        {
            "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": 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": 39667,
            "slug": "vs19_504_129",
            "identifier": "vs19_504_129",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_504_129/?format=api",
            "sitting": {
                "id": 2034,
                "date": "2025-07-03",
                "number": 504,
                "branch": "C"
            },
            "number": 129,
            "title": "EM 25.8, 25.9, 25.10 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 25.8, 25.9, 25.10",
            "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": 19,
            "majority_cohesion_rate": 52.26,
            "minority_cohesion_rate": 59.62
        }
    ]
}