# PlatPhorm GameStream > A public aggregator and in-browser viewer for live video game streams across Twitch, YouTube, Kick, Steam, ROG and more. Part of the PlatPhorm News Network. PlatPhorm GameStream is a public aggregator and in-browser viewer for live video game streams. Streams are community-submitted and span Twitch, YouTube Live, Kick, and Steam broadcasts. ## Pages - [Home / all live streams](https://gamestream.platphormnews.com/): Browse and filter live game streams. - [Live](https://gamestream.platphormnews.com/live): Currently-live streams only. - [Games](https://gamestream.platphormnews.com/games): Streams grouped by game. - [Watch](https://gamestream.platphormnews.com/watch/{id}): In-browser viewer for a single stream. - [API docs](https://gamestream.platphormnews.com/api/docs): Public REST API reference. ## API - GET https://gamestream.platphormnews.com/api/health — service health probe. - GET https://gamestream.platphormnews.com/api/v1/streams — list streams (query: q, platform, game, live, limit, offset). - POST https://gamestream.platphormnews.com/api/v1/streams — submit a stream (JSON: url, title, streamer, game, tags). - GET https://gamestream.platphormnews.com/api/v1/streams/{id} — fetch a single stream. - GET https://gamestream.platphormnews.com/api/events — event outbox (query: since, type, limit). - POST https://gamestream.platphormnews.com/api/webhooks — register a signed webhook endpoint. - OpenAPI: https://gamestream.platphormnews.com/api/openapi.json ## Auth & limits - Read endpoints are public. Rate limited per IP. - Webhook deliveries are HMAC-SHA256 signed (X-Signature header). ## Discovery - RSS: https://gamestream.platphormnews.com/rss.xml - Sitemap: https://gamestream.platphormnews.com/sitemap.xml - llms-full: https://gamestream.platphormnews.com/llms-full.txt - llms-index: https://gamestream.platphormnews.com/llms-index.json ## Network Part of the PlatPhorm News Network. Sibling sites: - Podcasts: https://podcasts.platphormnews.com - News: https://platphormnews.com