The default basic root view for DefaultRouter

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

{
    "articles": "http://api.gregory-ms.com/articles/?format=api",
    "authors": "http://api.gregory-ms.com/authors/?format=api",
    "categories": "http://api.gregory-ms.com/categories/?format=api",
    "sources": "http://api.gregory-ms.com/sources/?format=api",
    "trials": "http://api.gregory-ms.com/trials/?format=api"
}