Skip to Content
Staty Docs

Staty Docs

Staty is the complete sports league management platform for organizers and builders.

What is Staty?

Staty lets you create and manage leagues, tournaments, divisions, registrations, and game schedules — and exposes everything through a REST API so you can build custom experiences on top of it.

Where to start

Key resources

ResourceDescriptionEndpoint
LeaguesSeason / competition periods/api/v1/leagues
TournamentsBracket-style competitions/api/v1/tournaments
DivisionsSkill tiers within a league/api/v1/divisions
RegistrationsTeam signup windows/api/v1/registrations
PlayersPlayer profiles and rosters/api/v1/players
GamesSchedules and scores/api/v1/games

Base URL

https://api.staty.io/api/v1

All responses use the envelope:

{ "success": true, "data": [ ... ], "count": 5 }
Last updated on