A list object with the following fields:
blog_nameA string. The short name used to uniquely identify a blog.
idA number. The unique ID of the post.
post_urlA string. The location of the post.
typeA string. The type of post.
timestampA number. The time of the post, in seconds since the epoch.
dateA string. The GMT date and time of the post, as a string.
formatA string. The post format: html or markdown.
reblog_keyA string. The key used to reblog this post.
tagsAn array (string). Tags applied to the post.
bookmarkletA boolean. Indicates whether the post was created via the Tumblr bookmarklet. Exists only if true.
mobileA boolean. Indicates whether the post was created via mobile/email publishing. Exists only if true.
source_urlA string. The URL for the source of the content for quotes, reblogs, etc.. Exists only if there is a content source.
source_titleA string. The title of the source site. Exists only if there is a content source.
likedA boolean. Indicates if a user has already liked a post or not.Exists only if the request is fully authenticated with OAuth.
stateA string. Indicates the current state of the post. States are: published, queued, draft and private.
total_postsA number. The total number of post available for this request, useful for paginating through results.