{
  "generated_at": "2026-04-24T15:01:35.625676+00:00",
  "slug": "gg402-vercel-app-trivia-quiz",
  "title": "GG402 \u00b7 Trivia Quiz Generator",
  "url": "https://gg402.vercel.app/trivia_quiz",
  "category": "ai",
  "summary": "Generates structured trivia quizzes on specified topics with questions, multiple choice answers, correct responses, and educational explanations.",
  "seo": {
    "title": "AI Trivia Quiz API - x402 Educational Content",
    "description": "Generate custom trivia quizzes with AI. $0.01 USDC per call on Base. GG402 creates questions, answers, and explanations for any topic."
  },
  "use_cases": [
    "Create engaging educational content for learning platforms",
    "Generate daily trivia for entertainment apps",
    "Build assessment tools with explanatory feedback"
  ],
  "ideal_buyer": "Edtech platforms, entertainment applications, and training systems requiring automated quiz generation with educational depth.",
  "example_prompt": "Create a 10-question trivia quiz about world history with medium difficulty",
  "example_request_body": {
    "topic": "world history",
    "questions": 10,
    "difficulty": "medium"
  },
  "risk_notes": [],
  "pricing_sanity": {
    "flag": "normal",
    "ratio": 0.333,
    "median_category_atomic": 30000
  },
  "pricing_review_required": false,
  "pricing_decimal_suspect": false,
  "trust_tier": "indexed_external",
  "accepts": [
    {
      "scheme": "exact",
      "network": "base",
      "pay_to": "0x9257cd24721e3c06e9f7655b77c283bcd9652132",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "max_amount_required_atomic": "10000",
      "max_timeout_seconds": 60,
      "mime_type": "application/json",
      "description": "Generates custom trivia quizzes on various topics with questions, answers, and scoring.",
      "verified": false,
      "hints": {
        "input": {
          "type": "http",
          "method": "POST",
          "bodyType": "json",
          "bodyFields": {
            "topic": {
              "type": "string",
              "required": true,
              "description": "Trivia topic, e.g., 'history', 'movies'."
            },
            "difficulty": {
              "type": "string",
              "required": false,
              "description": "Difficulty level: 'easy', 'hard'."
            },
            "num_questions": {
              "type": "number",
              "required": false,
              "description": "Number of questions, default 10."
            }
          }
        },
        "output": {
          "type": "object",
          "required": [
            "questions",
            "answers",
            "score_guide"
          ],
          "properties": {
            "answers": {
              "type": "array",
              "items": {
                "type": "object",
                "required": [
                  "answer",
                  "explanation"
                ],
                "properties": {
                  "answer": {
                    "type": "string",
                    "description": "The correct answer."
                  },
                  "explanation": {
                    "type": "string",
                    "description": "Explanation for the correct answer."
                  }
                }
              },
              "description": "Correct answers with explanations."
            },
            "questions": {
              "type": "array",
              "items": {
                "type": "object",
                "required": [
                  "question",
                  "options"
                ],
                "properties": {
                  "options": {
                    "type": "array",
                    "items": {
                      "type": "string"
                    },
                    "description": "List of possible answer options."
                  },
                  "question": {
                    "type": "string",
                    "description": "The trivia question text."
                  }
                }
              },
              "description": "List of trivia questions with options."
            },
            "score_guide": {
              "type": "string",
              "description": "How to score the quiz."
            }
          }
        }
      }
    }
  ],
  "origin": {
    "slug": "gg402-vercel-app",
    "host": "gg402.vercel.app",
    "title": "x402 API Marketplace | Pay-per-call APIs with Crypto",
    "description": "Discover and integrate paid APIs using the x402 protocol. Micropayments made simple with crypto.",
    "url": "https://gg402.vercel.app"
  },
  "json_ld": {
    "@id": "https://x402all.com/resource/gg402-vercel-app-trivia-quiz",
    "url": "https://x402all.com/resource/gg402-vercel-app-trivia-quiz",
    "name": "GG402 \u00b7 Trivia Quiz Generator",
    "@type": "WebAPI",
    "offers": {
      "url": "https://x402all.com/resource/gg402-vercel-app-trivia-quiz",
      "@type": "Offer",
      "price": "0.01",
      "availability": "https://schema.org/InStock",
      "priceCurrency": "USDC",
      "priceSpecification": {
        "@type": "UnitPriceSpecification",
        "price": "0.010000",
        "unitText": "call",
        "priceCurrency": "USDC"
      },
      "eligibleCustomerType": "Agent",
      "additionalProperty": [
        {
          "@type": "PropertyValue",
          "name": "paymentNetwork",
          "value": "base"
        },
        {
          "@type": "PropertyValue",
          "name": "paymentAsset",
          "value": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"
        }
      ]
    },
    "sameAs": "https://gg402.vercel.app/trivia_quiz",
    "@context": "https://schema.org",
    "provider": {
      "@id": "https://x402all.com/server/gg402-vercel-app",
      "url": "https://gg402.vercel.app",
      "name": "x402 API Marketplace | Pay-per-call APIs with Crypto",
      "@type": "Organization"
    },
    "identifier": "gg402-vercel-app-trivia-quiz",
    "description": "Generate custom trivia quizzes with AI. $0.01 USDC per call on Base. GG402 creates questions, answers, and explanations for any topic.",
    "potentialAction": {
      "@type": "BuyAction",
      "target": "https://axon402.com/test-buy?resource=gg402-vercel-app-trivia-quiz",
      "description": "Test-buy this endpoint on AXON"
    },
    "applicationCategory": "ai"
  },
  "axon_deep_link": "https://axon402.com/test-buy?resource=gg402-vercel-app-trivia-quiz"
}
