PandaScore Game - CS:GO API

The Game - CS:GO API from PandaScore — 1 operation(s) for game - cs:go.

OpenAPI Specification

pandascore-game-cs-go-api-openapi.yml Raw ↑
openapi: 3.1.0
info:
  title: PandaScore Changes Game - CS:GO API
  description: PandaScore provides esports data via a REST API covering matches, leagues, tournaments, teams, players, series and game-specific endpoints for titles like League of Legends, CS:GO, Valorant, and Dota 2. Authentication is via a Bearer token.
  version: 1.0.0
  contact:
    name: PandaScore
    url: https://developers.pandascore.co/docs
servers:
- url: https://api.pandascore.co
  description: Production
security:
- bearerAuth: []
tags:
- name: Game - CS:GO
paths:
  /csgo/matches:
    get:
      tags:
      - Game - CS:GO
      summary: List Counter-Strike matches
      operationId: listCsgoMatches
      responses:
        '200':
          description: A list of CS:GO matches
components:
  securitySchemes:
    bearerAuth:
      type: http
      scheme: bearer
      description: Bearer token authentication using a PandaScore API token