GET /authors/?format=api&page=2048
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json ;UTF-8
Vary: Accept

{
    "count": 102351,
    "next": null,
    "previous": "http://app-stage.palmknihy.cz/authors/?format=api&page=2047",
    "results": [
        {
            "id": 143420,
            "cdi_id": "ceba61eb-95a5-4fb2-b7e1-b15089ebdecd",
            "degree_before": null,
            "firstname": " Jürgen",
            "surname": "Tautz",
            "degree_after": null,
            "birth_year": null,
            "death_year": null,
            "text": null,
            "ascii_name": null,
            "foto": null,
            "foto2": null
        }
    ]
}