API Methods: blogs.getList



Description

Returns a list of blogs on the site


Required parameters

  • None

Optional parameters

  • blog_id
  • user_id
  • name
  • description
  • total_subscribers
  • total_bloggers
  • total_posts
  • last_post_date
  • ss_key
  • interest_key
  • subinterest_key

Example response

<?xml version="1.0"?>
<response status="ok" time="Fri, 18 Apr 2008 12:53:49 -0500">
    <blogs count="2" total="2">
        <blog>
            <blog_id>1</blog_id>
            <user_id>25</user_id>

            <name>
                <![CDATA[Rod Thoughts]]>
            </name>
            <description/>
            <total_subscribers/>
            <total_bloggers>1</total_bloggers>

            <total_posts>1</total_posts>
            <last_post_date>1196276864</last_post_date>
        </blog>
        <blog>
            <blog_id>2</blog_id>

            <user_id>8</user_id>
            <name>
                <![CDATA[Test blog with a long description]]>
            </name>
            <description>

                <![CDATA[Four score and seven years ago our fathers brought forth on this continent a new nation, conceived in Liberty, and dedicated to the proposition that all men are created equal.
                
                Now we are engaged in a great civil war, testing whether that nation, or any nation, so conceived and so dedicated, can long endure. We are met on a great battle-field of that war. We have come to dedicate a portion of that field, as a final resting place for those who here gave their lives that that nation might live. It is altogether fitting and proper that we should do this.
                
                But, in a larger sense, we can not dedicate�we can not consecrate�we can no]]>
            </description>
            <total_subscribers/>
            <total_bloggers>2</total_bloggers>
            <total_posts>3</total_posts>

            <last_post_date>1196809591</last_post_date>
        </blog>
    </blogs>
</response>