{
  "x402Version": 2,
  "id": 4883,
  "slug": "4883",
  "resource": "https://router.forgemesh.io/api/services",
  "description": "Search x402 service registry — broad q search plus health, score, category, tag, and tags filters",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0xa1EbB2A8a8ed5497Cf09C861a1e135520A3B3396",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "1000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "method": "GET",
          "queryParams": {
            "health_status": "x402",
            "limit": 10,
            "q": "weather",
            "tag": "travel"
          },
          "type": "http"
        },
        "output": {
          "example": [
            {
              "health_status": "x402",
              "id": "svc_example",
              "name": "Example x402 Service",
              "reputation_score": 87,
              "tags": [
                "weather",
                "travel"
              ],
              "url": "https://example.com"
            }
          ],
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "method": {
                "enum": [
                  "GET"
                ],
                "type": "string"
              },
              "queryParams": {
                "additionalProperties": false,
                "properties": {
                  "category": {
                    "description": "Broad category bucket such as travel, weather, crypto, finance, automation, data, search, security, geo, or news.",
                    "type": "string"
                  },
                  "health_status": {
                    "enum": [
                      "x402",
                      "reachable",
                      "unreachable",
                      "unknown"
                    ],
                    "type": "string"
                  },
                  "limit": {
                    "default": 100,
                    "maximum": 500,
                    "minimum": 1,
                    "type": "integer"
                  },
                  "min_score": {
                    "maximum": 100,
                    "minimum": 0,
                    "type": "number"
                  },
                  "q": {
                    "description": "Broad text search across service name, URL, description, category, tags, and x402 metadata.",
                    "type": "string"
                  },
                  "sort": {
                    "enum": [
                      "reputation"
                    ],
                    "type": "string"
                  },
                  "tag": {
                    "description": "Exact normalized tag match.",
                    "type": "string"
                  },
                  "tags": {
                    "description": "Comma-separated tags; all tags must match.",
                    "type": "string"
                  }
                },
                "type": "object"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "items": {
                  "properties": {
                    "category": {
                      "type": [
                        "string",
                        "null"
                      ]
                    },
                    "description": {
                      "type": [
                        "string",
                        "null"
                      ]
                    },
                    "health_status": {
                      "enum": [
                        "x402",
                        "reachable",
                        "unreachable",
                        "unknown"
                      ],
                      "type": "string"
                    },
                    "id": {
                      "type": "string"
                    },
                    "name": {
                      "type": "string"
                    },
                    "reputation_score": {
                      "type": "number"
                    },
                    "tags": {
                      "items": {
                        "type": "string"
                      },
                      "type": "array"
                    },
                    "url": {
                      "format": "uri",
                      "type": "string"
                    }
                  },
                  "type": "object"
                },
                "type": "array"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "router.forgemesh.io",
  "lastUpdated": "2026-09-17T03:31:17.645Z",
  "quality": {
    "calls30d": 8,
    "uniquePayers30d": 8,
    "lastCalledAt": "2026-09-17T03:31:17.401Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "router.forgemesh.io",
    "manifest_name": "router.forgemesh.io",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}