Welcome to the SNGCE Attendance API. This API server was built to help users access attendance data without manually logging into the SNGCE portal.
The official portal requires users to log in and navigate through multiple pages just to view attendance. This API automates that process and provides clean, structured JSON data instead.
Developers can integrate this API directly into mobile apps, dashboards, automation tools, or college utility projects.
• Students who want faster access to attendance
• Developers building apps or dashboards
• Automation and personal productivity projects
Endpoint: POST /attendance
Content-Type: application/json
Request body:
{
"username": "your_username",
"password": "your_password"
}
The API logs in on your behalf, fetches attendance details, calculates the overall percentage, and returns the data in JSON format.
Use the built-in Swagger UI for testing:
/docs
This project is open-source. You can explore the code, suggest improvements, or integrate it into your own apps.
View on GitHub