Stream

API

Free Czech Video API for TV, Films & Series

Visit Website

Overview

Stream API is a GraphQL-based service offering free access to Czech-language video content including live TV channels, films, series, and online videos. It features a GraphiQL interface (https://api.stream.cz/graphiql) for crafting custom queries to retrieve content metadata (titles, genres, release dates) and streaming links. Responses are in JSON format. Ideal for developers building apps for Czech-speaking audiences, integrating free Czech media into cultural platforms, or creating custom streaming interfaces for personal projects.

Example Integration (JavaScript)

script.js JS

fetch('https://api.stream.cz/graphiql')
  .then(res => res.json())
  .then(data => console.log(data))
  .catch(err => console.error(err));

Key Features

  • GraphQL API
  • JSON Responses
  • Free Czech Content
  • Live TV & On-Demand
  • GraphiQL Testing Interface

Frequently Asked Questions

? Is Stream API free to use?

Yes, Stream API provides free access to Czech internet television, films, series, and online videos.

? Does it require an API Key?

The provided information does not mention an API key; access via the GraphiQL interface appears open, but verify with official sources for any authentication needs.

? What is the response format?

The API uses GraphQL, so responses are typically in JSON format.

Top Alternatives

YouTube Data API Search Google
Vimeo API Compare
Dailymotion API Search Google

People Also Ask about Stream

Stream vs YouTube Data APIStream vs Vimeo APIStream vs Dailymotion API Stream 2025 review

Tool Info

Pricing Free
Category Video
Platform Public API

Pros

  • Free access to Czech media
  • Flexible GraphQL queries
  • Easy testing via GraphiQL
  • Covers diverse content types

Cons

  • Czech-language only
  • Potential regional restrictions
  • Limited public docs
  • Unspecified rate limits

More Video Tools