{"id":19186655,"url":"https://github.com/wait-what/osu-microapi","last_synced_at":"2026-06-11T20:31:25.591Z","repository":{"id":143955410,"uuid":"592475717","full_name":"wait-what/osu-microapi","owner":"wait-what","description":"Expose osu! stats for select users publicly as a JSON","archived":false,"fork":false,"pushed_at":"2023-10-26T20:56:32.000Z","size":12,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-23T03:25:00.315Z","etag":null,"topics":["api","api-rest","osu","osu-api","osugame"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wait-what.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-01-23T20:10:17.000Z","updated_at":"2024-09-02T00:01:09.000Z","dependencies_parsed_at":null,"dependency_job_id":"96ee4f10-55a5-4297-8eda-a18d566018af","html_url":"https://github.com/wait-what/osu-microapi","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/wait-what/osu-microapi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wait-what%2Fosu-microapi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wait-what%2Fosu-microapi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wait-what%2Fosu-microapi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wait-what%2Fosu-microapi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wait-what","download_url":"https://codeload.github.com/wait-what/osu-microapi/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wait-what%2Fosu-microapi/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34217312,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-11T02:00:06.485Z","response_time":57,"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":["api","api-rest","osu","osu-api","osugame"],"created_at":"2024-11-09T11:15:45.561Z","updated_at":"2026-06-11T20:31:25.575Z","avatar_url":"https://github.com/wait-what.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# osu microapi\nExpose osu! stats for select users publicly as a JSON\n\nUseful if you want to have an embed with your osu stats on your website. An example page using the API can be found in `example.html`\n\n## Features\n- Results are cached in memory and only updated on request after the interval expires\n- Runs on Windows, Linux and whatever else you can compile it for\n\n## Usage\n- Download a prebuilt binary from [releases](https://github.com/wait-what/osu-microapi/releases)\n- Create a `config.json`\n- Create an OAuth application [here](https://osu.ppy.sh/home/account/edit#oauth)\n- Copy the `Client ID` and `Client Secret`\n\u003e Do not share this information!\n- Create a `config.json` in the same directory following this example:\n```json\n{\n    \"bind_address\": \"0.0.0.0:6969\",\n    \"client_id\": \"12345\",\n    \"client_secret\": \"asdfhjksadlhfkldcnkljdsfhgjkldsfhgsjkdlfg\",\n    \"update_interval_minutes\": 180,\n    \"mode\": \"osu\",\n    \"user_ids\": [\n        \"10040223\",\n        \"7562902\"\n    ]\n}\n```\n\u003e Don't make it update too often or you might get rate limited by the API. 180 is 3 hours\n\n\u003e `user_ids` is the list of users you want to expose.\n\n## API reference\n- GET `/` - comma separated list of user IDs\n- GET `/user/\u003cid\u003e` - JSON object with user info\n\n## Manual build\n- Install Rust\n- Clone the repo\n- Run `cargo build --release`\n\n## License\nThis project is licensed under the [MIT license](./LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwait-what%2Fosu-microapi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwait-what%2Fosu-microapi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwait-what%2Fosu-microapi/lists"}