https://github.com/saanuregh/riot-server-status-api
An unofficial Riot server status API to find the server status of your favourite Riot game across all regions.
https://github.com/saanuregh/riot-server-status-api
golang league-of-legends leagueoflegends legends-of-runeterra riot-games riotgames serverless valorant vercel
Last synced: 10 months ago
JSON representation
An unofficial Riot server status API to find the server status of your favourite Riot game across all regions.
- Host: GitHub
- URL: https://github.com/saanuregh/riot-server-status-api
- Owner: saanuregh
- License: mit
- Created: 2020-06-16T21:45:22.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-08T12:37:34.000Z (over 5 years ago)
- Last Synced: 2023-03-02T21:26:50.831Z (about 3 years ago)
- Topics: golang, league-of-legends, leagueoflegends, legends-of-runeterra, riot-games, riotgames, serverless, valorant, vercel
- Language: Go
- Homepage: https://riotstatus.vercel.app/
- Size: 5.86 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Riot Server Status API
An unofficial Riot server status API to find the server status of your favourite Riot game across all regions. Implemented as a serverless function and hosted on Vercel ♥. Data obtained unoffically from offical [Riot status](https://status.riotgames.com) website.
## API
| Data | URL |
| -------------------- | -------------------------------------- |
| All games | https://riotstatus.vercel.app |
| Valorant | https://riotstatus.vercel.app/valorant |
| Legends of Runeterra | https://riotstatus.vercel.app/lor |
| League of Legends | https://riotstatus.vercel.app/lol |
## Made with
- [Echo](https://github.com/labstack/echo) - Web server