{"id":17346754,"url":"https://github.com/staciax/valorant","last_synced_at":"2026-06-10T07:31:16.779Z","repository":{"id":186945013,"uuid":"676042342","full_name":"staciax/valorant","owner":"staciax","description":"An API wrapper for Valorant-API.com written in Python.","archived":false,"fork":false,"pushed_at":"2026-02-26T10:37:06.000Z","size":887,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-06-06T14:07:53.879Z","etag":null,"topics":["asynchronous","python","python3","valorant","valorant-api"],"latest_commit_sha":null,"homepage":"https://valorant-api.com","language":"Python","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/staciax.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-08-08T09:52:40.000Z","updated_at":"2026-05-08T14:04:56.000Z","dependencies_parsed_at":"2024-04-13T19:40:11.629Z","dependency_job_id":null,"html_url":"https://github.com/staciax/valorant","commit_stats":null,"previous_names":["staciax/valorant"],"tags_count":20,"template":false,"template_full_name":null,"purl":"pkg:github/staciax/valorant","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/staciax%2Fvalorant","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/staciax%2Fvalorant/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/staciax%2Fvalorant/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/staciax%2Fvalorant/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/staciax","download_url":"https://codeload.github.com/staciax/valorant/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/staciax%2Fvalorant/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34142637,"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-10T02:00:07.152Z","response_time":89,"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":["asynchronous","python","python3","valorant","valorant-api"],"created_at":"2024-10-15T16:46:34.735Z","updated_at":"2026-06-10T07:31:16.773Z","avatar_url":"https://github.com/staciax.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# valorant\nAn API wrapper for [Valorant API](https://valorant-api.com) written in Python.\n\n## Features\n- Supports all endpoints. (includes undocumented endpoints)\n- Fully type annotated.\n- [Pydantic V2](https://docs.pydantic.dev/latest/) models.\n- Supports Python 3.10+.\n- Supports all languages.\n- Caching support with SQLite backend (enabled by default).\n\u003c!-- - Modern Pythonic API using `async` and  `await`. --\u003e\n\n## Installing\nTo install the library, you can just run the following command:\n```\n# uv\nuv add valorant.py\n\n# pip\npip install valorant.py\n```\n\n### Optional Dependencies\n\n**Speed** - Faster JSON parsing with `msgspec`:\n```\nuv add \"valorant.py[speed]\"\n```\n\n\u003e [!WARNING]  \n\u003e `msgspec` does not currently support Python 3.14 and 3.14t. See [issue #171](https://github.com/jcrist/msgspec/issues/926).\n\n\n## Quick Example\n```py\nimport asyncio\nimport valorant\n\n\nasync def main() -\u003e None:\n    async with valorant.Client() as client:\n        weapons = await client.fetch_weapons()\n        for weapon in weapons:\n            print(weapon.display_name)\n            print(weapon.display_icon)\n\n\nasyncio.run(main())\n```\n\n\n## License\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n\u003c!-- ## Project inspired by\n- [discord.py](https://github.com/Rapptz/discord.py) the Discord API wrapper for Python.  --\u003e\n\n\u003c!-- ## Support\n- [Discord Server](https://discord.com/invite/) --\u003e\n\n## Links\n- [Valorant API](https://valorant-api.com)\n- [Official Discord Server](https://discord.com/invite/9V5MWgD)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstaciax%2Fvalorant","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstaciax%2Fvalorant","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstaciax%2Fvalorant/lists"}