TechCrunch · Schema

TechCrunch Category

Represents a TechCrunch content category as returned by the WordPress REST API.

MediaNewsStartupsTechnology NewsVenture Capital

Properties

Name Type Description
id integer Unique identifier for the category.
count integer Number of published posts in the category.
description string HTML description of the category.
link string URL of the category archive page.
name string Display name of the category.
slug string URL-safe identifier for the category.
taxonomy string WordPress taxonomy name.
parent integer ID of the parent category (0 for top-level categories).
View JSON Schema on GitHub

JSON Schema

techcrunch-category-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/techcrunch/main/json-schema/techcrunch-category-schema.json",
  "title": "TechCrunch Category",
  "description": "Represents a TechCrunch content category as returned by the WordPress REST API.",
  "type": "object",
  "properties": {
    "id": {
      "type": "integer",
      "description": "Unique identifier for the category."
    },
    "count": {
      "type": "integer",
      "description": "Number of published posts in the category."
    },
    "description": {
      "type": "string",
      "description": "HTML description of the category."
    },
    "link": {
      "type": "string",
      "format": "uri",
      "description": "URL of the category archive page."
    },
    "name": {
      "type": "string",
      "description": "Display name of the category."
    },
    "slug": {
      "type": "string",
      "description": "URL-safe identifier for the category."
    },
    "taxonomy": {
      "type": "string",
      "description": "WordPress taxonomy name.",
      "example": "category"
    },
    "parent": {
      "type": "integer",
      "description": "ID of the parent category (0 for top-level categories)."
    }
  },
  "required": ["id", "name", "slug"]
}

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.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/techcrunch-category"
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 email required.

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