All Parental Controls
๐Ÿ‘ฉโ€๐Ÿ’ป

Net Nanny

No API
Parental Appsยทnetnanny.com

The original web filtering solution with over 25 years of experience, offering AI-powered real-time content analysis, screen time management, and app blocking.

12 full + 0 partial capabilities
4 platforms
Paidโ€” Single device plan at $39.99/yr. Family plan (5 devices) at $54.99/yr. Family plan (20 devices) at $89.99/yr.

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

iOSAndroidWindowsmacOS

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

Connect via Phosra

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.

POST /v1/sources
bash
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.

POST /v1/sources/src_net_nanny_01/sync
bash
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_level

Applies category-based web filtering to block inappropriate sites.

GET /v1/sources/src_net_nanny_01/guide/web_filter_level
bash
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_block

Blocks entire web content categories like gambling, violence, or adult content.

GET /v1/sources/src_net_nanny_01/guide/web_category_block
bash
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_safesearch

Forces safe search on all supported search engines.

GET /v1/sources/src_net_nanny_01/guide/web_safesearch
bash
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_rating

Enforces age-appropriate content ratings across apps and media.

GET /v1/sources/src_net_nanny_01/guide/content_rating
bash
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_limit

Caps total daily screen time across all connected platforms.

GET /v1/sources/src_net_nanny_01/guide/time_daily_limit
bash
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.

Web FilteringFull
Category BlockingFull
Safe Search EnforcementFull
Content Rating EnforcementFull
Daily Time LimitsFull
Scheduled HoursFull
Per-App Time LimitsFull
Activity ReportsFull
Alert NotificationsFull
Location TrackingFull
Social Media MonitoringFull
Notification CurfewFull
web filteringai content analysisscreen timeprofanity masking

Use Net Nanny with Phosra

Connect Net Nanny through Phosra's API and enforce rules across every platform your child uses.