$.getJSON("http://translate.google.com/translate_a/t?client=t&charset=utf-8&text=Hello&sl=en&tl=ru", { }, function(data) { alert(data); });