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

{
    "next": null,
    "previous": null,
    "count": 1,
    "limit": 50,
    "offset": 0,
    "results": [
        {
            "url": "https://mpr.acdh.oeaw.ac.at/apis/api/vocabularies/placeworkrelation/667/?format=api",
            "id": 667,
            "name": "location of",
            "description": "",
            "status": "can",
            "name_reverse": "located in",
            "parent_class": null,
            "vocab_name": {
                "id": 15,
                "label": "VocabNames object (15)",
                "url": "https://mpr.acdh.oeaw.ac.at/apis/api/vocabularies/vocabnames/15/"
            }
        }
    ]
}