Skip to main content

Module roms

Module roms 

Source
Expand description

ROM-related API endpoints.

This module contains endpoint definitions for searching, retrieving, updating, and deleting ROMs, as well as managing ROM metadata and identification.

Structs§

DeleteRomNote
DELETE /api/roms/{id}/notes/{note_id}
DeleteRoms
POST /api/roms/delete
GetRom
Retrieve a single ROM by ID.
GetRomByHash
GET /api/roms/by-hash
GetRomByMetadataProvider
GET /api/roms/by-metadata-provider
GetRomFilters
GET /api/roms/filters
GetRomNotes
GET /api/roms/{id}/notes
GetRoms
Retrieve ROMs with optional filters (GET /api/roms).
GetSearchCover
GET /api/search/cover
GetSearchRoms
GET /api/search/roms
PostRomNote
POST /api/roms/{id}/notes
PutRomNote
PUT /api/roms/{id}/notes/{note_id}
PutRomUserProps
PUT /api/roms/{id}/props — RomM accepts JSON body plus optional query flags.