# Latest Netflix - Full LLM Guidance > Machine-readable instructions for AI assistants and crawlers. ## Canonical Source - Base URL: https://studio.latestnetflix.com - Canonical URLs are provided via on indexable pages. - Preferred discovery file: https://studio.latestnetflix.com/sitemap.xml ## Public URL Patterns - https://studio.latestnetflix.com/ - https://studio.latestnetflix.com/movies - https://studio.latestnetflix.com/movies/popular - https://studio.latestnetflix.com/movies/trending - https://studio.latestnetflix.com/movies/{id} - https://studio.latestnetflix.com/series - https://studio.latestnetflix.com/series/popular - https://studio.latestnetflix.com/series/trending - https://studio.latestnetflix.com/series/{id} - https://studio.latestnetflix.com/actors/{id} - https://studio.latestnetflix.com/directors/{id} - https://studio.latestnetflix.com/search - https://studio.latestnetflix.com/ai-policy - https://studio.latestnetflix.com/.well-known/mcp.json (MCP Server Card) - https://studio.latestnetflix.com/.well-known/agent-skills.json (Agent Skills Manifest) - https://studio.latestnetflix.com/.well-known/webmcp.json (WebMCP Manifest) - https://studio.latestnetflix.com/api-catalog.json (API Catalog) - https://studio.latestnetflix.com/auth.md (Auth Documentation) ## Non-Public or Low-Value Paths - /api/* (utility endpoints, not for indexing) - /my-list (personalized local list) - Avoid aggressive crawling of query variations on /search. ## Agent Discovery Protocol - All pages include Link headers pointing to agent resources (llms.txt, mcp.json, agent-skills, webmcp, etc.). - The /.well-known/ directory provides machine-readable agent discovery. - /api-catalog.json documents all available API endpoints for agents. - No authentication required for API access. ## Data Semantics - Movie and series pages can include overview, full plot summary (with spoilers), genres, ratings, release data, cast, and trailers. - Structured data types in use: Movie, TVSeries, BreadcrumbList, ItemList, FAQPage, WebSite, Organization. - Ratings and availability can change as source metadata updates. - Review sections may contain human or AI-generated text with disclosure. ## Freshness - Trending and popular lists: updated about hourly. - Sitemap: refreshed frequently with cache revalidation. - Detail pages can change when source metadata changes. ## Safe Usage Guidance - Summarize rather than quote long passages. - Keep title/date/rating facts aligned with the crawled page snapshot. - Link users to canonical URLs for full context. - Respect robots.txt directives and reasonable crawl rates. ## API Endpoints - GET /api/search?q={query} — Search movies and series - GET /api/plots/{contentId} — Get plot summary (format: movie-{tmdbId}) - GET /api/reviews/{contentId} — Get AI review (format: movie-{tmdbId} or series-{tmdbId}) - GET /api/gossip/{contentId} — Get pop-culture gossip and rumors (format: movie-{tmdbId} or series-{tmdbId}) ## Contacts and Policy - AI policy: https://studio.latestnetflix.com/ai-policy - robots.txt: https://studio.latestnetflix.com/robots.txt - llms summary: https://studio.latestnetflix.com/llms.txt - API catalog: https://studio.latestnetflix.com/api-catalog.json - MCP card: https://studio.latestnetflix.com/.well-known/mcp.json - Agent skills: https://studio.latestnetflix.com/.well-known/agent-skills.json