API · /twitch-api
Documentazione Twitch API
Real-time Twitch data: users, streams, videos, clips, search and URL helpers — 35 endpoints.
Endpoint
-
GET
/v1/users/detail— User detailVollständiges User-Profil per Login.
-
GET
/v1/users/id— User IDNumerische User-ID per Login.
-
GET
/v1/users/login— Resolve loginBestätigt + normalisiert ein Login.
-
GET
/v1/users/followers— Follower-CountAktueller Follower-Count.
-
GET
/v1/users/avatar— Avatar URLAvatar-Bild-URL.
-
GET
/v1/users/banner— Banner URLBanner-Bild-URL.
-
GET
/v1/users/roles— User rolesPartner / Affiliate / Staff Flags.
-
GET
/v1/streams/status— Stream statusOnline/Offline-Status eines Channels.
-
GET
/v1/streams/detail— Stream detailVollständige Stream-Daten (live).
-
GET
/v1/streams/title— Stream titleAktueller Stream-Titel.
-
GET
/v1/streams/viewers— Stream viewersAktuelle Viewer-Count.
-
GET
/v1/streams/game— Stream gameAktuell gespieltes Game / Kategorie.
-
GET
/v1/streams/preview— Stream previewLive-Preview-Bild-URL.
-
GET
/v1/videos/list— Video listListe der Videos eines Channels.
-
GET
/v1/videos/latest— Latest videoNeuestes Video eines Channels.
-
GET
/v1/videos/ids— Video IDsNur Video-IDs eines Channels.
-
GET
/v1/videos/thumbnails— Video thumbnailsThumbnail-URLs aller Videos.
-
GET
/v1/clips/list— Clip listClips eines Channels.
-
GET
/v1/clips/top— Top clipsTop-Clips (sorted by views).
-
GET
/v1/clips/slugs— Clip slugsNur Clip-Slugs eines Channels.
-
GET
/v1/clips/thumbnails— Clip thumbnailsThumbnail-URLs aller Clips.
-
GET
/v1/search/all— Search allKombinierte Suche (Users + Categories).
-
GET
/v1/search/users— Search usersUser-Suche.
-
GET
/v1/search/categories— Search categoriesGame/Category-Suche.
-
GET
/v1/search/top-result— Top resultBester Treffer (1-best-match).
-
GET
/v1/utils/login-from-url— Login from URLExtrahiert das Login aus einer Twitch-Channel-URL.
-
GET
/v1/utils/video-id-from-url— Video ID from URLExtrahiert die Video-ID aus einer Twitch-Video-URL.
-
GET
/v1/utils/clip-slug-from-url— Clip slug from URLExtrahiert den Clip-Slug aus einer Twitch-Clip-URL.
-
GET
/v1/utils/channel-url— Channel URLBaut die Channel-URL aus einem Login.
-
GET
/v1/utils/videos-url— Videos URLBaut die Channel-Videos-URL.
-
GET
/v1/utils/clips-url— Clips URLBaut die Channel-Clips-URL.
-
GET
/v1/utils/video-url— Video URL from IDBaut die Video-URL aus einer Video-ID.
-
GET
/v1/utils/clip-url— Clip URL from slugBaut die Clip-URL aus einem Slug.
-
GET
/v1/utils/embed-url— Embed URLBaut die Player-Embed-URL.
-
GET
/v1/utils/chat-embed-url— Chat embed URLBaut die Chat-Embed-URL.
Autenticazione
Passa la tua API key nell'header x-oanor-key.
curl https://api.oanor.com/twitch-api/your/path \
-H "x-oanor-key: oanor_live_..."