GET /api/dc_finds_small_finds_category/?format=api
HTTP 200 OK
Content-Type: application/json
Allow: GET, POST, HEAD, OPTIONS
Vary: Accept
{
"count": 4,
"next": null,
"previous": null,
"results": [
{
"url": "http://defc.acdh.oeaw.ac.at/api/dc_finds_small_finds_category/3/?format=api",
"description": "",
"name": "figurine"
},
{
"url": "http://defc.acdh.oeaw.ac.at/api/dc_finds_small_finds_category/2/?format=api",
"description": "",
"name": "jewellery"
},
{
"url": "http://defc.acdh.oeaw.ac.at/api/dc_finds_small_finds_category/4/?format=api",
"description": "",
"name": "other"
},
{
"url": "http://defc.acdh.oeaw.ac.at/api/dc_finds_small_finds_category/1/?format=api",
"description": "",
"name": "tool"
}
]
}