That is more likely a CB thing.
You can check for yourself by downloading the same feed
from the Promo Tools > API-
I wrote a little PHP script: (wm=PTiqU is my "campaign")
<?PHP
$json = file_get_contents('https://chaturbate.com/affiliates/api/onlinerooms/?format=json&wm=PTiqU');
//var_dump(json_decode($json));
$jsonD = json_decode($json,true);
print '$jsonD<xmp><pre>' . print_r($jsonD,true) . '</pre></xmp><p>$jsonD<p>';
?>
the file is pretty huge.
You can see the undecoded output at Promo Tools > API-
And do a "Find" on any keyword, like room name, that is coming up offline on your end.
|