Beta
Data & API
FRCinsights runs on real, live FRC data. A read-only public API is now in beta for signed-in users. Create a free account and generate a personal API key on your profile page.
Authentication
Send your key as an x-api-key header on every request. Base URL: https://frcinsights.com/api/public/v1
Where our data comes from
The Blue Alliance
Live and historical match results, event lists, team info, and match videos.
FIRST
Official schedules, rankings, and detailed score breakdowns for the current season.
Core entities
Team Event Match Ranking Rating Prediction Award District Season
Planned endpoints
| GET | /v1/teams | List teams with APEX ratings and filters. |
| GET | /v1/teams/{teamNumber} | Full team profile with component ratings. |
| GET | /v1/events | Events with field strength and difficulty scores. |
| GET | /v1/events/{code} | Event field, predictions, and schedule. |
| GET | /v1/matches/{key} | Match prediction and result. |
| POST | /v1/simulate | Simulate a match from six team numbers. |
Sample response
{
"teamNumber": 1234,
"teamName": "Iron Robotics",
"currentRating": 72.4,
"offenseRating": 51.2,
"defenseRating": 18.6,
"autoRating": 14.1,
"endgameRating": 12.8,
"consistency": 84,
"percentile": 96
}Common questions
Want the methodology? Read about the APEX model →