Python wrapper around the Penn Athletics website to easily access athletics data.
Note: This SDK is currently broken due to a website refresh. Stay tuned!
This is published under the MIT license. See LICENSE.
- Create new virtualenv
- Install requirements using 'pip install -r requirements.txt'
- Run the Penn Athletics API server using 'python runserver.py'
URL | http://api.pennlabs.org/athletics |
Response Formats | JSON |
URL | http://api.pennlabs.org/athletics/{sportid} |
HTTP Methods | GET |
Current Sport ID's | View Section on Sport IDs |
Response Formats | JSON |
URL | http://api.pennlabs.org/athletics/{sportid}/{year}/roster |
HTTP Methods | GET |
Current Sport ID's | View Section on Sport IDs |
Supported Years | View Section on years |
Response Formats | JSON |
URL | http://api.pennlabs.org/athletics/{sportid}/{year} |
HTTP Methods | GET |
Current Sport ID's | View Section on Sport IDs |
Supported Years | View Section on years |
Parameters | All sports have name & hometown. Looking at a sample roster from each sport will show all available parameters to search by. May search by any number at once. |
Response Formats | JSON |
URL | http://api.pennlabs.org/athletics/{sportid}/{year}/schedule |
HTTP Methods | GET |
Current Sport ID's | View Section on Sport IDs |
Supported Years | View Section on years |
Response Formats | JSON |