Skip to content
This repository has been archived by the owner on May 16, 2020. It is now read-only.

Latest commit

 

History

History
30 lines (26 loc) · 629 Bytes

README.md

File metadata and controls

30 lines (26 loc) · 629 Bytes

Athletics API

Monthly campus athletics API with daily timings. As of right now, data is only available for UTSC and UTM.

Format

{
  "id":String,
  "date":String,
  "campus":String,
  "events":[{
    "title":String,
    "location":String,
    "building_id":String,
    "start_time":String,
    "end_time":String
  }]
}