Forum Topic - FRCAPI Wrong rookie year being returned for some teams in 2017: (3 Items)
   
FRCAPI Wrong rookie year being returned for some teams in 2017  
https://frc-api.firstinspires.org/v2.0/2017/teams?teamNumber=75
{
  "teams": [
    {
      "teamNumber": 75,
      "nameFull": "J&J Consumer and Personal Products Worldwide - & Hillsborough High",
      "nameShort": "RoboRaiders",
      "city": "Hillsborough",
      "stateProv": "New Jersey",
      "country": "USA",
      "website": "http://www.roboraiders.com/",
      "rookieYear": 2017,
      "robotName": null,
      "districtCode": "MAR"
    }
  ],
  "teamCountTotal": 1,
  "teamCountPage": 1,
  "pageCurrent": 1,
  "pageTotal": 1
}

https://frc-api.firstinspires.org/v2.0/2016/teams?teamNumber=75
{
  "teams": [
    {
      "teamNumber": 75,
      "nameFull": "J&J Consumer and Personal Products Worldwide - & Hillsborough High",
      "nameShort": "RoboRaiders",
      "city": "Hillsborough",
      "stateProv": "New Jersey",
      "country": "USA",
      "website": "http://www.roboraiders.com/",
      "rookieYear": 1996,
      "robotName": null,
      "districtCode": "MAR"
    }
  ],
  "teamCountTotal": 1,
  "teamCountPage": 1,
  "pageCurrent": 1,
  "pageTotal": 1
}
Re: FRCAPI Wrong rookie year being returned for some teams in 2017  
Thank you for your report. Please create a "tracker" instead of a discussion for bugs such as this. Then I can get a 
status and update posted. Thank you.
Re: FRCAPI Wrong rookie year being returned for some teams in 2017  
I created a Tracker. Thanks for the quick reply!