API Documentation

ClipFarm provides a REST API to access FTC event data, team statistics, and manage clips.

GET/api/events
List All Events
Retrieve a paginated list of approved FTC events.

Query Params / Path Variables

q
Search query for name, code, or location
limit
Max number of results (default 50)
offset
Pagination offset (default 0)
GET/api/events/:id_or_code
Get Event Details
Get detailed information about a specific event, including matches and teams.

Query Params / Path Variables

id_or_code
The numeric ID or string code (slug) of the event