GET /api/dc_finds_type/?format=api
HTTP 200 OK
Content-Type: application/json
Allow: GET, POST, HEAD, OPTIONS
Vary: Accept
{
"count": 5,
"next": null,
"previous": null,
"results": [
{
"url": "http://defc.acdh.oeaw.ac.at/api/dc_finds_type/1/?format=api",
"description": "",
"name": "animal remains"
},
{
"url": "http://defc.acdh.oeaw.ac.at/api/dc_finds_type/2/?format=api",
"description": "",
"name": "botany"
},
{
"url": "http://defc.acdh.oeaw.ac.at/api/dc_finds_type/3/?format=api",
"description": "",
"name": "lithics"
},
{
"url": "http://defc.acdh.oeaw.ac.at/api/dc_finds_type/4/?format=api",
"description": "",
"name": "pottery"
},
{
"url": "http://defc.acdh.oeaw.ac.at/api/dc_finds_type/5/?format=api",
"description": "",
"name": "small finds"
}
]
}