Software Engineering Daily · JSON Structure

Software Engineering Daily Episode Structure

A Software Engineering Daily podcast episode with metadata, content, and engagement data.

Type: Properties: 0
MediaPodcastsSoftware EngineeringTechnical ContentOpen-Source

Episode is a JSON Structure definition published by Software Engineering Daily.

Meta-schema:

JSON Structure

software-engineering-daily-episode-structure.json Raw ↑
{
  "name": "Episode",
  "description": "A Software Engineering Daily podcast episode with metadata, content, and engagement data.",
  "fields": [
    { "name": "id", "type": "string", "required": true, "description": "Unique episode identifier" },
    { "name": "title", "type": "string", "required": true, "description": "Episode title" },
    { "name": "description", "type": "string", "required": false, "description": "Full show notes" },
    { "name": "summary", "type": "string", "required": false, "description": "Short episode summary" },
    { "name": "audioUrl", "type": "uri", "required": true, "description": "Audio file URL" },
    { "name": "duration", "type": "integer", "required": false, "description": "Duration in seconds" },
    { "name": "publishedAt", "type": "datetime", "required": true, "description": "Publication timestamp" },
    { "name": "episodeUrl", "type": "uri", "required": false, "description": "Episode web page URL" },
    { "name": "imageUrl", "type": "uri", "required": false, "description": "Episode artwork URL" },
    { "name": "guests", "type": "array<object>", "required": false, "description": "Featured guests with name, title, organization" },
    { "name": "topics", "type": "array<string>", "required": false, "description": "Technical topic tags" },
    { "name": "upvotes", "type": "integer", "required": false, "description": "Upvote count" },
    { "name": "isPremium", "type": "boolean", "required": false, "description": "Premium-only flag" }
  ]
}

Work with this as data

Every JSON Structure 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 json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure 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.
All 92 tools

Call it yourself

curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/software-engineering-daily-episode-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.