The default basic root view for DefaultRouter

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

{
    "quotes": "http://decbot.cemetech.net/api/quotes?format=api",
    "scores": "http://decbot.cemetech.net/api/scores?format=api",
    "scores-log": "http://decbot.cemetech.net/api/scores-log?format=api",
    "totals": "http://decbot.cemetech.net/api/totals?format=api"
}