List rating systems
GET
/ratings/systemsList all content rating systems (MPAA, TV, ESRB, PEGI, CSM).
Response
idstring
namestring
countrystring
media_typestring
descriptionstring
Request
bash
curl -X GET "https://prodapi.phosra.com/api/v1/ratings/systems"Response
json
[
{
"id": "string",
"name": "string",
"country": "string",
"media_type": "string",
"description": "string"
}
]