This gets game data from TheGamesDB.net, colapses games with the same name into one row, and outputs them into a TSV.
The list of games is located at here.
An example API call made by the app is thegamesdb.net/api/GetGame.php?exactname=Call of Duty: Black Ops.
The documentation of the API is here.
The output of the program given the current list is here.