LYRIK.DEVLYRIK.DEV

One API for all your music data needs

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

Simple, Powerful API

Our RESTful API makes it easy to access comprehensive music data with just a few lines of code. Get started in minutes, not days.

Request

// 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));

Response

{
  "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"]
}

Unified Data Sources

We aggregate data from multiple platforms and normalize it into a consistent format, saving you time and development resources.

Loading data sources...

MUSIC DATA EXAMPLES

Loading music data...

Key Features

Everything you need to build powerful music applications without the integration headaches.

Unified Schema

Consistent data structure across all sources, making it easy to work with multiple platforms.

Simple Integration

RESTful API with comprehensive documentation and client libraries for popular languages.

Real-time Updates

Stay current with webhook notifications for new releases, events, and artist updates.

Simple, Transparent Pricing

Choose the plan that fits your needs. Scale as your application grows.

Hobby

£20/month

Perfect for side projects and experimentation

  • Access to all data sources
  • Track preview audio
  • 5k requests per month
  • Artist, track & event metadata
  • Limited ticketing data
  • Community support

Pro

£50/month

For businesses and production applications

  • Unbounded access to the API
  • 30,000 requests per month
  • Full ticketing platform data
  • Bookable URLs for events
  • Complete Ticketmaster/RA/Dice integration
  • Priority support

Need more requests or custom features? Contact us for enterprise pricing.

Ready to unify your music data?

Join developers building the next generation of music applications with our unified API.