Introduction
The parry.gg API is a RESTful API that enables developers to build tournament and esports applications with comprehensive tournament management capabilities.
API Overview
The parry.gg API is built using gRPC and Protocol Buffers (protobuf), providing:
- Type Safety - Strongly typed request/response schemas
- High Performance - Efficient binary protocol
- Multi-language Support - Official client libraries for JavaScript/TypeScript and Python, plus support for other languages via Protocol Buffers
- Versioning - Backward-compatible API evolution
Api URLs
| Languages | Base URL |
|---|---|
| TS/JS (via grpc-web) | https://grpcweb.parrygg.com |
| Other languages | https://api.parrygg.com |