Experimental AI-assisted analytics, predictions and ratings are estimates, not official results.
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
GET/v1/teams/{teamNumber}
GET/v1/events
GET/v1/events/{code}
GET/v1/matches/{key}
POST/v1/simulate

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 →