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

Api Root

The default basic root view for DefaultRouter

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

{
    "posts": "http://collegeguide-api.jakefarrell.ie/posts/",
    "profiles": "http://collegeguide-api.jakefarrell.ie/profiles/",
    "matcher-queues": "http://collegeguide-api.jakefarrell.ie/matcher-queues/",
    "comments": "http://collegeguide-api.jakefarrell.ie/comments/",
    "notes": "http://collegeguide-api.jakefarrell.ie/notes/",
    "colleges": "http://collegeguide-api.jakefarrell.ie/colleges/",
    "badges": "http://collegeguide-api.jakefarrell.ie/badges/",
    "interests": "http://collegeguide-api.jakefarrell.ie/interests/",
    "skills": "http://collegeguide-api.jakefarrell.ie/skills/",
    "preferred-roles": "http://collegeguide-api.jakefarrell.ie/preferred-roles/",
    "chatbots": "http://collegeguide-api.jakefarrell.ie/chatbots/"
}