2025-04-02 17:18:39 +00:00
|
|
|
openapi: 3.0.4
|
|
|
|
|
info:
|
|
|
|
|
title: Altitude Web API
|
|
|
|
|
description: |-
|
|
|
|
|
The API for the Altitude website
|
|
|
|
|
version: 1.0.0
|
|
|
|
|
servers:
|
|
|
|
|
- url: https://alttd.com/api/v3
|
|
|
|
|
tags:
|
|
|
|
|
- name: player
|
|
|
|
|
description: Retrieve player information
|
|
|
|
|
paths:
|
2025-04-10 19:45:00 +00:00
|
|
|
/team:
|
|
|
|
|
$ref: './sub_api/team/team.yml'
|
|
|
|
|
/history:
|
|
|
|
|
$ref: './sub_api/bans/bans.yml'
|