Aggregate and unify music, artist, and event data from multiple sources through a single, powerful API. Stop juggling multiple integrations.
Music Metadata
Artist Information
Event Data
Streaming Stats
Our RESTful API makes it easy to access comprehensive music data with just a few lines of code. Get started in minutes, not days.
// Fetch artist data with related events
fetch('https://api.lyrik.dev/v1/artists/2CIMQHirSU0MQqyYHq0eOx', {
headers: {
'Authorization': 'Bearer YOUR_API_KEY',
'Content-Type': 'application/json'
}
})
.then(response => response.json())
.then(data => console.log(data));
{
"id": "2CIMQHirSU0MQqyYHq0eOx",
"name": "The Weeknd",
"images": [
{
"url": "https://i.scdn.co/image/...",
"width": 640,
"height": 640
}
],
"genres": ["canadian contemporary r&b", "pop"],
"popularity": 92,
"followers": 28763450,
"upcoming_events": [
{
"id": "event_12345",
"name": "After Hours Tour",
"venue": "Madison Square Garden",
"city": "New York",
"date": "2023-08-15T19:30:00Z",
"ticket_url": "https://..."
}
],
"sources": ["spotify", "ticketmaster", "bandsintown"]
}
Everything you need to build powerful music applications without the integration headaches.
Consistent data structure across all sources, making it easy to work with multiple platforms.
RESTful API with comprehensive documentation and client libraries for popular languages.
Stay current with webhook notifications for new releases, events, and artist updates.
Choose the plan that fits your needs. Scale as your application grows.
Perfect for side projects and experimentation
For businesses and production applications
Need more requests or custom features? Contact us for enterprise pricing.
Join developers building the next generation of music applications with our unified API.