5Rights Standard
ActiveInternational framework ensuring children's digital rights, architects of the UK Age Appropriate Design Code.
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→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.
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_requestEnforces the data deletion request rule via the Phosra API.
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_auditEnforces the algorithmic audit rule via the Phosra API.
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_sharingMinimizes third-party data sharing for the child's accounts.
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_inEnforces the geolocation opt in rule via the Phosra API.
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_gateEnforces the parental consent gate rule via the Phosra API.
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_banEnforces the commercial data ban rule via the Phosra API.
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": [
"*"
]
}'
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
Ready to protect your family?
Adopt 5Rights Standard and let Phosra enforce it across every device and platform automatically — the pledge, turned into protection.