De belangrijkste kenmerken van de Classie Wijzingen API op een rij:
Formatting de API biedt data aan in JSON-formaat;
Request de API accepteert alleen een standaard HTTP GET request
Authenticatie u maakt zich kenbaar middels een HTTP Authorization header met uw API key;
Sortering u ontvangt steeds drie objecten gesorteerd op klas, uur en leraar.
{"status": "success","processing_time": "0.027579069137573s","updated": "30-05, 18:05","updated_timestamp": 1527696317,"classes": [{"lessons": [{"id": 33033844,"room": "M227","roomid": 11,"start": 800,"end": 900,"hour": 1,"vervallen": 1,"gewijzigd": 0,"class": {"name": "1A","id": 16,"shorthand": "1A"},"teacher": {"id": 445,"salutation": "","first_name": "Joelle","name": "Van Dam","shorthand": "VDA"},"subject": {"id": 478,"name": "wiskunde","shorthand": "WIS","color": "","image_code": ""},"previous": [{"room": "M228","roomid": 19,"class": {"name": "1A","id": 16,"shorthand": "1A"},"teacher": {"id": 446,"salutation": "","first_name": "Pieter","name": "Vantomme","shorthand": "VTM"},"subject": {"id": 478,"name": "wiskunde","shorthand": "WIS","color": "","image_code": ""}}],"image_code": "","message": "Let op: zowel klas als leraar veranderd!"}],"timestamp": 1532988000,"offset_from_today": 0,"day_text": "Regulier lesrooster","name": "Today","day_name": "Tuesday"},{"lessons": [],"timestamp": 1533074400,"offset_from_today": 1,"day_text": "","name": "Tomorrow","day_name": "Wednesday"}],"hours": [{"lessons": [],"timestamp": 1532988000,"date": "31-07-2018","offset_from_today": 0,"day_text": "","name": "Today","day_name": "Tuesday"},{"lessons": [],"timestamp": 1533074400,"date": "01-08-2018","offset_from_today": 1,"day_text": "","name": "Tomorrow","day_name": "Wednesday"}],"teachers": [{"lessons": [],"timestamp": 1532988000,"date": "31-07-2018","offset_from_today": 0,"day_text": "","name": "Today","day_name": "Tuesday"},{"lessons": [],"timestamp": 1533074400,"date": "01-08-2018","offset_from_today": 1,"day_text": "","name": "Tomorrow","day_name": "Wednesday"}]}
{"status": "error","code": 16,"message": "Invalid authorization token"}
​