Net Nanny
No APIThe original web filtering solution with over 25 years of experience, offering AI-powered real-time content analysis, screen time management, and app blocking.
About Net Nanny
Net Nanny has been a pioneer in web filtering since 1995 and continues to evolve with AI-powered content classification that analyzes web pages in real-time rather than relying solely on static blocklists. It offers customizable filtering profiles per child, screen time management, app blocking, profanity masking, and pornography blocking. The family feed provides a consolidated view of all children's online activity. While it lacks a public API, its mature filtering engine is widely regarded as one of the most accurate in the industry.
Device Support
Pricing
Paid
Single device plan at $39.99/yr. Family plan (5 devices) at $54.99/yr. Family plan (20 devices) at $89.99/yr.
API Integration
No API
Age Range
Ages 3โ17
How Phosra Connects to Net Nanny
Net Nanny doesn't offer an API. Phosra provides step-by-step guided setup that mirrors your active rules.
Net Nanny
Guided Setup
Register Net Nanny 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": "net-nanny",
"mode": "guided"
}'
Net Nanny
Refresh Guide Steps
Refresh the guided setup steps for Net Nanny to reflect any rule changes in your Phosra policy.
curl -X POST https://api.phosra.com/v1/sources/src_net_nanny_01/sync \
-H "Authorization: Bearer sk_live_..." \
-H "Content-Type: application/json" \
-d '{
"sync_mode": "guide_refresh"
}'
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_net_nanny_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_net_nanny_01/guide/web_category_block \
-H "Authorization: Bearer sk_live_..."
Safe Search Enforcement
Safe Search Enforcement
web_safesearchForces safe search on all supported search engines.
curl -X GET https://api.phosra.com/v1/sources/src_net_nanny_01/guide/web_safesearch \
-H "Authorization: Bearer sk_live_..."
Content Rating Enforcement
Content Rating Filter
content_ratingEnforces age-appropriate content ratings across apps and media.
curl -X GET https://api.phosra.com/v1/sources/src_net_nanny_01/guide/content_rating \
-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_net_nanny_01/guide/time_daily_limit \
-H "Authorization: Bearer sk_live_..."
Capability Matrix
How Net Nanny maps to Phosra's 12 rule categories.
Use Net Nanny with Phosra
Connect Net Nanny through Phosra's API and enforce rules across every platform your child uses.