Skip to content

Latest commit

 

History

History
56 lines (38 loc) · 2.58 KB

usefullinks.md

File metadata and controls

56 lines (38 loc) · 2.58 KB

A list of useful tools, wrappers and documentation that will be useful while developing tools and apps using the API. Please note that I only accept apps that are open source due to the whole sharing-your-password thing.

Endpoints Information

  • Valorant API Docs by techchrism

    • This is a repo dedicated to documenting the Valorant API endpoints the client uses internally. It contains info about the endpoints and how to use them.
  • Valorant Client API by RumbleMike

    • Information on Valorant's Private/In-Game API
  • Endpoints by Kavan72

    • List of Endpoints

3rd Party APIs:

  • valorant-api.com by NotOfficer

    • An extensive API containing data of most in-game items, assets and more
  • unofficial-valorant-api by Henrik-3

    • Unofficial VALORANT API using the VALORANT Ingame API

API Wrappers

Python

  • valclient.py by colinhartigan

  • riot-auth by floxay

    • Helps bypass Cloudflare filters when authenticating
  • valorant.py by frissyn

    • This is focussed on the official API but also has support for the local API

JavaScript / NodeJS

PHP

C# / .NET

Dart / Flutter