Discover/jjwxc.net API
live

jjwxc.net APIjjwxc.net

Access Jinjiang Literature City novel metadata, chapter lists, full chapter text, author profiles, and rankings via 6 structured API endpoints.

Endpoints
6
Updated
4mo ago
Try it
The numeric novel ID (e.g. "3", "4001734").
api.parse.bot/scraper/87bbfd85-7537-44a9-ac67-e8d7f51a0225/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Use it in your codegrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/87bbfd85-7537-44a9-ac67-e8d7f51a0225/get_novel_info?novelid=3' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 6 totalclick to expand

Fetch novel metadata by novel ID using the mobile API. Returns comprehensive information including title, author, genre, tags, synopsis, cover image, word count, chapter count, score, and VIP status.

Input
ParamTypeDescription
novelidrequiredstringThe numeric novel ID (e.g. "3", "4001734").
Response
{
  "type": "object",
  "fields": {
    "novelName": "string - title of the novel",
    "novelSize": "string - word count",
    "authorName": "string - author's display name",
    "novelClass": "string - genre classification",
    "novelIntro": "string - synopsis/introduction text",
    "novelScore": "string - accumulated score",
    "novelChapterCount": "string - total chapter count"
  },
  "sample": {
    "data": {
      "novelId": "3",
      "authorId": "2",
      "novelName": "烟花之舞",
      "novelSize": "7,006",
      "novelTags": "正剧",
      "authorName": "慕容",
      "novelClass": "原创-言情-近代现代-爱情-女主",
      "novelIntro": "一个中篇...",
      "novelScore": "246.3万",
      "novelChapterCount": "1"
    },
    "status": "success"
  }
}

About the jjwxc.net API

The Jinjiang Literature City (jjwxc.net) API provides 6 endpoints covering novel metadata, chapter listings, chapter content, author profiles, search, and ranked novel lists. Use get_novel_info to retrieve a novel's title, word count, genre, synopsis, and score by numeric novel ID, or get_novel_chapters to pull the full chapter list with per-chapter word counts, publication dates, and lock/VIP status flags.

Novel Data and Chapter Access

The get_novel_info endpoint accepts a numeric novelid and returns fields including novelName, authorName, novelClass, novelIntro, novelSize, novelScore, and novelChapterCount. These give a complete summary of a title without fetching individual chapters. When you need the chapter index, get_novel_chapters returns a chapterlist array where each entry carries chapterid, chaptername, chaptersize, chapterdate, isvip, and islock — useful for determining which chapters are freely readable before requesting their content.

Chapter Content and Search

To read a specific chapter, call get_chapter_content with both novelid and chapterid (obtained from the chapter list). The response includes the full content string with preserved line breaks, the chapterName, and the chapterSize. VIP-locked chapters return an error message rather than text — the islock field from the chapter list helps you identify these in advance. The search_novels endpoint accepts a query string and an optional type parameter to narrow results by title (1), author (2), protagonist (4), supporting character (5), or other (6), with page-based pagination.

Rankings and Author Profiles

get_rankings retrieves ranked novel lists by passing a type integer: 5 for monthly, 6 for seasonal, 7 for total score, or 8 by word count. Each ranking entry includes rank, novel_name, novel_url, author, and author_url. The author_url can be parsed to extract an author ID for use with get_author_profile, which returns the author's author_name and a works array containing each title's name, type, status, word_count, and score.

Common use cases
  • Build a novel recommendation tool using genre (novelClass), score (novelScore), and word count (novelSize) from get_novel_info.
  • Track which chapters of a novel are VIP-locked using the isvip and islock fields from get_novel_chapters.
  • Aggregate monthly and seasonal trending novels by querying get_rankings with type 5 and 6.
  • Compile an author bibliography by fetching all works, statuses, and scores via get_author_profile.
  • Index free-to-read chapter text for full-text search using get_chapter_content combined with the lock status from the chapter list.
  • Search a corpus of novels by protagonist name using search_novels with type 4.
  • Compare novel performance across score and word count rankings by querying get_rankings with type 7 and 8.
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo1005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000250 req/min

One credit = one API call regardless of which marketplace API you call. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does Jinjiang Literature City have an official developer API?+
Jinjiang Literature City does not publish an official public developer API or developer documentation for third-party use.
What does `get_novel_chapters` return, and how do I tell which chapters are paywalled?+
The endpoint returns a chapterlist array and a total count. Each chapter object includes an isvip flag indicating VIP status and an islock flag indicating whether the content is currently locked. Checking these two fields before calling get_chapter_content lets you avoid requests that would return an error instead of text.
Can I retrieve the content of VIP-locked chapters?+
No. When get_chapter_content is called for a VIP or locked chapter, the response returns an error message in place of content. The API covers freely accessible chapters in full. You can fork it on Parse and revise it to add authentication-based access if your use case requires VIP content.
Does the API expose reader comments or reviews for novels?+
Not currently. The API covers novel metadata, chapter lists, chapter text, author profiles, search results, and rankings. Reader comments and per-chapter review data are not included. You can fork it on Parse and revise it to add an endpoint targeting that data.
How does pagination work in `search_novels`?+
Pass an integer page parameter alongside your query and optional type to navigate through result pages. The response returns an items array for that page; the API does not currently expose a total result count, so iteration should continue until an empty array is returned.
Page content last updated . Spec covers 6 endpoints from jjwxc.net.
Related APIs in EntertainmentSee all →
novelbin.me API
Search and browse novels by title, genre, or popularity, and explore trending, completed, or recently updated works. Access full novel details, chapter listings, chapter content, author information, related titles, and reader comments. Authenticated users can manage bookmarks with reading-status tracking and subscribe to novels for update notifications.
juejin.cn API
Browse Juejin’s recommended article feed, search articles by keyword, and fetch full article details (including markdown/HTML content) by article ID.
bookwalker.jp API
Search and browse Japanese ebooks including manga and light novels on BookWalker Japan, with access to book details, rankings, category listings, and autocomplete suggestions. Discover new titles through curated rankings and explore the full catalog by category.
top.baidu.com API
Access real-time trending search data from Baidu's Top platform. Retrieve ranked hot search terms, novels, movies, and TV dramas, with support for genre and category filtering across all board tabs.
webtoons.com API
Search and discover Webtoon series by title or genre, view episode details and images, check rankings and trending content, and learn about authors and their works. Access comprehensive information about original and canvas series to find your next favorite read.
qq.com API
Access the latest news, articles, stock indices, and sports schedules from QQ.com's homepage, and search across multiple news categories to stay informed on hot topics and evening reports. Get real-time data including homepage content, images, links, and live sports schedules all from one unified service.
omegascans.org API
Browse and search thousands of comics and novels, view chapters and series details, and stay updated with the latest announcements and releases from Omega Scans. Discover new content through the homepage, search specific series, and access chapter-by-chapter reading with real-time updates on what's newly published.
book.douban.com API
Discover and search millions of books from Douban's database, access detailed metadata including ratings, reviews, and short comments, and explore curated collections like top 250 books, new releases, and monthly trending titles. Browse books by category tags and find exactly what you're looking for with powerful search and filtering capabilities.