Enter a Registered Training Organisation code to see its star rating and exactly why it earned it — drawn from registration status, track record, scope, and presence on the national register.
Ratings run in two layers. A status gate checks whether a provider is safe to enrol with at all (1–2 stars). Providers that clear it are then scored on weighted quality criteria for the 3–5 star band.
Caps override the score downward. An active sanction holds an operating provider at three stars; a status-gate failure (cancelled, suspended, expired) caps at one star, and a warning (conditions, pending renewal, partial scope removal) caps at two.
fetchRtoData(code) below with
a call to your own endpoint (e.g. /api/rto/:code) that holds the TGA
credentials, returns registration status, dates and scope, and feeds the same
scoreRto() engine used here. The scoring logic is final; only the
data source changes.