All Movements

1000 Hours Outside

Active

Challenge families to match outdoor time with screen time — 1,000 hours per year outside.

1,876 families
5 rules
Ages 017

About this movement

1000 Hours Outside, founded by Ginny Yurich, challenges families to spend as much time outdoors as the average child spends on screens — roughly 1,000 hours per year. The movement has grown to millions of participating families worldwide. Their standard enforces screen time reciprocity: for every hour of screen time, an equal amount of outdoor or active play time is encouraged. With Phosra, families can put this into practice — daily screen limits calibrated to promote outdoor time, with scheduled device-free windows for outdoor play.

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 1000 Hours Outside

1000 Hours Outside rules mapped to the Phosra API — enforce them individually or adopt the entire movement in one call.

1000 Hours Outside

Adopt Entire Movement

Enforce all 5 rules from 1000 Hours Outside 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": "1000-hours-outside",
    "enforce_all_rules": true
  }'

Screen time budget

Daily Screen Time Limit

time_daily_limit

Caps total daily screen time across all connected platforms.

POST /v1/rules — Screen time budget
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": "Match outdoor hour-for-hour",
      "platforms": [
          "*"
      ]
  }'

Outdoor play windows

Time Downtime

time_downtime

Enforces the time downtime rule via the Phosra API.

POST /v1/rules — Outdoor play windows
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": "3–6 PM device-free daily",
      "platforms": [
          "*"
      ]
  }'

Entertainment caps

Time Per App Limit

time_per_app_limit

Enforces the time per app limit rule via the Phosra API.

POST /v1/rules — Entertainment 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_per_app_limit",
      "value": "Streaming/gaming limited",
      "platforms": [
          "*"
      ]
  }'

Go outside reminders

Usage Timer Notification

usage_timer_notification

Enforces the usage timer notification rule via the Phosra API.

POST /v1/rules — Go outside reminders
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": "usage_timer_notification",
      "value": "After 30 min indoors",
      "platforms": [
          "*"
      ]
  }'

Indoor/outdoor balance

Screen Time Report

screen_time_report

Enforces the screen time report rule via the Phosra API.

POST /v1/rules — Indoor/outdoor balance
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": "screen_time_report",
      "value": "Weekly reports",
      "platforms": [
          "*"
      ]
  }'

Included rules

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

Screen time budget

Match outdoor hour-for-hour

Outdoor play windows

3–6 PM device-free daily

Entertainment caps

Streaming/gaming limited

Go outside reminders

After 30 min indoors

Indoor/outdoor balance

Weekly reports

outdoornaturescreen timephysical activitywellnessfamily

Ready to protect your family?

Adopt 1000 Hours Outside and let Phosra enforce it across every device and platform automatically.