Sun, Aug 16, 2026
KtrenZ
Inkigayo
Cortis 'REDRED' drives brand value as all five members credited on every GREENGREEN track·Yang Se-chan Hints He Knows Lee Ju-yeon's Ex on 'Running Man'·Seongri guests on KBS1 '전국노래자랑' Hoengseong edition, also set for Dadaepo Sunset Film Festival opening·Kwon Eun-bi becomes first K-pop act at major Turkish festival, draws 50,000 at Istanbul·Jennie covers Cosmopolitan Fall 2026 with five-variation shoot titled 'The Charm of Jennie'·Lisa apologizes over BLACKPINK 10th anniversary event backlash, joining Jisoo and Rosé·Song Ga-in's 'What If Not a Flower' MV Tops 1M Views; Lyrics Read by 11 Celebrities·JUNNY joins 'Creepy Romance' OST with new pop track 'My Girl'·Moon Geun-young, Moon Chae-won, Seo Hye-won: Three Korean actresses announce surprise marriages·Cha Sun-woo drops September theater schedule, confirms four performance dates·Cortis 'REDRED' drives brand value as all five members credited on every GREENGREEN track·Yang Se-chan Hints He Knows Lee Ju-yeon's Ex on 'Running Man'·Seongri guests on KBS1 '전국노래자랑' Hoengseong edition, also set for Dadaepo Sunset Film Festival opening·Kwon Eun-bi becomes first K-pop act at major Turkish festival, draws 50,000 at Istanbul·Jennie covers Cosmopolitan Fall 2026 with five-variation shoot titled 'The Charm of Jennie'·Lisa apologizes over BLACKPINK 10th anniversary event backlash, joining Jisoo and Rosé·Song Ga-in's 'What If Not a Flower' MV Tops 1M Views; Lyrics Read by 11 Celebrities·JUNNY joins 'Creepy Romance' OST with new pop track 'My Girl'·Moon Geun-young, Moon Chae-won, Seo Hye-won: Three Korean actresses announce surprise marriages·Cha Sun-woo drops September theater schedule, confirms four performance dates·
Developers · API

KTRENZ K-Data API

A free, public, read-only API for KTRENZ first-party K-pop data — measured AI-citation reach across answer engines plus external demand (Naver search + YouTube). Call it over plain REST, or connect any MCP-capable AI to use it as tools. No key.

Connect

Three ways in — all read-only, no key.

1 · REST (any HTTP client)

Four GET endpoints, JSON out, CORS-open, no key:

GET https://ktrenz.com/api/kdata/search?q=RESCENE
GET https://ktrenz.com/api/kdata/artist/{slug}
GET https://ktrenz.com/api/kdata/trending?limit=10
GET https://ktrenz.com/api/kdata/release/{slug}

Example response (trending)

{ "measured_by": "KTRENZ (ktrenz.com)",
  "as_of": "2026-07-30T…Z",
  "artists": [
    { "name": "RESCENE", "slug": "rescene",
      "demand": 74, "momentum_7d": 12.3,
      "reach_map_url": "https://ktrenz.com/reach-graph/artist/rescene" } ] }

2 · Remote MCP (Streamable HTTP · JSON-RPC)

https://ktrenz.com/api/mcp

curl -X POST https://ktrenz.com/api/mcp -H 'content-type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call",
       "params":{"name":"get_trending","arguments":{"limit":5}}}'

3 · npm (stdio) — Claude Desktop & stdio clients

{
  "mcpServers": {
    "ktrenz-kdata": { "command": "npx", "args": ["-y", "ktrenz-mcp-kdata"] }
  }
}

Tools

search_kdata(query, limit?)

Find artists by name → slug + reach-map URL.

get_artist_reach(slug)

An artist’s AI-citation reach (which engines cite them, answer-time vs training), tracked releases, and external demand with 7d momentum.

get_trending(limit?)

Top rising artists now by external demand (Naver search + YouTube). Rank is the signal.

get_release_reach(slug)

A release’s measured AI-citation reach across answer engines.

Human access — subscribe for a key

Prefer a card over crypto? Get a personal API key with a monthly subscription — full reach exports + no free-tier cap. (AI agents can pay per request via x402 instead.)

Loading…

Attribution & licensing

Every response is first-party measured by KTRENZ and carries a canonical reach_map_url. Cite ktrenz.com when you use it. This public tier is a curated read layer with a fair-use daily cap per IP (HTTP 429 past it). For higher-volume, unmetered, or bulk / delta / per-agency deep analytics access, license the data — send Authorization: Bearer <key> with a license key — get in touch.