I am looking at “/game/top” API ( https://github.com/justintv/Twitch-API/blob/master/v3_resources/games.md#get-gamestop )
I could see that game name is available. How can I get the publisher’s name who published that game?
I would love if game version info also made available.
Hey, @Ashish_Mahamuni !
The publisher information isn’t provided in the Twitch API. You could use the Giantbomb ID that we provide and call the Giantbomb API to get that info.
Hi, @DallasNChains ,
Any brief explanation on how to use Giantbomb ID in Giantbomb API? I tried that, but kept returning error 404.
Twitch doesn’t run the giant bomb api, you’ll need to consult the giant bomb api docs and ask for support over there.
The largest video game database online, Giant Bomb features Game Reviews, News, Videos, and Forums for the latest in PS4, Xbox One, PS3, Xbox 360, Wii, PSP, DS, 3DS, NGP, and more!
Ya, @tournymasterbotCurse ,
I know that, but what of the giantbomb id provided in the twitch api, what do you use it for and how?
george
August 14, 2016, 4:32pm
6
Example:
http://www.giantbomb.com/api/game/3030-24024/?api_key=REDACTED&format=json&field_list=name,id,publishers
24024 in this example is the giantbomb_id
for League of Legends returned by Kraken.
@george
Thanks a lot, that’s exactly what I needed.
system
Closed
September 13, 2016, 4:37pm
8
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.