The default basic root view for DefaultRouter

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

{
    "v1/brands": "http://appwellaclubiberia.com/v1/brands/?format=api",
    "v1/posts": "http://appwellaclubiberia.com/v1/posts/?format=api",
    "v1/brands/(?P<brand_id>[/\\w-]+)/posts": "http://appwellaclubiberia.com/v1/posts/?format=api",
    "v1/news": "http://appwellaclubiberia.com/v1/news/?format=api",
    "v1/brands/(?P<brand_id>[/\\w-]+)/news": "http://appwellaclubiberia.com/v1/news/?format=api"
}