Common Sense Media · Schema
Common Sense Media Review
Schema for a single review returned from the Common Sense Media Reviews API v3.
ApplicationBooksMediaMoviesNon-ProfitPodcastsRatingsReviewsTelevisionVideo GamesYouTube
Properties
| Name | Type | Description |
|---|---|---|
| id | string | Unique identifier for the review. |
| url | string | |
| title | string | |
| mediaType | string | |
| langcode | string | |
| ageRating | integer | Recommended minimum age. |
| ageRatingGroup | string | |
| stars | integer | Star rating out of five. |
| oneLiner | string | |
| anyGood | string | |
| parentsNeedToKnow | string | |
| description | string | |
| talkingPoints | array | |
| contentGrid | object | Per-criterion content ratings. |
| updated | integer | Unix timestamp of last update. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/common-sense-media/refs/heads/main/json-schema/common-sense-media-review-schema.json",
"title": "Common Sense Media Review",
"description": "Schema for a single review returned from the Common Sense Media Reviews API v3.",
"type": "object",
"required": ["id", "mediaType", "title"],
"properties": {
"id": {
"type": "string",
"format": "uuid",
"description": "Unique identifier for the review."
},
"url": {
"type": "string",
"format": "uri"
},
"title": {
"type": "string"
},
"mediaType": {
"type": "string",
"enum": ["app", "book", "game", "movie", "podcast", "tv", "website", "youtube"]
},
"langcode": {
"type": "string",
"enum": ["en", "es"],
"default": "en"
},
"ageRating": {
"type": "integer",
"minimum": 2,
"maximum": 18,
"description": "Recommended minimum age."
},
"ageRatingGroup": {
"type": "string",
"enum": ["littleKids", "kids", "tweens", "teens"]
},
"stars": {
"type": "integer",
"minimum": 1,
"maximum": 5,
"description": "Star rating out of five."
},
"oneLiner": {
"type": "string"
},
"anyGood": {
"type": "string"
},
"parentsNeedToKnow": {
"type": "string"
},
"description": {
"type": "string"
},
"talkingPoints": {
"type": "array",
"items": { "type": "string" }
},
"contentGrid": {
"type": "object",
"description": "Per-criterion content ratings.",
"additionalProperties": {
"type": "object",
"properties": {
"rating": { "type": "integer", "minimum": 0, "maximum": 5 },
"label": { "type": "string" },
"text": { "type": "string" }
}
}
},
"updated": {
"type": "integer",
"description": "Unix timestamp of last update."
}
}
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/common-sense-media-review"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.