This is the entry point for the API described in the REST framework tutorial.

Follow the hyperinks each resource offers to explore the API.

Note that you can also explore the API from the command line, for instance using the curl command-line tool.

For example: curl -X GET http://restframework.herokuapp.com/ -H "Accept: application/json; indent=4"

GET /
HTTP 200 OK Vary: Accept Content-Type: text/html Allow: OPTIONS, GET
{ "users": "http://restframework.herokuapp.com/users/", "snippets": "http://restframework.herokuapp.com/snippets/" }