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

Api Root

The default basic root view for DefaultRouter

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

{
    "users": "http://nfldraftfanatics.com/api/v1/users/",
    "rounds": "http://nfldraftfanatics.com/api/v1/rounds/",
    "history-board": "http://nfldraftfanatics.com/api/v1/history-board/",
    "players": "http://nfldraftfanatics.com/api/v1/players/",
    "trade-value": "http://nfldraftfanatics.com/api/v1/trade-value/",
    "trade-value-history": "http://nfldraftfanatics.com/api/v1/live-value-history/",
    "live-value-history": "http://nfldraftfanatics.com/api/v1/live-value-history/",
    "team-neads": "http://nfldraftfanatics.com/api/v1/team-neads/",
    "position-name": "http://nfldraftfanatics.com/api/v1/position-name/",
    "treading": "http://nfldraftfanatics.com/api/v1/treading/",
    "event": "http://nfldraftfanatics.com/api/v1/event/",
    "event-player": "http://nfldraftfanatics.com/api/v1/event-player/",
    "event-user": "http://nfldraftfanatics.com/api/v1/event-user/",
    "event_team": "http://nfldraftfanatics.com/api/v1/event_team/",
    "ranking": "http://nfldraftfanatics.com/api/v1/ranking/"
}