{
  "name": "FanPulse",
  "description": "Super-fan intelligence API for iconic franchises and artists. 9 endpoints: lore Q&A, character profiles, trivia generation, Easter egg analysis, discography deep dives, personality sorting, canonical timelines, cross-franchise comparisons, and collectibles market intelligence (vinyl Discogs pricing, K-pop photocards, autograph authentication). Pay-per-query via x402 micropayments on Base.",
  "url": "https://fanpulse-tau.vercel.app",
  "version": "1.0.0",
  "capabilities": [
    "lore-qa",
    "character-profiles",
    "trivia-generation",
    "easter-egg-analysis",
    "lyric-analysis",
    "discography-deep-dive",
    "personality-sorting",
    "hogwarts-sorting",
    "canonical-timeline",
    "cross-franchise-comparison",
    "star-wars",
    "harry-potter",
    "lord-of-the-rings",
    "star-trek",
    "marvel",
    "game-of-thrones",
    "taylor-swift",
    "the-beatles",
    "music-analysis"
  ],
  "data_sources": [
    "Tavily — real-time search of Wookieepedia, Memory Alpha, HP Wiki, LOTR Wiki, Genius, fan analysis sites",
    "SWAPI — Star Wars structured data",
    "PotterDB — Harry Potter characters, spells, books",
    "STAPI — Star Trek encyclopedia",
    "Open Trivia DB — structured trivia questions",
    "TheAudioDB — artist and album structured data",
    "Claude — synthesis, analysis, and fan-grade reasoning"
  ],
  "payment": {
    "protocol": "x402",
    "network": "eip155:8453",
    "asset": "USDC",
    "contract": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "payTo": "0x50ab2018c06c6E4eAA9BA52057Eb55eD284912fc"
  },
  "endpoints": [
    { "path": "/api/fan/lore", "method": "GET", "description": "Deep canon lore Q&A for any franchise — cites sources, distinguishes canon tiers, flags fandom debates.", "parameters": [{"name": "franchise", "required": true}, {"name": "query", "required": true}, {"name": "lang"}], "price_usd": 0.10, "payment_required": true },
    { "path": "/api/fan/character", "method": "GET", "description": "Full character or artist profile — arc, traits, relationships, best moments, quotes, legacy, fandom perspective.", "parameters": [{"name": "franchise", "required": true}, {"name": "name", "required": true}, {"name": "lang"}], "price_usd": 0.08, "payment_required": true },
    { "path": "/api/fan/quiz", "method": "GET", "description": "10-question AI trivia with options, answers, explanations, and scoring guide. Easy to hard difficulty.", "parameters": [{"name": "franchise", "required": true}, {"name": "topic"}, {"name": "difficulty"}, {"name": "lang"}], "price_usd": 0.08, "payment_required": true },
    { "path": "/api/fan/easter-eggs", "method": "GET", "description": "Hidden meanings, lyric callbacks, confirmed secrets for music artists (especially Taylor Swift) and film/TV franchises.", "parameters": [{"name": "artist"}, {"name": "franchise"}, {"name": "album"}, {"name": "lang"}], "price_usd": 0.15, "payment_required": true },
    { "path": "/api/fan/discography", "method": "GET", "description": "Artist catalog deep dive — eras, evolution, essential listening, underrated gems, cultural legacy.", "parameters": [{"name": "artist", "required": true}, {"name": "focus"}, {"name": "lang"}], "price_usd": 0.10, "payment_required": true },
    { "path": "/api/fan/sorting", "method": "GET", "description": "Personality-based sorting into franchise factions — Hogwarts house, Jedi/Sith, Fellowship role, Starfleet division.", "parameters": [{"name": "franchise", "required": true}, {"name": "personality"}, {"name": "lang"}], "price_usd": 0.08, "payment_required": true },
    { "path": "/api/fan/timeline", "method": "GET", "description": "Canonical in-universe chronology — eras, pivotal events, recommended watch/read order, canon conflicts.", "parameters": [{"name": "franchise", "required": true}, {"name": "lang"}], "price_usd": 0.10, "payment_required": true },
    { "path": "/api/fan/collect", "method": "GET", "description": "Collectibles market intelligence — pricing by condition, authentication services (PSA/JSA/CGC/Beckett), where to buy/sell, counterfeit red flags, investment outlook. Discogs live vinyl pricing. K-pop photocard rarity tiers.", "parameters": [{"name": "franchise"}, {"name": "artist"}, {"name": "item_type"}, {"name": "item"}, {"name": "lang"}], "price_usd": 0.10, "payment_required": true },
    { "path": "/api/fan/compare", "method": "GET", "description": "Decisive cross-franchise comparisons — Gandalf vs Dumbledore, Beatles vs Stones, etc. Always picks a winner.", "parameters": [{"name": "subject1", "required": true}, {"name": "subject2", "required": true}, {"name": "type"}, {"name": "lang"}], "price_usd": 0.10, "payment_required": true }
  ],
  "openapi": "https://fanpulse-tau.vercel.app/openapi.json",
  "llms_txt": "https://fanpulse-tau.vercel.app/llms.txt",
  "contact": "https://fanpulse-tau.vercel.app"
}
