获取当前网页翻译
开发中
GET
https://api.chasing.comi18n/translate
请求参数
Query 参数
page_table
string
页面标识
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.chasing.comi18n/translate?page_table'
返回响应
🟢200成功
application/json
Body
object {0}
示例
{
"code": 200,
"msg": "success",
"data": {
"download_page": {
"go1": "To download the APP, CHASING GO1, please click on the upper right corner button and then select \"Open in Browser\".",
"go2": "To download the APP, CHASING GO2, please click on the upper right corner button and then select \"Open in Browser\".",
"go3": "To download the APP, CHASING GO3, please click on the upper right corner button and then select \"Open in Browser\"."
}
}
}
修改于 2024-11-15 10:17:41