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

{
    "count": 105,
    "codelists": {
        "governments": [
            {
                "slug": "i-governo-meloni-2022-10-22",
                "value": "Meloni I"
            }
        ],
        "governments_filter": [
            {
                "id": 135225,
                "value": "Meloni I"
            },
            {
                "id": 134931,
                "value": "Draghi I"
            }
        ],
        "status": [
            {
                "id": "l",
                "value": "Legge"
            },
            {
                "id": "c",
                "value": "In conversione"
            },
            {
                "id": "e",
                "value": "Decaduto"
            }
        ],
        "typology": [
            {
                "id": "min",
                "value": "Minotauro"
            },
            {
                "id": "omni",
                "value": "Omnibus"
            },
            {
                "id": "salv_int",
                "value": "Salvo intese"
            }
        ],
        "orderings": [
            {
                "id": "publication_gu_date",
                "label": "Data legge"
            }
        ]
    },
    "next": null,
    "previous": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/govdecrees/?format=api&ordering=publication_gu_date&page=2",
    "results": [
        {
            "id": 169,
            "slug": "2025-84",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/govdecrees/2025-84/?format=api",
            "title": "Decreto fiscale",
            "source_url": "https://www.normattiva.it/uri-res/N2Ls?urn:nir:stato:decreto.legge:2025;84",
            "identifier": "2025-84",
            "date_presenting": "2025-06-12",
            "status": "{'status': 'l', 'date': '2025-07-29'}",
            "status_desc": "Diventato legge",
            "conversion_act": {
                "id": 57467,
                "identifier": "C.2460",
                "slug": "C_2460",
                "type": "bill"
            },
            "status_date": "2025-07-29"
        },
        {
            "id": 170,
            "slug": "2025-90",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/govdecrees/2025-90/?format=api",
            "title": "Decreto università, istruzione e salute",
            "source_url": "https://www.normattiva.it/uri-res/N2Ls?urn:nir:stato:decreto.legge:2025;90",
            "identifier": "2025-90",
            "date_presenting": "2025-06-20",
            "status": "{'status': 'l', 'date': '2025-07-29'}",
            "status_desc": "Diventato legge",
            "conversion_act": {
                "id": 57490,
                "identifier": "S.1553",
                "slug": "S_1553",
                "type": "bill"
            },
            "status_date": "2025-07-29"
        },
        {
            "id": 171,
            "slug": "2025-92",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/govdecrees/2025-92/?format=api",
            "title": "Decreto ex Ilva ter",
            "source_url": "https://www.normattiva.it/uri-res/N2Ls?urn:nir:stato:decreto.legge:2025;92",
            "identifier": "2025-92",
            "date_presenting": "2025-06-12",
            "status": "{'status': 'l', 'date': '2025-07-31'}",
            "status_desc": "Diventato legge",
            "conversion_act": {
                "id": 57506,
                "identifier": "S.1561",
                "slug": "S_1561",
                "type": "bill"
            },
            "status_date": "2025-07-31"
        },
        {
            "id": 172,
            "slug": "2025-96",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/govdecrees/2025-96/?format=api",
            "title": "Decreto grandi eventi sportivi",
            "source_url": "https://www.normattiva.it/uri-res/N2Ls?urn:nir:stato:decreto.legge:2025;96",
            "identifier": "2025-96",
            "date_presenting": "2025-06-20",
            "status": "{'status': 'c', 'date': '2025-07-30'}",
            "status_desc": "In conversione",
            "conversion_act": {
                "id": 57515,
                "identifier": "C.2488",
                "slug": "C_2488",
                "type": "bill"
            },
            "status_date": "2025-07-30"
        },
        {
            "id": 173,
            "slug": "2025-95",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/govdecrees/2025-95/?format=api",
            "title": "Decreto economico",
            "source_url": "https://www.normattiva.it/uri-res/N2Ls?urn:nir:stato:decreto.legge:2025;95",
            "identifier": "2025-95",
            "date_presenting": "2025-06-20",
            "status": "{'status': 'c', 'date': '2025-07-31'}",
            "status_desc": "In conversione",
            "conversion_act": {
                "id": 57516,
                "identifier": "S.1565",
                "slug": "S_1565",
                "type": "bill"
            },
            "status_date": "2025-07-31"
        }
    ]
}