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

{
    "name": "NUMBAS workshop demo",
    "pk": 4669,
    "description": "",
    "owner": {
        "url": "https://numbas.mathcentre.ac.uk/api/users/2990/?format=api",
        "profile": "https://numbas.mathcentre.ac.uk/accounts/profile/2990/?format=api",
        "full_name": "Josh Lim",
        "pk": 2990,
        "avatar": null
    },
    "homepage": "https://numbas.mathcentre.ac.uk/project/4669/?format=api",
    "url": "https://numbas.mathcentre.ac.uk/api/projects/4669/?format=api",
    "num_questions": 15,
    "num_exams": 4
}