所有Google Translate查询参数的含义是什么?
client:t
sl:auto
tl:sk
hl:sk //language of the interface (default:en, you can try xx-bork or xx-hacker)
dt:bd
dt:ex
dt:ld
dt:md
dt:qc
dt:rw
dt:rm
dt:ss
dt:t
dt:at
dt:sw
ie:UTF-8 // encoding of the input (default: utf-8)
oe:UTF-8 // encoding of the output, the results (default: utf-8)
otf:1
srcrom:1
ssel:3
tsel:0
q:translate // query, what you type in the search box
Run Code Online (Sandbox Code Playgroud)
我已经发现了其中一些.
我听说,翻译API将被收取,但究竟是什么阻止我们形成使用免费的谷歌翻译服务在这里免费的吗?否则,免费服务有哪些局限性?
我需要为我的应用提供翻译API服务,并选择了Google Translate API,这需要花钱并且需要针对Google API进行身份验证.但在搜索过程中,我发现这个链接看起来很自由,可以不用花费我需要的东西:
https://translate.google.so/translate_a/t?client=any_client_id_works&sl=auto&tl=ru&q=wrapper&tbb=1&ie=UTF-8&oe=UTF-8
尝试发出GET请求,您将自己看到它.
所以,我的问题是这些服务之间有什么区别,我是否有权使用第二个服务?