首页 教育亲子 在线翻译
在线翻译

在线翻译

  • 1505
  • 2839
集合谷歌、有道、百度、爱词霸等翻译,可以进行英文、中文、日语、韩语等语言之间的相互翻译。有道翻译在翻译语言和目标语言中,必须有一个是中文。长篇翻译,请用POST提交方式。请严格按照语言简写提交。每50字符计费1次,不足50个字符按1次计。
198.00/10000次
申请就送10次
https://api.jisuapi.com/translate/translate
JSON,JSONP
GET POST
https://api.jisuapi.com/translate/translate?appkey=yourappkey&type=baidu&from=zh-cn&to=en&text=好

请求参数:

API在线测试
参数名称类型必填说明
type string 翻译类型google / iciba / youdao / baidu,默认baidu
from string 翻译的语言 默认auto
to string 目标语言 默认en
text string 内容

返回参数:

参数名称类型说明
result string 翻译结果
type string 翻译类型
from string 翻译的语言
to string 目标语言
text string 内容

请求代码:

查看代码
<?php

require_once 'curl.func.php';

$appkey = 'your_appkey_here';//你的appkey
$type = 'google';
$from = 'zh-CN';
$to = 'en';
$text = '好';//utf8
$arr=array('type'=>$type,'from'=>$from,'to'=>$to,'text'=>$text);
$url = "https://api.jisuapi.com/translate/translate?appkey=$appkey";
$result = curlOpen($url, array('post'=>$arr));

$jsonarr = json_decode($result, true);
//exit(var_dump($jsonarr));

if($jsonarr['status'] != 0)
{
    echo $jsonarr['msg'];
    exit();
}

$result = $jsonarr['result'];
echo $result['result'].'
';

JSON返回示例 :

{
    "status": 0,
    "msg": "ok",
    "result": {
        "type": "baidu",
        "from": "zh-cn",
        "to": "en",
        "text": "好",
        "result": "好[hǎo]
[形] good; fine; nice;

好[hào]
[动] like; love; be fond of;
[名] a surname;

" } }

API错误码:

代号说明
201 内容为空
202 翻译的语种不支持
203 翻译的目标语种不支持
204 没有信息

系统错误码:

代号说明
101 APPKEY为空或不存在
102 APPKEY已过期
103 APPKEY无请求此数据权限
104 请求超过次数限制
105 IP被禁止
106 IP请求超过限制
107 接口维护中
108 接口已停用
计次套餐套餐规格价格
免费套餐 10次 0.00 元  ≈0元/次
Level1 10000次 198.00 元  ≈0.0198元/次
Level2 20000次 370.00 元  ≈0.0185元/次
Level3 50000次 850.00 元  ≈0.017元/次
Level4 100000次 1500.00 元  ≈0.015元/次
* 包月套餐和计次套餐不可同时购买,不可叠加使用。
包月套餐套餐规格价格
Level2
特惠
3000次/天 3050.00元 ≈0.03389元/次
Level3 6000次/天 5700.00元 ≈0.03167元/次
Level4 10000次/天 8800.00元 ≈0.02933元/次
* 套餐使用时限为订购之日起30日。

相关数据RELATED DATA 更多

活动推荐ACTIVITY 更多

  • orc活动

其它推荐RECOMMENDED DATA 更多