API Reference

This API reference is organized by resource type. Each resource type has one or more data representations and one or more methods.

Resource types

  1. Blogs
  2. Comments
  3. Pages
  4. Posts
  5. Users
  6. BlogUserInfos
  7. PageViews
  8. PostUserInfos

Blogs

For Blogs Resource details, see the resource representation page.

Method
HTTP request
Description
URIs relative to https://www.googleapis.com/blogger/v3, unless otherwise noted
get
GET  /blogs/ blogId
Retrieves a blog by its ID.
GET  /blogs/byurl
Retrieves a blog by URL.
GET  /users/ userId /blogs
Retrieves a list of blogs.

Comments

For Comments Resource details, see the resource representation page.

Method
HTTP request
Description
URIs relative to https://www.googleapis.com/blogger/v3, unless otherwise noted
GET  /blogs/ blogId /posts/ postId /comments
Retrieves the list of  comments  for a  post .
get
GET  /blogs/ blogId /posts/ postId /comments/ commentId
Retrieves one comment resource by its commentId .
POST  /blogs/ blogId /posts/ postId /comments/ commentId /approve
Marks a comment as not spam.
DELETE  /blogs/ blogId /posts/ postId /comments/ commentId
Delete a comment by ID.
GET  /blogs/ blogId /comments
Retrieves the comments for a blog, across all posts, possibly filtered.
POST  /blogs/ blogId /posts/ postId /comments/ commentId /spam
Marks a comment as spam. This will set the status of the comment to spam , and hide it in the default comment rendering.
POST  /blogs/ blogId /posts/ postId /comments/ commentId /removecontent
Removes the content of a comment.

Pages

For Pages Resource details, see the resource representation page.

Method
HTTP request
Description
URIs relative to https://www.googleapis.com/blogger/v3, unless otherwise noted
GET  /blogs/ blogId /pages
Retrieves the list of  pages  for a  blog .
get
GET  /blogs/ blogId /pages/ pageId
Retrieves one pages resource by its page ID.
DELETE  /blogs/ blogId /pages/ pageId
Delete a page by ID.
POST  /blogs/ blogId /pages
Add a page.
PATCH  /blogs/ blogId /pages/ pageId
Update a page. This method supports patch semantics.
PUT  /blogs/ blogId /pages/ pageId
Update a page.

Posts

For Posts Resource details, see the resource representation page.

Method
HTTP request
Description
URIs relative to https://www.googleapis.com/blogger/v3, unless otherwise noted
GET  /blogs/ blogId /posts
Retrieves a list of posts.
get
GET  /blogs/ blogId /posts/ postId
Retrieves one post by post ID.
GET  /blogs/ blogId /posts/search
Searches for a post that matches the given query terms.
POST  /blogs/ blogId /posts
Adds a post.
DELETE  /blogs/ blogId /posts/ postId
Deletes a post by ID.
GET  /blogs/ blogId /posts/bypath
Retrieves a post by path.
PATCH  /blogs/ blogId /posts/ postId
Updates a post. This method supports patch semantics .
PUT  /blogs/ blogId /posts/ postId
Updates a post.
POST  /blogs/ blogId /posts/ postId /publish
Publish a draft post.
POST  /blogs/ blogId /posts/ postId /revert
Revert a published or scheduled post to draft state, which removes the post from the publicly viewable content.

Users

For Users Resource details, see the resource representation page.

Method
HTTP request
Description
URIs relative to https://www.googleapis.com/blogger/v3, unless otherwise noted
get
GET  /users/ userId
Retrieves a user by user ID.

BlogUserInfos

For BlogUserInfos Resource details, see the resource representation page.

Method
HTTP request
Description
URIs relative to https://www.googleapis.com/blogger/v3, unless otherwise noted
get
GET  /users/ userId /blogs/ blogId
Gets one blog and user info pair by blogId and userId .

PageViews

For PageViews Resource details, see the resource representation page.

Method
HTTP request
Description
URIs relative to https://www.googleapis.com/blogger/v3, unless otherwise noted
get
GET  /blogs/ blogId /pageviews
Retrieve pageview stats for a Blog.

PostUserInfos

For PostUserInfos Resource details, see the resource representation page.

Method
HTTP request
Description
URIs relative to https://www.googleapis.com/blogger/v3, unless otherwise noted
get
GET  /users/ userId /blogs/ blogId /posts/ postId
Gets one post and user info pair by postId and userId .
GET  /users/ userId /blogs/ blogId /posts
Retrieves a list of post and post user info pairs, possibly filtered. The post user info contains per-user information about the post, such as access rights, specific to the user.
Create a Mobile Website
View Site in Mobile | Classic
Share by: