The Songkick API gives you easy access to the biggest live music database in the world
Questions tagged [songkick]
8 questions
1
vote
1 answer
Modify Songkick widget CSS div by ID
I am trying to put a tour widget on my band's website and I've used CSS to modify a CSS element by the ID. Normally I can just call its class and it will override, but this element only has an ID.
If you've ever seen the songkick widget, the "By…

George Urick
- 135
- 10
1
vote
1 answer
Restangular with JSONP
I'm trying to use JSONP with Restangular. I'm using the Songkick API and when making a GET request I'm receiving no response data from a different domain but locally I receive data no problem.
I've created the following Factory for configuring…

Adam
- 209
- 4
- 12
0
votes
1 answer
0
votes
1 answer
memory error when retrieving data from Songkick
I have built a scraper to retrieve concert data from songkick by using their api. However, it takes a lot of time to retrieve all the data from these artists. After scraping for approximately 15 hours the script is still running but the JSON file…

MRJJ17
- 117
- 1
- 1
- 8
0
votes
1 answer
LightCycle - get fragments's presenters reference in the activity presenter (and the other way around)
Note : This is a question that I asked straight on the LightCycle project github. It's a great tool from SongKick to build a clean MVP architecture over your android app .
There is a thing that I miss thought, I have an activity with many fragments…

Renaud Favier
- 1,645
- 1
- 17
- 33
0
votes
1 answer
Limit number of results for Songkick API
I'm trying to limit the number of results that this pulls:
http://api.songkick.com/api/3.0/search/venues.json?query={venue term}&apikey={API KEY}
I've tried adding on maxResults, limit, results.. none of them seem to work.
I can't find anything in…
user6727084
0
votes
0 answers
How to prevent crash when songkick request, with Alamofire, has no event array in json data?
My app is working fine until an artist has no events. In the code below (a part of the whole code) the error is caused by the last line. The "case .Success:" is true because in the console I can see the json data. So the request and the response are…

JK_77
- 67
- 10
0
votes
1 answer
How can I flatten this object stream without creating duplicate objects?
I want to use a relational database to analyze information from Songkick's JSON API for local events.
The event objects in are complex and deeply nested, so I want to filter and flatten the event objects and convert them to CSV so I can load them…

Iain Samuel McLean Elder
- 19,791
- 12
- 64
- 80