{
  "name": "GamePulse",
  "description": "AI-synthesized gaming, collectables, and esports intelligence API. Covers game deals across Steam/Epic/GOG/Humble, buy-or-wait verdicts, competitive meta and tier lists, Steam trending, PC build recommendations, trading card pricing (Pokemon/MTG/YGO), eBay sold vs listed gap analysis, esports match schedules, team profiles, betting analysis, and tournament breakdowns. Pay-per-query via x402 on Base.",
  "url": "https://gamepulse-zeta.vercel.app",
  "version": "1.0.0",
  "capabilities": ["game-deals", "price-history", "meta-analysis", "tier-lists", "trending-games", "pc-builds", "card-pricing", "card-investment", "ebay-arbitrage", "esports-matches", "esports-betting", "tournament-analysis"],
  "supported_games": ["PC (Steam/Epic/GOG)", "Valorant", "League of Legends", "CS2", "Dota 2", "Overwatch 2", "Rocket League"],
  "supported_card_games": ["Pokemon", "Magic: The Gathering", "Yu-Gi-Oh"],
  "data_sources": ["CheapShark (game deals, free, no key)", "Steam API (player counts, prices, free)", "IGDB (game database, Twitch credentials)", "Scryfall (MTG prices, free)", "eBay Finding API (sold/active listings)", "PandaScore (esports data, free)", "Tavily (real-time news)"],
  "payment": {
    "protocol": "x402",
    "network": "eip155:8453",
    "asset": "USDC",
    "contract": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "payTo": "0x50ab2018c06c6E4eAA9BA52057Eb55eD284912fc"
  },
  "endpoints": [
    { "path": "/api/gaming/deals", "method": "GET", "description": "Best game deals across all major storefronts with buy/wait verdicts", "price_usd": 0.05, "payment_required": true },
    { "path": "/api/gaming/worth-it", "method": "GET", "description": "Buy or wait verdict — price history, review scores, completion time, next sale prediction", "price_usd": 0.08, "payment_required": true },
    { "path": "/api/gaming/meta", "method": "GET", "description": "Current competitive meta, tier lists, patch notes synthesis for any game", "price_usd": 0.08, "payment_required": true },
    { "path": "/api/gaming/trending", "method": "GET", "description": "What's exploding on Steam right now — top 2-week player counts with viral context", "price_usd": 0.05, "payment_required": true },
    { "path": "/api/gaming/setup", "method": "GET", "description": "PC gaming build recommendations for any budget with specific components and Amazon links", "price_usd": 0.10, "payment_required": true },
    { "path": "/api/cards/price", "method": "GET", "description": "Trading card market value, trend, PSA population, and investment grade", "price_usd": 0.10, "payment_required": true },
    { "path": "/api/cards/invest", "method": "GET", "description": "Set investment analysis — sleepers, value plays, and overvalued traps", "price_usd": 0.15, "payment_required": true },
    { "path": "/api/cards/deal", "method": "GET", "description": "eBay sold vs listed gap analysis — finds underpriced listings using real sold price data", "price_usd": 0.15, "payment_required": true },
    { "path": "/api/esports/matches", "method": "GET", "description": "Today's esports match schedule with team context and tournament stakes", "price_usd": 0.05, "payment_required": true },
    { "path": "/api/esports/team", "method": "GET", "description": "Team form, roster, recent results, and upcoming matches", "price_usd": 0.08, "payment_required": true },
    { "path": "/api/esports/betting", "method": "GET", "description": "Pre-match betting analysis with angles, confidence ratings, and risk factors", "price_usd": 0.10, "payment_required": true },
    { "path": "/api/esports/tournament", "method": "GET", "description": "Full tournament breakdown — bracket, teams, storylines, predictions, viewing guide", "price_usd": 0.10, "payment_required": true }
  ],
  "openapi": "https://gamepulse-zeta.vercel.app/openapi.json",
  "llms_txt": "https://gamepulse-zeta.vercel.app/llms.txt",
  "contact": "https://gamepulse-zeta.vercel.app"
}
