Home

 

Get a feed of the comments added to a blog

Get a feed that lists the comments added to the posts in a single blog.


Atom API request details

Resource Description
{handle}/feed/comments/atom A feed containing the comments for a particular blog.

{handle} represents the handle of the blog. A handle is a keyword that is specified when a blog is first created and is used in the construction of Web addresses used to query the entries in a blog.

You can use one or more input parameters to limit the number of comments returned in the feed. Separate multiple parameters with an ampersand (&).


Input parameters

Parameter Description
page Page number. Specifies the page to be returned. The first page is page 0. The value must be an integer equal to or greater than 0.
ps Page size. Specifies the number of entries to return per page. The value must be an integer between 1 and 50.

 

Output

An Atom feed document containing the blog comments.

 

Example

To get a feed of the comments made on the blog with the handle writer, send the following HTTP request:

The HTTP response would look as follows:

The following content is returned by the server:


Get data from an individual blog

 

Related reference


Comment content

Navigating Blogs subscription API resources

Navigating Blogs publishing API resources


+

Search Tips   |   Advanced Search