Profile display name security hardening (Romarchive Team)

Romarchive API

Public API endpoints for programmatic access.

EndpointMethodDescription
/api/browse?path=...&page=1GETBrowse ROMs by platform and directory. Params: path (base64), page, sort.
/api/search?q=...GETSearch ROMs by name. Params: q, page.
/api/uptimeGETServer uptime, ROM count and platform count (JSON).
/api/doom/topGETReturns top 5 voted DOOM mods of the day (one per line, plain text). Returns "vanilla" if no votes yet.
/api/collectionsGETList authenticated user's collections (JSON).
/api/collection/:idGETGet collection metadata and games (JSON).
/api/blogGETList blog posts (JSON).
/api/blog/:slugGETGet a single blog post by slug (JSON).