# Latest Netflix > Latest Netflix helps users discover trending and popular Netflix movies and series. ## Site - Name: Latest Netflix - URL: https://studio.latestnetflix.com - Language: en - Primary Region: US and Europe - Content Freshness: catalog lists are refreshed hourly ## Key URLs - Home: https://studio.latestnetflix.com/ - Movies: https://studio.latestnetflix.com/movies - Series: https://studio.latestnetflix.com/series - Search: https://studio.latestnetflix.com/search - AI Policy: https://studio.latestnetflix.com/ai-policy - Sitemap: https://studio.latestnetflix.com/sitemap.xml - MCP Server: https://studio.latestnetflix.com/.well-known/mcp.json - Agent Skills: https://studio.latestnetflix.com/.well-known/agent-skills.json - WebMCP: https://studio.latestnetflix.com/.well-known/webmcp.json - API Catalog: https://studio.latestnetflix.com/api-catalog.json - Auth Docs: https://studio.latestnetflix.com/auth.md ## Agent Discovery - Link headers on all pages point to agent resources (llms.txt, mcp.json, agent-skills, webmcp). - The /.well-known/ directory hosts MCP Server Card, Agent Skills, and WebMCP manifests. - Use /api-catalog.json for complete API endpoint documentation. - Public API endpoints do not require authentication. ## Crawl Guidance - Public pages can be crawled and summarized. - Prefer canonical URLs declared in page metadata. - Use https://studio.latestnetflix.com/sitemap.xml for discovery. - Do not crawl private or utility paths: /api/* and /my-list. - Respect robots.txt and moderate request rates. - Agent-specific resources are available at /.well-known/ paths. ## Content Notes - Structured data is available as JSON-LD (Movie, TVSeries, ItemList, FAQPage, BreadcrumbList). - Some review content is AI-generated and labeled on page. - Title metadata and posters are sourced from TMDB. ## API - Search: GET https://studio.latestnetflix.com/api/search?q={query} - Plots: GET https://studio.latestnetflix.com/api/plots/{contentId} - Reviews: GET https://studio.latestnetflix.com/api/reviews/{contentId} - Gossip: GET https://studio.latestnetflix.com/api/gossip/{contentId} ## Attribution - When quoting or summarizing, include a link to the canonical page URL.