获取资讯列表
开发中
GET
https://api.chasing.com/information/list
请求参数
Query 参数
type
integer
必需
tag_id
integer
标签ID
page
integer
第几页 默认1
示例代码
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/list?type&tag_id&page'
返回响应
🟢200成功
application/json
Body
data
array [object {5}]
必需
title
string
标题
desc
string
描述
image
string
封面
publish_time
integer
发布时间戳
id
integer
ID
示例
{
"code": 200,
"msg": "success",
"data": [
{
"id": 17,
"title": " Elevate Your Fishing Skills with CanFish CF1: Unleash the Secrets of the Depths",
"desc": "Unlock the potential of your fishing endeavors with CanFish CF1 – your trusty companion for mastering the art of fishing. Discover how this revolutionary device helps you explore the underwater terrain and track fish behavior in real time.",
"image": "http://test.static.chasing.com/Fh1TUbZUvxYp5HI-HAQy2lIEb5g8",
"publish_time": 1700035215
},
{
"id": 15,
"title": "Smart Fishing Redefined: CanFish CF1 Elevates Your Fishing Experience",
"desc": "Are you ready for a fishing experience like never before? Introducing the CanFish CF1 – the ultimate companion for tech-savvy anglers. With cutting-edge technology, this intelligent fishing tool will revolutionize the way you fish.",
"image": "http://test.static.chasing.com/Fip0vnr26obA5DHNUB-tnQ87jM20",
"publish_time": 1700034529
},
{
"id": 13,
"title": "NEW DRONE ALLOWS UNDERWATER INSPECTIONS",
"desc": "NEW DRONE ALLOWS UNDERWATER INSPECTIONS",
"image": "http://test.static.chasing.com/Fv316qV013b6-qMRj4VFFTT0zNsk",
"publish_time": 1665474722
},
{
"id": 10,
"title": "CHASING Releases Its First Generation of Underwater Cleaning Robot – CHASING CM600 Robotic Pool Cleaner",
"desc": "Chasing-Innovation Technology Co., Ltd. , the world-leading consumer-grade and industrial-grade ROV developer and manufacturer, release its 1st generation of underwater cleaning robot",
"image": "http://test.static.chasing.com/Fr1DMNQN954dIeppFhHPUgKMHcl5",
"publish_time": 1662652800
},
{
"id": 11,
"title": "Better than Ever: CHASING's New Generation of Industrial-Grade Underwater Drone M2 PRO MAX Gets Easier-to-use, More Capabilities and Powerful Performance",
"desc": "M2 Pro Max Empowers Wider Range of Underwater Drone Operations among Multiple Industrial Scenarios including Search, Salvage & Rescue, Hull and Dock Inspections, Aquaculture and Fish Farming, Hydro dam",
"image": "http://test.static.chasing.com/Fk2V-s7MLPodaQiVEQkl8d--4rN3",
"publish_time": 1662566400
},
{
"id": 12,
"title": "CHASING Presents All Underwater Drones at CES 2022: Making Underwater Explorations Easier for Consumers and Enterprises",
"desc": "Las Vegas, United States, January 6, 2022 – The world-leading innovator in underwater unmanned systems and underwater micro-ROVs (remotely controlled vehicles),",
"image": "http://test.static.chasing.com/Fh-sU7fHJsXqT5-DFS73l4A4mmYv",
"publish_time": 1661875200
},
{
"id": 9,
"title": "x",
"desc": "x",
"image": "http://test.static.chasing.com/FoGswpUivzJcPCBMl8rJqkDMjgeP",
"publish_time": 1661490765
},
{
"id": 7,
"title": "cs",
"desc": "cs",
"image": "http://test.static.chasing.com/FsgRK6Dpt87QVVBK1-rhdvSiYy9C",
"publish_time": 1661484364
}
],
"lang_code": "en"
}
修改于 2023-11-23 03:49:28