{
  "specVersion": "0.9",
  "version": "0.9",
  "name": "familyguy.co.uk",
  "description": "Every Family Guy episode with its story, air date, credits and voices, plus characters, people, a timeline and facts. Unofficial fan resource. Not affiliated with, endorsed by, or sponsored by FOX, Disney, or Fuzzy Door Productions.",
  "entries": [
    {
      "identifier": "llms-txt",
      "displayName": "llms.txt",
      "description": "Curated entry point: what the site is, every season, and the machine-readable endpoints.",
      "type": "text/markdown",
      "mediaType": "text/markdown",
      "url": "/llms.txt",
      "representativeQueries": [
        "What is familyguy.co.uk?",
        "Where can I find Family Guy episode facts as text?"
      ]
    },
    {
      "identifier": "llms-full-txt",
      "displayName": "llms-full.txt",
      "description": "The site as a single Markdown document, apart from the individual episode pages, which are published as numbered parts it links to.",
      "type": "text/markdown",
      "mediaType": "text/markdown",
      "url": "/llms-full.txt",
      "representativeQueries": [
        "Give me every Family Guy episode with its air date and writer."
      ]
    },
    {
      "identifier": "episodes-json-feed",
      "displayName": "Episodes JSON Feed",
      "description": "All episodes with code, season, air date, writers and directors as a JSON Feed 1.1 document with a _familyguy extension.",
      "type": "application/feed+json",
      "mediaType": "application/feed+json",
      "url": "/episodes.json",
      "representativeQueries": [
        "Which Family Guy episode aired on 30 May 2000?",
        "Who wrote Road to Rhode Island?"
      ]
    },
    {
      "identifier": "episodes-rss",
      "displayName": "Episodes RSS",
      "description": "The 100 most recently broadcast episodes, newest first, full facts per item.",
      "type": "application/rss+xml",
      "mediaType": "application/rss+xml",
      "url": "/feed.xml",
      "representativeQueries": [
        "What is the latest Family Guy episode?"
      ]
    },
    {
      "identifier": "schema-episodes",
      "displayName": "TVEpisode JSON-LD",
      "description": "schema.org TVEpisode, TVSeason, TVSeries and crew Person entities for every episode.",
      "type": "application/ld+json",
      "mediaType": "application/ld+json",
      "url": "/schema/episodes.json",
      "representativeQueries": [
        "Give me structured data for Family Guy season 2 episode 13."
      ]
    },
    {
      "identifier": "api-catalog",
      "displayName": "API catalogue",
      "description": "RFC 9727 linkset listing every endpoint above plus the schema map and sitemaps.",
      "type": "application/linkset+json",
      "mediaType": "application/linkset+json",
      "url": "/.well-known/api-catalog"
    },
    {
      "identifier": "tools",
      "displayName": "Tool registry",
      "description": "Deterministic lookup tools over the episode database, with JSON Schema for each input. Every answer is a lookup over the same data the pages render.",
      "type": "application/json",
      "mediaType": "application/json",
      "url": "/api/tools.json",
      "representativeQueries": [
        "Which episode does Peter join witness protection in?",
        "How many episodes are in season 3?"
      ]
    }
  ]
}
