{"id":20126335,"url":"https://github.com/uts-cic/university-api","last_synced_at":"2026-03-08T04:32:00.444Z","repository":{"id":204573985,"uuid":"708596815","full_name":"uts-cic/university-api","owner":"uts-cic","description":null,"archived":false,"fork":false,"pushed_at":"2023-10-31T02:49:37.000Z","size":84,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-12-01T05:00:20.533Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HCL","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/uts-cic.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-10-23T01:37:27.000Z","updated_at":"2023-10-31T00:01:26.000Z","dependencies_parsed_at":null,"dependency_job_id":"9a78bc2e-a8d0-4adb-9829-70a0d70274a4","html_url":"https://github.com/uts-cic/university-api","commit_stats":null,"previous_names":["uts-cic/university-api"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/uts-cic/university-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uts-cic%2Funiversity-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uts-cic%2Funiversity-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uts-cic%2Funiversity-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uts-cic%2Funiversity-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/uts-cic","download_url":"https://codeload.github.com/uts-cic/university-api/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uts-cic%2Funiversity-api/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30245223,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-08T00:58:18.660Z","status":"online","status_checked_at":"2026-03-08T02:00:06.215Z","response_time":56,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-13T20:15:51.237Z","updated_at":"2026-03-08T04:32:00.420Z","avatar_url":"https://github.com/uts-cic.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Prototype university-api\n\nThis is a prototype specification that we are using to drive a conversation forward around generating useful educational data for Learning Analytics. This repo builds off of an early [post by George Kroner](https://edutechnica.com/2015/06/09/flipping-the-model-the-campus-api/) that proposed the idea - we are planning to push the idea and see how far we can go! \n\n## Some design choices we have made in building out this specification\n\nThis data specification makes a number of explicit design choices about how data should be represented. To contribute you should follow these guidelines:\n\n1. **Data of similar types should be grouped together** wherever possible e.g. a discussion forum post will be treated the same as a comment on a video, or a tweet, or a slack message. This principle will enable LA tools to consume data from multiple sources and use it irrespective of where it came from.\n1. **Details about events, contexts and sources should be included** wherever possible e.g. if we are recording that a post occurred in a discussion forum (or a learner clicked on a link, or a mark was provided to an assessment) then we also need to store the details of the item on which that activity occurred. Note that these details should also group together wherever possible into common contexts and properties.\n\nWE WILL BE ADDING TO THIS DURING THE WORKSHOP AT ALASI23\n\n## Helpful resources to guide the development of this repo\n\n- SoLAR position paper on [Generating Data for LA Ecosystems](https://www.solaresearch.org/wp-content/uploads/2020/09/SoLAR_Position-Paper_2020_09.pdf).\n- The [xAPI Profiles server](https://profiles.adlnet.gov/) and related documentation.\n- The [IMS Caliper specification](https://www.imsglobal.org/activity/caliper) and some detailed information about implementing their [profiles](https://github.com/1EdTech/caliper-spec/blob/develop/guides/implementation-guide.md)\n- The [final report](https://ltr.edu.au/vufind/Record/365945/Description?print=1) from the OLT funded [Learning Analytics beyond the LMS](https://beyondlms.org/) project, along with the [GitHub resources](https://beyondlms.org/tools/LA-API/) (which are fairly depreciated now).\n- The JISC LA project and [GitHub resources](https://github.com/jiscdev) (which are fairly depreciated now).\n\n\n## How to contribute\n\nAnyone is free to contribute! If you want to make a suggestion for new endpoints or data formats then you will need to do this via pull requests, as we will be performing reviews of suggestions, and trying to generate a community approach around this specication. If you would like to contribute then you should do something like the following:\n\n1. Copy the URL of the repo and then clone it to your local computer  \n    `git clone [COPIED URL OF THE REPO]`\n1. Create a new branch for the repo with a helpful name that explains what you are adding and switch to that branch  \n    `git branch NEW_FEATURE_BRANCHNAME`  \n    `git checkout NEW_FEATURE_BRANCHNAME`  \n1. Update the relevant code and/or pages while in your new branch using your favourite editor\n1. Commit the changes you have made to that branch along with a message that explains what you were doing  \n    `git add .`  \n    `git commit -m \"A MEANINGFUL COMMENT HERE EXPLAINING WHAT YOU DID\"`  \n1. Push these changes back to origin   \n    `git push origin NEW_FEATURE_BRANCHNAME`  \n1. Create a pull request back into the main branch on the github site for this repo (i.e. go to the GitHub site for this [repo](https://github.com/uts-cic/university-api) and click on the pull request button that should now appear if you have done everything right!)\n\nIf you don't understand what this is all doing and want to find out more then you could look at this quick tutorial on [GitHub flow](https://docs.github.com/en/get-started/quickstart/github-flow) which will give you a quick guide to using git for collaborating over shared repositories.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Futs-cic%2Funiversity-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Futs-cic%2Funiversity-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Futs-cic%2Funiversity-api/lists"}