Hello.

Currently using Google Translate API we receive only simple json
object like:

{
    "data": {
        "translations": [
            {
                "translatedText": "Welt"
            }
        ]
    }
}


Is there possibility to receive more expanded response json object
like on page: http://translate.google.com ?

[[["World","World","",""]],[["Nomen",["Welt","Erde"]]],"en",,[["World",
[5],1,0,1000,0,1,0]],[["World",4,,,""],["World",5,[["World",1000,1,0],
["Welt",0,1,0],["Der Welt",0,1,0],["Weltweit",0,1,0]],
[[0,5]],"World"]],,,[],50]

When I send a request with only one word for example "World", I'd like
to have possibility to receive more translations, not only the most
frequent(World) but also (Weld, Der Welt, WeltWeit) like on
http://translate.google.com


-- 
You received this message because you are subscribed to the Google Groups 
"Google AJAX APIs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-ajax-search-api?hl=en.

Reply via email to