All movements

5Rights Standard

Active

by 5Rights Foundation

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

6rules0–17ages
About this movement

What 5Rights Standard protects

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 movement

Add this movement to your child's profile. Phosra automatically enforces every rule across each connected platform.

Get started free
How Phosra enforces it

5Rights Standard rules, mapped to the Phosra API.

Enforce rules individually or adopt the whole movement in one call. These are the same OCSS rule categories the open standard defines — Phosra carries them to every surface.

5Rights Standard

Adopt entire movement

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

POST /v1/enforcement/movements
bash
curl -X POST https://api.phosra.com/v1/enforcement/movements \
  -H "Authorization: Bearer sk_live_..." \
  -H "Content-Type: application/json" \
  -d '{
    "child_id": "ch_emma_01",
    "movement_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

Every rule, enforced on adoption.

When adopted, these rules are automatically enforced across all connected platforms — no manual configuration.

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
Make the pledge real

Ready to protect your family?

Adopt 5Rights Standard and let Phosra enforce it across every device and platform automatically — the pledge, turned into protection.