Songkick
Music Events
- Authentication
- API Key
- HTTPS
- Yes
- CORS
- Unknown
- Category
- Music
- Documentation / URL
- https://www.songkick.com/developer/
Overview
The Songkick API provides concert listings, artist tours, and venue data. Auth is a free API key (an invalid key returns 401, verified).
Quick Start
Events near a location (replace YOUR_KEY):
curl "https://api.songkick.com/api/3.0/events/search.json?apikey=YOUR_KEY&location=geo:48.85,2.35"
{
"resultsPage": {
"status": "ok",
"results": {
"event": [
{ "id": 12345, "displayName": "Queen at Accor Arena", "start": { "date": "2026-09-01" }, "venue": { "displayName": "Accor Arena", "lat": 48.83, "lng": 2.37 } }
]
}
}
}
Artist events:
curl "https://api.songkick.com/api/3.0/artists/ARTIST_ID/calendar.json?apikey=YOUR_KEY"
Authentication
- Register at songkick.com/developer → free API key.
- Send it as the
apikeyquery parameter (invalid key → 401, verified).
Rate Limits & Notes
- Free tier: ~500 requests/day (check the docs); more via agreement.
- API v3.0 is the current version.
- Locations use
geo:lat,lngormetroarea:{id}.
FAQ
Is Songkick API free? Free tier with a daily allowance; more is paid.
How do I get a key? songkick.com/developer → register an app.
What’s the location format?
geo:lat,lng or metroarea:{id}.
More in Music
| API | Auth | HTTPS | CORS | |
|---|---|---|---|---|
| 7digital Api of Music store 7digital | OAuth | Yes | Unknown | ↗ |
| AI Mastering Automated Music Mastering | API Key | Yes | Yes | ↗ |
| Audiomack Api of the streaming music hub Audiomack | OAuth | Yes | Unknown | ↗ |
| Bandcamp API of Music store Bandcamp | OAuth | Yes | Unknown | ↗ |
| Bandsintown Music Events | No auth | Yes | Unknown | ↗ |