API Reference

  • Support for the v2.0 JSON API will be discontinued on September 30th, 2024, so update your applications to the latest version.

  • This API reference organizes information by resource type, each having data representations and methods.

  • The API supports accessing resources like Blogs, Comments, Pages, Posts, Users, and Users.blogs.

  • You can perform operations such as getting individual resources or listing collections of resources.

  • The base URI for the API is https://www.googleapis.com/blogger/v2.

Important: We will discontinue support for the v2.0 JSON API on September 30th, 2024. To ensure continued functionality, update your applications that rely on the v2.0 JSON API to the latest API version. For the latest version, use the links in the left-side navbar.

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

Blogs

For Blogs Resource details, see the resource representation page.

Method REST URI * Description
get GET  /blogs/blogId Gets one blog by id.

* Relative to the base URI: https://www.googleapis.com/blogger/v2

Comments

For Comments Resource details, see the resource representation page.

Method REST URI * Description
list GET  /blogs/blogId/posts/postId/comments Retrieves the list of Comments for a Post.
get GET  /blogs/blogId/posts/postId/comments/commentId Retrieves one Comments Resource by its commentId.

* Relative to the base URI: https://www.googleapis.com/blogger/v2

Pages

For Pages Resource details, see the resource representation page.

Method REST URI * Description
list GET  /blogs/blogId/pages Retrieves the list of Pages for a Blog.
get GET  /blogs/blogId/pages/pageId Retrieves one Pages Resource by its pageId.

* Relative to the base URI: https://www.googleapis.com/blogger/v2

Posts

For Posts Resource details, see the resource representation page.

Method REST URI * Description
list GET  /blogs/blogId/posts Retrieves a list of posts.
get GET  /blogs/blogId/posts/postId Retrieves one post by postId.

* Relative to the base URI: https://www.googleapis.com/blogger/v2

Users

For Users Resource details, see the resource representation page.

Method REST URI * Description
get GET  /users/userId Retrieves one user by userId.

* Relative to the base URI: https://www.googleapis.com/blogger/v2

Users.blogs

For Users.blogs Resource details, see the resource representation page.

Method REST URI * Description
list GET  /users/userId/blogs Retrieves a list of blogs, possibly filtered.

* Relative to the base URI: https://www.googleapis.com/blogger/v2