API interface for using Baidu Translator

Source: Internet
Author: User

Http://api.fanyi.baidu.com/api/trans/product/desktop

This is the application interface address, which will get a appid and a key secret

then download the corresponding code for PHP

There is a PHP file that changes the values of the two static variables to use the

If you use this method, it is OK, $from is the type of language to translate, Chinese is of course Chinese

$to is to translate into what language, the technical document has the language correspondence English

$query is translation.

method returns a JSON-type of data

Echo ($arr ["Trans_result"][0]["DST"]); I got the translation directly.

You can take a closer look at the encryption methods, and the requirements are the same as those in the technical documentation.

API interface for using Baidu Translator

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.