All standards

Community standard

5Rights Standard

Active

by 5Rights Foundation

International framework ensuring children's digital rights, architects of the UK Age Appropriate Design Code.

6enforced rules
017age range
About this standard

What 5Rights Standard asks for.

The 5Rights Foundation, led by Baroness Beeban Kidron, developed the framework behind the UK's Age Appropriate Design Code (Children's Code) — the most influential piece of child online safety regulation globally. Their five rights — to remove, to know, to safety, to digital literacy, and to agency — have shaped legislation in the UK, EU, and California. Families using Phosra can enforce these rights as platform rules — including data deletion requests, algorithmic transparency, and privacy-by-default settings.

Adopt this standard

Add this standard to your child's profile. Phosra will automatically enforce all rules across every connected platform.

How Phosra enforces it

5Rights Standard, mapped to the Phosra API.

Enforce 5Rights Standard rules individually or adopt the entire standard in one call. Each rule decomposes into the OCSS rule vocabulary a conformant router carries across every surface.

5Rights Standard

Adopt entire standard

Enforce all 6 rules from 5Rights Standard across every connected platform with a single API call.

POST /v1/enforcement/standards
bash
curl -X POST https://api.phosra.com/v1/enforcement/standards \
  -H "Authorization: Bearer sk_live_..." \
  -H "Content-Type: application/json" \
  -d '{
    "child_id": "ch_emma_01",
    "standard_id": "5rights-foundation",
    "enforce_all_rules": true
  }'

Right to remove

Data Deletion Request

data_deletion_request

Enforces the data deletion request rule via the Phosra API.

POST /v1/rules — Right to remove
bash
curl -X POST https://api.phosra.com/v1/rules \
  -H "Authorization: Bearer sk_live_..." \
  -H "Content-Type: application/json" \
  -d '{
      "child_id": "ch_emma_01",
      "rule_category": "data_deletion_request",
      "value": "Data erasure on demand",
      "platforms": [
          "*"
      ]
  }'

Right to know

Algorithmic Audit

algorithmic_audit

Enforces the algorithmic audit rule via the Phosra API.

POST /v1/rules — Right to know
bash
curl -X POST https://api.phosra.com/v1/rules \
  -H "Authorization: Bearer sk_live_..." \
  -H "Content-Type: application/json" \
  -d '{
      "child_id": "ch_emma_01",
      "rule_category": "algorithmic_audit",
      "value": "Algorithmic transparency",
      "platforms": [
          "*"
      ]
  }'

Privacy by default

Data Sharing Restriction

privacy_data_sharing

Minimizes third-party data sharing for the child's accounts.

POST /v1/rules — Privacy by default
bash
curl -X POST https://api.phosra.com/v1/rules \
  -H "Authorization: Bearer sk_live_..." \
  -H "Content-Type: application/json" \
  -d '{
      "child_id": "ch_emma_01",
      "rule_category": "privacy_data_sharing",
      "value": "Highest privacy settings",
      "platforms": [
          "*"
      ]
  }'

Location privacy

Geolocation Opt In

geolocation_opt_in

Enforces the geolocation opt in rule via the Phosra API.

POST /v1/rules — Location privacy
bash
curl -X POST https://api.phosra.com/v1/rules \
  -H "Authorization: Bearer sk_live_..." \
  -H "Content-Type: application/json" \
  -d '{
      "child_id": "ch_emma_01",
      "rule_category": "geolocation_opt_in",
      "value": "Off by default",
      "platforms": [
          "*"
      ]
  }'

Parental consent

Parental Consent Gate

parental_consent_gate

Enforces the parental consent gate rule via the Phosra API.

POST /v1/rules — Parental consent
bash
curl -X POST https://api.phosra.com/v1/rules \
  -H "Authorization: Bearer sk_live_..." \
  -H "Content-Type: application/json" \
  -d '{
      "child_id": "ch_emma_01",
      "rule_category": "parental_consent_gate",
      "value": "Required for data collection",
      "platforms": [
          "*"
      ]
  }'

No data profiling

Commercial Data Ban

commercial_data_ban

Enforces the commercial data ban rule via the Phosra API.

POST /v1/rules — No data profiling
bash
curl -X POST https://api.phosra.com/v1/rules \
  -H "Authorization: Bearer sk_live_..." \
  -H "Content-Type: application/json" \
  -d '{
      "child_id": "ch_emma_01",
      "rule_category": "commercial_data_ban",
      "value": "Block commercial profiling",
      "platforms": [
          "*"
      ]
  }'
Included rules · 6

Every rule this standard turns on.

When adopted, these rules are automatically enforced across all connected platforms.

Right to remove

Data erasure on demand

Right to know

Algorithmic transparency

Privacy by default

Highest privacy settings

Location privacy

Off by default

Parental consent

Required for data collection

No data profiling

Block commercial profiling

ukinternationaldigital rightslegislationprivacyage appropriate design
Ready to protect your family?

Adopt 5Rights Standard. Let Phosra enforce it.

Adopt 5Rights Standard and let Phosra enforce it across every device and platform automatically.