TechCrunch · JSON Structure

Techcrunch Post Structure

Article/post structure from the TechCrunch WordPress REST API

Type: Properties: 0
MediaNewsStartupsTechnology NewsVenture Capital

TechCrunch Post is a JSON Structure definition published by TechCrunch.

Meta-schema:

JSON Structure

Raw ↑
{
  "name": "TechCrunch Post",
  "description": "Article/post structure from the TechCrunch WordPress REST API",
  "fields": [
    { "name": "id", "type": "integer", "required": true, "description": "Post ID" },
    { "name": "date", "type": "string", "format": "date-time", "required": true, "description": "Publication date" },
    { "name": "date_gmt", "type": "string", "format": "date-time", "required": false, "description": "Publication date in GMT" },
    { "name": "slug", "type": "string", "required": true, "description": "URL slug" },
    { "name": "status", "type": "string", "required": true, "description": "Post status (publish, draft, etc.)" },
    { "name": "type", "type": "string", "required": false, "description": "Post type" },
    { "name": "link", "type": "string", "format": "uri", "required": false, "description": "URL to post" },
    {
      "name": "title",
      "type": "object",
      "required": true,
      "description": "Post title",
      "fields": [
        { "name": "rendered", "type": "string", "required": true, "description": "HTML title" }
      ]
    },
    {
      "name": "content",
      "type": "object",
      "required": false,
      "description": "Post content",
      "fields": [
        { "name": "rendered", "type": "string", "required": true, "description": "HTML content" },
        { "name": "protected", "type": "boolean", "required": false, "description": "Password protected" }
      ]
    },
    {
      "name": "excerpt",
      "type": "object",
      "required": false,
      "description": "Post excerpt",
      "fields": [
        { "name": "rendered", "type": "string", "required": true, "description": "HTML excerpt" },
        { "name": "protected", "type": "boolean", "required": false, "description": "Password protected" }
      ]
    },
    { "name": "author", "type": "integer", "required": false, "description": "Author user ID" },
    { "name": "featured_media", "type": "integer", "required": false, "description": "Featured image media ID" },
    { "name": "categories", "type": "array", "required": false, "description": "Array of category IDs" },
    { "name": "tags", "type": "array", "required": false, "description": "Array of tag IDs" },
    { "name": "format", "type": "string", "required": false, "description": "Post format" },
    { "name": "sticky", "type": "boolean", "required": false, "description": "Whether post is sticky" },
    { "name": "modified", "type": "string", "format": "date-time", "required": false, "description": "Last modified date" }
  ]
}

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/techcrunch-post-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 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.