All Movements
🩺

AAP Family Media Plan

Active

Pediatrician-backed screen time and media guidelines from the American Academy of Pediatrics.

4,187 families
5 rules
Ages 0–17

About this movement

The AAP Family Media Plan is the gold standard in pediatric screen time guidance, developed by the American Academy of Pediatrics based on decades of child development research. It recommends zero screen time under 18 months, co-viewing for ages 2–5, and consistent limits with media-free zones for older children. With Phosra, families can turn these clinical recommendations into real device-level rules — enforcing age-tiered time limits, content restrictions, and device-free periods.

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 AAP Family Media Plan

AAP Family Media Plan rules mapped to the Phosra API — enforce them individually or adopt the entire movement in one call.

AAP Family Media Plan

Adopt Entire Movement

Enforce all 5 rules from AAP Family Media Plan 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": "aap-family-media-plan",
    "enforce_all_rules": true
  }'

Screen time caps

Daily Screen Time Limit

time_daily_limit

Caps total daily screen time across all connected platforms.

POST /v1/rules — Screen time caps
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": "time_daily_limit",
      "value": "0 min (0–18mo), 60 min (2–5), custom (6+)",
      "platforms": [
          "*"
      ]
  }'

Content quality

Content Rating Filter

content_rating

Enforces age-appropriate content ratings across apps and media.

POST /v1/rules — Content quality
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": "Educational priority",
      "platforms": [
          "*"
      ]
  }'

Media-free zones

Time Downtime

time_downtime

Enforces the time downtime rule via the Phosra API.

POST /v1/rules — Media-free zones
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": "time_downtime",
      "value": "Bedrooms, mealtimes",
      "platforms": [
          "*"
      ]
  }'

Bedtime device off

Scheduled Access Windows

time_scheduled_hours

Restricts device or app access to approved time windows.

POST /v1/rules — Bedtime device off
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": "time_scheduled_hours",
      "value": "1 hr before sleep",
      "platforms": [
          "*"
      ]
  }'

Sleep protection

Notification Curfew

notification_curfew

Enforces the notification curfew rule via the Phosra API.

POST /v1/rules — Sleep 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": "notification_curfew",
      "value": "No alerts during sleep",
      "platforms": [
          "*"
      ]
  }'

Included rules

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

Screen time caps

0 min (0–18mo), 60 min (2–5), custom (6+)

Content quality

Educational priority

Media-free zones

Bedrooms, mealtimes

Bedtime device off

1 hr before sleep

Sleep protection

No alerts during sleep

clinicalpediatricsscreen timeresearch backedhealth

Ready to protect your family?

Adopt AAP Family Media Plan and let Phosra enforce it across every device and platform automatically.