MySportsFeeds / mysportsfeeds-api

Feature requests for the MySportsFeeds Sports Data API.
44 stars 3 forks source link

External Game Id #85

Open zamorarr opened 6 years ago

zamorarr commented 6 years ago

Is is possible to add the external game id to the full game schedule endpoint? For example, in the active players endpoint for MLB you include a nested field like this

externalMapping:
 ID: xxxx
 Source: MLB.com

which enables users to map the player id on mlb.com to the mysportsfeeds id. I can't find the same for games (mapping mlb.com game ids to mysportsfeeds game ids). Is this do-able? Thanks!

bradbarkhouse commented 6 years ago

@zamorarr Hmm, that's not something that's been requested before. Normally, games are very easy to match based on date, teams, and time. We include those references for players since they can be very difficuilt to match.