Wired · JSON Structure

Wired Article Structure

Structure of a Wired article as served through the RSS feed.

Type: Properties: 0
ContentInnovationMediaNewsRSSScienceTechnology News

Wired Article is a JSON Structure definition published by Wired.

Meta-schema:

JSON Structure

wired-article-structure.json Raw ↑
{
  "name": "Wired Article",
  "description": "Structure of a Wired article as served through the RSS feed.",
  "fields": [
    { "name": "title", "type": "string", "required": true, "description": "Article headline." },
    { "name": "description", "type": "string", "required": false, "description": "Article summary or excerpt." },
    { "name": "link", "type": "string (URI)", "required": true, "description": "URL to the full article." },
    { "name": "pubDate", "type": "string (date-time)", "required": true, "description": "Publication date in RFC 2822 format." },
    { "name": "author", "type": "string", "required": false, "description": "Article author byline." },
    { "name": "category", "type": "array<string>", "required": false, "description": "Topic categories (Science, Security, AI, etc.)." },
    { "name": "guid", "type": "string", "required": false, "description": "Globally unique identifier (canonical URL)." },
    { "name": "enclosure", "type": "object", "required": false, "description": "Media attachment with url, type, and length fields." },
    { "name": "content", "type": "string (HTML)", "required": false, "description": "Full or partial article content." },
    { "name": "thumbnail", "type": "string (URI)", "required": false, "description": "Featured image URL." }
  ]
}

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/wired-article-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.