Documentation

GET /api/jam/:id/submission/:project

Get a specific submission for a specific jam.

URL Params

Param: id

id of the jam

Param: project

id of the project

Example of response

Interactive playground

{
	"success": true,
	"submission": {
		"co_owner_ids": [
			""
		],
		"tags": [
			"action",
			"fun"
		],
		"keywords": [
			"car",
			"racing",
			"pine3D"
		],
		"id": 167,
		"date_added": 1753197226796,
		"date_updated": 0,
		"date_release": 0,
		"date_publish": 1753198015508,
		"owner_discord": "329631860219052032",
		"owner_name": "Remie",
		"name": "Racing Game",
		"install_command": "pastebin run kk8ut3G2",
		"download_url": null,
		"target_file": null,
		"repository": "https://github.com/remie92/Computer-Racer",
		"description_short": "This is a small game that's all about racing a little car through some checkpoints!",
		"description": "This is a small game that's all about racing a little car through some checkpoints! It's made using the pine3D library for graphics, and made for pinejam 2025.

Controls:
Movement: Arrow keys/WASD, and space for jump.

Feature:
Toggleable ground patterns.

Toggleable random vehicles.

Option to change how chaotic the road is.

Point system!

Install the game using the provided link, or run this pastebin command in the terminal of an advanced computer: \"pastebin run kk8ut3G2\", but that shouldn't be necessary anymore!",
		"description_markdown": null,
		"has_thumbnail": true,
		"hide_thumbnail": false,
		"media_count": 1,
		"downloads": 122,
		"downloads_recent": 12,
		"views": 316,
		"views_recent": 18,
		"likes": 1,
		"comment_count": 8,
		"visible": true,
		"JamContestant": {
			"scores": {
			"Creativity": 8,
			"Theme": 9.333333333333334,
			"Design": 7.333333333333333,
			"Appeal": 8,
			"Final": 8.166666666666668
			},
			"user_discord": "329631860219052032",
			"jam_id": "pinejam2025",
			"project_id": 167,
			"date_submitted": 1753198021690
		}
	}
}