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

Api Root

The default basic root view for DefaultRouter

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

{
    "users": "http://kochen.xn--fralle-3ya.de/api/users/?format=api",
    "groups": "http://kochen.xn--fralle-3ya.de/api/groups/?format=api",
    "hardware": "http://kochen.xn--fralle-3ya.de/api/hardware/?format=api",
    "massunits": "http://kochen.xn--fralle-3ya.de/api/massunits/?format=api",
    "ingrediences": "http://kochen.xn--fralle-3ya.de/api/ingrediences/?format=api",
    "recipes": "http://kochen.xn--fralle-3ya.de/api/recipes/?format=api",
    "recipeimages": "http://kochen.xn--fralle-3ya.de/api/recipeimages/?format=api",
    "recipeingrediences": "http://kochen.xn--fralle-3ya.de/api/recipeingrediences/?format=api"
}