All Movements

Fairplay Standard

Active

Protecting children from manipulative design, exploitative marketing, and commercial surveillance.

3,156 families
6 rules
Ages 017

About this movement

Fairplay (formerly the Campaign for a Commercial-Free Childhood) has been at the forefront of child protection advocacy for over 25 years, winning landmark victories against companies like Facebook and Google. Their standard focuses on shielding children from manipulative design patterns, targeted advertising, and commercial data exploitation. With Phosra, families can enforce these protections at the platform level — blocking targeted ads, disabling addictive design features, and restricting data collection across every connected service.

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 Fairplay Standard

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

Fairplay Standard

Adopt Entire Movement

Enforce all 6 rules from Fairplay 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": "fairplay-commercial-free",
    "enforce_all_rules": true
  }'

Block targeted ads

Targeted Ad Block

targeted_ad_block

Enforces the targeted ad block rule via the Phosra API.

POST /v1/rules — Block 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": "All platforms",
      "platforms": [
          "*"
      ]
  }'

Disable addictive design

Addictive Design Control

addictive_design_control

Enforces the addictive design control rule via the Phosra API.

POST /v1/rules — Disable addictive design
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": "Autoplay, infinite scroll off",
      "platforms": [
          "*"
      ]
  }'

No commercial data use

Commercial Data Ban

commercial_data_ban

Enforces the commercial data ban rule via the Phosra API.

POST /v1/rules — No commercial data use
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 data sharing",
      "platforms": [
          "*"
      ]
  }'

Data minimization

Data Sharing Restriction

privacy_data_sharing

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

POST /v1/rules — Data minimization
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": "Strict",
      "platforms": [
          "*"
      ]
  }'

Block in-app purchases

Purchase Block Iap

purchase_block_iap

Enforces the purchase block iap rule via the Phosra API.

POST /v1/rules — Block in-app purchases
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": "purchase_block_iap",
      "value": "No loot boxes or IAP",
      "platforms": [
          "*"
      ]
  }'

No algorithmic feeds

Algo Feed Control

algo_feed_control

Enforces the algo feed control rule via the Phosra API.

POST /v1/rules — No algorithmic feeds
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": "Chronological or disabled",
      "platforms": [
          "*"
      ]
  }'

Included rules

When adopted, these rules are automatically enforced across all connected platforms.

Block targeted ads

All platforms

Disable addictive design

Autoplay, infinite scroll off

No commercial data use

Block data sharing

Data minimization

Strict

Block in-app purchases

No loot boxes or IAP

No algorithmic feeds

Chronological or disabled

advertisingprivacycommercial freeadvocacymanipulative design

Ready to protect your family?

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