{"id":18702525,"url":"https://github.com/mayocream/vrchat-go","last_synced_at":"2025-08-22T23:20:56.959Z","repository":{"id":257237708,"uuid":"856257027","full_name":"mayocream/vrchat-go","owner":"mayocream","description":"VRChat Go OpenAPI client","archived":false,"fork":false,"pushed_at":"2024-11-09T04:31:57.000Z","size":85,"stargazers_count":3,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-15T16:58:54.271Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mayocream.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-09-12T09:07:04.000Z","updated_at":"2024-11-09T04:32:00.000Z","dependencies_parsed_at":"2024-09-15T13:27:11.180Z","dependency_job_id":"4a1798b6-8c0f-4fff-b4a4-2a730111b411","html_url":"https://github.com/mayocream/vrchat-go","commit_stats":null,"previous_names":["mayocream/vrchat-go"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/mayocream/vrchat-go","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mayocream%2Fvrchat-go","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mayocream%2Fvrchat-go/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mayocream%2Fvrchat-go/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mayocream%2Fvrchat-go/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mayocream","download_url":"https://codeload.github.com/mayocream/vrchat-go/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mayocream%2Fvrchat-go/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271716625,"owners_count":24808587,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-22T02:00:08.480Z","response_time":65,"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-07T11:46:08.896Z","updated_at":"2025-08-22T23:20:56.893Z","avatar_url":"https://github.com/mayocream.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# VRChat API Library for Go\n\nA Go client to interact with the unofficial VRChat API. Supports all REST calls specified in the [API specification](https://github.com/vrchatapi/specification).\n\nThe `*.gen.go` files are generated by using [mayocream/openapi-codegen](https://github.com/mayocream/openapi-codegen).\n\n## Disclaimer\n\n\u003e Use of the API using applications other than the approved methods (website, VRChat application) are not officially supported. You may use the API for your own application, but keep these guidelines in mind:\n\u003e * We do not provide documentation or support for the API.\n\u003e * Do not make queries to the API more than once per 60 seconds.\n\u003e * Abuse of the API may result in account termination.\n\u003e * Access to API endpoints may break at any given time, with no warning.\n\n## Getting Started\n\n```go\npackage main\n\nimport (\n\t\"github.com/mayocream/vrchat-go\"\n)\n\nfunc main() {\n\tclient := vrchat.NewClient(\"https://vrchat.com/api/1\")\n\n\terr := client.Authenticate(\"username\", \"password\", \"totp\")\n\tif err != nil {\n\t\tpanic(err)\n\t}\n\n\tuser, err := client.GetCurrentUser()\n\tif err != nil {\n\t\tpanic(err)\n\t}\n\n\tprintln(\"logged in as \", user.DisplayName)\n}\n```\n\nRead full example [here](examples/main.go).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmayocream%2Fvrchat-go","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmayocream%2Fvrchat-go","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmayocream%2Fvrchat-go/lists"}