ParentsTogether Standard
ActiveMulti-million member parent network focused on Big Tech accountability and child safety.
About this movement
ParentsTogether is a 3-million-member parent organization that campaigns for Big Tech accountability, child online safety legislation, and family-friendly platform design. Their standard combines strong privacy protections with algorithmic transparency requirements โ pushing platforms to prioritize child wellbeing over engagement metrics. Phosra can translate their advocacy into enforceable platform rules for families who adopt this standard.
Adopt this movement
Add this movement to your child's profile. Phosra will automatically enforce all rules across every connected platform.
Get Started FreeHow Phosra Enforces ParentsTogether Standard
ParentsTogether Standard rules mapped to the Phosra API โ enforce them individually or adopt the entire movement in one call.
ParentsTogether Standard
Adopt Entire Movement
Enforce all 6 rules from ParentsTogether 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": "parents-together",
"enforce_all_rules": true
}'
Algorithmic transparency
Algo Feed Control
algo_feed_controlEnforces the algo feed control 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": "algo_feed_control",
"value": "No engagement-optimized feeds",
"platforms": [
"*"
]
}'
No targeted ads
Targeted Ad Block
targeted_ad_blockEnforces the targeted ad block 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": "targeted_ad_block",
"value": "Block all behavioral ads",
"platforms": [
"*"
]
}'
Data protection
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": "No third-party sharing",
"platforms": [
"*"
]
}'
Anti-addiction controls
Addictive Design Control
addictive_design_controlEnforces the addictive design control 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": "addictive_design_control",
"value": "Disable dark patterns",
"platforms": [
"*"
]
}'
Parent notifications
Parental Event Notification
parental_event_notificationEnforces the parental event notification 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_event_notification",
"value": "Flagged content alerts",
"platforms": [
"*"
]
}'
Algorithmic audit
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": "Transparency required",
"platforms": [
"*"
]
}'
Included rules
When adopted, these rules are automatically enforced across all connected platforms.
Algorithmic transparency
No engagement-optimized feeds
No targeted ads
Block all behavioral ads
Data protection
No third-party sharing
Anti-addiction controls
Disable dark patterns
Parent notifications
Flagged content alerts
Algorithmic audit
Transparency required
Ready to protect your family?
Adopt ParentsTogether Standard and let Phosra enforce it across every device and platform automatically.