Skip to main content
GET
SDK (@phosra/sdk)
Given an age, this returns the recommended rating from every system at once — the fastest way to map a child’s age onto a concrete rating code per system.
Example response (live sandbox, truncated)

Authorizations

Authorization
string
header
required

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

Query Parameters

age
integer
required

Response

Age-appropriate ratings across all systems

age
integer

Child's age in years, derived from birth_date.

ratings
object

Map of rating-system slug to the age-appropriate Rating in that system.