https://github.com/dancer/rengar
valorant api
https://github.com/dancer/rengar
Last synced: 5 months ago
JSON representation
valorant api
- Host: GitHub
- URL: https://github.com/dancer/rengar
- Owner: dancer
- License: mit
- Created: 2025-11-27T16:02:49.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-12-19T00:31:24.000Z (6 months ago)
- Last Synced: 2026-01-17T18:30:56.793Z (5 months ago)
- Language: TypeScript
- Homepage: https://reng.ar
- Size: 113 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rengar
minimal valorant api. no auth, json responses.
## endpoints
| endpoint | description |
| --------------------------- | ---------------------- |
| `/api/mmr/{name}/{tag}` | player rank |
| `/api/stats/{name}/{tag}` | current act stats |
| `/api/account/{name}/{tag}` | puuid and account info |
| `/api/matches/{name}/{tag}` | match history |
| `/api/match/{id}` | match details |
| `/api/leaderboard/{actId}` | ranked leaderboard |
| `/api/content` | agents, maps, modes |
| `/api/status/valorant` | server status |
## usage
```
https://reng.ar/api/mmr/my%20melody/aaa
```
```json
{
"name": "my melody",
"tag": "aaa",
"region": "eu",
"rank": "Ascendant 3",
"card": "adb00c74-4505-4e29-e359-74adfc0ead87"
}
```
## twitch
```
$(customapi.https://reng.ar/api/mmr/$(1)/$(2))
```
## docs
https://reng.ar/docs
## license
mit