# Scorsync

> Scorsync publishes live and final competition results for gymnastics meets — USA Gymnastics trampoline, double mini and tumbling, plus rhythmic and acrobatic gymnastics. Scores appear as judges submit them, and every published score, athlete profile, club roster and ranking is free to read without an account.

Scorsync is used by meet directors to run a competition, by coaches to track qualification and mobility scores, and by athletes, parents and fans to follow a session live. Results are imported from ProScore and other scoring systems, or ingested live over the API during a meet.

Notes for automated clients:

- Every page listed below returns server-rendered HTML and a real HTTP status code. A path that does not exist returns 404, never a 200 shell.
- The HTTP API is described by an OpenAPI 3.1 document at https://scorsync.com/openapi.json
- Access is scoped: OAuth 2.0 scopes for coach-authorized clients, per-token abilities for personal access tokens, and per-meet tokens for live ingest. Request only the scopes you need.

## Developer resources

- [Scorsync developer resources](https://scorsync.com/developers): Index of every Scorsync API, authentication scheme and machine-readable file.
- [Scorsync OpenAPI 3.1 specification](https://scorsync.com/openapi.json): Machine-readable description of the Scorsync HTTP API, including every security scheme and OAuth scope.
- [OAuth 2.0 authorization server metadata](https://scorsync.com/.well-known/oauth-authorization-server): RFC 8414 metadata for the Scorsync authorization server: endpoints, supported scopes and PKCE methods.
- [Scorsync llms.txt](https://scorsync.com/llms.txt): Entry point for AI agents and LLM-powered clients, in the llmstxt.org format.
- [Scorsync sitemap](https://scorsync.com/sitemap.xml): XML sitemap of the stable public pages on scorsync.com.

## Site

- [Scorsync — live gymnastics meet results](https://scorsync.com): Live and final scores for trampoline, double mini, tumbling, rhythmic and acrobatic gymnastics competitions.
- [Meets](https://scorsync.com/meets): Every competition published on Scorsync, live, upcoming and concluded.
- [Athletes](https://scorsync.com/athletes): Athlete profiles with competition history, personal bests and qualification scores.
- [Clubs](https://scorsync.com/clubs): Club pages with rosters, team results, qualification and mobility tabs.
- [Rankings](https://scorsync.com/rankings): Season rankings by event, level and age group.
- [Qualifications](https://scorsync.com/qualifications): Qualification and mobility score lookups for USA Gymnastics T&T athletes.
- [Tools](https://scorsync.com/tools): Downloads and utilities for meet directors, judges and coaches.
- [FAQ](https://scorsync.com/faq): How Scorsync works for spectators, coaches and meet directors.
- [About Scorsync](https://scorsync.com/marketing): Product overview for meet hosts, clubs and federations.
- [What's new](https://scorsync.com/whats-new): Release notes for the Scorsync web and mobile apps.
- [Scorsync developer resources](https://scorsync.com/developers): API reference, OAuth scopes, MCP server and machine-readable files.

## Optional

- [Support](mailto:support@scorsync.com): Questions about the API, an integration or a meet.
