Kaspersky Safe Kids
No APIKaspersky's parental control suite with GPS tracking, screen time management, web and YouTube filtering, and real-time alerts across all major platforms.
About Kaspersky Safe Kids
Kaspersky Safe Kids draws on Kaspersky's deep expertise in internet security to deliver a full-featured parental control solution. It provides real-time GPS tracking with geofencing alerts, screen time management with per-device schedules, web filtering with 14 content categories, YouTube search monitoring, battery level monitoring, and social media monitoring on VK. The free tier is surprisingly generous, offering web filtering and screen time management at no cost. Premium adds GPS tracking, real-time alerts, YouTube monitoring, and battery tracking. Available on Windows, macOS, iOS, and Android.
Device Support
Pricing
Freemium
Free plan includes web filtering and screen time. Premium plan at $14.99/yr per family (often bundled with Kaspersky security suites).
API Integration
No API
Age Range
Ages 3โ17
How Phosra Connects to Kaspersky Safe Kids
Kaspersky Safe Kids doesn't offer an API. Phosra provides step-by-step guided setup that mirrors your active rules.
Kaspersky Safe Kids
Guided Setup
Register Kaspersky Safe Kids 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": "kaspersky-safe-kids",
"mode": "guided"
}'
Kaspersky Safe Kids
Refresh Guide Steps
Refresh the guided setup steps for Kaspersky Safe Kids to reflect any rule changes in your Phosra policy.
curl -X POST https://api.phosra.com/v1/sources/src_kaspersky_safe_kids_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_kaspersky_safe_kids_01/guide/web_filter_level \
-H "Authorization: Bearer sk_live_..."
Category Blocking (14 categories)
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_kaspersky_safe_kids_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_kaspersky_safe_kids_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_kaspersky_safe_kids_01/guide/time_daily_limit \
-H "Authorization: Bearer sk_live_..."
Scheduled Hours
Scheduled Access Windows
time_scheduled_hoursRestricts device or app access to approved time windows.
curl -X GET https://api.phosra.com/v1/sources/src_kaspersky_safe_kids_01/guide/time_scheduled_hours \
-H "Authorization: Bearer sk_live_..."
Capability Matrix
How Kaspersky Safe Kids maps to Phosra's 12 rule categories.
Use Kaspersky Safe Kids with Phosra
Connect Kaspersky Safe Kids through Phosra's API and enforce rules across every platform your child uses.