七毛小说
接口信息
GET / POST
api.vsaa.cn/api/book/qimao/index.php
Method
GET / POST
分类
复始归元
Calls
3,420
KEY
KEY 必填
计费
1 积分 / 次
QPM
60/MIN
鉴权方式
Query 参数、Header(X-API-Key)、Bearer Token
作者
请求参数
| 参数名 | 类型 | 必填 | 说明 | 示例 |
|---|---|---|---|---|
| key | string | 是 | 接口调用密钥 | |
| action | string | 是 | 操作类型:search / search_think / hot_word / book_detail / book_info / book_comments / chapter_list / chapter_content / chapter_text / chapter_preload / category_index / category_books / store / store_tag / rank / store_recommend / album_category / album_list / album_detail / album_chapters / album_audio / album_caption / album_voice / album_tts | |
| wd | string | 否 | 搜索关键词(action=search、search_think 时必填) | |
| type | string | 否 | 搜索类型,1=小说,默认 1(search、search_think 用) | |
| id | string | 否 | 书籍ID(book_detail、chapter_list、chapter_content、chapter_text、chapter_preload 用;book_detail 也可用 book_id) | |
| book_id | string | 否 | 书籍ID(book_info、book_comments、album_tts 用) | |
| chapterId | string | 否 | 章节ID(chapter_content、chapter_text 用) | |
| chapterIds | string | 否 | 章节ID,逗号分隔(chapter_preload 用,一次可多章) | |
| tag_id | string | 否 | 评论标签:1=全部,传0报错(book_comments 用);标签ID,1=热血(store_tag 用,必填) | |
| hot | string | 否 | 1=热门排序,默认 1(book_comments 用) | |
| source | string | 否 | 来源标识,默认 0(book_comments、album_chapters 用) | |
| category_id | string | 否 | 分类ID,772=现代言情,从 category_index 获取(category_books 必填;rank 默认0=全部分类;album_category 必填;album_list 可选过滤) | |
| category_type | string | 否 | 分类类型:2=列表 / 3=筛选树,默认 2(category_books 用);0/1/2(rank、album_category、album_list 用) | |
| gender | string | 否 | 频道:male/female,可选(category_books、album_category、album_list 用) | |
| tag_ids | string | 否 | 题材筛选ID,从 filters[0].items[].id 获取,如 1=现代言情(category_books 带 category_type=3 时用) | |
| rank_type | string | 否 | 榜单类型:hot_list大热榜 / new_list新书榜 / end_list完结榜 / good_comment_list好评榜,默认 hot_list(rank 用;注意是 end 不是 over) | |
| tab_type | string | 否 | 频道,默认 1,可不传(album_list 用) | |
| sort | string | 否 | 排序方式,可选(album_list 用) | |
| album_id | string | 否 | 专辑ID(album_detail、album_chapters、album_audio、album_caption 必填;album_voice 传书ID,如凡人修仙传1784909) | |
| chapter_ids | string | 否 | 章节ID,逗号分隔,必须是复数(album_audio、album_caption 用,必填,单数报错) | |
| chapter_id | string | 否 | 章节ID(album_tts 用,必填) | |
| content_md5 | string | 否 | 章节MD5,取自 chapter_list,建议传防串章(album_tts 用) | |
| voice_id | string | 否 | 发音人ID,从 album_voice 获取,10=多角色对话/8=明朗青年/4=武侠男声(album_tts 用) | |
| page | integer | 否 | 页码,默认 1(search、category_books、album_category、album_list 用) |
[
{
"name": "key",
"type": "string",
"required": true,
"description": "接口调用密钥",
"example": ""
},
{
"name": "action",
"type": "string",
"required": true,
"description": "操作类型:search / search_think / hot_word / book_detail / book_info / book_comments / chapter_list / chapter_content / chapter_text / chapter_preload / category_index / category_books / store / store_tag / rank / store_recommend / album_category / album_list / album_detail / album_chapters / album_audio / album_caption / album_voice / album_tts",
"example": ""
},
{
"name": "wd",
"type": "string",
"required": false,
"description": "搜索关键词(action=search、search_think 时必填)",
"example": ""
},
{
"name": "type",
"type": "string",
"required": false,
"description": "搜索类型,1=小说,默认 1(search、search_think 用)",
"example": ""
},
{
"name": "id",
"type": "string",
"required": false,
"description": "书籍ID(book_detail、chapter_list、chapter_content、chapter_text、chapter_preload 用;book_detail 也可用 book_id)",
"example": ""
},
{
"name": "book_id",
"type": "string",
"required": false,
"description": "书籍ID(book_info、book_comments、album_tts 用)",
"example": ""
},
{
"name": "chapterId",
"type": "string",
"required": false,
"description": "章节ID(chapter_content、chapter_text 用)",
"example": ""
},
{
"name": "chapterIds",
"type": "string",
"required": false,
"description": "章节ID,逗号分隔(chapter_preload 用,一次可多章)",
"example": ""
},
{
"name": "tag_id",
"type": "string",
"required": false,
"description": "评论标签:1=全部,传0报错(book_comments 用);标签ID,1=热血(store_tag 用,必填)",
"example": ""
},
{
"name": "hot",
"type": "string",
"required": false,
"description": "1=热门排序,默认 1(book_comments 用)",
"example": ""
},
{
"name": "source",
"type": "string",
"required": false,
"description": "来源标识,默认 0(book_comments、album_chapters 用)",
"example": ""
},
{
"name": "category_id",
"type": "string",
"required": false,
"description": "分类ID,772=现代言情,从 category_index 获取(category_books 必填;rank 默认0=全部分类;album_category 必填;album_list 可选过滤)",
"example": ""
},
{
"name": "category_type",
"type": "string",
"required": false,
"description": "分类类型:2=列表 / 3=筛选树,默认 2(category_books 用);0/1/2(rank、album_category、album_list 用)",
"example": ""
},
{
"name": "gender",
"type": "string",
"required": false,
"description": "频道:male/female,可选(category_books、album_category、album_list 用)",
"example": ""
},
{
"name": "tag_ids",
"type": "string",
"required": false,
"description": "题材筛选ID,从 filters[0].items[].id 获取,如 1=现代言情(category_books 带 category_type=3 时用)",
"example": ""
},
{
"name": "rank_type",
"type": "string",
"required": false,
"description": "榜单类型:hot_list大热榜 / new_list新书榜 / end_list完结榜 / good_comment_list好评榜,默认 hot_list(rank 用;注意是 end 不是 over)",
"example": ""
},
{
"name": "tab_type",
"type": "string",
"required": false,
"description": "频道,默认 1,可不传(album_list 用)",
"example": ""
},
{
"name": "sort",
"type": "string",
"required": false,
"description": "排序方式,可选(album_list 用)",
"example": ""
},
{
"name": "album_id",
"type": "string",
"required": false,
"description": "专辑ID(album_detail、album_chapters、album_audio、album_caption 必填;album_voice 传书ID,如凡人修仙传1784909)",
"example": ""
},
{
"name": "chapter_ids",
"type": "string",
"required": false,
"description": "章节ID,逗号分隔,必须是复数(album_audio、album_caption 用,必填,单数报错)",
"example": ""
},
{
"name": "chapter_id",
"type": "string",
"required": false,
"description": "章节ID(album_tts 用,必填)",
"example": ""
},
{
"name": "content_md5",
"type": "string",
"required": false,
"description": "章节MD5,取自 chapter_list,建议传防串章(album_tts 用)",
"example": ""
},
{
"name": "voice_id",
"type": "string",
"required": false,
"description": "发音人ID,从 album_voice 获取,10=多角色对话/8=明朗青年/4=武侠男声(album_tts 用)",
"example": ""
},
{
"name": "page",
"type": "integer",
"required": false,
"description": "页码,默认 1(search、category_books、album_category、album_list 用)",
"example": ""
}
]
返回示例
{
"search": {
"code": 0,
"msg": "ok",
"data": {
"books": [
{"id": "1784909", "title": "凡人修仙传(杨洋、金晨主演同名影视原著)", "author": "忘语",
"intro": "一个普通山村小子,偶然下进入到当地江湖小门派…", "image_link": "https://cdn.wtzw.com/...",
"score": "9.4", "sub_title": "", "original_title": "", "reader_type": "0"}
]
}
},
"search_think": {
"code": 0,
"msg": "ok",
"data": {
"books": [{"id": "1784909", "title": "凡人修仙传…", "author": "忘语", "intro": "…", "image_link": "…"}]
}
},
"hot_word": {
"code": 0,
"msg": "ok",
"data": {
"search_dispose": {"content": "武动乾坤", "type": "2", "platform": "0"},
"search_hot_list": [
{"module_id": "1805", "title": "热播短剧",
"list": [{"title": "岁寒知暖仓", "id": "26250", "image_link": "…", "sub_title": "古装", "total_num": "65集", "play_num": "4.9万播放"}]}
],
"search_hot_tags": []
}
},
"book_detail": {
"code": 0,
"msg": "ok",
"data": {
"id": "1784909",
"title": "凡人修仙传(杨洋、金晨主演同名影视原著)",
"type": "0",
"book": {
"title": "凡人修仙传…", "author": "忘语", "intro": "…", "image_link": "…",
"chapter_count": "2551", "words": "…", "is_over": "1", "chapter_list_desc": "已完结 共2551章",
"book_tag_list": [{"id": "539", "title": "影视"}]
},
"comment": {"comment_count": "…", "score": "…"},
"sections": []
}
},
"book_info": {
"code": 0,
"msg": "ok",
"data": {
"book_id": "1784909", "title": "…", "author": "忘语",
"share_title": "…", "share_description": "…", "share_image_link": "…",
"book": {"id": "1784909", "title": "…", "intro": "…"}
}
},
"book_comments": {
"code": 0,
"msg": "ok",
"data": {
"comment_count": "150636",
"next_id": "1255281_2413740001255281",
"tag_list": [{"id": "1", "name": "全部"}],
"comment_list": [
{"comment_id": "…", "content": "…", "user_name": "…", "user_avatar": "…", "create_time": "…", "reply_count": "…", "hot_count": "…"}
]
}
},
"chapter_list": {
"code": 0,
"msg": "ok",
"data": {
"chapter_lists": [
{"id": "17059219630001", "title": "第一章 山边小村", "content_md5": "cce89f41fbefd66acbdaa2c892f8dc36",
"words": "2601", "index": "1", "chapter_sort": 1}
]
}
},
"chapter_content": {
"code": 0,
"msg": "ok",
"data": {
"id": "1784909",
"chapter_id": "17059219630001",
"content": "ODA0…", // 密文(Base64+AES)
"text": "二愣子睁大着双眼,直直望着…", // ★ 解密后的正文
"next_chapter_id": "…", "pre_chapter_id": "…"
}
},
"chapter_text": {
"code": 0,
"msg": "ok",
"data": "二愣子睁大着双眼,直直望着茅草和烂泥糊成的黑屋顶…" // data 直接是正文字符串
},
"chapter_preload": {
"code": 0,
"msg": "ok",
"data": {
"chapter_contents": [
{"chapter_id": "17059219630001", "text": "二愣子…", "content_md5": "…"}
]
}
},
"category_index": {
"code": 0,
"msg": "ok",
"data": {
"category_list": [
{"type": "1", "title": "热门",
"list": [{"category_id": "772", "category_type": "2", "title": "现代言情", "image_link": "…", "jump_url": "…"}]},
{"type": "2", "title": "情节",
"list": [{"category_id": "335", "category_type": "2", "title": "快穿", "jump_url": "freereader://…?param={\"id\":\"335\"…}"}]}
]
}
},
"category_books": {
"code": 0,
"msg": "ok",
"data": {
"title": "全部完结",
"filters": [
{"items": [{"id": "1", "title": "现代言情", "is_checked": "0"}]},
{"items": [{"id": "-99", "title": "全部"}, {"id": "1", "title": "10万字以下"}]},
{"items": [{"id": "0", "title": "按热度"}]}
],
"books": [{"id": "…", "title": "…", "author": "…", "intro": "…", "image_link": "…", "words": "…"}]
}
},
"store": {
"code": 0,
"msg": "ok",
"data": {
"sections": [
{"section_type": "5", "books": [{"id": "", "title": "完结", "jump_url": "freereader://bookstore_finish?param={\"gender\":\"1\"}"}]},
{"section_type": "1",
"section_header": {"rank_items": [{"title": "大热榜", "rank_type": "hot_list"}],
"tag_items": [{"title": "都市", "tag_id": "758", "category_type": "2"}]},
"books": [{"id": "195631", "title": "太荒吞天诀", "heat_number": "363万热度", "order": "1"}]},
{"section_type": "41", "section_header": {"module_id": "…", "position": "ops-card"},
"books": [{"id": "2025086", "title": "扶唐", "sub_title": "16.9万人读过"}]},
{"section_type": "35",
"rank_items": [{"list": [{"id": "423211", "title": "和TA一起出游", "type": "1", "jump_url": "freereader://book_friend_detail?param=…"}]}]}
]
}
},
"store_tag": {
"code": 0,
"msg": "ok",
"data": {
"books": [{"id": "…", "title": "…", "author": "…", "intro": "…", "image_link": "…"}]
}
},
"rank": {
"code": 0,
"msg": "ok",
"data": {
"books": [
{"id": "195631", "title": "太荒吞天诀", "author": "…", "heat_number": "363万热度", "order": "1", "image_link": "…"}
]
}
},
"store_recommend": {
"code": 0,
"msg": "ok",
"data": {
"list": [{"id": "…", "title": "…", "author": "…", "intro": "…", "image_link": "…"}]
}
},
"album_category": {
"code": 0,
"msg": "ok",
"data": {
"books": [{"id": "…", "album_id": "…", "title": "…", "author": "…", "image_link": "…", "play_hot": "…"}]
}
},
"album_list": {
"code": 0,
"msg": "ok",
"data": {
"meta": {"total_pages": "267", "page": "1"},
"books": [{"id": "…", "album_id": "27611", "title": "山野村色", "is_audio": "1", "play_hot": "…", "image_link": "…"}]
}
},
"album_detail": {
"code": 0,
"msg": "ok",
"data": {
"book": {
"title": "山野村色", "author": "黄金水饺", "intro": "…",
"actors": "延丞,星玥卿,之远,adail,雨彤,染七酥", // ★ 真人配音发音人
"audio_type": "1", "reader_type": "0", "is_over": "1",
"album_id": "27611", "chapter_list_desc": "已完结 共…集"
},
"chapter_list": [{"id": "5912457", "title": "第1集 …", "duration": "10:05"}]
}
},
"album_chapters": {
"code": 0,
"msg": "ok",
"data": {
"chapter_list": [
{"id": "5912457", "index": "1", "title": "第1集 嫂子也是迫不得已", "duration": "10:05"}
]
}
},
"album_audio": {
"code": 0,
"msg": "ok",
"data": {
"voice_list": [
{"voice_url": "https://cdn-audio.qimao.com/…mp3?expire=…", "caption_url": "…",
"chapter_id": "5912457", "voice_id": "27611", "duration": "10:05", "audio_size": "9833656"}
]
}
},
"album_caption": {
"code": 0,
"msg": "ok",
"data": {
"list": [
{"chapter_id": "5912457", "voice_id": "27611", "caption_url": "https://cdn-audio.qimao.com/…txt?expire=…"}
]
}
},
"album_voice": {
"code": 0,
"msg": "ok",
"data": {
"album_title": "凡人修仙传(杨洋、金晨主演同名影视原著)",
"voice_list": [
{"voice_type": "3", "voice_name": "", "voice_id": "0", "ai_tag": "1"},
{"voice_type": "5", "voice_name": "多角色对话", "voice_id": "10", "voice_desc": "沉浸感", "icon_url": "…"},
{"voice_type": "5", "voice_name": "武侠男声", "voice_id": "4", "voice_desc": "江湖侠气", "icon_url": "…"}
]
}
},
"album_tts": {
"code": 0,
"msg": "ok",
"data": {
"chapter_list": [
{"chapter_id": "17059219630001", "voice_id": "10",
"voice_url": "https://cdn-audio.qimao.com/…/baidu_tts/1784909/10/…mp3?expire=…",
"caption_url": "https://cdn-audio.qimao.com/…/baidu_tts/1784909/10/…txt?expire=…"}
]
}
}
}
详细文档
暂无详细文档
快速上手
暂无代码示例。管理员可在后台用 AI 生成或手动编写。
在线测试
请求地址
api.vsaa.cn/api/book/qimao/index.php
Method
参数
Response
等待中
// 结果将在此处显示