nReader
Official address:
http://api.zhuishushenqi.com
http://api05iye5.zhuishushenqi.com
http://http://chapterup.zhuishushenqi.com/chapterCopy the code
Since the official API address is not CROS handled, there is a cross-domain problem when called. Here is a proxy address:
http://35.189.165.140:3000Copy the code
Capable children can set up their own proxy and forward the request.
interface
- Get all categories
- Get leaderboard types
- Get a chart novel
- Gets subcategories under categories
- Gets a list of novels by category
- Access to novel information
- Obtain the original source of the novel
- Get the source of the novel (original ➕ pirated version)
- Get novel chapters (according to novel ID)
- Get novel chapters (based on novel source ID)
- Get the content of the novel chapter
- Get the hot search terms
- Search autosupplement
- Fuzzy search
- Get the latest chapter of the novel
All interfaces areGET
request
type | value |
---|---|
Address of the interface | /cats/lv2/statistics |
parameter | null |
Instance interface address | Api.zhuishushenqi.com/cats/lv2/st… |
2. Get the leaderboard type
type | value |
---|---|
Address of the interface | /ranking/gender |
parameter | null |
Instance interface address | Api.zhuishushenqi.com/ranking/gen… |
3. Get chart novels
type | value |
---|---|
Address of the interface | /ranking/:rankId |
parameter | ID of a leaderboard. Different fields correspond to different leaderboards. The specific ID can be obtained from interface 2 |
_id: Zhou Bang ID | |
MonthRank: month list ID | |
TotalRank: the total list ID | |
Instance interface address | Api.zhuishushenqi.com/ranking/54d… |
4. Obtain subcategories under the classification
type | value |
---|---|
Address of the interface | /cats/lv2 |
parameter | null |
Instance interface address | api.zhuishushenqi.com/cats/lv2 |
5. Get a list of novels by category
type | value |
---|---|
Address of the interface | /book/by-categories |
parameter | That no |
Gender: men:mael Girl:female Publishing:press |
|
Type: hot:hot A new book:new Praise:repulation The end:over Monthly:month |
|
Major: The major category is obtained from interface 1 | |
Minor: obtained from interface 4 (optional) | |
Start: the start page of paging | |
Limit: indicates the number of paging bars | |
Instance interface address | Api.zhuishushenqi.com/book/by-cat… |
6. Get information about the novel
type | value |
---|---|
Address of the interface | /book/:booId |
parameter | BooId Indicates the ID of a specific novel |
Instance interface address | Api.zhuishushenqi.com/book/548d9c… |
7. Access to genuine sources of novels
type | value |
---|---|
Address of the interface | /btoc |
parameter | View: Just for nowsummary This parameter book: corresponds to bookId |
Instance interface address | Api.zhuishushenqi.com/btoc?view=s… |
8. Obtaining genuine novels from pirated sources (Mixed)
type | value |
---|---|
Address of the interface | /atoc |
parameter | view : For the time beingsummary This parameterbook : Corresponds to bookId |
Instance interface address | Api.zhuishushenqi.com/atoc?view=s… |
9. Get the novel chapter (according to the novel ID)
type | value |
---|---|
Address of the interface | /mix-atoc/:bookId |
parameter | bookId : Corresponds to the novel IDview : For the time beingchapters |
Instance interface address | Api.zhuishushenqi.com/mix-atoc/50… |
10. Get the novel chapter (based on the novel source ID)
type | value |
---|---|
Address of the interface | / atoc or/business-to-consumer |
parameter | sourceId : corresponds to the source ID of the novelview : Known only ‘Chapters’ for the time being |
Instance interface address | Api.zhuishushenqi.com/atoc/568fef… |
11. Get the chapters of the novel
type | value |
---|---|
Address of the interface | chapterup.zhuishushenqi.com/chapter/ |
parameter | Link: section address |
Instance interface address | Chapterup.zhuishushenqi.com/chapter/htt… |
12. Get hot search terms
type | value |
---|---|
interface | /book/search-hotwords |
parameter | null |
Instance interface address | Api.zhuishushenqi.com/book/search… |
13. Search auto-supplement
type | value |
---|---|
interface | /book/auto-complete |
parameter | query : query value |
Instance interface address | Api.zhuishushenqi.com/book/auto-c… |
14. Fuzzy search
type | value |
---|---|
interface | /book/fuzzy-search |
parameter | query : query value |
Address of the instance | Api.zhuishushenqi.com/book/fuzzy-… |
15. Get the latest chapter in a novel
type | value |
---|---|
interface | /book |
parameter | view : updated id : bookId is easy to divide |
Instance interface address | Api05iye5.zhuishushenqi.com/book?view=u… |