yql

Where to find current yahoo API game IDs


For the Yahoo fantasy sports API, the documentation listing game IDs stops at the year 2012 for NFL. Can anyone tell me how I can get a list of current game IDs.


Solution

  • Make a signed GET request to the API's game resource specifying mlb, nhl, nfl, or nba as the sport. I'd provide the link to the API resource, but StackOverflow thinks it's spam and won't let me include it.

    If it helps specifically, the GameIDs for this year's MLB and NFL Games are 370 and 371 respectively.