# kino.is > Online movie catalog — Russian-first, also English (/en/) and Ukrainian (/uk/). Films, TV series, anime, cast & crew, ratings (Kinopoisk / IMDb / TMDB), synopses, where-to-watch (streaming providers), curated lists, premiere calendar, and REAL cinema showtimes (per-cinema session times for Ukraine and Kazakhstan; "now in cinemas" for other countries). ## Key sections - [Catalog](https://kino.is/catalog): browse & filter films by type, genre, country, year and keyword - [Search](https://kino.is/search): full-text film and person search - [Cinema & showtimes](https://kino.is/cinema): what's playing by country; per-cinema session times for UA and KZ - [Cinemas directory](https://kino.is/cinemas): cinemas with their current films and sessions - [Curated lists](https://kino.is/lists): themed film collections - [Premiere calendar](https://kino.is/calendar): upcoming theatrical releases ## For AI agents - MCP server (search films, get film details, get showtimes, list cinemas): https://kino.is/.well-known/mcp.json - API catalog (public read-only JSON endpoints): https://kino.is/.well-known/api-catalog - Markdown version of any page: append `.md` — e.g. https://kino.is/film/927621.md, https://kino.is/person/{id}.md - Languages: ru (root), en (`/en/…`), uk (`/uk/…`); API calls accept `?lang=en|uk` - Every film & person page embeds Schema.org JSON-LD (Movie, Person, AggregateRating, BreadcrumbList) ## Data shape - Film page `https://kino.is/film/{id}`: title, original title, year, type, Kinopoisk/IMDb ratings, genres, countries, synopsis, cast, where-to-watch, cinema sessions - Person page `https://kino.is/person/{id}`: name, bio, filmography - Full details for agents: https://kino.is/llms-full.txt