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

{
    "name": "UiT forkurs",
    "pk": 1111,
    "description": "<p>Oppgaver til forkurs ingeni&oslash;r</p>",
    "owner": {
        "url": "https://numbas.mathcentre.ac.uk/api/users/942/?format=api",
        "profile": "https://numbas.mathcentre.ac.uk/accounts/profile/942/?format=api",
        "full_name": "Torris Bakke",
        "pk": 942,
        "avatar": null
    },
    "homepage": "https://numbas.mathcentre.ac.uk/project/1111/?format=api",
    "url": "https://numbas.mathcentre.ac.uk/api/projects/1111/?format=api",
    "num_questions": 13,
    "num_exams": 4
}