GET /api/corpus/?format=api
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 2,
    "next": null,
    "previous": null,
    "results": [
        {
            "url": "https://ecce.acdh.oeaw.ac.at/api/corpus/1/?format=api",
            "name": "PPCEME"
        },
        {
            "url": "https://ecce.acdh.oeaw.ac.at/api/corpus/2/?format=api",
            "name": "PPCME"
        }
    ]
}