List rating systems
GET
/ratings/systemsList all content rating systems (MPAA, TV, ESRB, PEGI, CSM).
Response
idUnique identifier for this resource.
string
nameHuman-readable display name.
string
countryISO country associated with this resource.
string
media_typeType of media the rating system applies to (e.g. `game`, `film`, `general`).
string
descriptionHuman-readable description.
string
Request
bash
curl -sS "https://phosra-api-sandbox-production.up.railway.app/api/v1/ratings/systems"Response
json
[
{
"id": "string",
"name": "string",
"country": "string",
"media_type": "string",
"description": "string"
}
]