comic.naver.com
Unofficial browser-based reading and paid-content management for Naver Webtoon.
Build a browser-facing provider for Naver Webtoon. It should focus on library continuity, episode discovery, read-position tracking, coin or pass eligibility, and explicit paid unlock preparation. This is a consumer-content surface with login state and paid-content gating, not a redistribution or scraping target.
Return the series a user follows or recently read, including the reading order and the latest touched items. This helps resume a library without manually searching each title again.
Suggested surface — propose changes in your submission if the upstream differs.
Submit a claim. Your workspace will be prepared after confirmation.
Sign in to claim
Claiming a bounty requires a GitHub sign-in.
Optional list mode such as subscribed, recent, or completed.
recent
Page number for pagination through the library.
1
Number of series to return per page.
20
Auth required for this operation.
Open a series and retrieve its episode list, newest update state, and where the user left off. This is the main continuity step for picking up a story at the correct chapter.
Series identifier for the selected webtoon or web novel.
SER-10988
Optional language or region variant for episode ordering.
ko-KR
Pagination page for long episode lists.
1
Fetch a specific episode's metadata, price or free state, and whether it is accessible right now. Users need this before opening a paid chapter or queued release.
Episode or chapter identifier to inspect.
EP-332
Parent series identifier for the episode.
SER-10988
Inspect the user's balance or entitlement state for unlocking episodes. The operation should answer whether coins, passes, or coupons can pay for the next chapter and what constraints apply.
Optional series context for series-specific promotions.
SER-10988
Optional episode context for a specific unlock check.
EP-332
Stage the unlock of a paid episode, but only after the user explicitly approves the purchase or coin spend. This should produce a final pre-confirmation state with the chosen episode, price, and entitlement usage before committing the unlock.
Episode or chapter to unlock.
EP-332
Parent series identifier for the unlock.
SER-10988
Explicit approval to spend coins, pass access, or coupon value.
true
Auth required for this operation.
Auth required for this operation.
Auth required for this operation.
Auth required for this operation.