Get ratings for a specific age
GET
/ratings/by-ageReturns the ratings considered age-appropriate for the supplied age across the supported rating systems.
Query parameters
ageintegerrequired
Response
ageChild's age in years, derived from birth_date.
integer
ratingsMap of rating-system slug to the age-appropriate Rating in that system.
object
Request
bash
curl -sS "https://phosra-api-sandbox-production.up.railway.app/api/v1/ratings/by-age?age=13"Response
json
{
"age": 0,
"ratings": {}
}