User detail
Vollständiges User-Profil per Login.
API · /twitch-api
35 endpoints for live Twitch data — users, streams, videos, clips, search, URL helpers.
Elija un nivel: facturado mensualmente, cancele en cualquier momento.
Gratis
€15.00 /mes
€49.00 /mes
€149.00 /mes
Otros APIs con etiquetas superpuestas.
32 endpoints for live Meta Threads data — users, posts, search, topics, trending, URL helpers.
api.oanor.com/threads-api
38 endpoints for live YouTube data — search, suggestions, video & channel detail, thumbnails, ID/URL helpers.
api.oanor.com/youtube-api
18 endpoints for live IMDB data — title + name search, detail, cast, known-for, ID/URL helpers.
api.oanor.com/imdb-api
5 endpoints for live Snapchat data — user search, detail, related, spotlights.
api.oanor.com/snapchat-api
Elija un punto final de la lista de la izquierda para ver sus detalles y pruébelo.
Regístrese para obtener una clave API, luego llame a cualquier ruta debajo de su slug.
curl https://api.oanor.com/twitch-api/SOME_PATH \
-H "x-oanor-key: oanor_test_..."
const res = await fetch("https://api.oanor.com/twitch-api/SOME_PATH", {
headers: { "x-oanor-key": "oanor_test_..." }
});
const data = await res.json();
$ch = curl_init("https://api.oanor.com/twitch-api/SOME_PATH");
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
curl_setopt($ch, CURLOPT_HTTPHEADER, ["x-oanor-key: oanor_test_..."]);
$response = curl_exec($ch);
import requests
r = requests.get(
"https://api.oanor.com/twitch-api/SOME_PATH",
headers={"x-oanor-key": "oanor_test_..."},
)
print(r.json())
Real-time access to Twitch data — 35 endpoints across users, streams, videos, clips, search and URL helpers.
Detail, ID, login resolve, follower count, avatar, banner, partner/affiliate/staff roles.
Live status, full detail, title, viewers, current game, preview image. Use a known live channel like gaules for testing.
List, latest, IDs only, thumbnails.
List, top, slugs only, thumbnails.
Combined, users-only, categories-only, top result.
ID/slug/login extraction from URLs, plus URL builders for channel, videos, clips, embeds and chat.
Included — your oanor API key is forwarded to the upstream automatically.
Median ~1.4s, p95 ~1.8s. Live data, no stale cache.
Inicia sesión para calificar.
Aún no hay reseñas.