Video — entry 023 of 37

Stream

Verified Jul 2026

Stream (api.stream.cz) is the GraphQL backend behind Seznam.cz's Czech-language video-on-demand platform Stream.cz, exposing programme episodes, playout/streaming metadata, search, and TV-guide menus through a single public /graphql endpoint with open schema introspection (confirmed live by querying allFilms-style fields and getting real episode data back). No API key or auth is required, but the endpoint sends no Access-Control-Allow-Origin header, so it can't be called directly from browser JavaScript on third-party sites.

czechgraphqlvideo-on-demandseznam
AuthenticationNone requiredCall it straight away — no key, no signup.
HTTPSSupportedTraffic is encrypted in transit.
CORSDisabledBrowser calls need a server-side proxy.
PricingFreeNo paid tier — free for the documented use case.
FormatsGraphQLResponses can be requested as GraphQL.

GreatAPIs Score

Score74out of 100
Authentication25/25No authentication required
Pricing20/20Free to use
Docs0/20No docs or spec available
Formats9/15Single response format
Freshness20/20Verified within 6 months

Embed this badge

Scored 74 on greatapis.com
<a href="https://greatapis.com/api/stream/"><img src="https://greatapis.com/badge/stream.svg" alt="Scored 74 on greatapis.com"></a>

Auth quickstart

  1. No key needed — call it now.
Stored keyNo key stored

Your key is stored only in this browser (localStorage) and sent directly to the API — never to greatapis.

Try it

Developer reference

Base URLhttps://api.stream.cz
Key endpoints
  • POST/graphql