The default basic root view for DefaultRouter

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

{
    "hikes": "http://api.roadtripsandhikes.org/hikes/?format=api",
    "persons": "http://api.roadtripsandhikes.org/persons/?format=api"
}