GET /api/projects/3455/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"name": "demo 1",
"pk": 3455,
"description": "test",
"owner": {
"url": "https://numbas.mathcentre.ac.uk/api/users/2641/?format=api",
"profile": "https://numbas.mathcentre.ac.uk/accounts/profile/2641/?format=api",
"full_name": "john bruise",
"pk": 2641,
"avatar": null
},
"homepage": "https://numbas.mathcentre.ac.uk/project/3455/?format=api",
"url": "https://numbas.mathcentre.ac.uk/api/projects/3455/?format=api",
"num_questions": 0,
"num_exams": 0
}