A simple, lightweight and fast API for Sadjad University of Technology
Sample: https://api.sadjad.ac.ir/v1/student_schedule?username=92412147&password=XXXXXXXX
Or: https://api.sadjad.ac.ir/v2/stu/schedule?username=92412147&password=XXXXXXXX
Supported methods are post
and get
Sample: https://api.sadjad.ac.ir/v1/internet_credit?username=92412147&password=XXXXXXXX
Supported methods are post
and get
Sample: https://api.sadjad.ac.ir/v1/self_service_credits?username=92412147&password=XXXXXXXX
Supported methods are post
and get
Sample: https://api.sadjad.ac.ir/v1/self_service_menu?username=92412147&password=XXXXXXXX
Supported methods are post
and get
Sample: https://api.sadjad.ac.ir/v1/exams?username=92412147&password=XXXXXXXX
Supported methods are post
and get
Returns all exams with their dates of the current semester.
Sample: https://api.sadjad.ac.ir/v1/library?username=92412147&password=XXXXXXXX
Supported methods are post
and get
Returns useful information about library account.
Sample: https://api.sadjad.ac.ir/v2/stu/profile?username=92412147&password=XXXXXXXX
Supported methods are post
and get
Returns useful information about stu (student) account.
Sample: https://api.sadjad.ac.ir/v2/stu/exam_card?username=92412147&password=XXXXXXXX
Supported methods are post
and get
Returns exams card in PDF format.
Note: This endpoint works only in exams duration.
Samples:
https://api.sadjad.ac.ir/v2/stu/grades?username=92412147&password=XXXXXXXX
https://api.sadjad.ac.ir/v2/stu/grades?username=92412147&password=XXXXXXXX&year=1392&semester=1
https://api.sadjad.ac.ir/v2/stu/grades?username=92412147&password=XXXXXXXX&year=1394&semester=3
Supported methods are post
and get
Semester | Meaning |
---|---|
year | Desired year |
semester | Number of semester |
Note: If year
and semster
parameters are not provided, current year and current semester will be assumed.
#####Semester accepted values
Semester | Meaning |
---|---|
1 | 1st semester |
2 | 2nd semester |
3 | Summer semester |
Samples:
http://localhost/sadjad_api/Sadjad-API/public/v2/internet/connection_report?username=92412147&password=XXXXXXXXX&start=XXXXXXXXX&end=XXXXXXXXX&page=1
Supported methods are post
and get
Semester | Meaning |
---|---|
start | Start time (unix format) |
end | End time (unix format) |
start | Desired page (default: 1 ) |
As you see in the code no information are stored. We don't even use databases or log files. The username or password you provide is only used for loging in to the student panel.
This project is open-sourced software licensed under the MIT license