RSS · Example Payload
Opml Subscription List Example
SyndicationRSSAtomJSON FeedOPMLContentXMLSpecificationStandard
Opml Subscription List Example is an example object payload from RSS, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.
Top-level fields
versionheadbody_metadata
Example Payload
{
"version": "2.0",
"head": {
"title": "Kin Lane Subscription List",
"dateCreated": "Fri, 23 May 2026 12:00:00 +0000",
"dateModified": "Fri, 23 May 2026 12:00:00 +0000",
"ownerName": "Kin Lane",
"ownerEmail": "kin@apievangelist.com",
"ownerId": "https://apievangelist.com/",
"docs": "http://opml.org/spec2.opml"
},
"body": {
"outline": [
{
"text": "API Standards",
"title": "API Standards",
"outline": [
{
"text": "OpenAPI Initiative Blog",
"type": "rss",
"version": "RSS2",
"title": "OpenAPI Initiative Blog",
"xmlUrl": "https://www.openapis.org/blog/rss.xml",
"htmlUrl": "https://www.openapis.org/blog"
},
{
"text": "AsyncAPI Initiative",
"type": "rss",
"version": "ATOM",
"title": "AsyncAPI Initiative",
"xmlUrl": "https://www.asyncapi.com/feed.xml",
"htmlUrl": "https://www.asyncapi.com/"
}
]
},
{
"text": "API Evangelist",
"type": "rss",
"version": "RSS2",
"title": "API Evangelist",
"xmlUrl": "https://apievangelist.com/feed.xml",
"htmlUrl": "https://apievangelist.com/",
"category": "/Technology/API,/Standards"
},
{
"text": "RSS Advisory Board",
"type": "rss",
"version": "RSS2",
"title": "RSS Advisory Board",
"xmlUrl": "https://www.rssboard.org/news.rss",
"htmlUrl": "https://www.rssboard.org/news"
}
]
},
"_metadata": {
"format": "OPML 2.0",
"source": "http://opml.org/spec2.opml",
"purpose": "Feed reader subscription list — portable between RSS readers."
}
}
Work with this as data
Every example 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 examples
4 MCP tools reach this
find_examplesBrowse and filter every example 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 example
curl "https://apis.io/api/v1/examples/opml-subscription-list-example"
All examples
curl "https://apis.io/api/v1/examples?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.