Stream
APIFree Czech Video API for TV, Films & Series
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)
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
People Also Ask about Stream
Tool Info
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