/streams incorrectly reporting partner status and broadcaster_type

Here is an example of one stream from /streams on version 5.

            "_id": 26070153488,
            "game": "Grand Theft Auto V",
            "broadcast_platform": "live",
            "community_id": "",
            "community_ids": [],
            "viewers": 16596,
            "video_height": 900,
            "average_fps": 60,
            "delay": 0,
            "created_at": "2017-08-21T18:14:27Z",
            "is_playlist": false,
            "stream_type": "live",
            "preview": {
                "small": "https://static-cdn.jtvnw.net/previews-ttv/live_user_summit1g-80x45.jpg",
                "medium": "https://static-cdn.jtvnw.net/previews-ttv/live_user_summit1g-320x180.jpg",
                "large": "https://static-cdn.jtvnw.net/previews-ttv/live_user_summit1g-640x360.jpg",
                "template": "https://static-cdn.jtvnw.net/previews-ttv/live_user_summit1g-{width}x{height}.jpg"
            },
            "channel": {
                "mature": true,
                "status": "chillin - @summit1g",
                "broadcaster_language": "en",
                "display_name": "summit1g",
                "game": "Grand Theft Auto V",
                "language": "en",
                "_id": 26490481,
                "name": "summit1g",
                "created_at": "2011-12-01T06:33:31.487567Z",
                "updated_at": "2017-08-22T02:04:12.706249Z",
                "partner": false,
                "logo": "https://static-cdn.jtvnw.net/jtv_user_pictures/summit1g-profile_image-87970af8826df799-300x300.png",
                "video_banner": "https://static-cdn.jtvnw.net/jtv_user_pictures/summit1g-channel_offline_image-e2f9a1df9e695ec1-1920x1080.png",
                "profile_banner": "https://static-cdn.jtvnw.net/jtv_user_pictures/summit1g-profile_banner-da83b29c4dede9e4-480.png",
                "profile_banner_background_color": "",
                "url": "https://www.twitch.tv/summit1g",
                "views": 163365190,
                "followers": 2210125,
                "broadcaster_type": "",
                "description": "I'm a competitive CounterStrike player who likes to play casually now and many other games. You will mostly see me play CS, H1Z1, and single player games at night. There will be many other games played on this stream in the future as they come out :D"
            }
        }

And here is a call to /channels/26490481

    "mature": true,
    "status": "chillin - @summit1g",
    "broadcaster_language": "en",
    "display_name": "summit1g",
    "game": "Grand Theft Auto V",
    "language": "en",
    "_id": "26490481",
    "name": "summit1g",
    "created_at": "2011-12-01T06:33:31Z",
    "updated_at": "2017-08-22T02:04:12Z",
    "partner": true,
    "logo": "https://static-cdn.jtvnw.net/jtv_user_pictures/summit1g-profile_image-87970af8826df799-300x300.png",
    "video_banner": "https://static-cdn.jtvnw.net/jtv_user_pictures/summit1g-channel_offline_image-e2f9a1df9e695ec1-1920x1080.png",
    "profile_banner": "https://static-cdn.jtvnw.net/jtv_user_pictures/summit1g-profile_banner-da83b29c4dede9e4-480.png",
    "profile_banner_background_color": null,
    "url": "https://www.twitch.tv/summit1g",
    "views": 163365190,
    "followers": 2210134,
    "broadcaster_type": "partner",
    "description": "I'm a competitive CounterStrike player who likes to play casually now and many other games. You will mostly see me play CS, H1Z1, and single player games at night. There will be many other games played on this stream in the future as they come out :D"
}

I’m fairly sure summit1g is still a partner, so it looks like the /streams reporting of channel information is not correct at this time.
The partner field and broadcaster_type field are not matching up, so this is pretty game-breaking for those of us that are relying on the streams data to get channel data simultaneously.

Can confirm this. This is breaking my application as well.

There was a similar issue in February:

Are you not interested in fixing bugs in your API, Twitch devs?

Also broken in v3

Can confirm I’m seeing the same issue. @DallasNChains, any info?

bump

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