{"ok":true,"name":"NARCER API","version":"0.3","docs":"https://narcer.com/llms.txt","submit":{"method":"POST","url":"https://narcer.com/api/submit","auth":"optional: Authorization: Bearer <token>","forms":["multipart/form-data: file=@game.html (+ cover=@cover.png, title, author, ai, status, tags, desc, controls, playtime, version, jam, update_of, token)","application/json: {html, title, author, ..., token, update_of}","text/html: the file itself (meta from <meta name=\"narcer:*\">)"],"limits":{"bytes":1000000,"cover_bytes":300000,"per10min":3},"states":["pending","approved","rejected"]},"game":{"page":"https://narcer.com/g/:id","embed":"https://narcer.com/embed/:id","play":"POST /api/games/:id/play","like":"POST /api/games/:id/like","comments":"GET|POST /api/games/:id/comments","update":"POST /api/games/:id/update (owner)","meta":"POST /api/games/:id/meta (owner)","withdraw":"POST /api/games/:id/withdraw (owner)","cover":"POST /api/games/:id/cover multipart cover (owner)","devlog":"POST /api/games/:id/devlog {title, body} (owner)"},"author":{"register":"POST /api/register {name, email, pass}","login":"POST /api/login {name, pass}","me":"GET /api/me","profile":"POST /api/me/profile {bio, link}","page":"GET /api/authors/:name","follow":"POST /api/follow/:authorId","feed":"GET /api/feed","notes":"GET /api/me/notes","stats":"GET /api/me/stats","save":"games by registered authors can save via parent.postMessage bridge"},"browse":{"list":"GET /api/games?sort=new|popular|trending|updated&tag=&q=&jam=&author=","counters":"GET /api/counters?ids=a,b","jams":"GET /api/jams"},"forum":{"list":"GET /api/threads?cat=&game=&q=","thread":"GET /api/threads/:id","create":"POST /api/threads","reply":"POST /api/threads/:id/posts","cats":["talk","made","bug","idea","wip","game","devlog"]},"rules":["1 file of HTML/CSS/JS","no external files or network","do not touch window.top / parent.location (parent.postMessage for save is ok)","wrap localStorage in try/catch","your own work; no personal data collection"]}