API Reference
Stay organized with collections
Save and categorize content based on your preferences.
This API reference is organized by resource type. Each resource type has one or more data representations and one or more methods.
Resource types
- Blogs
- Comments
- Pages
- Posts
- Users
- BlogUserInfos
- PageViews
- 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 /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.
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
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
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 /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
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 /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 /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 /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 /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.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License
, and code samples are licensed under the Apache 2.0 License
. For details, see the Google Developers Site Policies
. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-06-26 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-06-26 UTC."],[[["\u003cp\u003eThis API reference is structured by resource types, each with its own data representations and methods.\u003c/p\u003e\n"],["\u003cp\u003eAccess details for Blogs, Comments, Pages, Posts, Users, BlogUserInfos, PageViews, and PostUserInfos resources.\u003c/p\u003e\n"],["\u003cp\u003eEach resource type provides various methods for retrieving, updating, deleting, and managing associated data.\u003c/p\u003e\n"],["\u003cp\u003eResource representation pages offer further details on data structures and specific attributes.\u003c/p\u003e\n"],["\u003cp\u003eUtilize provided HTTP requests with corresponding methods to interact with the desired resource.\u003c/p\u003e\n"]]],[],null,[]]