GET /api-openparlamento/v1/19/persons/?format=api&ordering=-family_name&page=28
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 676,
    "pp_total": 623,
    "codelists": {
        "governments": [
            {
                "slug": "i-governo-meloni-2022-10-22",
                "value": "Meloni I"
            }
        ],
        "orderings": [
            {
                "id": "pp",
                "label": "Indice di forza"
            },
            {
                "id": "family_name",
                "label": "Cognome"
            }
        ]
    },
    "next": null,
    "previous": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/persons/?format=api&ordering=-family_name&page=27",
    "results": [
        {
            "id": 861048,
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/persons/andrea-abodi-1960-03-07/?format=api",
            "name": "Andrea Abodi",
            "image": "https://upload.wikimedia.org/wikipedia/commons/9/97/Andrea_Abodi_%28cropped%29.jpg",
            "slug": "andrea-abodi-1960-03-07",
            "roles": [
                "Ministro"
            ],
            "is_active": true
        }
    ]
}