...; '&num=1&format=json&line_separator=win&can_repeat=yes'
res = requests.get(proxy_url)
host = res.json()[0]['host']
port = res.json()[...