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

{
    "count": 24888,
    "codelists": {
        "years": [
            {
                "id": "2026",
                "value": "2026"
            },
            {
                "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=17",
    "previous": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=-identifier&page=15",
    "results": [
        {
            "id": 42191,
            "slug": "vs19_598_001",
            "identifier": "vs19_598_001",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_598_001/?format=api",
            "sitting": {
                "id": 2187,
                "date": "2026-01-21",
                "number": 598,
                "branch": "C"
            },
            "number": 1,
            "title": "RIS 6-228 - Votazione Risoluzione 6_00228",
            "original_title": "Votazione Risoluzione 6_00228",
            "description_title": "RIS 6-228",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Risoluzione",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 26,
            "majority_cohesion_rate": 68.31,
            "minority_cohesion_rate": 72.61
        },
        {
            "id": 42189,
            "slug": "vs19_597_209",
            "identifier": "vs19_597_209",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_597_209/?format=api",
            "sitting": {
                "id": 2184,
                "date": "2026-01-20",
                "number": 597,
                "branch": "C"
            },
            "number": 209,
            "title": "ODG 9/2521/8 - Votazione Ordine del giorno 9/2521/8 ",
            "original_title": "Votazione Ordine del giorno 9/2521/8 ",
            "description_title": "ODG 9/2521/8",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "ODG",
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 24,
            "majority_cohesion_rate": 59.5,
            "minority_cohesion_rate": 63.06
        },
        {
            "id": 42188,
            "slug": "vs19_597_208",
            "identifier": "vs19_597_208",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_597_208/?format=api",
            "sitting": {
                "id": 2184,
                "date": "2026-01-20",
                "number": 597,
                "branch": "C"
            },
            "number": 208,
            "title": "ODG 9/2521/3 - Votazione Ordine del giorno 9/2521/3 ",
            "original_title": "Votazione Ordine del giorno 9/2521/3 ",
            "description_title": "ODG 9/2521/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": 27,
            "majority_cohesion_rate": 59.09,
            "minority_cohesion_rate": 59.24
        },
        {
            "id": 42187,
            "slug": "vs19_597_207",
            "identifier": "vs19_597_207",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_597_207/?format=api",
            "sitting": {
                "id": 2184,
                "date": "2026-01-20",
                "number": 597,
                "branch": "C"
            },
            "number": 207,
            "title": "ODG 9/2521/2 - Votazione Ordine del giorno 9/2521/2 ",
            "original_title": "Votazione Ordine del giorno 9/2521/2 ",
            "description_title": "ODG 9/2521/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": 32,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 57.96
        },
        {
            "id": 42186,
            "slug": "vs19_597_206",
            "identifier": "vs19_597_206",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_597_206/?format=api",
            "sitting": {
                "id": 2184,
                "date": "2026-01-20",
                "number": 597,
                "branch": "C"
            },
            "number": 206,
            "title": "ODG 9/2521/1 - Votazione Ordine del giorno 9/2521/1 ",
            "original_title": "Votazione Ordine del giorno 9/2521/1 ",
            "description_title": "ODG 9/2521/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": 33,
            "majority_cohesion_rate": 59.09,
            "minority_cohesion_rate": 55.41
        },
        {
            "id": 42014,
            "slug": "vs19_597_205",
            "identifier": "vs19_597_205",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_597_205/?format=api",
            "sitting": {
                "id": 2184,
                "date": "2026-01-20",
                "number": 597,
                "branch": "C"
            },
            "number": 205,
            "title": "ARTICOLO 35 - Votazione Articolo 35 ",
            "original_title": "Votazione Articolo 35 ",
            "description_title": "ARTICOLO 35",
            "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": 75,
            "majority_cohesion_rate": 61.57,
            "minority_cohesion_rate": 70.06
        },
        {
            "id": 42013,
            "slug": "vs19_597_204",
            "identifier": "vs19_597_204",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_597_204/?format=api",
            "sitting": {
                "id": 2184,
                "date": "2026-01-20",
                "number": 597,
                "branch": "C"
            },
            "number": 204,
            "title": "ARTICOLO 34 - Votazione Articolo 34 ",
            "original_title": "Votazione Articolo 34 ",
            "description_title": "ARTICOLO 34",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 0,
            "n_margin": 73,
            "majority_cohesion_rate": 60.33,
            "minority_cohesion_rate": 70.06
        },
        {
            "id": 42012,
            "slug": "vs19_597_203",
            "identifier": "vs19_597_203",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_597_203/?format=api",
            "sitting": {
                "id": 2184,
                "date": "2026-01-20",
                "number": 597,
                "branch": "C"
            },
            "number": 203,
            "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": 1,
            "n_margin": 76,
            "majority_cohesion_rate": 62.4,
            "minority_cohesion_rate": 68.79
        },
        {
            "id": 42011,
            "slug": "vs19_597_202",
            "identifier": "vs19_597_202",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_597_202/?format=api",
            "sitting": {
                "id": 2184,
                "date": "2026-01-20",
                "number": 597,
                "branch": "C"
            },
            "number": 202,
            "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": 2,
            "n_margin": 73,
            "majority_cohesion_rate": 60.33,
            "minority_cohesion_rate": 68.79
        },
        {
            "id": 42185,
            "slug": "vs19_597_201",
            "identifier": "vs19_597_201",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_597_201/?format=api",
            "sitting": {
                "id": 2184,
                "date": "2026-01-20",
                "number": 597,
                "branch": "C"
            },
            "number": 201,
            "title": "EM 32.1000 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 32.1000",
            "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": 21,
            "majority_cohesion_rate": 60.74,
            "minority_cohesion_rate": 66.88
        },
        {
            "id": 42010,
            "slug": "vs19_597_200",
            "identifier": "vs19_597_200",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_597_200/?format=api",
            "sitting": {
                "id": 2184,
                "date": "2026-01-20",
                "number": 597,
                "branch": "C"
            },
            "number": 200,
            "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": 0,
            "n_margin": 76,
            "majority_cohesion_rate": 62.81,
            "minority_cohesion_rate": 70.7
        },
        {
            "id": 42009,
            "slug": "vs19_597_199",
            "identifier": "vs19_597_199",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_597_199/?format=api",
            "sitting": {
                "id": 2184,
                "date": "2026-01-20",
                "number": 597,
                "branch": "C"
            },
            "number": 199,
            "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": 3,
            "n_margin": 75,
            "majority_cohesion_rate": 61.16,
            "minority_cohesion_rate": 68.79
        },
        {
            "id": 42008,
            "slug": "vs19_597_198",
            "identifier": "vs19_597_198",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_597_198/?format=api",
            "sitting": {
                "id": 2184,
                "date": "2026-01-20",
                "number": 597,
                "branch": "C"
            },
            "number": 198,
            "title": "MANTENIMENTO ARTICOLO 29 - Votazione Articolo 29 ",
            "original_title": "Votazione Articolo 29 ",
            "description_title": "MANTENIMENTO 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": 2,
            "n_margin": 74,
            "majority_cohesion_rate": 61.57,
            "minority_cohesion_rate": 58.6
        },
        {
            "id": 42007,
            "slug": "vs19_597_197",
            "identifier": "vs19_597_197",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_597_197/?format=api",
            "sitting": {
                "id": 2184,
                "date": "2026-01-20",
                "number": 597,
                "branch": "C"
            },
            "number": 197,
            "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": 10,
            "n_margin": 68,
            "majority_cohesion_rate": 58.68,
            "minority_cohesion_rate": 68.79
        },
        {
            "id": 42184,
            "slug": "vs19_597_196",
            "identifier": "vs19_597_196",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_597_196/?format=api",
            "sitting": {
                "id": 2184,
                "date": "2026-01-20",
                "number": 597,
                "branch": "C"
            },
            "number": 196,
            "title": "EM 28.1000 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 28.1000",
            "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": 25,
            "majority_cohesion_rate": 61.57,
            "minority_cohesion_rate": 64.97
        },
        {
            "id": 42183,
            "slug": "vs19_597_195",
            "identifier": "vs19_597_195",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_597_195/?format=api",
            "sitting": {
                "id": 2184,
                "date": "2026-01-20",
                "number": 597,
                "branch": "C"
            },
            "number": 195,
            "title": "EM 28.1 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 28.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": 5,
            "n_margin": 29,
            "majority_cohesion_rate": 59.09,
            "minority_cohesion_rate": 59.24
        },
        {
            "id": 42006,
            "slug": "vs19_597_194",
            "identifier": "vs19_597_194",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_597_194/?format=api",
            "sitting": {
                "id": 2184,
                "date": "2026-01-20",
                "number": 597,
                "branch": "C"
            },
            "number": 194,
            "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": 1,
            "n_margin": 77,
            "majority_cohesion_rate": 62.81,
            "minority_cohesion_rate": 70.06
        },
        {
            "id": 42005,
            "slug": "vs19_597_193",
            "identifier": "vs19_597_193",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_597_193/?format=api",
            "sitting": {
                "id": 2184,
                "date": "2026-01-20",
                "number": 597,
                "branch": "C"
            },
            "number": 193,
            "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": 9,
            "n_margin": 72,
            "majority_cohesion_rate": 58.68,
            "minority_cohesion_rate": 66.24
        },
        {
            "id": 42182,
            "slug": "vs19_597_192",
            "identifier": "vs19_597_192",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_597_192/?format=api",
            "sitting": {
                "id": 2184,
                "date": "2026-01-20",
                "number": 597,
                "branch": "C"
            },
            "number": 192,
            "title": "ART AGG 25.01 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "ART AGG 25.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": 8,
            "n_margin": 19,
            "majority_cohesion_rate": 59.09,
            "minority_cohesion_rate": 64.97
        },
        {
            "id": 42004,
            "slug": "vs19_597_191",
            "identifier": "vs19_597_191",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_597_191/?format=api",
            "sitting": {
                "id": 2184,
                "date": "2026-01-20",
                "number": 597,
                "branch": "C"
            },
            "number": 191,
            "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": 1,
            "n_margin": 76,
            "majority_cohesion_rate": 62.4,
            "minority_cohesion_rate": 70.06
        },
        {
            "id": 42003,
            "slug": "vs19_597_190",
            "identifier": "vs19_597_190",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_597_190/?format=api",
            "sitting": {
                "id": 2184,
                "date": "2026-01-20",
                "number": 597,
                "branch": "C"
            },
            "number": 190,
            "title": "ARTICOLO 24 - Votazione Articolo 24 ",
            "original_title": "Votazione Articolo 24 ",
            "description_title": "ARTICOLO 24",
            "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": 74,
            "majority_cohesion_rate": 61.16,
            "minority_cohesion_rate": 69.43
        },
        {
            "id": 42002,
            "slug": "vs19_597_189",
            "identifier": "vs19_597_189",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_597_189/?format=api",
            "sitting": {
                "id": 2184,
                "date": "2026-01-20",
                "number": 597,
                "branch": "C"
            },
            "number": 189,
            "title": "ARTICOLO 23 - Votazione Articolo 23 ",
            "original_title": "Votazione Articolo 23 ",
            "description_title": "ARTICOLO 23",
            "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": 74,
            "majority_cohesion_rate": 61.98,
            "minority_cohesion_rate": 70.06
        },
        {
            "id": 42181,
            "slug": "vs19_597_188",
            "identifier": "vs19_597_188",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_597_188/?format=api",
            "sitting": {
                "id": 2184,
                "date": "2026-01-20",
                "number": 597,
                "branch": "C"
            },
            "number": 188,
            "title": "EM 23.3 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 23.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": 24,
            "majority_cohesion_rate": 62.81,
            "minority_cohesion_rate": 66.88
        },
        {
            "id": 42180,
            "slug": "vs19_597_187",
            "identifier": "vs19_597_187",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_597_187/?format=api",
            "sitting": {
                "id": 2184,
                "date": "2026-01-20",
                "number": 597,
                "branch": "C"
            },
            "number": 187,
            "title": "EM 23.2 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 23.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": 1,
            "n_margin": 25,
            "majority_cohesion_rate": 62.81,
            "minority_cohesion_rate": 66.88
        },
        {
            "id": 42179,
            "slug": "vs19_597_186",
            "identifier": "vs19_597_186",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_597_186/?format=api",
            "sitting": {
                "id": 2184,
                "date": "2026-01-20",
                "number": 597,
                "branch": "C"
            },
            "number": 186,
            "title": "EM 23.1 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 23.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": 3,
            "n_margin": 22,
            "majority_cohesion_rate": 61.57,
            "minority_cohesion_rate": 67.52
        },
        {
            "id": 42001,
            "slug": "vs19_597_185",
            "identifier": "vs19_597_185",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_597_185/?format=api",
            "sitting": {
                "id": 2184,
                "date": "2026-01-20",
                "number": 597,
                "branch": "C"
            },
            "number": 185,
            "title": "ARTICOLO 22 - Votazione Articolo 22 ",
            "original_title": "Votazione Articolo 22 ",
            "description_title": "ARTICOLO 22",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 7,
            "n_margin": 70,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 68.15
        },
        {
            "id": 42178,
            "slug": "vs19_597_184",
            "identifier": "vs19_597_184",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_597_184/?format=api",
            "sitting": {
                "id": 2184,
                "date": "2026-01-20",
                "number": 597,
                "branch": "C"
            },
            "number": 184,
            "title": "EM 22.1, 22.2 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 22.1, 22.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": 8,
            "n_margin": 18,
            "majority_cohesion_rate": 59.5,
            "minority_cohesion_rate": 66.88
        },
        {
            "id": 42000,
            "slug": "vs19_597_183",
            "identifier": "vs19_597_183",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_597_183/?format=api",
            "sitting": {
                "id": 2184,
                "date": "2026-01-20",
                "number": 597,
                "branch": "C"
            },
            "number": 183,
            "title": "ARTICOLO 21 - Votazione Articolo 21 ",
            "original_title": "Votazione Articolo 21 ",
            "description_title": "ARTICOLO 21",
            "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": 76,
            "majority_cohesion_rate": 62.4,
            "minority_cohesion_rate": 69.43
        },
        {
            "id": 42177,
            "slug": "vs19_597_182",
            "identifier": "vs19_597_182",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_597_182/?format=api",
            "sitting": {
                "id": 2184,
                "date": "2026-01-20",
                "number": 597,
                "branch": "C"
            },
            "number": 182,
            "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": 1,
            "n_margin": 25,
            "majority_cohesion_rate": 61.57,
            "minority_cohesion_rate": 64.97
        },
        {
            "id": 42176,
            "slug": "vs19_597_181",
            "identifier": "vs19_597_181",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_597_181/?format=api",
            "sitting": {
                "id": 2184,
                "date": "2026-01-20",
                "number": 597,
                "branch": "C"
            },
            "number": 181,
            "title": "EM 21.1 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 21.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": 6,
            "n_margin": 22,
            "majority_cohesion_rate": 60.33,
            "minority_cohesion_rate": 64.97
        },
        {
            "id": 41999,
            "slug": "vs19_597_180",
            "identifier": "vs19_597_180",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_597_180/?format=api",
            "sitting": {
                "id": 2184,
                "date": "2026-01-20",
                "number": 597,
                "branch": "C"
            },
            "number": 180,
            "title": "ARTICOLO 20 - Votazione Articolo 20 ",
            "original_title": "Votazione Articolo 20 ",
            "description_title": "ARTICOLO 20",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 7,
            "n_margin": 71,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 68.15
        },
        {
            "id": 41998,
            "slug": "vs19_597_179",
            "identifier": "vs19_597_179",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_597_179/?format=api",
            "sitting": {
                "id": 2184,
                "date": "2026-01-20",
                "number": 597,
                "branch": "C"
            },
            "number": 179,
            "title": "ARTICOLO 19 - Votazione Articolo 19 ",
            "original_title": "Votazione Articolo 19 ",
            "description_title": "ARTICOLO 19",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 6,
            "n_margin": 69,
            "majority_cohesion_rate": 59.92,
            "minority_cohesion_rate": 70.06
        },
        {
            "id": 42175,
            "slug": "vs19_597_178",
            "identifier": "vs19_597_178",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_597_178/?format=api",
            "sitting": {
                "id": 2184,
                "date": "2026-01-20",
                "number": 597,
                "branch": "C"
            },
            "number": 178,
            "title": "EM 19.4, 19.5 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 19.4, 19.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": 26,
            "majority_cohesion_rate": 62.4,
            "minority_cohesion_rate": 65.61
        },
        {
            "id": 42174,
            "slug": "vs19_597_177",
            "identifier": "vs19_597_177",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_597_177/?format=api",
            "sitting": {
                "id": 2184,
                "date": "2026-01-20",
                "number": 597,
                "branch": "C"
            },
            "number": 177,
            "title": "EM 19.3 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 19.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": 26,
            "majority_cohesion_rate": 61.98,
            "minority_cohesion_rate": 64.33
        },
        {
            "id": 42173,
            "slug": "vs19_597_176",
            "identifier": "vs19_597_176",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_597_176/?format=api",
            "sitting": {
                "id": 2184,
                "date": "2026-01-20",
                "number": 597,
                "branch": "C"
            },
            "number": 176,
            "title": "EM 19.2, 19.1000 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 19.2, 19.1000",
            "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": 28,
            "majority_cohesion_rate": 62.4,
            "minority_cohesion_rate": 62.42
        },
        {
            "id": 42172,
            "slug": "vs19_597_175",
            "identifier": "vs19_597_175",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_597_175/?format=api",
            "sitting": {
                "id": 2184,
                "date": "2026-01-20",
                "number": 597,
                "branch": "C"
            },
            "number": 175,
            "title": "EM 19.1 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 19.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": 9,
            "n_margin": 23,
            "majority_cohesion_rate": 60.74,
            "minority_cohesion_rate": 63.69
        },
        {
            "id": 41997,
            "slug": "vs19_597_174",
            "identifier": "vs19_597_174",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_597_174/?format=api",
            "sitting": {
                "id": 2184,
                "date": "2026-01-20",
                "number": 597,
                "branch": "C"
            },
            "number": 174,
            "title": "ARTICOLO 18 - Votazione Articolo 18 ",
            "original_title": "Votazione Articolo 18 ",
            "description_title": "ARTICOLO 18",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": "Articolo",
            "outcome": "Approvata",
            "n_rebels": 5,
            "n_margin": 73,
            "majority_cohesion_rate": 61.57,
            "minority_cohesion_rate": 69.43
        },
        {
            "id": 42171,
            "slug": "vs19_597_173",
            "identifier": "vs19_597_173",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_597_173/?format=api",
            "sitting": {
                "id": 2184,
                "date": "2026-01-20",
                "number": 597,
                "branch": "C"
            },
            "number": 173,
            "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": 25,
            "majority_cohesion_rate": 62.4,
            "minority_cohesion_rate": 66.88
        },
        {
            "id": 42170,
            "slug": "vs19_597_172",
            "identifier": "vs19_597_172",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_597_172/?format=api",
            "sitting": {
                "id": 2184,
                "date": "2026-01-20",
                "number": 597,
                "branch": "C"
            },
            "number": 172,
            "title": "EM 18.2 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 18.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": 28,
            "majority_cohesion_rate": 62.4,
            "minority_cohesion_rate": 63.06
        },
        {
            "id": 42169,
            "slug": "vs19_597_171",
            "identifier": "vs19_597_171",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_597_171/?format=api",
            "sitting": {
                "id": 2184,
                "date": "2026-01-20",
                "number": 597,
                "branch": "C"
            },
            "number": 171,
            "title": "EM 18.1 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 18.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": 26,
            "majority_cohesion_rate": 63.64,
            "minority_cohesion_rate": 66.88
        },
        {
            "id": 42168,
            "slug": "vs19_597_170",
            "identifier": "vs19_597_170",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_597_170/?format=api",
            "sitting": {
                "id": 2184,
                "date": "2026-01-20",
                "number": 597,
                "branch": "C"
            },
            "number": 170,
            "title": "ART AGG 17.01 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "ART AGG 17.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": 24,
            "majority_cohesion_rate": 62.81,
            "minority_cohesion_rate": 66.88
        },
        {
            "id": 41996,
            "slug": "vs19_597_169",
            "identifier": "vs19_597_169",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_597_169/?format=api",
            "sitting": {
                "id": 2184,
                "date": "2026-01-20",
                "number": 597,
                "branch": "C"
            },
            "number": 169,
            "title": "ARTICOLO 17 - Votazione Articolo 17 ",
            "original_title": "Votazione Articolo 17 ",
            "description_title": "ARTICOLO 17",
            "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": 75,
            "majority_cohesion_rate": 62.81,
            "minority_cohesion_rate": 68.15
        },
        {
            "id": 42167,
            "slug": "vs19_597_168",
            "identifier": "vs19_597_168",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_597_168/?format=api",
            "sitting": {
                "id": 2184,
                "date": "2026-01-20",
                "number": 597,
                "branch": "C"
            },
            "number": 168,
            "title": "EM 17.1000 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 17.1000",
            "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.98,
            "minority_cohesion_rate": 64.33
        },
        {
            "id": 42166,
            "slug": "vs19_597_167",
            "identifier": "vs19_597_167",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_597_167/?format=api",
            "sitting": {
                "id": 2184,
                "date": "2026-01-20",
                "number": 597,
                "branch": "C"
            },
            "number": 167,
            "title": "EM 17.3 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 17.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": 26,
            "majority_cohesion_rate": 62.4,
            "minority_cohesion_rate": 65.61
        },
        {
            "id": 42165,
            "slug": "vs19_597_166",
            "identifier": "vs19_597_166",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_597_166/?format=api",
            "sitting": {
                "id": 2184,
                "date": "2026-01-20",
                "number": 597,
                "branch": "C"
            },
            "number": 166,
            "title": "EM 17.2 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 17.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": 1,
            "n_margin": 25,
            "majority_cohesion_rate": 62.4,
            "minority_cohesion_rate": 66.24
        },
        {
            "id": 42164,
            "slug": "vs19_597_165",
            "identifier": "vs19_597_165",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_597_165/?format=api",
            "sitting": {
                "id": 2184,
                "date": "2026-01-20",
                "number": 597,
                "branch": "C"
            },
            "number": 165,
            "title": "EM 17.1 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 17.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": 3,
            "n_margin": 28,
            "majority_cohesion_rate": 61.57,
            "minority_cohesion_rate": 59.87
        },
        {
            "id": 41995,
            "slug": "vs19_597_164",
            "identifier": "vs19_597_164",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_597_164/?format=api",
            "sitting": {
                "id": 2184,
                "date": "2026-01-20",
                "number": 597,
                "branch": "C"
            },
            "number": 164,
            "title": "ARTICOLO 16 - Votazione Articolo 16 ",
            "original_title": "Votazione Articolo 16 ",
            "description_title": "ARTICOLO 16",
            "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": 76,
            "majority_cohesion_rate": 62.4,
            "minority_cohesion_rate": 68.15
        },
        {
            "id": 41994,
            "slug": "vs19_597_163",
            "identifier": "vs19_597_163",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_597_163/?format=api",
            "sitting": {
                "id": 2184,
                "date": "2026-01-20",
                "number": 597,
                "branch": "C"
            },
            "number": 163,
            "title": "ARTICOLO 15 - Votazione Articolo 15 ",
            "original_title": "Votazione Articolo 15 ",
            "description_title": "ARTICOLO 15",
            "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": 74,
            "majority_cohesion_rate": 60.74,
            "minority_cohesion_rate": 68.79
        },
        {
            "id": 42163,
            "slug": "vs19_597_162",
            "identifier": "vs19_597_162",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_597_162/?format=api",
            "sitting": {
                "id": 2184,
                "date": "2026-01-20",
                "number": 597,
                "branch": "C"
            },
            "number": 162,
            "title": "EM 15.2 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 15.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": 2,
            "n_margin": 23,
            "majority_cohesion_rate": 61.16,
            "minority_cohesion_rate": 66.24
        },
        {
            "id": 42162,
            "slug": "vs19_597_161",
            "identifier": "vs19_597_161",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_597_161/?format=api",
            "sitting": {
                "id": 2184,
                "date": "2026-01-20",
                "number": 597,
                "branch": "C"
            },
            "number": 161,
            "title": "EM 15.1 - Votazione ",
            "original_title": "Votazione ",
            "description_title": "EM 15.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": 5,
            "n_margin": 22,
            "majority_cohesion_rate": 61.16,
            "minority_cohesion_rate": 66.24
        }
    ]
}