Endpoint
Response
Returns a plain text string (not JSON) with one of the following messages:- When streaming is predicted:
"Kevin plant um {time} Uhr online zu gehen. Pag"- Example:
"Kevin plant um 14:00 Uhr online zu gehen. Pag"
- Example:
- When no stream is predicted:
"Kevin kommt heute nicht online. Saj" - When no data is available:
"4Shrug"
Use case
This endpoint is specifically designed for Twitch chat bot integration. A bot can periodically query this endpoint and post the response to chat when users ask about the stream schedule. The response includes Twitch emote codes (Pag, Saj, 4Shrug) that will render as emotes when posted in Twitch chat.Example
Request
Response (stream predicted)
Response (no stream predicted)
Response (no data)
Implementation notes
The endpoint queries the most recent VOD from the database and applies the same prediction logic used on the main site. It checks if Kevin mentioned streaming today or tomorrow based on when the last stream occurred.