GET /api/jams
Returns a full list of all jams.
Example of response
Interactive playground
{
"success": true,
"jams": [
{
"judges": [
"176749952641400833",
"1153273351129800764",
"862377905891966985",
"508577166405926913",
"236628809158230018"
],
"id": "pinejam2026",
"title": "PineJam 2026",
"organizer_discord": "302427405023313920",
"description_markdown": "Markdown description of the jam",
"date_start": 1784973600000,
"date_end": 1786183200000,
"judging_finished": false,
"contestant_count": 137,
"submission_count": 0
},
]
}