uf_api icon indicating copy to clipboard operation
uf_api copied to clipboard

A list of documentation and example code to access the University of Florida's public (undocumented) API

Results 8 uf_api issues
Sort by recently updated
recently updated
newest added

I checked the API request against uf's portal course catalog and the last-control-number parameter does not seem to refer to the number of rows but rather the index to the...

How can I authenticate my UF API call using Javascript and Node.js?

Y'all don't look evil. But it's really really skeezy to ask folks to hand their passwords over to your code. Wouldn't your API work go just as smoothly if you...

The endpoints for the schedule of courses are actually a bit off for Fall 2018. In the summer the base URL is actually `https://one.uf.edu/apix/soc-summer/schedule/` (this is actually the base URL...

This checks that you can add it ``` https://one.uf.edu/api/myschedule/term/2188/section/2555/add-check ``` **This actually adds it** ``` https://one.uf.edu/api/myschedule/term/2188/section/2555/add ``` Request payload ``` {"credits":3,"classNumber":12109,"gradBasis":"GRD","acadCareer":"UGRD"} ```

Here is some shit code I wrote, figured maybe somebody might find it useful. If you want the JSON that is generated from this lmk ``` recourse(x, res){ var self...

Updated the README file to improve usability and clarity for both new and experienced users. The key changes include: - Expanded the introduction to better explain the purpose of the...

The Campus Map API has changed. The base URL is now `https://campusmap.ufl.edu/assets/[resource]` (originally `https://campusmap.ufl.edu/library/cmapjson/[resource]` Most of the endpoints have changed, and many have been added/removed