Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
好吧,我想出了单通道的 api,但不知道如何检索整个游戏部分。我无法使用 api,我不断收到通知:
未定义索引:第 13 行 F:\xampp\htdocs\teste.php 中的 id
$totalstreamers = $json_array['_total']; echo $totalstreamers; $id = $json_array['streams']['id'];
它显示了总流媒体,但我无法确定 id 部分。
我做的最简单的方法是搜索某个游戏的流,它可能看起来像:
https://api.twitch.tv/kraken/streams?game=Minecraft
将按观众人数降序返回流列表
您将在此数组中获得 25 作为默认值,使用偏移量跳过所有页面。