Reuters Connect Channel
A content channel from the Reuters Connect API representing a curated feed of editorial content. Channels are organized by category (text, images, video, graphics) and subscription level, providing access to content from Reuters and partner sources.
Properties
| Name | Type | Description |
|---|---|---|
| alias | string | The unique alias identifier for the channel, used as a reference in API calls to retrieve items from this channel. |
| description | string | A human-readable description of the channel content, explaining the editorial focus and type of content delivered. |
| category | string | The content category of the channel, indicating the primary type of content delivered. |
| lastUpdated | string | The timestamp when the channel was last updated with new content, in ISO 8601 format. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://github.com/kinlane/reuters/json-schema/reuters-channel-schema.json",
"title": "Reuters Connect Channel",
"description": "A content channel from the Reuters Connect API representing a curated feed of editorial content. Channels are organized by category (text, images, video, graphics) and subscription level, providing access to content from Reuters and partner sources.",
"type": "object",
"required": [
"alias",
"category"
],
"properties": {
"alias": {
"type": "string",
"description": "The unique alias identifier for the channel, used as a reference in API calls to retrieve items from this channel.",
"examples": [
"OLDEN",
"RTRS_PIX",
"RTRS_VID"
]
},
"description": {
"type": "string",
"description": "A human-readable description of the channel content, explaining the editorial focus and type of content delivered."
},
"category": {
"type": "string",
"description": "The content category of the channel, indicating the primary type of content delivered.",
"enum": [
"TXT",
"PIX",
"VID",
"GFX",
"CMP"
]
},
"lastUpdated": {
"type": "string",
"format": "date-time",
"description": "The timestamp when the channel was last updated with new content, in ISO 8601 format."
}
}
}
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
curl "https://apis.io/api/v1/json-schemas/reuters-channel"
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.