/lineups/{id}
Base URL: https://hippohonk-api-642586320677.herokuapp.com/
GET
Summary: List bands in a lineup by festival id
Uses {id} as the festival_id.
Responses
Response 200
OK
Response fields
Returns an array
| Field (*) | Type | Description | Example |
|---|---|---|---|
id * | integer | Unique ID for festival-band pairing | |
festival_id * | integer | Unique ID of the festival. | |
band_id * | integer | Unique ID for the band. | |
name | string | Name of the band. | "Faux Real" |
description | text | Summary of the band that can't be captured through genre alone. | "French Art Pop duo producing jams with an eye for performance. We are all living in the United Snakes of America, and the brothers Arndt are the snake charmers.\n" |
location | string | Location for the festival. | |
average_rating | number | Average rating for the band. | 4 |
image | string | Image for the festival. | |
festival_name | string | Name of the festival. |
(*) Required field
Response 500
Server error
Response fields
| Field (*) | Type | Description | Example |
|---|---|---|---|
message * | string |
(*) Required field