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": 8,
            "slug": "2022-173",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/govdecrees/2022-173/?format=api",
            "title": "Decreto riordino ministeri",
            "source_url": "https://www.normattiva.it/uri-res/N2Ls?urn:nir:stato:decreto.legge:2022;173",
            "identifier": "2022-173",
            "date_presenting": "2022-11-04",
            "status": "{'status': 'l', 'date': '2022-12-14'}",
            "status_desc": "Diventato legge",
            "conversion_act": {
                "id": 498,
                "identifier": "C.547",
                "slug": "C_547",
                "type": "bill"
            },
            "status_date": "2022-12-14"
        },
        {
            "id": 9,
            "slug": "2022-169",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/govdecrees/2022-169/?format=api",
            "title": "Decreto potenziamento Nato e Ssn Calabria",
            "source_url": "https://www.normattiva.it/uri-res/N2Ls?urn:nir:stato:decreto.legge:2022;169",
            "identifier": "2022-169",
            "date_presenting": "2022-11-04",
            "status": "{'status': 'l', 'date': '2022-12-14'}",
            "status_desc": "Diventato legge",
            "conversion_act": {
                "id": 956,
                "identifier": "S.299",
                "slug": "S_299",
                "type": "bill"
            },
            "status_date": "2022-12-14"
        },
        {
            "id": 7,
            "slug": "2022-162",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/govdecrees/2022-162/?format=api",
            "title": "Decreto rave, carceri, giustizia e obblighi di vaccinazione",
            "source_url": "https://www.normattiva.it/uri-res/N2Ls?urn:nir:stato:decreto.legge:2022;162",
            "identifier": "2022-162",
            "date_presenting": "2022-10-31",
            "status": "{'status': 'l', 'date': '2022-12-30'}",
            "status_desc": "Diventato legge",
            "conversion_act": {
                "id": 929,
                "identifier": "S.274",
                "slug": "S_274",
                "type": "bill"
            },
            "status_date": "2022-12-30"
        },
        {
            "id": 11,
            "slug": "2022-153",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/govdecrees/2022-153/?format=api",
            "title": "Decreto carburanti",
            "source_url": "https://www.normattiva.it/uri-res/N2Ls?urn:nir:stato:decreto.legge:2022;153",
            "identifier": "2022-153",
            "date_presenting": "2022-10-19",
            "status": "{'status': 'e', 'date': '2022-12-20'}",
            "status_desc": "Decaduto",
            "conversion_act": {
                "id": 360,
                "identifier": "C.422",
                "slug": "C_422",
                "type": "bill"
            },
            "status_date": "2022-12-20"
        },
        {
            "id": 10,
            "slug": "2022-144",
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/govdecrees/2022-144/?format=api",
            "title": "Decreto aiuti ter e realizzazione Pnrr",
            "source_url": "https://www.normattiva.it/uri-res/N2Ls?urn:nir:stato:decreto.legge:2022;144",
            "identifier": "2022-144",
            "date_presenting": "2022-09-16",
            "status": "{'status': 'l', 'date': '2022-11-16'}",
            "status_desc": "Diventato legge",
            "conversion_act": {
                "id": 445,
                "identifier": "C.5",
                "slug": "C_5",
                "type": "bill"
            },
            "status_date": "2022-11-16"
        }
    ]
}