Stream
Czech internet television, films, series and online videos for free
- Authentication
- No auth
- HTTPS
- Yes
- CORS
- No
- Category
- Video
- Documentation / URL
- https://api.stream.cz/graphiql
Overview
Stream.cz provides Czech internet TV/films/series data via GraphQL — keyless (the API requires POST with a query; GET without a query returns 400, verified).
Quick Start
GraphQL query (POST):
curl -X POST "https://api.stream.cz/graphql" \
-H "Content-Type: application/json" \
-d '{"query": "{ ... }"}'
{ "errors": [ { "message": "Must provide query string." } ] }
Authentication
None — keyless.
Rate Limits & Notes
- Free; be polite — no hard published limit.
- POST GraphQL only (GET → 400 without query, verified).
FAQ
Is Stream free? Yes — free and keyless.
Why 400? The API needs a POST GraphQL query (verified) — GET without a query returns 400.
What’s the format? GraphQL.
More in Video
| API | Auth | HTTPS | CORS | |
|---|---|---|---|---|
| An API of Ice And Fire Game Of Thrones API | No auth | Yes | Unknown | ↗ |
| Bob's Burgers Bob's Burgers API | No auth | Yes | Yes | ↗ |
| Breaking Bad Breaking Bad API | No auth | Yes | Unknown | ↗ |
| Breaking Bad Quotes Some Breaking Bad quotes | No auth | Yes | Unknown | ↗ |
| Catalogopolis Doctor Who API | No auth | Yes | Unknown | ↗ |