{
  "x402Version": 2,
  "id": 13269,
  "slug": "13269",
  "resource": "https://x402-tools.vercel.app/api/concerts",
  "description": "Search for upcoming concerts. Supports city, date range, genre, and artist filtering.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0xbAd1Aa224bFe4fEb460E12b2553DcDf98a7098d0",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "10000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "method": "GET",
          "queryParams": {
            "countryCode": "US",
            "page": "0"
          },
          "type": "http"
        },
        "output": {
          "example": [
            {
              "artists": [
                "Khruangbin",
                "Bob Moses"
              ],
              "city": "Boston",
              "date": "2026-04-15",
              "name": "Khruangbin - A La Sala Tour",
              "priceRange": {
                "max": 150,
                "min": 55
              },
              "time": "20:00:00",
              "url": "https://example.com/event/abc123",
              "venue": "Paradise Rock Club"
            }
          ],
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "method": {
                "enum": [
                  "GET"
                ],
                "type": "string"
              },
              "queryParams": {
                "properties": {
                  "artists": {
                    "description": "Comma-separated artist names to filter by (e.g. Khruangbin,Bob Moses)",
                    "type": "string"
                  },
                  "city": {
                    "description": "City name (e.g. Boston, New York)",
                    "type": "string"
                  },
                  "countryCode": {
                    "description": "Country code filter (default US)",
                    "type": "string"
                  },
                  "endDateTime": {
                    "description": "End of date range in ISO 8601 (e.g. 2026-03-31T23:59:59Z)",
                    "type": "string"
                  },
                  "genre": {
                    "description": "Music genre. One of: Alternative, Ballads/Romantic, Blues, Classical, Country, Dance/Electronic, Folk, Hip-Hop/Rap, Jazz, Latin, Metal, Pop, R&B, Reggae, Rock, World.",
                    "type": "string"
                  },
                  "page": {
                    "description": "Page number for pagination (default 0)",
                    "type": "string"
                  },
                  "startDateTime": {
                    "description": "Start of date range in ISO 8601 (e.g. 2026-03-01T00:00:00Z)",
                    "type": "string"
                  }
                },
                "type": "object"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "items": {
                  "properties": {
                    "artists": {
                      "description": "Performer/artist names",
                      "items": {
                        "type": "string"
                      },
                      "type": "array"
                    },
                    "city": {
                      "description": "City name",
                      "nullable": true,
                      "type": "string"
                    },
                    "date": {
                      "description": "Local date (YYYY-MM-DD)",
                      "type": "string"
                    },
                    "name": {
                      "description": "Concert/event name",
                      "type": "string"
                    },
                    "priceRange": {
                      "description": "Ticket price range or null if unavailable",
                      "nullable": true,
                      "properties": {
                        "max": {
                          "description": "Maximum ticket price (USD)",
                          "type": "number"
                        },
                        "min": {
                          "description": "Minimum ticket price (USD)",
                          "type": "number"
                        }
                      },
                      "type": "object"
                    },
                    "time": {
                      "description": "Local time (HH:MM:SS) or null",
                      "nullable": true,
                      "type": "string"
                    },
                    "url": {
                      "description": "Event URL",
                      "nullable": true,
                      "type": "string"
                    },
                    "venue": {
                      "description": "Venue name",
                      "nullable": true,
                      "type": "string"
                    }
                  },
                  "required": [
                    "name",
                    "date",
                    "artists"
                  ],
                  "type": "object"
                },
                "type": "array"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "x402-tools.vercel.app",
  "lastUpdated": "2026-09-14T20:00:54.712Z",
  "quality": {
    "calls30d": 6,
    "uniquePayers30d": 4,
    "lastCalledAt": "2026-09-14T20:00:54.551Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "x402-tools.vercel.app",
    "manifest_name": "x402-tools.vercel.app",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}