All Movements
๐Ÿ‘จโ€๐Ÿ‘ฉโ€๐Ÿ‘งโ€๐Ÿ‘ฆ

ParentsTogether Standard

Active

Multi-million member parent network focused on Big Tech accountability and child safety.

2,834 families
6 rules
Ages 0โ€“17

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 Free

How 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.

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": "parents-together",
    "enforce_all_rules": true
  }'

Algorithmic transparency

Algo Feed Control

algo_feed_control

Enforces the algo feed control rule via the Phosra API.

POST /v1/rules โ€” Algorithmic transparency
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": "algo_feed_control",
      "value": "No engagement-optimized feeds",
      "platforms": [
          "*"
      ]
  }'

No targeted ads

Targeted Ad Block

targeted_ad_block

Enforces the targeted ad block rule via the Phosra API.

POST /v1/rules โ€” No targeted ads
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": "targeted_ad_block",
      "value": "Block all behavioral ads",
      "platforms": [
          "*"
      ]
  }'

Data protection

Data Sharing Restriction

privacy_data_sharing

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

POST /v1/rules โ€” Data protection
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": "No third-party sharing",
      "platforms": [
          "*"
      ]
  }'

Anti-addiction controls

Addictive Design Control

addictive_design_control

Enforces the addictive design control rule via the Phosra API.

POST /v1/rules โ€” Anti-addiction controls
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": "addictive_design_control",
      "value": "Disable dark patterns",
      "platforms": [
          "*"
      ]
  }'

Parent notifications

Parental Event Notification

parental_event_notification

Enforces the parental event notification rule via the Phosra API.

POST /v1/rules โ€” Parent notifications
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_event_notification",
      "value": "Flagged content alerts",
      "platforms": [
          "*"
      ]
  }'

Algorithmic audit

Algorithmic Audit

algorithmic_audit

Enforces the algorithmic audit rule via the Phosra API.

POST /v1/rules โ€” Algorithmic audit
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": "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

advocacytech accountabilityprivacyalgorithmparent network

Ready to protect your family?

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