Songkick: Get City Events
Songkick via Parse · entertainment
Retrieve paginated upcoming events for a city. Resolves the city name via search to its Songkick metro area, then returns up to 50 events per page with venue, lineup, ticket info, and status. Event IDs from results can be passed to get_event_details for full detail. Two upstream requests per call (city lookup + events page). When min_date is supplied, only events starting on or after that date are included in the response. Search concerts by artist or city and get event details including venue, date, lineup, and ticket links from Songkick. Fulfilled by Parse from www.songkick.com.
- entertainment
- maps-geo
- music
- parse
- platform-key
- songkick
- www-songkick-com
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- entertainment
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/5dc18b63-9774-4cc8-bc71-3576a6fd78ef/get_city_events
- Interface artifact
- sha256:e7f5cde70b7324f11097e1c2a44e8682c188aa551b43b0aa0ab5dd62c894a201
- Manifest digest
- sha256:b27e9dd7f6bf7723427cf29c623b4c49d20496297f50f320712ad8d3e99bda8c
Request fields
- city (string, required): City name to search for (e.g. "New York", "London", "Edinburgh"). Resolves to the top matching Songkick metro area.
- page (integer): Page number for pagination (50 events per page).
- min_date (string): ISO date (YYYY-MM-DD) to filter events. Only events starting on or after this date are returned.
Example queries
- {"city":"London"}