Amazon Kids+
No APIAmazon's curated subscription for Fire tablets and Kindle with thousands of age-appropriate books, apps, games, and videos in a walled-garden environment.
About Amazon Kids+
Amazon Kids+ (formerly FreeTime Unlimited) transforms Fire tablets and Kindle devices into kid-safe environments with a curated library of thousands of age-appropriate books, apps, games, videos, and Audible audiobooks. The Parent Dashboard lets parents set daily screen time limits, educational goals (e.g., require 30 minutes of reading before games unlock), bedtime curfews, and content filters by age range. Amazon's age-appropriate content filters automatically adjust available content based on the child's age. The interface is designed specifically for kids with colorful profiles and easy navigation. Smart content filters ensure kids only see content appropriate for their age group, and all web browsing is restricted to a curated set of age-appropriate websites.
Device Support
Pricing
Bundled
Amazon Kids (basic controls) is free on Fire devices. Amazon Kids+ subscription: $4.99/mo for Prime members, $7.99/mo without Prime, or $2.99/mo per child.
API Integration
No API
Age Range
Ages 3โ12
How Phosra Connects to Amazon Kids+
Amazon Kids+ doesn't offer an API. Phosra provides step-by-step guided setup that mirrors your active rules.
Amazon Kids+
Guided Setup
Register Amazon 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": "amazon-kids-plus",
"mode": "guided"
}'
Amazon Kids+
Refresh Guide Steps
Refresh the guided setup steps for Amazon Kids+ to reflect any rule changes in your Phosra policy.
curl -X POST https://api.phosra.com/v1/sources/src_amazon_kids_plus_01/sync \
-H "Authorization: Bearer sk_live_..." \
-H "Content-Type: application/json" \
-d '{
"sync_mode": "guide_refresh"
}'
Age-Appropriate Content Curation
Content Rating Filter
content_ratingEnforces age-appropriate content ratings across apps and media.
curl -X GET https://api.phosra.com/v1/sources/src_amazon_kids_plus_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_amazon_kids_plus_01/guide/time_daily_limit \
-H "Authorization: Bearer sk_live_..."
Bedtime Curfew
Scheduled Access Windows
time_scheduled_hoursRestricts device or app access to approved time windows.
curl -X GET https://api.phosra.com/v1/sources/src_amazon_kids_plus_01/guide/time_scheduled_hours \
-H "Authorization: Bearer sk_live_..."
Educational Goals Gate
Device Downtime
time_downtimeEnforces device-wide downtime during specified periods.
curl -X GET https://api.phosra.com/v1/sources/src_amazon_kids_plus_01/guide/time_downtime \
-H "Authorization: Bearer sk_live_..."
Curated Web Browsing
Web Content Filter
web_filter_levelApplies category-based web filtering to block inappropriate sites.
curl -X GET https://api.phosra.com/v1/sources/src_amazon_kids_plus_01/guide/web_filter_level \
-H "Authorization: Bearer sk_live_..."
Capability Matrix
How Amazon Kids+ maps to Phosra's 11 rule categories.
Use Amazon Kids+ with Phosra
Connect Amazon Kids+ through Phosra's API and enforce rules across every platform your child uses.