WHO Early Years Guidelines
ActiveWorld Health Organization guidelines on physical activity, sedentary behavior, and screen time for under-5s.
About this movement
The WHO Guidelines on Physical Activity, Sedentary Behaviour and Sleep for Children Under 5 provide evidence-based limits on screen exposure for the youngest children. They recommend zero sedentary screen time for infants under 1, no more than 1 hour for ages 2–4, and emphasize active play and quality sleep. Families using Phosra can enforce these international health standards as hard device limits during a child's earliest years.
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 WHO Early Years Guidelines
WHO Early Years Guidelines rules mapped to the Phosra API — enforce them individually or adopt the entire movement in one call.
WHO Early Years Guidelines
Adopt Entire Movement
Enforce all 4 rules from WHO Early Years Guidelines 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": "who-screen-time-guidelines",
"enforce_all_rules": true
}'
Screen time limits
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 (<1yr), 60 min (2–4yr)",
"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 only",
"platforms": [
"*"
]
}'
Allowlist mode
Content Allowlist Mode
content_allowlist_modeEnforces the content allowlist mode 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_allowlist_mode",
"value": "Pre-approved apps only",
"platforms": [
"*"
]
}'
Active play priority
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": "180 min physical activity",
"platforms": [
"*"
]
}'
Included rules
When adopted, these rules are automatically enforced across all connected platforms.
Screen time limits
0 min (<1yr), 60 min (2–4yr)
Content quality
Educational only
Allowlist mode
Pre-approved apps only
Active play priority
180 min physical activity
Ready to protect your family?
Adopt WHO Early Years Guidelines and let Phosra enforce it across every device and platform automatically.