Norton Family
No APINorton's parental control solution with web supervision, time management, search monitoring, and location tracking backed by NortonLifeLock's threat intelligence.
About Norton Family
Norton Family leverages NortonLifeLock's decades of cybersecurity expertise to provide parents with web supervision, time management, instant lock, search monitoring, video supervision, mobile app supervision, and location tracking. It integrates seamlessly with Norton 360 subscriptions, making it an attractive choice for families already in the Norton ecosystem. The school time feature lets parents restrict device usage to educational sites during school hours. Norton Family excels at web filtering accuracy thanks to Norton's massive URL classification database.
Device Support
Pricing
Freemium
Included with Norton 360 Deluxe ($49.99/yr) and Premium ($109.99/yr) subscriptions. Standalone Norton Family Premier at $49.99/yr.
API Integration
No API
Age Range
Ages 4โ17
How Phosra Connects to Norton Family
Norton Family doesn't offer an API. Phosra provides step-by-step guided setup that mirrors your active rules.
Norton Family
Guided Setup
Register Norton Family 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": "norton-family",
"mode": "guided"
}'
Norton Family
Refresh Guide Steps
Refresh the guided setup steps for Norton Family to reflect any rule changes in your Phosra policy.
curl -X POST https://api.phosra.com/v1/sources/src_norton_family_01/sync \
-H "Authorization: Bearer sk_live_..." \
-H "Content-Type: application/json" \
-d '{
"sync_mode": "guide_refresh"
}'
Web Supervision
Web Content Filter
web_filter_levelApplies category-based web filtering to block inappropriate sites.
curl -X GET https://api.phosra.com/v1/sources/src_norton_family_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_norton_family_01/guide/web_category_block \
-H "Authorization: Bearer sk_live_..."
Search Monitoring
Safe Search Enforcement
web_safesearchForces safe search on all supported search engines.
curl -X GET https://api.phosra.com/v1/sources/src_norton_family_01/guide/web_safesearch \
-H "Authorization: Bearer sk_live_..."
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_norton_family_01/guide/time_daily_limit \
-H "Authorization: Bearer sk_live_..."
School 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_norton_family_01/guide/time_scheduled_hours \
-H "Authorization: Bearer sk_live_..."
Capability Matrix
How Norton Family maps to Phosra's 12 rule categories.
Use Norton Family with Phosra
Connect Norton Family through Phosra's API and enforce rules across every platform your child uses.