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

Api Root

The default basic root view for DefaultRouter

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

{
    "users": "http://192.168.0.6:8001/users/?format=api",
    "groups": "http://192.168.0.6:8001/groups/?format=api",
    "albums": "http://192.168.0.6:8001/albums/?format=api",
    "albumimage": "http://192.168.0.6:8001/albumimage/?format=api",
    "college": "http://192.168.0.6:8001/faculty/?format=api",
    "clubs": "http://192.168.0.6:8001/clubs/?format=api",
    "clubsMembers": "http://192.168.0.6:8001/clubsMembers/?format=api",
    "designation": "http://192.168.0.6:8001/designation/?format=api",
    "department": "http://192.168.0.6:8001/department/?format=api",
    "faculty": "http://192.168.0.6:8001/faculty/?format=api",
    "news": "http://192.168.0.6:8001/allNews/?format=api",
    "allNews": "http://192.168.0.6:8001/allNews/?format=api",
    "notice": "http://192.168.0.6:8001/allNotice/?format=api",
    "allNotice": "http://192.168.0.6:8001/allNotice/?format=api",
    "events": "http://192.168.0.6:8001/events/?format=api",
    "testimonials": "http://192.168.0.6:8001/testimonials/?format=api",
    "program": "http://192.168.0.6:8001/program/?format=api",
    "slider": "http://192.168.0.6:8001/slider/?format=api",
    "students": "http://192.168.0.6:8001/students/?format=api",
    "topnews": "http://192.168.0.6:8001/topnews/?format=api"
}