Phishin
APIFree API for legal live Phish audio recordings and metadata
Overview
The Phishin API provides RESTful endpoints to access a curated archive of legal live audio recordings and metadata for the improvisational rock band Phish. Key endpoints include retrieving show details (date, venue, setlist), track information (duration, audio links, set placement), venue data (location, past shows), and tour summaries. Responses are JSON-formatted, enabling seamless integration into applications. Use cases include building fan-centric apps for exploring live shows, creating custom playlists, integrating setlist data into music blogs, or analyzing the band’s improvisational trends across their extensive live history.
Example Integration (JavaScript)
fetch('https://phish.in/api-docs')
.then(res => res.json())
.then(data => console.log(data))
.catch(err => console.error(err)); Key Features
- RESTful interface
- JSON response format
- Access to show/track/venue metadata
- Legal live audio stream links
- No authentication required (assumed)
Frequently Asked Questions
? Is Phishin free to use?
Yes, the Phishin API is free for public, non-commercial use to support fan access to legal live Phish content.
? Does it require an API Key?
Based on public documentation, the Phishin API does not require an authentication key for access to its core endpoints.
? What is the response format?
All responses from the Phishin API are in JSON format, making integration into web and mobile apps straightforward.
Top Alternatives
People Also Ask about Phishin
Tool Info
Pros
- ⊕ Free to use
- ⊕ Extensive archive of Phish’s live history
- ⊕ Well-documented endpoints
- ⊕ Legal content (no copyright violations for non-commercial use)
Cons
- ⊖ Limited to Phish’s live recordings only
- ⊖ Potential unspecified rate limits
- ⊖ No service level agreement (SLA)
- ⊖ Implied non-commercial use restriction