Ir al contenido
GET /v1/new

Newly launched webtoons

Pruébalo en vivo

10 llamadas gratis al día — sin registro, sin clave API. Pasa por el gateway de oanor.

Encabezados personalizados (opcional)
api.oanor.com/naverwebtoon-api

Funciona. Consigue una clave API y úsala en tu proyecto.

Obtener una clave API

Fragmentos de código

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_..."}
)

Respuesta de ejemplo

Una respuesta real de este endpoint, capturada en la última comprobación de estado.

{
    "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:
…