🎵 MPT API

Music Festival Recommendation API

Status: ✅ Running

Available Endpoints

GET
/health

Health check endpoint

GET
/api/artists

Get all festival artists with related artists

GET
/api/spotify-profiles

Get all available Spotify profiles

GET
/api/spotify-profiles/:profileId

Get specific profile data

GET
/api/artist-recommendations/:profileId

Get personalized artist recommendations

Usage Example

Test the API:

curl https://mpt-api.netlify.app/health

Documentation

For detailed API documentation, see the GitHub repository.