Common Sense Standard
ActiveAge-based media ratings and digital citizenship framework for every platform.
About this movement
Common Sense Media is the largest media rating organization for families, providing age-based ratings for movies, games, apps, and websites used by over 100 million families worldwide. Their standard enforces age-appropriate content ratings, digital citizenship principles, and privacy protections based on their expert reviews. Families using Phosra can automatically apply Common Sense ratings as content filtering rules across streaming, gaming, and social platforms.
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 Common Sense Standard
Common Sense Standard rules mapped to the Phosra API — enforce them individually or adopt the entire movement in one call.
Common Sense Standard
Adopt Entire Movement
Enforce all 5 rules from Common Sense 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": "common-sense-media",
"enforce_all_rules": true
}'
Common Sense ratings
Content Rating Filter
content_ratingEnforces age-appropriate content ratings across apps and media.
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": "content_rating",
"value": "Age-matched filtering",
"platforms": [
"*"
]
}'
Block mature descriptors
Content Descriptor Block
content_descriptor_blockEnforces the content descriptor 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": "content_descriptor_block",
"value": "Violence, sex, language",
"platforms": [
"*"
]
}'
Safe search
Safe Search Enforcement
web_safesearchForces safe search on all supported search engines.
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": "web_safesearch",
"value": "Enforced across engines",
"platforms": [
"*"
]
}'
Profile privacy
Privacy Profile Visibility
privacy_profile_visibilityEnforces the privacy profile visibility 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": "privacy_profile_visibility",
"value": "Private by default",
"platforms": [
"*"
]
}'
Chat safety
Chat & Messaging Control
social_chat_controlRestricts messaging to known, parent-approved contacts.
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": "social_chat_control",
"value": "Age-gated access",
"platforms": [
"*"
]
}'
Included rules
When adopted, these rules are automatically enforced across all connected platforms.
Common Sense ratings
Age-matched filtering
Block mature descriptors
Violence, sex, language
Safe search
Enforced across engines
Profile privacy
Private by default
Chat safety
Age-gated access
Ready to protect your family?
Adopt Common Sense Standard and let Phosra enforce it across every device and platform automatically.