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

{
    "count": 22616,
    "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": null,
    "previous": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/?format=api&ordering=date&page=452",
    "results": [
        {
            "id": 40613,
            "slug": "vs19_551_003",
            "identifier": "vs19_551_003",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_551_003/?format=api",
            "sitting": {
                "id": 2113,
                "date": "2025-10-21",
                "number": 551,
                "branch": "C"
            },
            "number": 3,
            "title": "ARTICOLO 1",
            "original_title": "ARTICOLO 1",
            "description_title": "",
            "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": 64,
            "majority_cohesion_rate": 54.32,
            "minority_cohesion_rate": 70.06
        },
        {
            "id": 40616,
            "slug": "vs19_551_035",
            "identifier": "vs19_551_035",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_551_035/?format=api",
            "sitting": {
                "id": 2113,
                "date": "2025-10-21",
                "number": 551,
                "branch": "C"
            },
            "number": 35,
            "title": "ARTICOLO 4",
            "original_title": "ARTICOLO 4",
            "description_title": "",
            "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": 21,
            "majority_cohesion_rate": 56.79,
            "minority_cohesion_rate": 60.51
        },
        {
            "id": 40614,
            "slug": "vs19_551_018",
            "identifier": "vs19_551_018",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_551_018/?format=api",
            "sitting": {
                "id": 2113,
                "date": "2025-10-21",
                "number": 551,
                "branch": "C"
            },
            "number": 18,
            "title": "ARTICOLO 2",
            "original_title": "ARTICOLO 2",
            "description_title": "",
            "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": 66,
            "majority_cohesion_rate": 55.14,
            "minority_cohesion_rate": 70.7
        },
        {
            "id": 40619,
            "slug": "vs19_551_067",
            "identifier": "vs19_551_067",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_551_067/?format=api",
            "sitting": {
                "id": 2113,
                "date": "2025-10-21",
                "number": 551,
                "branch": "C"
            },
            "number": 67,
            "title": "ARTICOLO 2",
            "original_title": "ARTICOLO 2",
            "description_title": "",
            "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": 74,
            "majority_cohesion_rate": 60.08,
            "minority_cohesion_rate": 68.79
        },
        {
            "id": 40617,
            "slug": "vs19_551_038",
            "identifier": "vs19_551_038",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_551_038/?format=api",
            "sitting": {
                "id": 2113,
                "date": "2025-10-21",
                "number": 551,
                "branch": "C"
            },
            "number": 38,
            "title": "ARTICOLO 5",
            "original_title": "ARTICOLO 5",
            "description_title": "",
            "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": 69,
            "majority_cohesion_rate": 56.79,
            "minority_cohesion_rate": 70.7
        },
        {
            "id": 40621,
            "slug": "vs19_551_001",
            "identifier": "vs19_551_001",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_551_001/?format=api",
            "sitting": {
                "id": 2113,
                "date": "2025-10-21",
                "number": 551,
                "branch": "C"
            },
            "number": 1,
            "title": "PDL 1521-A - EM 1.1",
            "original_title": "PDL 1521-A - EM 1.1",
            "description_title": "",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 0,
            "n_margin": 64,
            "majority_cohesion_rate": 53.91,
            "minority_cohesion_rate": 61.15
        },
        {
            "id": 40624,
            "slug": "vs19_551_005",
            "identifier": "vs19_551_005",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_551_005/?format=api",
            "sitting": {
                "id": 2113,
                "date": "2025-10-21",
                "number": 551,
                "branch": "C"
            },
            "number": 5,
            "title": "EM 2.1",
            "original_title": "EM 2.1",
            "description_title": "",
            "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": 20,
            "majority_cohesion_rate": 55.56,
            "minority_cohesion_rate": 64.33
        },
        {
            "id": 40620,
            "slug": "vs19_551_069",
            "identifier": "vs19_551_069",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_551_069/?format=api",
            "sitting": {
                "id": 2113,
                "date": "2025-10-21",
                "number": 551,
                "branch": "C"
            },
            "number": 69,
            "title": "ARTICOLO 3",
            "original_title": "ARTICOLO 3",
            "description_title": "",
            "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": 75,
            "majority_cohesion_rate": 60.49,
            "minority_cohesion_rate": 68.15
        },
        {
            "id": 40623,
            "slug": "vs19_551_004",
            "identifier": "vs19_551_004",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_551_004/?format=api",
            "sitting": {
                "id": 2113,
                "date": "2025-10-21",
                "number": 551,
                "branch": "C"
            },
            "number": 4,
            "title": "EM 2.1000",
            "original_title": "EM 2.1000",
            "description_title": "",
            "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": 55.14,
            "minority_cohesion_rate": 66.88
        },
        {
            "id": 40625,
            "slug": "vs19_551_006",
            "identifier": "vs19_551_006",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_551_006/?format=api",
            "sitting": {
                "id": 2113,
                "date": "2025-10-21",
                "number": 551,
                "branch": "C"
            },
            "number": 6,
            "title": "EM 2.3, 2.4",
            "original_title": "EM 2.3, 2.4",
            "description_title": "",
            "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": 55.56,
            "minority_cohesion_rate": 67.52
        },
        {
            "id": 40626,
            "slug": "vs19_551_007",
            "identifier": "vs19_551_007",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_551_007/?format=api",
            "sitting": {
                "id": 2113,
                "date": "2025-10-21",
                "number": 551,
                "branch": "C"
            },
            "number": 7,
            "title": "EM 2.6",
            "original_title": "EM 2.6",
            "description_title": "",
            "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": 55.14,
            "minority_cohesion_rate": 65.61
        },
        {
            "id": 40627,
            "slug": "vs19_551_008",
            "identifier": "vs19_551_008",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_551_008/?format=api",
            "sitting": {
                "id": 2113,
                "date": "2025-10-21",
                "number": 551,
                "branch": "C"
            },
            "number": 8,
            "title": "EM 2.8",
            "original_title": "EM 2.8",
            "description_title": "",
            "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": 55.97,
            "minority_cohesion_rate": 67.52
        },
        {
            "id": 40628,
            "slug": "vs19_551_009",
            "identifier": "vs19_551_009",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_551_009/?format=api",
            "sitting": {
                "id": 2113,
                "date": "2025-10-21",
                "number": 551,
                "branch": "C"
            },
            "number": 9,
            "title": "EM 2.12",
            "original_title": "EM 2.12",
            "description_title": "",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 15,
            "majority_cohesion_rate": 55.14,
            "minority_cohesion_rate": 66.88
        },
        {
            "id": 40630,
            "slug": "vs19_551_011",
            "identifier": "vs19_551_011",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_551_011/?format=api",
            "sitting": {
                "id": 2113,
                "date": "2025-10-21",
                "number": 551,
                "branch": "C"
            },
            "number": 11,
            "title": "EM 2.1003",
            "original_title": "EM 2.1003",
            "description_title": "",
            "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": 55.97,
            "minority_cohesion_rate": 68.15
        },
        {
            "id": 40629,
            "slug": "vs19_551_010",
            "identifier": "vs19_551_010",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_551_010/?format=api",
            "sitting": {
                "id": 2113,
                "date": "2025-10-21",
                "number": 551,
                "branch": "C"
            },
            "number": 10,
            "title": "EM 2.15, 2.16",
            "original_title": "EM 2.15, 2.16",
            "description_title": "",
            "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": 56.38,
            "minority_cohesion_rate": 66.88
        },
        {
            "id": 40631,
            "slug": "vs19_551_012",
            "identifier": "vs19_551_012",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/votings/vs19_551_012/?format=api",
            "sitting": {
                "id": 2113,
                "date": "2025-10-21",
                "number": 551,
                "branch": "C"
            },
            "number": 12,
            "title": "EM 2.22",
            "original_title": "EM 2.22",
            "description_title": "",
            "public_title": null,
            "is_key_vote": false,
            "is_final": false,
            "is_confidence": false,
            "is_secret": false,
            "sub_vote_type": null,
            "outcome": "Respinta",
            "n_rebels": 1,
            "n_margin": 15,
            "majority_cohesion_rate": 55.97,
            "minority_cohesion_rate": 67.52
        }
    ]
}