Kidslox
No APISimple, family-friendly screen time controls with daily limits, scheduled access, app blocking, and a shared family PIN system.
About Kidslox
Kidslox is designed for parents who want effective screen time controls without a steep learning curve. It offers three simple modes โ Lock (blocks everything), Schedule (follows a timed routine), and Free (full access) โ that parents can toggle with a tap. Daily screen time limits count down in real-time, and kids can see their remaining time. Kidslox also provides web filtering, app blocking, YouTube monitoring, and a family PIN system so both parents can manage controls from their own devices. The clean interface and straightforward setup make it an excellent choice for non-technical families.
Device Support
Pricing
Freemium
Free trial for 14 days. Annual plan at $59.99/yr or lifetime purchase at $99.99, covering unlimited devices per family.
API Integration
No API
Age Range
Ages 3โ16
How Phosra Connects to Kidslox
Kidslox doesn't offer an API. Phosra provides step-by-step guided setup that mirrors your active rules.
Kidslox
Guided Setup
Register Kidslox as a guided source and get step-by-step setup instructions for each capability.
curl -X POST https://api.phosra.com/v1/sources \
-H "Authorization: Bearer sk_live_..." \
-H "Content-Type: application/json" \
-d '{
"child_id": "ch_emma_01",
"source": "kidslox",
"mode": "guided"
}'
Kidslox
Refresh Guide Steps
Refresh the guided setup steps for Kidslox to reflect any rule changes in your Phosra policy.
curl -X POST https://api.phosra.com/v1/sources/src_kidslox_01/sync \
-H "Authorization: Bearer sk_live_..." \
-H "Content-Type: application/json" \
-d '{
"sync_mode": "guide_refresh"
}'
Daily Time Limits
Daily Screen Time Limit
time_daily_limitCaps total daily screen time across all connected platforms.
curl -X GET https://api.phosra.com/v1/sources/src_kidslox_01/guide/time_daily_limit \
-H "Authorization: Bearer sk_live_..."
Screen Time Scheduling
Scheduled Access Windows
time_scheduled_hoursRestricts device or app access to approved time windows.
curl -X GET https://api.phosra.com/v1/sources/src_kidslox_01/guide/time_scheduled_hours \
-H "Authorization: Bearer sk_live_..."
Instant Lock Mode
Device Downtime
time_downtimeEnforces device-wide downtime during specified periods.
curl -X GET https://api.phosra.com/v1/sources/src_kidslox_01/guide/time_downtime \
-H "Authorization: Bearer sk_live_..."
Web Filtering
Web Content Filter
web_filter_levelApplies category-based web filtering to block inappropriate sites.
curl -X GET https://api.phosra.com/v1/sources/src_kidslox_01/guide/web_filter_level \
-H "Authorization: Bearer sk_live_..."
Category Blocking
Category Blocking
web_category_blockBlocks entire web content categories like gambling, violence, or adult content.
curl -X GET https://api.phosra.com/v1/sources/src_kidslox_01/guide/web_category_block \
-H "Authorization: Bearer sk_live_..."
Capability Matrix
How Kidslox maps to Phosra's 10 rule categories.
Related Legislation
Laws and regulations that share rule categories with Kidslox.
Related Community Standards
Community movements and standards that align with Kidslox's capabilities.
Use Kidslox with Phosra
Connect Kidslox through Phosra's API and enforce rules across every platform your child uses.