fs.fspres – Presentations of study information from FS

eksamen – list of exams

GET /eksamen.json
emne string Fetch info on the given course
sted string Fetch info for courses given by the given place
limit string = 10 Without other filters: How many couses to return info for. 0=unlimited
semester string Only show information about the given semester
response
200 OK
Content-Type: application/json
{
  "emne": {
    "INF100": {
      "2017h": [
        { ... },
        { ... }
      ]
    }
  }
}