import urllib.request, json
user_agent = 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.7) Gecko/2009021910 Firefox/3.0.7'
url = "https://radio.habboland.net/api/nowplaying/habboland"
headers={'User-Agent':user_agent,}
request=urllib.request.Request(url,None,headers)
with urllib.request.urlopen(request) as req:
data = json.loads(req.read().decode())
print(data['now_playing']['song']['title'])
вывод:
Easter Prom Live