How to get the game banner?

GET: https://api.twitch.tv/kraken/search/games?query=Overwatch&type=suggest

{
    "_links": {
        "self": "https://api.twitch.tv/kraken/search/games?query=Overwatch&type=suggest"
    },
    "games": [
        {
            "name": "Overwatch",
            "popularity": 26438,
            "_id": 488552,
            "giantbomb_id": 48190,
            "box": {
                "large": "https://static-cdn.jtvnw.net/ttv-boxart/Overwatch-272x380.jpg",
                "medium": "https://static-cdn.jtvnw.net/ttv-boxart/Overwatch-136x190.jpg",
                "small": "https://static-cdn.jtvnw.net/ttv-boxart/Overwatch-52x72.jpg",
                "template": "https://static-cdn.jtvnw.net/ttv-boxart/Overwatch-{width}x{height}.jpg"
            },
            "logo": {
                "large": "https://static-cdn.jtvnw.net/ttv-logoart/Overwatch-240x144.jpg",
                "medium": "https://static-cdn.jtvnw.net/ttv-logoart/Overwatch-120x72.jpg",
                "small": "https://static-cdn.jtvnw.net/ttv-logoart/Overwatch-60x36.jpg",
                "template": "https://static-cdn.jtvnw.net/ttv-logoart/Overwatch-{width}x{height}.jpg"
            },
            "_links": {},
            "localized_name": "Overwatch",
            "locale": ""
        }
    ]
}

You have succesfully poked the official API.

It’s not in the official API, so, no it’s not available officially in the API

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.