{
  "x402Version": 2,
  "id": 5313,
  "slug": "5313",
  "resource": "https://gamemaxxing.baes.so/api/agent/v1/search",
  "description": "Search GAMEMAXXING's video games and gaming knowledge base for game concepts across game design, game business, game culture, and gaming history, then return ranked JSON hits with full content first and source URLs second.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x702ba46435D1E55B18440100BC81EB055574875e",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "1000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "category": "gaming",
      "discoverable": true,
      "info": {
        "input": {
          "body": {
            "category": "game-business",
            "limit": 5,
            "offset": 0,
            "query": "battle pass retention"
          },
          "bodyType": "json",
          "method": "POST",
          "type": "http"
        },
        "output": {
          "example": {
            "apiVersion": "v1",
            "categoryHits": [
              {
                "category": "game-business",
                "count": 1,
                "label": "Game Business",
                "score": 1.32
              }
            ],
            "hits": [
              {
                "category": "game-business",
                "categoryLabel": "Game Business",
                "content": {
                  "body": "A battle pass sells a limited-time progression track and turns player time into a recurring monetization loop. The better versions make seasonal retention feel rewarding rather than purely extractive.",
                  "example": "Fortnite normalized the modern battle pass model by tying cosmetics, quests, and season cadence into one repeatable system.",
                  "oneLiner": "Battle passes turn engagement into recurring monetization without charging upfront.",
                  "relatedTerms": [
                    "Games as a Service (GaaS)",
                    "Whale Economics",
                    "DLC Strategy"
                  ],
                  "tags": [
                    "monetization",
                    "live-service",
                    "progression"
                  ],
                  "whyItMatters": "Battle passes influence retention, content cadence, and revenue at the same time, which is why they sit near the center of live-service strategy."
                },
                "id": "battle-pass-economics",
                "matchedFields": [
                  "term",
                  "body"
                ],
                "score": 1.32,
                "source": {
                  "url": "https://gamemaxxing.baes.so/concept/battle-pass-economics"
                },
                "term": "Battle Pass Economics"
              }
            ],
            "pageInfo": {
              "hasMore": true,
              "limit": 5,
              "nextOffset": 1,
              "offset": 0,
              "returned": 1,
              "totalHits": 2
            },
            "query": "battle pass retention",
            "totalHits": 2
          },
          "type": "json"
        }
      },
      "routeTemplate": "/api/agent/v1/search",
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "body": {
                "additionalProperties": false,
                "properties": {
                  "category": {
                    "description": "Optional GAMEMAXXING internal category slug used to narrow results to part of the GAMEMAXXING video game knowledge base.",
                    "enum": [
                      "game-design",
                      "game-mechanics",
                      "gaming-history",
                      "speedrunning",
                      "esports",
                      "graphics-tech",
                      "game-audio",
                      "narrative",
                      "gaming-culture",
                      "player-psychology",
                      "game-business",
                      "game-genres",
                      "indie-games",
                      "game-tech",
                      "iconic-games",
                      "action-adventure-games",
                      "roguelike-games",
                      "rpg-games",
                      "shooter-games",
                      "survival-crafting-games",
                      "horror-games",
                      "strategy-management-games",
                      "simulation-games",
                      "sports-racing-games",
                      "fighting-brawler-games",
                      "puzzle-platformer-games",
                      "narrative-adventure-games",
                      "card-board-games",
                      "onchain-gaming",
                      "game-consoles",
                      "game-studios",
                      "gaming-people",
                      "game-engines",
                      "gaming-characters",
                      "pokemon-games"
                    ],
                    "type": "string"
                  },
                  "limit": {
                    "description": "Maximum number of ranked concept hits to return.",
                    "maximum": 12,
                    "minimum": 1,
                    "type": "integer"
                  },
                  "offset": {
                    "description": "Zero-based result offset for pagination. Start at 0, then send pageInfo.nextOffset while pageInfo.hasMore is true.",
                    "maximum": 5000,
                    "minimum": 0,
                    "type": "integer"
                  },
                  "query": {
                    "description": "Natural-language game or video game query to run against GAMEMAXXING's concept corpus, including game design, game business, and game culture topics.",
                    "maxLength": 160,
                    "minLength": 2,
                    "type": "string"
                  }
                },
                "required": [
                  "query"
                ],
                "type": "object"
              },
              "bodyType": {
                "enum": [
                  "json",
                  "form-data",
                  "text"
                ],
                "type": "string"
              },
              "method": {
                "enum": [
                  "POST"
                ],
                "type": "string"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method",
              "bodyType",
              "body"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "additionalProperties": false,
                "properties": {
                  "apiVersion": {
                    "description": "API version string.",
                    "type": "string"
                  },
                  "categoryHits": {
                    "description": "Category-level aggregation over all matching ranked hits.",
                    "items": {
                      "additionalProperties": false,
                      "properties": {
                        "category": {
                          "description": "Optional GAMEMAXXING internal category slug used to narrow results to part of the GAMEMAXXING video game knowledge base.",
                          "enum": [
                            "game-design",
                            "game-mechanics",
                            "gaming-history",
                            "speedrunning",
                            "esports",
                            "graphics-tech",
                            "game-audio",
                            "narrative",
                            "gaming-culture",
                            "player-psychology",
                            "game-business",
                            "game-genres",
                            "indie-games",
                            "game-tech",
                            "iconic-games",
                            "action-adventure-games",
                            "roguelike-games",
                            "rpg-games",
                            "shooter-games",
                            "survival-crafting-games",
                            "horror-games",
                            "strategy-management-games",
                            "simulation-games",
                            "sports-racing-games",
                            "fighting-brawler-games",
                            "puzzle-platformer-games",
                            "narrative-adventure-games",
                            "card-board-games",
                            "onchain-gaming",
                            "game-consoles",
                            "game-studios",
                            "gaming-people",
                            "game-engines",
                            "gaming-characters",
                            "pokemon-games"
                          ],
                          "type": "string"
                        },
                        "count": {
                          "description": "Number of hits returned for the category in the current result set.",
                          "type": "integer"
                        },
                        "label": {
                          "description": "Human-readable category label.",
                          "type": "string"
                        },
                        "score": {
                          "description": "Aggregate relevance score for the category bucket.",
                          "type": "number"
                        }
                      },
                      "required": [
                        "category",
                        "label",
                        "count",
                        "score"
                      ],
                      "type": "object"
                    },
                    "type": "array"
                  },
                  "hits": {
                    "description": "Ranked concept hits with full content payloads for direct use and a trailing source block for citation or follow-up browsing.",
                    "items": {
                      "additionalProperties": false,
                      "properties": {
                        "category": {
                          "description": "Optional GAMEMAXXING internal category slug used to narrow results to part of the GAMEMAXXING video game knowledge base.",
                          "enum": [
                            "game-design",
                            "game-mechanics",
                            "gaming-history",
                            "speedrunning",
                            "esports",
                            "graphics-tech",
                            "game-audio",
                            "narrative",
                            "gaming-culture",
                            "player-psychology",
                            "game-business",
                            "game-genres",
                            "indie-games",
                            "game-tech",
                            "iconic-games",
                            "action-adventure-games",
                            "roguelike-games",
                            "rpg-games",
                            "shooter-games",
                            "survival-crafting-games",
                            "horror-games",
                            "strategy-management-games",
                            "simulation-games",
                            "sports-racing-games",
                            "fighting-brawler-games",
                            "puzzle-platformer-games",
                            "narrative-adventure-games",
                            "card-board-games",
                            "onchain-gaming",
                            "game-consoles",
                            "game-studios",
                            "gaming-people",
                            "game-engines",
                            "gaming-characters",
                            "pokemon-games"
                          ],
                          "type": "string"
                        },
                        "categoryLabel": {
                          "description": "Human-readable category label for the concept.",
                          "type": "string"
                        },
                        "content": {
                          "additionalProperties": false,
                          "description": "Full GAMEMAXXING concept content so the agent can use the result directly without opening the URL.",
                          "properties": {
                            "body": {
                              "description": "Grounded explanation of the concept.",
                              "type": "string"
                            },
                            "example": {
                              "description": "Concrete example attached to the concept when available.",
                              "type": "string"
                            },
                            "oneLiner": {
                              "description": "Single-sentence explanation suitable for quick agent consumption.",
                              "type": "string"
                            },
                            "relatedTerms": {
                              "description": "Exact GAMEMAXXING terms that connect to the concept.",
                              "items": {
                                "type": "string"
                              },
                              "type": "array"
                            },
                            "tags": {
                              "description": "Short tags associated with the concept.",
                              "items": {
                                "type": "string"
                              },
                              "type": "array"
                            },
                            "whyItMatters": {
                              "description": "Why the concept matters to players, studios, or other agents.",
                              "type": "string"
                            }
                          },
                          "required": [
                            "oneLiner",
                            "body",
                            "whyItMatters",
                            "relatedTerms",
                            "tags"
                          ],
                          "type": "object"
                        },
                        "id": {
                          "description": "Canonical GAMEMAXXING concept id.",
                          "type": "string"
                        },
                        "matchedFields": {
                          "description": "Concept fields that contributed to the match.",
                          "items": {
                            "enum": [
                              "term",
                              "tag",
                              "related",
                              "body"
                            ],
                            "type": "string"
                          },
                          "type": "array"
                        },
                        "score": {
                          "description": "Relevance score from the search engine.",
                          "type": "number"
                        },
                        "source": {
                          "additionalProperties": false,
                          "description": "Follow-up source metadata. Agents can ignore this unless they need citation or browsing.",
                          "properties": {
                            "url": {
                              "description": "Canonical human-readable GAMEMAXXING URL for citation or follow-up browsing.",
                              "type": "string"
                            }
                          },
                          "required": [
                            "url"
                          ],
                          "type": "object"
                        },
                        "term": {
                          "description": "Display name of the matched concept.",
                          "type": "string"
                        }
                      },
                      "required": [
                        "id",
                        "term",
                        "category",
                        "categoryLabel",
                        "score",
                        "matchedFields",
                        "content",
                        "source"
                      ],
                      "type": "object"
                    },
                    "type": "array"
                  },
                  "pageInfo": {
                    "additionalProperties": false,
                    "description": "Pagination metadata for the current ranked result window. Send nextOffset as offset in the next request while hasMore is true.",
                    "properties": {
                      "hasMore": {
                        "description": "Whether another page is available.",
                        "type": "boolean"
                      },
                      "limit": {
                        "description": "Maximum number of items requested for this page.",
                        "type": "integer"
                      },
                      "nextOffset": {
                        "description": "Offset to send in the next request, or null when there are no more results.",
                        "type": [
                          "integer",
                          "null"
                        ]
                      },
                      "offset": {
                        "description": "Zero-based result offset used for this page.",
                        "type": "integer"
                      },
                      "returned": {
                        "description": "Number of items returned in this page.",
                        "type": "integer"
                      },
                      "totalHits": {
                        "description": "Total matching hits before pagination.",
                        "type": "integer"
                      }
                    },
                    "required": [
                      "offset",
                      "limit",
                      "returned",
                      "totalHits",
                      "hasMore",
                      "nextOffset"
                    ],
                    "type": "object"
                  },
                  "query": {
                    "description": "Normalized query used for the search.",
                    "type": "string"
                  },
                  "totalHits": {
                    "description": "Total number of matching hits before pagination.",
                    "type": "integer"
                  }
                },
                "required": [
                  "apiVersion",
                  "query",
                  "totalHits",
                  "pageInfo",
                  "categoryHits",
                  "hits"
                ],
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      },
      "tags": [
        "game",
        "games",
        "video-games",
        "gaming",
        "game-research",
        "game-search",
        "game-concepts",
        "game-design",
        "game-business",
        "knowledge-base"
      ]
    },
    "builder-code": {
      "info": {
        "a": "bc_yivyjv4m"
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "additionalProperties": false,
        "properties": {
          "a": {
            "description": "App builder code",
            "pattern": "^[a-z0-9_]{1,32}$",
            "type": "string"
          },
          "s": {
            "description": "Service builder codes",
            "items": {
              "pattern": "^[a-z0-9_]{1,32}$",
              "type": "string"
            },
            "type": "array"
          },
          "w": {
            "description": "Wallet builder code",
            "pattern": "^[a-z0-9_]{1,32}$",
            "type": "string"
          }
        },
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar",
    "builder-code"
  ],
  "sourceHost": "gamemaxxing.baes.so",
  "lastUpdated": "2026-09-17T03:59:27.582Z",
  "quality": {
    "calls30d": 7,
    "uniquePayers30d": 6,
    "lastCalledAt": "2026-09-17T03:59:27.385Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "gamemaxxing.baes.so",
    "manifest_name": "gamemaxxing.baes.so",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}