API Overview
Programmatic access to Clipfarm events, teams, and live data
The Clipfarm API is a REST-based interface that allows developers to integrate match footage, team statistics, and live match data into their own applications.
Getting started
Obtain an API Key
Generate a secret key in your Dashboard to authenticate your requests.
Choose an endpoint
Explore the available resources for events, teams, or real-time match status.
Make your first request
Use standard HTTP tools like curl or your favorite programming language.
Core resources
Events
Query tournament schedules, division assignments, and match results.
Teams
Access deep history and performance metrics for every FTC team.
Live Relay
Connect to the WebSocket for real-time scores and queuing updates.
Rate Limiting
Authenticated requests are limited to 1,000 per hour. Unauthenticated requests are limited to 100 per hour. Contact support for higher limits.
Format conventions
| Feature | Standard |
|---|---|
| Encoding | UTF-8 |
| Format | application/json |
| Auth | Bearer Token |
| Dates | ISO-8601 |
| Pagination | Page-based |