Get ratings for a specific age

GET/ratings/by-age

Returns the ratings considered age-appropriate for the supplied age across the supported rating systems.

Query parameters

age

integerrequired

Response

age

Child's age in years, derived from birth_date.

integer
ratings

Map 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": {}
}