Description
You will get student and grade information for 1000 students of a non-existant school.
You can fetch all the courses through a seperate API call: https://mbo-sd.nl/apiv2/school-courses

IMPORTANT!

The school is quite large, so loading of all the data might take up to 25-30 seconds!
Properties
students
Description
Information about a student in the school
Proprties
id: unique ID of the student
name: Name of the student
email: E-mail of the student
rememnber-token: Password remebertoken for the user
description: Short bio of the student
grades
Description
Per student unique ID you will get the grades for all the courses in the 4 periods of the year.
Every course has 1 to 3 tests and thus grades.
Proprties
course_id: Unique ID of the given course, see above for courses
periode: 1 thru 4, the period where the grade was given
grade: 1 thru 10, given grade for the student for this course in this period
API URL
https://mbo-sd.nl/apiv2/student-grades
Readme index page