All Parental Controls
🛡️

Qustodio

Public API
Parental Apps·qustodio.com

Comprehensive cross-platform parental control with real-time web filtering, screen time management, app controls, and detailed activity reports across every major device.

13 full + 0 partial capabilities
6 platforms
FreemiumFree plan covers 1 device with basic features. Premium Small ($54.95/yr) covers 5 devices; Premium Medium ($96.95/yr) covers 10; Premium Large ($137.95/yr) covers 15.

About Qustodio

Qustodio is one of the most widely used parental control platforms, offering a unified dashboard to manage children's digital lives across Windows, macOS, iOS, Android, ChromeOS, and Kindle. It provides real-time web filtering with 30+ content categories, per-app time limits, YouTube monitoring, social media tracking, location tracking, and SOS panic button functionality. Detailed daily and weekly reports give parents clear visibility into browsing habits and app usage without overwhelming them with raw data.

Device Support

iOSAndroidWindowsmacOSChromeOSFire OS

Pricing

Freemium

Free plan covers 1 device with basic features. Premium Small ($54.95/yr) covers 5 devices; Premium Medium ($96.95/yr) covers 10; Premium Large ($137.95/yr) covers 15.

API Integration

Public API

Qustodio provides a documented REST API for integrators and enterprise customers. Endpoints cover device management, rule configuration, and activity reports.

Age Range

Ages 317

Connect via Phosra

How Phosra Connects to Qustodio

Qustodio's public API lets Phosra push rules directly. Connect once, sync automatically.

Qustodio

Connect Source

Link Qustodio to a child profile and enable automatic rule syncing across all supported capabilities.

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": "qustodio",
      "credentials": {
          "api_key": "qustodio_ak_...",
          "account_id": "qustodio_acct_01"
      },
      "auto_sync": true
  }'

Qustodio

Sync All Rules

Push all active Phosra rules to Qustodio in a single sync operation.

POST /v1/sources/src_qustodio_01/sync
bash
curl -X POST https://api.phosra.com/v1/sources/src_qustodio_01/sync \
  -H "Authorization: Bearer sk_live_..." \
  -H "Content-Type: application/json" \
  -d '{
    "sync_mode": "full"
  }'

Daily Time Limits

Daily Screen Time Limit

time_daily_limit

Caps total daily screen time across all connected platforms.

POST /v1/sources/src_qustodio_01/rules
bash
curl -X POST https://api.phosra.com/v1/sources/src_qustodio_01/rules \
  -H "Authorization: Bearer sk_live_..." \
  -H "Content-Type: application/json" \
  -d '{
      "category": "time_daily_limit",
      "value": "enabled"
  }'

Scheduled Hours

Scheduled Access Windows

time_scheduled_hours

Restricts device or app access to approved time windows.

POST /v1/sources/src_qustodio_01/rules
bash
curl -X POST https://api.phosra.com/v1/sources/src_qustodio_01/rules \
  -H "Authorization: Bearer sk_live_..." \
  -H "Content-Type: application/json" \
  -d '{
      "category": "time_scheduled_hours",
      "value": "enabled"
  }'

Per-App Time Limits

Per-App Time Limit

time_per_app_limit

Sets individual time limits for each app or game.

POST /v1/sources/src_qustodio_01/rules
bash
curl -X POST https://api.phosra.com/v1/sources/src_qustodio_01/rules \
  -H "Authorization: Bearer sk_live_..." \
  -H "Content-Type: application/json" \
  -d '{
      "category": "time_per_app_limit",
      "value": "enabled"
  }'

Device Downtime

Device Downtime

time_downtime

Enforces device-wide downtime during specified periods.

POST /v1/sources/src_qustodio_01/rules
bash
curl -X POST https://api.phosra.com/v1/sources/src_qustodio_01/rules \
  -H "Authorization: Bearer sk_live_..." \
  -H "Content-Type: application/json" \
  -d '{
      "category": "time_downtime",
      "value": "enabled"
  }'

Web Filtering

Web Content Filter

web_filter_level

Applies category-based web filtering to block inappropriate sites.

POST /v1/sources/src_qustodio_01/rules
bash
curl -X POST https://api.phosra.com/v1/sources/src_qustodio_01/rules \
  -H "Authorization: Bearer sk_live_..." \
  -H "Content-Type: application/json" \
  -d '{
      "category": "web_filter_level",
      "value": "enabled"
  }'

Capability Matrix

How Qustodio maps to Phosra's 13 rule categories.

Daily Time LimitsFull
Scheduled HoursFull
Per-App Time LimitsFull
Device DowntimeFull
Web FilteringFull
Category BlockingFull
Safe Search EnforcementFull
Activity ReportsFull
Real-Time AlertsFull
Location TrackingFull
Social Media MonitoringFull
Content Rating EnforcementFull
Purchase ApprovalFull
cross platformweb filteringscreen timereportslocation

Use Qustodio with Phosra

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