Frc api returns no events when using teamNumber parameter

when using other parameters like “districtCode” or “eventCode” the api works fine but if I try and define the teamNumber it returns data with 0 events.

example request: https://frc-api.firstinspires.org/v3.0/2022/events?teamNumber=5847
exapmle response:

{
    events: [],
    eventCount: 0
{

It seems like that should work… although I haven’t used the FRC Events API for a few years. I’ve found the TBA API to be a little more user-friendly, and account management works better over there. FIRST was locking me out of my account due to inactivity between seasons, with a slow process to get an account reactivated, while that has never been a problem with TBA.

You’ll get things slightly faster from the FRC Events API (in the off-season, maybe a 1-day lag for registration stuff, during an event maybe a 1-minute lag), but I haven’t found that to be critical for anything.

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.