The New York Times Company · Schema
NYT Article
Canonical envelope for a New York Times article as returned by the Top Stories, Most Popular, Times Newswire, Archive, and Article Search APIs.
NewsMediaPublishingNewspapersArticlesBooksMoviesSportsGamesCookingReviewsSearchSemanticTaggingControlled VocabularyGeographicArchive
Properties
| Name | Type | Description |
|---|---|---|
| uri | string | Stable NYT URI (nyt://article/...). |
| url | string | |
| short_url | string | |
| section | string | |
| subsection | string | |
| title | string | |
| headline | string | |
| abstract | string | |
| byline | string | |
| item_type | string | |
| material_type_facet | string | |
| kicker | string | |
| source | string | |
| published_date | string | |
| created_date | string | |
| updated_date | string | |
| des_facet | array | |
| org_facet | array | |
| per_facet | array | |
| geo_facet | array | |
| multimedia | array |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://api-evangelist.github.io/new-york-times-company/json-schema/article-schema.json",
"title": "NYT Article",
"description": "Canonical envelope for a New York Times article as returned by the Top Stories, Most Popular, Times Newswire, Archive, and Article Search APIs.",
"type": "object",
"properties": {
"uri": {"type": "string", "description": "Stable NYT URI (nyt://article/...)."},
"url": {"type": "string", "format": "uri"},
"short_url": {"type": "string", "format": "uri"},
"section": {"type": "string"},
"subsection": {"type": "string"},
"title": {"type": "string"},
"headline": {"type": "string"},
"abstract": {"type": "string"},
"byline": {"type": "string"},
"item_type": {"type": "string"},
"material_type_facet": {"type": "string"},
"kicker": {"type": "string"},
"source": {"type": "string"},
"published_date": {"type": "string"},
"created_date": {"type": "string"},
"updated_date": {"type": "string"},
"des_facet": {"type": "array", "items": {"type": "string"}},
"org_facet": {"type": "array", "items": {"type": "string"}},
"per_facet": {"type": "array", "items": {"type": "string"}},
"geo_facet": {"type": "array", "items": {"type": "string"}},
"multimedia": {"type": "array", "items": {"$ref": "media-schema.json"}}
},
"required": ["url", "title"]
}
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.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/article"
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 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.