Skip to main content

Module platforms

Module platforms 

Source
Expand description

Platform-related API endpoints.

Use these endpoints to list, retrieve, update, or delete gaming platforms in the RomM database.

Structs§

DeletePlatform
DELETE /api/platforms/{id}
GetPlatform
Retrieve a platform by ID.
ListPlatforms
List all platforms.
ListSupportedPlatforms
GET /api/platforms/supported — IGDB-supported platform catalog.
PutPlatform
PUT /api/platforms/{id} — update platform metadata (JSON body).