All Movements

Common Sense Standard

Active

Age-based media ratings and digital citizenship framework for every platform.

5,421 families
312 schools
5 rules
Ages 017

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 Free

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

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": "common-sense-media",
    "enforce_all_rules": true
  }'

Common Sense ratings

Content Rating Filter

content_rating

Enforces age-appropriate content ratings across apps and media.

POST /v1/rules — Common Sense ratings
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": "content_rating",
      "value": "Age-matched filtering",
      "platforms": [
          "*"
      ]
  }'

Block mature descriptors

Content Descriptor Block

content_descriptor_block

Enforces the content descriptor block rule via the Phosra API.

POST /v1/rules — Block mature descriptors
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": "content_descriptor_block",
      "value": "Violence, sex, language",
      "platforms": [
          "*"
      ]
  }'

Safe search

Safe Search Enforcement

web_safesearch

Forces safe search on all supported search engines.

POST /v1/rules — Safe search
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": "web_safesearch",
      "value": "Enforced across engines",
      "platforms": [
          "*"
      ]
  }'

Profile privacy

Privacy Profile Visibility

privacy_profile_visibility

Enforces the privacy profile visibility rule via the Phosra API.

POST /v1/rules — Profile privacy
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_profile_visibility",
      "value": "Private by default",
      "platforms": [
          "*"
      ]
  }'

Chat safety

Chat & Messaging Control

social_chat_control

Restricts messaging to known, parent-approved contacts.

POST /v1/rules — Chat safety
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": "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

ratingsmedia literacydigital citizenshipcontent filteringeducation

Ready to protect your family?

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