用户实拍相关机器
开发中
GET
https://api.chasing.com/information/shots_about_rov
请求参数
无
示例代码
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.com/information/shots_about_rov'
返回响应
🟢200成功
application/json
Body
data
array [object {2}]
必需
id
integer
机器id
title
string
机器名
示例
{
"code": 200,
"msg": "success",
"data": [
{
"id": 53,
"title": "GLADIUS MINI Remote Controller"
},
{
"id": 55,
"title": "200m Buoyancy Tether"
},
{
"id": 57,
"title": "400m Buoyancy Tether"
},
{
"id": 60,
"title": "CHASING M2 S"
},
{
"id": 1,
"title": "CHASING M2 PRO MAX"
},
{
"id": 2,
"title": "CHASING M2 PRO"
}
],
"lang_code": "en"
}
修改于 2023-11-24 09:06:50