Getting Started
- VLRdevAPI is a Python SDK that provides a type-safe interface for fetching Valorant esports data from VLR.gg. It handles scraping, parsing, and data normalization so you can focus on building your application. See the documentation for full details.
- No. VLRdevAPI works without any API key or authentication. Just
pip install vlrdevapiand start making calls. - Python 3.11 or later. The library uses modern Python features including type hints and async support.
- Install with pip:
pip install vlrdevapi. Or with uv (recommended):uv add vlrdevapi. See the installation guide for more options. - You can experiment with VLRdevAPI in your browser using a Python notebook on Google Colab or similar platforms. Just run
pip install vlrdevapiin a notebook cell and start exploring. - Yes. VLRdevAPI is pure Python and works on all major operating systems. It has been tested on Windows 10/11, macOS, and Ubuntu Linux.