Skip to main content

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

LanguagesBase URL
TS/JS (via grpc-web)https://grpcweb.parrygg.com
Other languageshttps://api.parrygg.com

Next Steps

  1. Get your API key
  2. Make your first API call