Skip to main content
GET
/
ratings
/
systems
/
{systemID}
/
descriptors
cURL
curl -sS "https://phosra-api-sandbox-production.up.railway.app/api/v1/ratings/systems/esrb/descriptors"
[
  {
    "id": "00000000-0000-0000-0003-000000000101",
    "system_id": "esrb",
    "code": "fantasy-violence",
    "name": "Fantasy Violence",
    "category": "violence"
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

systemID
string
required

Response

Content descriptors

id
string<uuid>

Unique identifier for this resource.

system_id
string

Identifier of the associated system.

code
string

Short code for this rating tier or descriptor.

name
string

Human-readable display name.

category
string

OCSS rule category this rule enforces (see the Rule Categories reference).