The Next Web · JSON Structure

The Next Web Article Structure

Structure of a news article entry in The Next Web RSS 2.0 feed.

Type: Properties: 0
Technology NewsInnovationMediaEventStartupsArtificial Intelligence

TNW RSS Article is a JSON Structure definition published by The Next Web.

Meta-schema:

JSON Structure

the-next-web-article-structure.json Raw ↑
{
  "name": "TNW RSS Article",
  "description": "Structure of a news article entry in The Next Web RSS 2.0 feed.",
  "fields": [
    { "name": "title", "type": "string", "required": true, "description": "Article headline." },
    { "name": "link", "type": "string (uri)", "required": true, "description": "Article URL on thenextweb.com." },
    { "name": "description", "type": "string", "required": false, "description": "Short summary or excerpt." },
    { "name": "pubDate", "type": "string (RFC 2822 datetime)", "required": true, "description": "Publication timestamp." },
    { "name": "author", "type": "string", "required": false, "description": "Author full name." },
    { "name": "category", "type": "string | array<string>", "required": false, "description": "Article categories (e.g., Artificial Intelligence, Startups, Cars)." },
    { "name": "guid", "type": "string", "required": false, "description": "Unique identifier, typically the article URL." },
    {
      "name": "enclosure",
      "type": "object",
      "required": false,
      "description": "Featured image or media attachment.",
      "fields": [
        { "name": "url", "type": "string (uri)", "description": "Media URL." },
        { "name": "type", "type": "string", "description": "MIME type (e.g., image/jpeg)." },
        { "name": "length", "type": "integer", "description": "File size in bytes." }
      ]
    }
  ]
}

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/the-next-web-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.