The default basic root view for DefaultRouter

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

{
    "menu": "https://antonandirene.com/api/menu/",
    "projects": "https://antonandirene.com/api/projects/",
    "content": "https://antonandirene.com/api/content/"
}