# Entertainment > Entertainment intelligence: movies, TV shows, music, gaming, and live events. Multi-source AI reasoning — natural-language questions answered with rich, reasoned responses drawing on entertainment metadata and signals. Rare-domain entertainment intelligence behind x402 micropayments (exclusive tier). A single POST /entertainment/ask endpoint accepts a natural-language question plus an optional style preset (critic, curator, analyst, time_machine, itinerant). DeepSeek routes across movie/TV/music/game/event databases, fetches metadata + popularity signals, and returns a reasoned answer. ## Pricing - `exclusive` tier — **$0.256125** on Base: `/entertainment/ask` - Chains: Base, Arbitrum, Polygon, Avalanche. Per-chain prices in `/.well-known/x402.json`. ## Operations ### inference - **POST /entertainment/ask** — Multi-source AI entertainment reasoning via DeepSeek. Accepts any natural language question about movies, TV, music, games, or events. — params: `question` (string)*, `style` (string) (tier: `exclusive`) ## Workflows - **entertainment_ask** (Answer a movie/TV/music/game/event question): `ask` ## Data sources - YTS (movie) — Movie metadata + torrent signals. - TMDB (movie-tv) — With API key. - TVMaze (tv) - MusicBrainz (music) - Deezer (music) — Artist popularity, album/fan counts. - Last.fm (music) — Artist listeners. - RAWG (gaming) — Game metadata, ratings, platforms. - CheapShark (gaming) — Game deals & pricing. - Ticketmaster (events) — Live events, concerts, shows. ## Free endpoints - GET `/`, `/health`, `/about`, `/.well-known/x402.json`, `/llms.txt`, `/openapi.json` (standard) - GET `/entertainment/feedback` — Return the 50 most recent feedback entries - POST `/entertainment/feedback` — Submit feedback (response_id, rating 1-5, optional comment) ## Examples - `ask` — Recommend a film: `{"question": "Recommend me a sci-fi movie like Arrival with a great soundtrack", "style": "curator"}`