Announcements

Help Wizard

Step 1

NEXT STEP

FAQs

Please see below the most popular frequently asked questions.

Loading article...

Loading faqs...

VIEW ALL

Ongoing Issues

Please see below the current ongoing issues which are under investigation.

Loading issue...

Loading ongoing issues...

VIEW ALL

Can I change the language of the response from web api?

Can I change the language of the response from web api?

Plan

Premium

Country

Korea

 

My Question or Issue

Hi team.

As I am a Korean user, I want to get the information in Korean using web api, such as titles and names of artists, and etc, but the api returns only English information.

 

On the Spotify web site for web player, I see the titles and artist are displaying in  Korean. However, I can't find how can I get the same response with the web api.

 

I tried to change my preferred language to Korean and checked the browser's option, but it does not work and still responses English titles. 

Is there any way to receive the song titles and artist names in other language with the web API??

 

 

Reply
1 Reply

You would have to add `locale` param to the api request.

If you were to request Korean localized name, artist name from Search API request you should do the following:

GET https://api.spotify.com/v1/search?q=BTS&locale=ko_KR

 

Suggested posts