Public OpenAPI 3.1 specification for the kino.is API — a movie & TV catalogue with people, ratings, where-to-watch and live cinema showtimes.
All endpoints are GET, return JSON, and take an optional lang (ru, en, uk, kk, uz,
be, de, he). Base URL: https://kino.is.
openapi.yaml — covers search, film & person details, catalogue browsing,
what's-in-cinemas, real showtimes (UA/KZ), box office, calendar and lists.
- TypeScript / JavaScript —
@kino-is/sdk· sdk-js - Python —
kino-is· sdk-py - MCP server (use it from Claude/Cursor/VS Code) — kino-is/mcp
npx @openapitools/openapi-generator-cli generate \
-i https://raw.githubusercontent.com/kino-is/api/main/openapi.yaml \
-g php -o ./kino-is-php # or: go, java, csharp, swift, kotlin, ruby, rust, …Explore it interactively in Swagger Editor — paste the openapi.yaml.