Fairplay Standard
ActiveProtecting children from manipulative design, exploitative marketing, and commercial surveillance.
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 FreeHow 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.
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_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": "All platforms",
"platforms": [
"*"
]
}'
Disable addictive design
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": "Autoplay, infinite scroll off",
"platforms": [
"*"
]
}'
No commercial data use
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 data sharing",
"platforms": [
"*"
]
}'
Data minimization
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": "Strict",
"platforms": [
"*"
]
}'
Block in-app purchases
Purchase Block Iap
purchase_block_iapEnforces the purchase block iap 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": "purchase_block_iap",
"value": "No loot boxes or IAP",
"platforms": [
"*"
]
}'
No algorithmic feeds
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": "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
Ready to protect your family?
Adopt Fairplay Standard and let Phosra enforce it across every device and platform automatically.