Skip to main content
GET
SDK (@phosra/sdk)

Authorizations

Authorization
string
header
required

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

Path Parameters

childID
string<uuid>
required

Response

Adopted standards list

id
string<uuid>

Unique identifier for this resource.

slug
string

URL-safe stable identifier.

name
string

Human-readable display name.

organization
string

Name of the organization that publishes this standard.

description
string

Human-readable description.

long_description
string

Extended multi-paragraph description shown on the standard detail page.

icon_url
string

URL of the platform or resource icon.

version
string

Monotonically increasing version, bumped on every change.

published
boolean

Whether this standard is published and adoptable by families.

min_age
integer | null

Minimum age (in years) this tier is appropriate for.

max_age
integer | null

Upper age bound (in years) this standard is intended for; null if open-ended.

adoption_count
integer

Number of families that have adopted this standard.

rules
object[]

List of rules.

created_at
string<date-time>

RFC 3339 timestamp of when the resource was created.

updated_at
string<date-time>

RFC 3339 timestamp of the resource's most recent update.