This page is only available in english language.
documentation API platform

platform

public endpoints

/api/v4/platform/$platformID
parameters
name type description
$platformID (required) int This is the ID of the platform.
response (code: 404)
{
    "error": {
        "code": 404,
        "msg": "no entry with the ID: $gameID found."
    }
}
response (code: 200)
{
    "ID": 1,
    "name": "PC",
    "icon_class": "fas fa-desktop"
}
Table of contents