The University of Illinois at Urbana-Champaign API gateway allows anyone to build applications using data of the campus easily. It integrates data from multiple sources and websites in the public gateway, with the help of AWS chalice.
- This is an unofficial development and is not supported or controlled by the University of Illinois at Urbana-Champaign itself.
- These skills are currently being developed in progess, they are not guaranteed to function properly.
All calls are made to the following URL with the required parameters for a given service.
https://69smoo2dc6.execute-api.us-east-1.amazonaws.com/api
The data is returned in json
format.
- /ews
- /ics
- /ics/{department}
- /sports/check
- /sports/list
- /spots/{sport}
- /dining/{hall}
- /dining/{hall}/{date}
- /dining/{hall}/{date_from}/{date_to}
- /library
- /library/{library_id}/{year}/{month}/{date}
- /buildings
- /buildings/{building_id}
This project is initially developed by Student Innovation Lab of TechService of the University of Illinois at Urbana-Champaign.