Skip to main content

Streams

Quick Usage
GET https://api.clarioncorp.net/v2/streams

This endpoint replies with a collection of pre-cached Omega Strikers livestreams. The YouTube endpoint is a bit hit-or-miss, but we're trying to tune it to be in line with our API limits. (Though we're trying to fix that!) For you however, there are no general rate limits that you need to worry about, so go ham. (respectfully)

{
"twitch": [
{
"username": "ExampleUser",
"title": "Hardstuck Bronze Gaming | !bot",
"viewers": 24,
"thumbnail": "https://static-cdn.jtvnw.net/previews-ttv/live_user_exampleuser-1280x720.jpg"
}
{
"username": "EpicUsername",
"title": "OS Night #ranked :)",
"viewers": 5,
"thumbnail": "https://static-cdn.jtvnw.net/previews-ttv/live_user_epicusername-1280x720.jpg"
}
],
"youtube": [
// Will get an example here eventually lol
]
}