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.