The default basic root view for DefaultRouter

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

{
    "locations": "http://arduino.johnedstone.net/api/v1/locations/",
    "arduinos": "http://arduino.johnedstone.net/api/v1/arduinos/",
    "reports": "http://arduino.johnedstone.net/api/v1/reports/"
}