Stuy Schedule API
Weekly schedule API located at /api/weekly-schedule
API data format
{
"scheduleType": "week",
"days": [
{
"day": "March 27, 2023",
"bell": {
"scheduleType": "regular",
"scheduleName": "Regular Schedule",
"schedule": [...]
},
"block": "B1",
"testing": "Science Testing",
"announcement": null
},
...
]
}
Schedule format
[
{
"name": "Before Period 1",
"startTime": "7:00",
"duration": 60
},
{
"name": "Period 1",
"startTime": "8:00",
"duration": 41
},
{
"name": "Before Period 2",
"startTime": "8:41",
"duration": 4
}
]
Note: "bell"
,"block"
, and"announcements"
may be null
,
indicating no school, or no announcement