海内外经典影视台词
接口地址: https://whyta.cn/api/tx/dialogue
返回格式: JSON
请求方式: GET
请求示例:https://whyta.cn/api/tx/dialogue?key=你的APIKEY
接口备注:2
参数 | 类型 | 必填 | 说明 |
---|---|---|---|
key | string | 是 | 你的APIKEY |
参数 | 类型 | 示例值 | 说明 |
---|---|---|---|
code | int | 200 | 状态码 |
msg | string | success | 错误信息 |
result | object | {} | 返回结果集 |
dialogue | string | 你不要对我这么好,你对我这么好、要是有一天你对我不好了,我会很伤心。 | 台词 |
english | string | Don’t be so nice to me. You are so nice to me... | 英文 |
source | string | 夏日的么么茶 | 来源影视剧 |
type | int | 1 | 台词类型,0外语、1华语 |
{
"code": 200,
"msg": "success",
"result": {
"dialogue": "你不要对我这么好,你对我这么好、要是有一天你对我不好了,我会很伤心。",
"english": "Don’t be so nice to me. You are so nice to me. If one day you are not nice to me, I will be very sad.",
"source": "夏日的么么茶",
"type": 1
}
}