A RESTful HyperMedia System by yippie.io!
It’s a JSON API for the ZSB Wegweiser from the University of Paderborn.
Here’s how to get rolling:
To see all available faculties, GET /faculties.json.
To see all available studies, GET /faculties/:FACULTY_ID/studies.json.
For your convenience: You also find the studies in the response for faculties.
To see all infos for a given study/major, GET /faculties/:FACULTY_ID/studies/:STUDY_ID/infos.json.
For any url, use the .jsonp extension followed by your callback, like in: /faculties.jsonp?callback=jsonpsuccess
part of iUPB / made by yippie.io / powered by Rails / data by ZSB