Explore the Statistics API for Students

This API supports the HTTP GET method .Most API endpoints return JSON.

Result


                        


Base Url :https://academicreport.seu.edu.sa/api

Endpoint:: GET /statistics
2. Retrieve Active Students by Faculties
Endpoint:: GET /statistics?faculty_id[]=1&faculty_id[]=2 ℹ️
3. Retrieve Active Students by Semester
Endpoint:: GET /statistics?year_id[]=1&year_id[]=4 ℹ️
4. Retrieve Active Students by Academic Qualification:
Endpoint:: GET /statistics?student_level[]=1 ℹ️
5. Retrieve Active Students by Gender

Example


                                    

Result


                        


Base Url :https://academicreport.seu.edu.sa/api

1. Retrieve All Graduates
BaseUrl:: GET /graduated/statistics
2. Retrieve Graduated Student by Faculties
Endpoint:: GET /graduated/statistics?faculty_id[]=1&faculty_id[]=2 ℹ️
3. Retrieve Graduates by Year
Endpoint:: GET /graduated/statistics?year_id[]=1&year_id[]=4 ℹ️
4. Retrieve Graduates by Gender

Example