2 min read
BDU Sims API
Built with NodeJS (Express)
BDU Sims API
You can click on the images to see the full size

This is Unofficial API for Bahir Dar University Student Information Management System built using JavaScript.

Disclaimer

This API is not officially supported by BDU. It is only for educational purpose.

To use this API, you need to have a valid SIMS login credentials. Which means you need to be a student of Bahir Dar University. If you are not a student and want to use this API to develop your own application for BDU students thatโ€™s cool too. You should do it ๐Ÿ˜„๐Ÿ˜„.

Usage

Available Endpoints

EndpointMethodDescriptionAuth RequiredResponse
/api/loginPOSTLogin to SIMSNoToken, Your Name and Success message
/api/logoutGETLogoutYesSuccess message
/api/status/generalGETGet general grade info for all semesters that the student learnedYesSee General Status
/api/status/detail/:year/:semesterGETGet grade info about a specific semester with all the courses the student tookYesSee Detail Satus
/api/remaining-coursesGETGet remaining courses that the student will take in the coming semestersYesSee Remaining Courses