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

{
    "users": "http://localhost:8000/users?format=api",
    "tasks": "http://localhost:8000/tasks?format=api"
}