
Security News
Socket Releases Free Certified Patches for Critical vm2 Sandbox Escape
A critical vm2 sandbox escape can allow untrusted JavaScript to break isolation and execute commands on the host Node.js process.
@openpets/bandsintown
Advanced tools
Access artist information and event data from Bandsintown. Get upcoming concerts, past events, venue details, and ticket information for any artist.
Access artist information and event data from Bandsintown. Get upcoming concerts, past events, venue details, and ticket information for any artist.
Contact Bandsintown at http://help.bandsintown.com/ to request a personal application ID. You'll need to describe your use case and agree to their Terms and Conditions.
# Add to your .env file
BANDSINTOWN_APP_ID=your_app_id_here
opencode run "test bandsintown connection"
| Tool | Description |
|---|---|
bandsintown-search-artist | Search for an artist and get their profile (auto-includes app_id) |
bandsintown-get-events | Get events for an artist with optional date filtering (auto-includes app_id) |
| Tool | Description |
|---|---|
bandsintown-artist | Get artist information (requires app_id parameter) |
bandsintown-artist-events | Get events with date filtering (requires app_id parameter) |
bandsintown-test-connection | Test API connection status |
# Search for an artist
opencode run "search for Radiohead on bandsintown"
# Get upcoming events
opencode run "get upcoming events for Taylor Swift"
# Get all events including past shows
opencode run "get all events for Coldplay including past shows"
# Get events in a date range
opencode run "find concerts for Beyoncé between 2024-01-01 and 2025-12-31"
{
"id": 510,
"name": "Maroon 5",
"url": "http://www.bandsintown.com/Maroon5",
"image_url": "https://s3.amazonaws.com/bit-photos/large/7481529.jpeg",
"thumb_url": "https://s3.amazonaws.com/bit-photos/thumb/7481529.jpeg",
"facebook_page_url": "https://www.facebook.com/maroon5",
"tracker_count": 1234567,
"upcoming_event_count": 15
}
{
"id": "13722599",
"artist_id": "438314",
"url": "http://www.bandsintown.com/event/13722599",
"datetime": "2024-03-19T11:00:00",
"on_sale_datetime": "2024-03-01T18:00:00",
"description": "Festival performance",
"venue": {
"name": "Madison Square Garden",
"city": "New York",
"region": "NY",
"country": "United States",
"latitude": "40.7505",
"longitude": "-73.9934"
},
"offers": [
{
"type": "Tickets",
"url": "http://www.bandsintown.com/event/13722599/buy_tickets",
"status": "available"
}
],
"lineup": ["Artist Name", "Supporting Act"]
}
The date parameter accepts:
| Value | Description |
|---|---|
upcoming | Only upcoming events (default) |
past | Only past events |
all | All events (past and upcoming) |
2024-01-01,2024-12-31 | Events within a date range |
If an artist name contains special characters, use these codes:
| Character | Code |
|---|---|
/ | %252F |
? | %253F |
* | %252A |
" | %27C |
To update the generated tools from the latest Bandsintown API spec:
cd pets/bandsintown
pets generate-openapi --verbose
FAQs
Access artist information and event data from Bandsintown. Get upcoming concerts, past events, venue details, and ticket information for any artist.
We found that @openpets/bandsintown demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
A critical vm2 sandbox escape can allow untrusted JavaScript to break isolation and execute commands on the host Node.js process.

Research
Five malicious NuGet packages impersonate Chinese .NET libraries to deploy a stealer targeting browser credentials, crypto wallets, SSH keys, and local files.

Security News
pnpm 11 turns on a 1-day Minimum Release Age and blocks exotic subdeps by default, adding safeguards against fast-moving supply chain attacks.