Esports fixtures, results and competition structure across the 15 titles PandaScore covers, among them Counter-Strike, League of Legends, Dota 2 and Valorant. This Airnode wraps the endpoints that are not specific to one videogame.
Competitions nest: a league recurs, a serie is one edition of it, a tournament is a stage within a serie and holds its brackets and standings, and a match is the fixture two sides play over one or more games. Opponents are teams, or players where the videogame is one-on-one. Every id parameter also takes the slug.
Results are paginated, 50 rows by default and 100 at most; asking for more is clamped rather than refused. Rows with no value for the sorted field sort last ascending and first descending, so pair a descending sort on begin_at with a range filter to reach the most recent scheduled matches.
Every response carries an EIP-191 signature from the Airnode that served it, so the data can be attributed back to its source rather than trusted on reputation.
Interface
Served at https://airnode-pandascore.fly.dev/. The two requests below are everything the endpoint speaks, and each can be sent from this page. What comes back is verified right here in the browser.
GET/
Returns the machine-readable documentation this page is rendered from. Free, and everything an agent needs.
POST/
Names an operation and its parameters, performs it against the upstream API, and answers with the response and the attestation over it.
Verify the response
Every response is signed by the API that served it. Paste one to check it really came from this listing and was not altered along the way.