The default basic root view for DefaultRouter

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

{
    "images": "http://neurovault.org/api/images/?format=api",
    "atlases": "http://neurovault.org/api/atlases/?format=api",
    "collections": "http://neurovault.org/api/collections/?format=api",
    "my_collections": "http://neurovault.org/api/my_collections/?format=api",
    "nidm_results": "http://neurovault.org/api/nidm_results/?format=api"
}