https://api.twitch.tv/kraken/channels/elchopalopaa
incorrectly has partner: false
even tho user is partnered and has sub button.
Tested on both v3 and v5 versions of API.
https://api.twitch.tv/kraken/channels/elchopalopaa
incorrectly has partner: false
even tho user is partnered and has sub button.
Tested on both v3 and v5 versions of API.
I think you’ll find that user is an affiliate, not a partner
You should see a purple check next to their next in the top left-hand corner by the (oversized) Twitch logo or as a badge in chat if they are a partner. Otherwise they are likely just an affiliate.
Use the v5 API’s channel endpoint and look for the broadcaster_type
property. This will either be an empty string, “affiliate
,” “partner
.”
https://api.twitch.tv/kraken/channels/150275758?api_version=5
{
"mature": false,
"status": "MI FIRST WIN? - Unete Y Sigueme [91/100]",
"broadcaster_language": "es",
"display_name": "eLChopalopaa",
"game": "PLAYERUNKNOWN'S BATTLEGROUNDS",
"language": "en",
"_id": "150275758",
"name": "elchopalopaa",
"created_at": "2017-03-12T22:45:33Z",
"updated_at": "2017-08-07T11:00:33Z",
"partner": false,
"logo": "https://static-cdn.jtvnw.net/jtv_user_pictures/2ad44ecaa2ba98eb-profile_image-300x300.jpeg",
"video_banner": "https://static-cdn.jtvnw.net/jtv_user_pictures/d3de2a25f953723d-channel_offline_image-1920x1080.jpeg",
"profile_banner": "https://static-cdn.jtvnw.net/jtv_user_pictures/20e35f4430b021ba-profile_banner-480.jpeg",
"profile_banner_background_color": null,
"url": "https://www.twitch.tv/elchopalopaa",
"views": 1369,
"followers": 91,
"broadcaster_type": "affiliate", // <--
"description": "Bienvenidos a mi LiveStream."
}
Thanks.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.