/v1/new
Newly launched webtoons
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/new" \ -H "x-oanor-key: oanor_test_..."
await fetch("https://api.oanor.com/naverwebtoon-api/v1/new", {
headers: { "x-oanor-key": "oanor_test_..." }
});
$ch = curl_init("https://api.oanor.com/naverwebtoon-api/v1/new");
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/new",
headers={"x-oanor-key": "oanor_test_..."}
)
Risposta di esempio
Una risposta reale di questo endpoint, acquisita dall'ultimo health check.
{
"data": {
"note": "Newly launched Naver webtoons (the latest series to debut). Pass page. Each carries title, author and reader star_score. Korean text as published. Live, cached ~5m.",
"page": 1,
"count": 53,
"source": "Naver Webtoon public API (comic.naver.com/api/webtoon/titlelist/new), keyless",
"webtoons": [
{
"url": "https://comic.naver.com/webtoon/list?titleId=851705",
"adult": false,
"title": "밀실남녀",
"author": "후",
"is_new": true,
"finished": false,
"title_id": 851705,
"on_hiatus": false,
"thumbnail": "https://image-comic.pstatic.net/webtoon/851705/thumbnail/thumbnail_IMAG21_af6ee2b7-78b2-46ca-a1b8-e5d1508f14a3.jpg",
"star_score": 9.45,
"updated_today": true
},
{
"url": "https://comic.naver.com/webtoon/list?titleId=851257",
"adult": false,
"title": "폭풍의 전학생 시즌3",
"author": "강냉이",
"is_new": true,
"finished": false,
"title_id": 851257,
"on_hiatus": false,
"thumbnail": "https://image-comic.pstatic.net/webtoon/851257/thumbnail/thumbnail_IMAG21_60dc1239-0c18-430e-b45d-62640df7febe.jpg",
"star_score": 8.96,
"updated_today": false
},
{
"url": "https://comic.naver.com/webtoon/list?titleId=850649",
"adult": false,
"title": "무무무",
"author": "박용제, 픞2 / 박용제",
"is_new": true,
"finished": false,
"title_id": 850649,
"on_hiatus": false,
"thumbnail": "https://image-comic.pstatic.net/webtoon/850649/thumbnail/thumbnail_IMAG21_90d9c386-0526-4468-98ed-e7fff953e2b1.jpg",
"star_score": 7.31,
"updated_today": true
},
{
"url": "https://comic.naver.com/webtoon/list?titleId=850526",
"adult": true,
"title": "망플루언서",
"author": "망순",
"is_new": true,
"finished": false,
"title_id": 850526,
"on_hiatus": false,
"thumbnail": "https://image-comic.pstatic.net/webtoon/850526/thumbnail/thumbnail_IMAG21_7727c256-0b3a-4243-b3cf-fbfec5bfb984.jpg",
"star_score": 9.7,
"updated_today": false
},
{
"url": "https://comic.naver.com/webtoon/list?titleId=850749",
"adult": false,
"title": "고독살인",
"author": "부향연",
"is_new": true,
"finished": false,
"title_id": 850749,
"on_hiatus": false,
"thumbnail": "https:
…