version | String | The URL of the version of the format the feed uses. |
title | String | The name of the feed, which will often correspond to the name of the website . |
description | String | Provides more detail, beyond the title, on what the feed is about. A feed reader may display this text. |
home_page_url | String | The URL of the resource that the feed describes. |
feed_url | String | The URL of the feed, and serves as the unique identifier for the feed. |
date_modified | String | Specifies the modification date. |
date_published | String | Specifies the published date. |
authors | Array of Authors Objects | This specifies the feed author. The author object has several members defined below. |
authors[a].name | String | The author’s name. |
authors[a].email | String | Email address of the author. |
language | String | This is the primary language for the feed in the format specified in RFC 5646. The value is usually a 2-letter language tag from ISO 639-1, optionally followed by a region tag. (Examples: en or en-US). |
icon | Array of Icon Objects | The URL of an image for the feed suitable to be used in a timeline, much the way an avatar might be used. |
icon[a].url | String | The URL of the image. |
icon[a].title | String | The title of the image. |
copyright | String | The copyright of the webpage. |
generator | String | The generator used for the feed. |
tags | Array of Strings | The categories of the feeds it contains. |
dublin_core_extensions | Array of Strings | Dublin Core is an international metadata standard, formally known as the Dublin Core Metadata Element Set, and includes 15 metadata terms (data that describes data). These terms provide expanded cataloging information and improve document indexing for search engine programs. |
itunes_extensions | Array of Strings | In order to get some iTunes(for Apple devices) specific information about the various podcasts or feeds stored in the Directory (like duration, if the content is explicit, and so on). |
extensions | Array of Strings | The custom extension's used in the feed. |
custom | Array of Strings | Publishers can use custom objects in feeds. Custom objects can appear anywhere in a feed. |
items | Array of Items Objects | An array of objects that describe each object in the list. |
items[a].id | String | It is unique for that item for that feed over time. If an item is ever updated, the id should be unchanged. New items should never use a previously-used id. |
items[a].title | String | The title of the item. |
items[a].summary | String | It is a plain text sentence or two describing the item. |
items[a].content_html | String | This is the HTML or plain text of the item. Important: the only place HTML is allowed in this format is in content_html. |
items[a].url | Array of Strings | The URL of the resource described by the item. It’s the permalink. |
items[a].date_modified | String | Specifies the modification date. |
items[a].date_published | String | Specifies the published date. |
items[a].authors | Array of Authors Objects | This specifies the item author. The author object has several members defined below. |
items[a].authors[b].name | String | The author’s name. |
items[a].authors[b].email | String | Email address of the author. |
items[a].image | Array of Image Objects | It is the URL of the main image for the item. |
items[a].image[b].url | String | The URL of the image. |
items[a].image[b].title | String | The title of the image. |
items[a].tags | Array of Strings | Tags tend to be just one word, but they may be anything. Note: they are not the equivalent of Twitter hashtags. Some blogging systems and other feed formats call these categories. |
items[a].attachments | Array of Attachments Objects | Lists of related resources. Would include an attachment that’s an audio or video file. Each attachment has several members described below. |
items[a].attachments[b].url | String | Specifies the location of the attachment. |
items[a].attachments[b].length | String | The length on attachment. |
items[a].attachments[b].mime_type | String | specifies the type of the attachment, such as “audio/mpeg.” |
items[a].dublin_core_extensions | Array of Strings | Dublin Core is an international metadata standard formally known as the Dublin Core Metadata Element Set and includes 15 metadata (data that describes data) terms. These terms offer expanded cataloging information and improved document indexing for search engine programs. |
items[a].itunes_extensions | Array of Strings | In order to get some iTunes(for Apple devices) specific information about the various podcasts or items stored in the Directory (like duration, if the content is explicit, and so on). |
items[a].extensions | Array of Strings | The custom extension's used in the items. |
items[a].custom | Array of Strings | Publishers can use custom objects in items. Custom objects can appear anywhere in a items. |