Aller au contenu
GET /v1/live

Top streams live now, ranked by viewers

Essayez-le en direct

10 appels gratuits par jour — sans inscription, sans clé API. Passe par la passerelle oanor.

En-têtes personnalisés (facultatif)
api.oanor.com/chzzk-api

Ça marche. Récupérez une clé API et utilisez-la dans votre projet.

Obtenez une clé API

Extraits de code

curl "https://api.oanor.com/chzzk-api/v1/live" \
  -H "x-oanor-key: oanor_test_..."
await fetch("https://api.oanor.com/chzzk-api/v1/live", {
  headers: { "x-oanor-key": "oanor_test_..." }
});
$ch = curl_init("https://api.oanor.com/chzzk-api/v1/live");
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/chzzk-api/v1/live",
    headers={"x-oanor-key": "oanor_test_..."}
)

Exemple de réponse

Une réponse réelle de ce endpoint, capturée lors du dernier contrôle de santé.

{
    "data": {
        "note": "The top CHZZK streams on air right now, ranked by current viewers — each with its channel name, title, viewer count (concurrent, live), accumulated viewers for this broadcast, category and how long it has been live. Pass limit (1-50, default 25). Live, cached ~45s.",
        "count": 25,
        "source": "CHZZK public web API (api.chzzk.naver.com/service/v1/lives), keyless",
        "streams": [
            {
                "adult": false,
                "title": "(광고) 월드컵엔 프리스타일 풋볼2",
                "live_id": 19418887,
                "viewers": 11237,
                "category": "종합 게임",
                "verified": true,
                "open_date": "2026-06-13 12:07:34",
                "channel_id": "75cbf189b3bb8f9f687d2aca0d0a382b",
                "channel_url": "https://chzzk.naver.com/75cbf189b3bb8f9f687d2aca0d0a382b",
                "channel_name": "한동숙",
                "live_minutes": 95,
                "category_type": "GAME",
                "accumulated_viewers": 0
            },
            {
                "adult": false,
                "title": "1시 해축입문 강의 w. 블레어로즈 ⚽",
                "live_id": 19418873,
                "viewers": 5190,
                "category": "talk",
                "verified": true,
                "open_date": "2026-06-13 12:06:45",
                "channel_id": "eaf7b569c9992d0e57db0059eb5c0eeb",
                "channel_url": "https://chzzk.naver.com/eaf7b569c9992d0e57db0059eb5c0eeb",
                "channel_name": "이글콥",
                "live_minutes": 96,
                "category_type": "ETC",
                "accumulated_viewers": 0
            },
            {
                "adult": false,
                "title": "예배하는 날",
                "live_id": 19418879,
                "viewers": 4874,
                "category": "메이플스토리",
                "verified": true,
                "open_date": "2026-06-13 12:06:55",
                "channel_id": "1c231568d0b13de5703b3f6a5e86dc47",
                "channel_url": "https://chzzk.naver.com/1c231568d0b13de5703b3f6a5e86dc47",
                "channel_name": "삼식",
                "live_minutes": 96,
                "category_type": "GAME",
                "accumulated_viewers": 0
            },
            {
                "adult": false,
                "title": "핸드폰 분실했지만 할 건 하러 오는 청년",
                "live_id": 19419787,
                "viewers": 4608,
                "category": "명조:워더링 웨이브",
                "verified": true,
                "open_date": "2026-06-13 13:14:36",
                "channel_id": "b044e3a3b9259246bc92e863e7d3f3b8",
                "channel_url": "https://chzzk.naver.com/b044e3a3b9259246bc92e863e7d3f3b8",
                "channel_name": "시라유키 히나",
                "live_minutes": 28,
                "category_type": "GAME",
                "accumulated_viewers": 0
            },
            {
                "adult": false,
                "title": "안녕하세요 ( 개못생김 )",
              
…