The default basic root view for DefaultRouter

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

{
    "events": "http://urlab.be/api/events/",
    "meetings": "http://urlab.be/api/meetings/",
    "users": "http://urlab.be/api/users/",
    "projects": "http://urlab.be/api/projects/",
    "stock/categories": "http://urlab.be/api/stock/categories/",
    "stock/products": "http://urlab.be/api/stock/products/",
    "streams/urtip": "http://urlab.be/api/streams/urtip/",
    "space/openings": "http://urlab.be/api/space/openings/",
    "space/pamela": "http://urlab.be/api/space/pamela/",
    "space/motd": "http://urlab.be/api/space/motd/"
}