AI-generated Key Takeaways
-
The v2.0 JSON API will be discontinued on September 30th, 2024, and users should update their applications to the latest API version.
-
This API reference is structured by resource types such as Blogs, Comments, Pages, Posts, Users, and Users.blogs, each with its own data representations and methods.
-
Each resource type provides methods for retrieving individual resources or lists of resources, using specific REST URIs relative to the base URI
https://www.googleapis.com/blogger/v2
. -
Detailed information about each resource type's representation can be found on dedicated resource representation pages linked in the content.
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 |
* 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