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: /team: $ref: './sub_api/team/team.yml' /history: $ref: './sub_api/bans/bans.yml'