TechRepublic · JSON Structure
Techrepublic Post Structure
JSON structure documentation for TechRepublic article/post objects returned by the WordPress REST API.
Type: object
Properties: 0
Enterprise ITMediaTechnology NewsContentPublishing
Techrepublic Post Structure is a JSON Structure definition published by TechRepublic.
Meta-schema:
JSON Structure
{
"title": "TechRepublic Post Structure",
"description": "JSON structure documentation for TechRepublic article/post objects returned by the WordPress REST API.",
"type": "object",
"fields": [
{
"name": "id",
"type": "integer",
"required": true,
"description": "Unique numeric identifier for the post. Used as the path parameter for single-post retrieval."
},
{
"name": "date",
"type": "string (date-time)",
"required": true,
"description": "Publication date in the site's timezone. ISO 8601 format."
},
{
"name": "date_gmt",
"type": "string (date-time)",
"required": false,
"description": "Publication date in UTC/GMT. ISO 8601 format."
},
{
"name": "modified",
"type": "string (date-time)",
"required": false,
"description": "Last modification date in the site's timezone."
},
{
"name": "slug",
"type": "string",
"required": true,
"description": "URL-safe alphanumeric slug for the post. Used in the post's permalink."
},
{
"name": "status",
"type": "string (enum)",
"required": true,
"description": "Publication status. Public API only returns 'publish' status posts.",
"values": ["publish", "future", "draft", "pending", "private"]
},
{
"name": "link",
"type": "string (uri)",
"required": true,
"description": "Full canonical URL to the post on TechRepublic.com."
},
{
"name": "title",
"type": "object",
"required": true,
"description": "Post title wrapper object.",
"fields": [
{
"name": "rendered",
"type": "string",
"description": "HTML-rendered title text. May contain HTML entities."
}
]
},
{
"name": "content",
"type": "object",
"required": true,
"description": "Post body content wrapper object.",
"fields": [
{
"name": "rendered",
"type": "string",
"description": "Full HTML-rendered body content of the post."
},
{
"name": "protected",
"type": "boolean",
"description": "True if the post content is behind a password."
}
]
},
{
"name": "excerpt",
"type": "object",
"required": false,
"description": "Post summary/excerpt wrapper object.",
"fields": [
{
"name": "rendered",
"type": "string",
"description": "HTML-rendered excerpt/summary."
}
]
},
{
"name": "author",
"type": "integer",
"required": true,
"description": "ID of the post's author. Use /users/{id} to fetch author details."
},
{
"name": "featured_media",
"type": "integer",
"required": false,
"description": "ID of the featured image/media. 0 if no featured media."
},
{
"name": "categories",
"type": "array[integer]",
"required": false,
"description": "Array of category term IDs assigned to this post."
},
{
"name": "tags",
"type": "array[integer]",
"required": false,
"description": "Array of tag term IDs assigned to this post."
}
]
}
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.
Call it yourself
curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/techrepublic-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.