/v1/finished
Completed webtoons, ranked
Provalo dal vivo
10 chiamate gratuite al giorno — senza registrazione, senza chiave API. Passa dal gateway oanor.
Funziona. Prendi una chiave API e usala nel tuo progetto.
Ottieni una chiave APIFrammenti di codice
curl "https://api.oanor.com/naverwebtoon-api/v1/finished" \ -H "x-oanor-key: oanor_test_..."
await fetch("https://api.oanor.com/naverwebtoon-api/v1/finished", {
headers: { "x-oanor-key": "oanor_test_..." }
});
$ch = curl_init("https://api.oanor.com/naverwebtoon-api/v1/finished");
curl_setopt($ch, CURLOPT_HTTPHEADER, ["x-oanor-key: oanor_test_..."]);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
$out = curl_exec($ch);
import requests
requests.get(
"https://api.oanor.com/naverwebtoon-api/v1/finished",
headers={"x-oanor-key": "oanor_test_..."}
)
Risposta di esempio
Una risposta reale di questo endpoint, acquisita dall'ultimo health check.
{
"data": {
"note": "Completed Naver webtoons (the finished back-catalogue), ranked by order=user (readership, default), star or date. 24 per page; pass page. Each carries title, author and reader star_score. Korean text as published. Live, cached ~5m.",
"page": 1,
"count": 45,
"order": "user",
"source": "Naver Webtoon public API (comic.naver.com/api/webtoon/titlelist/finished), keyless",
"webtoons": [
{
"url": "https://comic.naver.com/webtoon/list?titleId=839004",
"adult": true,
"title": "만남어플 중독",
"author": "루즌아",
"is_new": false,
"finished": true,
"title_id": 839004,
"on_hiatus": false,
"thumbnail": "https://image-comic.pstatic.net/webtoon/839004/thumbnail/thumbnail_IMAG21_258e9101-6b52-49a2-bcaa-6f90f540624f.jpg",
"star_score": 9.57,
"updated_today": false
},
{
"url": "https://comic.naver.com/webtoon/list?titleId=811721",
"adult": false,
"title": "무직백수 계백순",
"author": "지발",
"is_new": false,
"finished": true,
"title_id": 811721,
"on_hiatus": false,
"thumbnail": "https://image-comic.pstatic.net/webtoon/811721/thumbnail/thumbnail_IMAG21_e0ccaab6-9ad2-4926-983b-c6cbb2dfecd7.jpg",
"star_score": 9.82,
"updated_today": false
},
{
"url": "https://comic.naver.com/webtoon/list?titleId=833620",
"adult": true,
"title": "개짓",
"author": "불사 / MUTE, 서인화 / 김영한",
"is_new": false,
"finished": true,
"title_id": 833620,
"on_hiatus": false,
"thumbnail": "https://image-comic.pstatic.net/webtoon/833620/thumbnail/thumbnail_IMAG21_a284c7d3-6238-4c34-b4a5-7ee95395e480.jpg",
"star_score": 9.91,
"updated_today": false
},
{
"url": "https://comic.naver.com/webtoon/list?titleId=807178",
"adult": false,
"title": "캐슬2:만인지상",
"author": "박만사, 정연 / 정연",
"is_new": false,
"finished": true,
"title_id": 807178,
"on_hiatus": false,
"thumbnail": "https://image-comic.pstatic.net/webtoon/807178/thumbnail/thumbnail_IMAG21_28fcfb22-aae7-41b4-8767-05f6dd176b03.jpg",
"star_score": 9.91,
"updated_today": false
},
{
"url": "https://comic.naver.com/webtoon/list?titleId=773796",
"adult": false,
"title": "망나니 소교주로 환생했다",
"author": "재무 / 전마두 / 대은호",
"is_new": false,
…