All Parental Controls
๐Ÿ“š

Amazon Kids+

No API
Built-in Controlsยทamazon.com/ftu/home

Amazon's curated subscription for Fire tablets and Kindle with thousands of age-appropriate books, apps, games, and videos in a walled-garden environment.

11 full + 0 partial capabilities
1 platforms
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.

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

Fire OS

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

Connect via Phosra

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.

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": "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.

POST /v1/sources/src_amazon_kids_plus_01/sync
bash
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_rating

Enforces age-appropriate content ratings across apps and media.

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

Caps total daily screen time across all connected platforms.

GET /v1/sources/src_amazon_kids_plus_01/guide/time_daily_limit
bash
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_hours

Restricts device or app access to approved time windows.

GET /v1/sources/src_amazon_kids_plus_01/guide/time_scheduled_hours
bash
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_downtime

Enforces device-wide downtime during specified periods.

GET /v1/sources/src_amazon_kids_plus_01/guide/time_downtime
bash
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_level

Applies category-based web filtering to block inappropriate sites.

GET /v1/sources/src_amazon_kids_plus_01/guide/web_filter_level
bash
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.

Age-Appropriate Content CurationFull
Daily Time LimitsFull
Bedtime CurfewFull
Educational Goals GateFull
Curated Web BrowsingFull
Website AllowlistFull
Purchase PreventionFull
In-App Purchase BlockFull
Usage DashboardFull
Child Profile ManagementFull
No Social Media AccessFull
amazonfire tabletkindlecurated contenteducational goalswalled garden

Use Amazon Kids+ with Phosra

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