Api not case insensitive anymore?

When I call https://api.twitch.tv/kraken/streams/Swecup I get this:

{"stream":null,"_links":{"self":"https://api.twitch.tv/kraken/streams/Swecup","channel":"https://api.twitch.tv/kraken/channels/Swecup"}}

But when I call https://api.twitch.tv/kraken/streams/swecup I get this:

{"stream":{"_id":20401325760,"game":"Hearthstone: Heroes of Warcraft","viewers":33,"created_at":"2016-03-24T08:06:37Z","video_height":720,"average_fps":30,"delay":0,"is_playlist":false,"_links":{"self":"https://api.twitch.tv/kraken/streams/swecup"},"preview":{"small":"https://static-cdn.jtvnw.net/previews-ttv/live_user_swecup-80x45.jpg","medium":"https://static-cdn.jtvnw.net/previews-ttv/live_user_swecup-320x180.jpg","large":"https://static-cdn.jtvnw.net/previews-ttv/live_user_swecup-640x360.jpg","template":"https://static-cdn.jtvnw.net/previews-ttv/live_user_swecup-{width}x{height}.jpg"},"channel":{"mature":false,"status":"[ENG]MAD-Morning girl \u003c3 Funny decks \u0026 Arena ","broadcaster_language":"sv","display_name":"Swecup","game":"Hearthstone: Heroes of Warcraft","language":"en","_id":74911147,"name":"swecup","created_at":"2014-11-10T18:25:33Z","updated_at":"2016-03-24T11:01:11Z","delay":null,"logo":"https://static-cdn.jtvnw.net/jtv_user_pictures/swecup-profile_image-a959228c852c5da1-300x300.png","banner":null,"video_banner":"https://static-cdn.jtvnw.net/jtv_user_pictures/swecup-channel_offline_image-4aa7e2a0c3fa40db-1920x1080.jpeg","background":null,"profile_banner":"https://static-cdn.jtvnw.net/jtv_user_pictures/swecup-profile_banner-ddf14c0b1dc1465d-480.jpeg","profile_banner_background_color":null,"partner":false,"url":"https://secure.twitch.tv/swecup","views":34322,"followers":2640,"_links":{"self":"http://api.twitch.tv/kraken/channels/swecup","follows":"http://api.twitch.tv/kraken/channels/swecup/follows","commercial":"http://api.twitch.tv/kraken/channels/swecup/commercial","stream_key":"http://api.twitch.tv/kraken/channels/swecup/stream_key","chat":"http://api.twitch.tv/kraken/chat/swecup","features":"http://api.twitch.tv/kraken/channels/swecup/features","subscriptions":"http://api.twitch.tv/kraken/channels/swecup/subscriptions","editors":"http://api.twitch.tv/kraken/channels/swecup/editors","teams":"http://api.twitch.tv/kraken/channels/swecup/teams","videos":"http://api.twitch.tv/kraken/channels/swecup/videos"}}},"_links":{"self":"https://api.twitch.tv/kraken/streams/swecup","channel":"https://api.twitch.tv/kraken/channels/swecup"}}

I know it worked yesterday with both, but suddenly all streams were shown as offline because I used the non-lowercased usernames. Is this a bug or a feature?

:smiley:

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