Get One Season
Get an individual season based on the ID.
example request:
GET http://www.nokeynoshade.party/api/seasons/1
example response:
{
id: 1,
seasonNumber: "01",
winnerId: 9,
image_url: 'www.smwo.com/werw.jpg',
queens: [
{
id: 1,
name: 'Victoria Porkchop Partner',
place: 9,
},
{...},
],
}
Updated about 7 years ago