Search for upcoming concerts
Search for upcoming concerts. Supports city, date range, genre, and artist filtering.
Answeringour last check, 2026-09-24
1 of 1checks answered this week
119 msmedian answer time
$0.01listed price per call
$0.01price it asked us
Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.
Endpoint
GET https://mechamanda.com/api/concerts
| Category | Search and research |
|---|---|
| Provider host | mechamanda.com |
| Networks | eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 4 from 3 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | valid payment request | 402 | $0.01 | 119 ms |
Example input (from the provider)
{
"method": "GET",
"queryParams": {
"countryCode": "US",
"page": "0"
},
"type": "http"
}
Promised output schema (from the provider)
{
"$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"
}