GET /api-openparlamento/v1/19/persons/?format=api&ordering=pp&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=pp&page=27",
    "results": [
        {
            "id": 959217,
            "url": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/persons/chiara-la-porta-1991-06-07/?format=api",
            "name": "Chiara La Porta",
            "image": "https://opdm-service-data.s3.amazonaws.com/images/persons/959217.jpeg",
            "slug": "chiara-la-porta-1991-06-07",
            "roles": [
                "Deputata"
            ],
            "is_active": false
        }
    ]
}