All Movements

5Rights Standard

Active

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

1,567 families
6 rules
Ages 017

About this movement

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 will automatically enforce all rules across every connected platform.

Get Started Free

How Phosra Enforces 5Rights Standard

5Rights Standard rules mapped to the Phosra API — enforce them individually or adopt the entire movement in one call.

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

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 and let Phosra enforce it across every device and platform automatically.