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

{
    "count": 0,
    "codelists": {
        "governments": [
            {
                "slug": "i-governo-renzi-httpdaticameraitocdgovernordfg102-2014-02-21",
                "value": "Renzi I"
            },
            {
                "slug": "i-governo-letta-httpdaticameraitocdgovernordfg82-2013-04-28",
                "value": "Letta I"
            },
            {
                "slug": "i-governo-gentiloni-silveri-httpdaticameraitocdgovernordfg122-2016-12-12",
                "value": "Gentiloni Silveri I"
            },
            {
                "slug": "i-governo-conte-httpdaticameraitocdgovernordfg142-2018-05-31",
                "value": "Conte I"
            },
            {
                "slug": "ii-governo-conte-none-2018-09-05",
                "value": "Conte II"
            },
            {
                "slug": "i-governo-draghi-httpdaticameraitocdgovernordfg182-2021-02-12",
                "value": "Draghi I"
            },
            {
                "slug": "i-governo-meloni-2022-10-22",
                "value": "Meloni I"
            }
        ],
        "governments_filter": [],
        "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": null,
    "results": []
}