AAP Family Media Plan
ActivePediatrician-backed screen time and media guidelines from the American Academy of Pediatrics.
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 FreeHow 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.
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_limitCaps total daily screen time across all connected platforms.
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_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": "Educational priority",
"platforms": [
"*"
]
}'
Media-free zones
Time Downtime
time_downtimeEnforces the time downtime 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": "time_downtime",
"value": "Bedrooms, mealtimes",
"platforms": [
"*"
]
}'
Bedtime device off
Scheduled Access Windows
time_scheduled_hoursRestricts device or app access to approved time windows.
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_curfewEnforces the notification curfew 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": "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
Ready to protect your family?
Adopt AAP Family Media Plan and let Phosra enforce it across every device and platform automatically.