The Wayback Machine - https://web.archive.org/web/20200704064731/https://restframework.herokuapp.com/

The default basic root view for DefaultRouter

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

{
    "snippets": "https://restframework.herokuapp.com/snippets/",
    "users": "https://restframework.herokuapp.com/users/"
}