{"name":"Biscuit-verse Game API","version":"3.1.0","architecture":"Event Sourcing + PostgreSQL + Player Identity","services":["HTTP API","Discord Integration","Event Summary Service","Player Authentication"],"endpoints":{"health":"/health","message":"POST /api/v1/message","messages":"GET /api/v1/messages/:game_id","record_game":"GET /api/v1/record-game","record_par52":"GET /api/v1/record-par52","record_deer_stone":"GET /api/v1/record-deer-stone","record_giag":"GET /api/v1/record-giag","record_constellations":"POST /api/v1/record-constellations","events_stats":"GET /api/v1/events/stats","auth":{"discord_login":"GET /api/v1/auth/discord/login","discord_callback":"GET /api/v1/auth/discord/callback","steam_login":"GET /api/v1/auth/steam/login","steam_callback":"GET /api/v1/auth/steam/callback","custom_register":"POST /api/v1/auth/custom/register","custom_login":"POST /api/v1/auth/custom/login","logout":"POST /api/v1/auth/logout","me":"GET /api/v1/auth/me","unlink":"POST /api/v1/auth/me/unlink/:provider"},"archive":{"sync":"POST /api/v1/archive/sync","entries":"GET /api/v1/archive/entries","entry":"GET /api/v1/archive/entries/:id","update_entry":"PATCH /api/v1/archive/entries/:id","import_api":"POST /api/v1/archive/import","html_public":"GET /archive","html_private":"GET /archive/private","html_detail":"GET /archive/:id","html_import":"GET /archive/import"},"notes":{"html":"GET /notes","list":"GET /api/v1/notes","get":"GET /api/v1/notes/:id","create":"POST /api/v1/notes","update":"PATCH /api/v1/notes/:id","delete":"DELETE /api/v1/notes/:id","duplicate":"POST /api/v1/notes/:id/duplicate","tags":"GET /api/v1/notes/tags"}}}