I would like to search in Korean using the twitch search api

I would like to search in Korean using the twitch search api.
My android application going to use search api.

I’m used it as follows.
Https://api.twitch.tv/kraken/search/channels?query= 여자친구.

But nothing was detected.

How do I search?

I was able to get results just fine. Make sure query string values gets encoded correctly.

GET https://api.twitch.tv/kraken/search/channels?query=%EC%97%AC%EC%9E%90%EC%B9%9C%EA%B5%AC&api_version=5&limit=2

{
	"_total": 40,
	"channels": [
		{
			"mature": false,
			"status": "테스트 방송 ㅎ_ㅎ",
			"broadcaster_language": "ko",
			"display_name": "여자친구",
			"game": "",
			"language": "ko",
			"_id": 81926566,
			"name": "guitartunaaa",
			"created_at": "2015-02-06T07:41:28.537622Z",
			"updated_at": "2017-07-02T16:01:26.723376Z",
			"partner": false,
			"logo": null,
			"video_banner": "https://static-cdn.jtvnw.net/jtv_user_pictures/guitartunaaa-channel_offline_image-a9f783105d77541e-1920x1080.png",
			"profile_banner": null,
			"profile_banner_background_color": "",
			"url": "https://www.twitch.tv/guitartunaaa",
			"views": 195,
			"followers": 2,
			"broadcaster_type": "",
			"description": ""
		},
		{
			"mature": false,
			"status": "",
			"broadcaster_language": "",
			"display_name": "여자친구영업봇",
			"game": "",
			"language": "ko",
			"_id": 160295698,
			"name": "tlsehfls1004",
			"created_at": "2017-06-15T11:54:37.57038Z",
			"updated_at": "2017-07-01T06:45:38.695745Z",
			"partner": false,
			"logo": null,
			"video_banner": null,
			"profile_banner": null,
			"profile_banner_background_color": "",
			"url": "https://www.twitch.tv/tlsehfls1004",
			"views": 1,
			"followers": 0,
			"broadcaster_type": "",
			"description": ""
		}
	]
}

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