书籍目录
GET
/catalog
请求参数
Query 参数
book_id
string
可选
示例值:
7484585487311585854
source
string
可选
示例值:
番茄
Cookie 参数
secretKey2
string
用户密钥,鉴权使用
默认值:
{{token}}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET '/catalog?book_id=7484585487311585854&source=番茄' \
--header 'Cookie: secretKey2={{token}}'
返回响应
🟢200成功
application/json
Body
code
integer
必需
costTime
string
必需
chapter_list
array [object {6}]
必需
title
string
必需
source
string
必需
tab
string
必需
item_id
string
必需
volume_name
string
必需
chapter_word_number
integer
必需
示例
{
"code": 0,
"costTime": "218.03ms",
"chapter_list": [
{
"title": "第1章 情场和职场都失意,那我该咋办?",
"source": "番茄",
"tab": "小说",
"item_id": "7329204686525828158",
"volume_name": "2024-01-29 03:28:17 · 正文卷",
"chapter_word_number": 2077
},
{
"title": "第2章 返现系统,我不做任务就很危险",
"source": "番茄",
"tab": "小说",
"item_id": "7329204587926146110",
"volume_name": "2024-01-29 03:28:55 · 正文卷",
"chapter_word_number": 2137
},
{
"title": "第3章 在线询问怎么消费才能最快,急急急",
"source": "番茄",
"tab": "小说",
"item_id": "7329204601368874046",
"volume_name": "2024-01-29 03:28:58 · 正文卷",
"chapter_word_number": 2134
},
{
"title": "第4章 直播是没有车子好看,你家猫会后空翻",
"source": "番茄",
"tab": "小说",
"item_id": "7329204639729978430",
"volume_name": "2024-01-29 03:28:39 · 正文卷",
"chapter_word_number": 2124
},
{
"title": "第5章 吃自助餐还是买年卡划算",
"source": "番茄",
"tab": "小说",
"item_id": "7329204748396022846",
"volume_name": "2024-01-29 03:28:30 · 正文卷",
"chapter_word_number": 2154
},
{
"title": "第6章 在波龙面前你算个球啊",
"source": "番茄",
"tab": "小说",
"item_id": "7329204728741514302",
"volume_name": "2024-01-29 03:28:11 · 正文卷",
"chapter_word_number": 2052
},
{
"title": "第7章 冤家路窄怎么还加了个绿泡泡",
"source": "番茄",
"tab": "小说",
"item_id": "7329204602467798078",
"volume_name": "2024-01-29 03:29:41 · 正文卷",
"chapter_word_number": 2190
},
{
"title": "第8章 车是你的?不会吧",
"source": "番茄",
"tab": "小说",
"item_id": "7329204749520079934",
"volume_name": "2024-01-29 03:28:19 · 正文卷",
"chapter_word_number": 2040
},
{
"title": "第9章 该死的夹子,人差点没了",
"source": "番茄",
"tab": "小说",
"item_id": "7329204653852216382",
"volume_name": "2024-01-29 03:28:37 · 正文卷",
"chapter_word_number": 2023
},
{
"title": "第10章 看大长腿的快乐你不懂",
"source": "番茄",
"tab": "小说",
"item_id": "7329204672676236350",
"volume_name": "2024-01-29 03:28:25 · 正文卷",
"chapter_word_number": 2083
}
]
}
修改于 2025-03-28 08:04:32