Breaking Bad · Schema
Episode
An episode of Breaking Bad or Better Call Saul.
VideoTelevisionPublic APIsOpen-SourceBreaking BadBetter Call SaulPop CultureDeprecated
Properties
| Name | Type | Description |
|---|---|---|
| episode_id | integer | Unique numeric id for the episode. |
| title | string | Episode title. |
| season | string | Season number as a string (zero-padded by upstream). |
| air_date | string | Original air date in M-D-YYYY format. |
| characters | array | Characters appearing in the episode. |
| episode | string | Episode number within the season (zero-padded by upstream). |
| series | string | Series the episode belongs to. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://api-evangelist.github.io/breaking-bad/json-schema/breaking-bad-episode-schema.json",
"title": "Episode",
"description": "An episode of Breaking Bad or Better Call Saul.",
"type": "object",
"x-schema-source": "documentation",
"x-source-url": "https://github.com/timbiles/Breaking-Bad--API",
"properties": {
"episode_id": {
"type": "integer",
"description": "Unique numeric id for the episode.",
"examples": [1]
},
"title": {
"type": "string",
"description": "Episode title.",
"examples": ["Pilot", "Felina"]
},
"season": {
"type": "string",
"description": "Season number as a string (zero-padded by upstream).",
"examples": ["1", "5"]
},
"air_date": {
"type": "string",
"description": "Original air date in M-D-YYYY format.",
"examples": ["01-20-2008"]
},
"characters": {
"type": "array",
"description": "Characters appearing in the episode.",
"items": { "type": "string" }
},
"episode": {
"type": "string",
"description": "Episode number within the season (zero-padded by upstream).",
"examples": ["1", "16"]
},
"series": {
"type": "string",
"description": "Series the episode belongs to.",
"examples": ["Breaking Bad", "Better Call Saul"]
}
},
"required": ["episode_id", "title", "season", "series"]
}
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/breaking-bad-episode"
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.