Django REST framework
  • Log in
  • Api Root
GET
  • json
  • api

Api Root

The default basic root view for DefaultRouter

GET /data/api/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "places": "https://labasi.acdh.oeaw.ac.at/data/api/places/",
    "labels": "https://labasi.acdh.oeaw.ac.at/data/api/labels/",
    "regions": "https://labasi.acdh.oeaw.ac.at/data/api/regions/",
    "archives": "https://labasi.acdh.oeaw.ac.at/data/api/archives/",
    "dossiers": "https://labasi.acdh.oeaw.ac.at/data/api/dossiers/",
    "scribes": "https://labasi.acdh.oeaw.ac.at/data/api/scribes/",
    "periods": "https://labasi.acdh.oeaw.ac.at/data/api/periods/",
    "texttypes": "https://labasi.acdh.oeaw.ac.at/data/api/texttypes/",
    "signs": "https://labasi.acdh.oeaw.ac.at/data/api/signs/",
    "tablets": "https://labasi.acdh.oeaw.ac.at/data/api/tablets/",
    "glyphs": "https://labasi.acdh.oeaw.ac.at/data/api/glyphs/"
}