API Definition
- Dominant language
- PHP
- Stars
- 22
- Forks
- 12
- PR merge metrics
- No merged PRs in 30d
Description
| Method | Target |
| --- | --- |
| `GET` | `/api/bans` |
| `GET` | `/api/bans/{id}` |
| `POST` | `/api/bans` |
| `GET` | `/api/matches` |
| `GET` | `/api/matches/{id}` |
| `POST` | `/api/matches` |
| `GET` | `/api/mutes` |
| `GET` | `/api/mutes/{id}` |
| `POST` | `/api/mutes` |
| `GET` | `/api/players` |
| `GET` | `/api/players/{id\|callsign}` |
| `GET` | `/api/servers` |
| `GET` | `/api/servers/{id}` |
| `GET` | `/api/spawnlist` |
| `POST` | `/api/spawnlist` |
| `GET` | `/api/teams` |
| `GET` | `/api/teams/{id\|name}` |
**Removal**
| Method | Target |
| --- | --- |
| `POST` | `/api/leagueOverseer` |
With the introduction of this public API, API keys will be required and each key will be granted permissions.
Contributor guide
Assessment
This issue has not been assessed yet.