Services > Blogger API v3 Authorize requests using OAuth 2.0:
• blogger.blogUserInfos.get • Gets one blog and user info pair by blogId and userId.
• blogger.blogs.get • Gets one blog by ID.
• blogger.blogs.getByUrl • Retrieve a Blog by URL.
• blogger.blogs.listByUser • Retrieves a list of blogs, possibly filtered.
• blogger.comments.approve • Marks a comment as not spam.
• blogger.comments.delete • Delete a comment by ID.
• blogger.comments.get • Gets one comment by ID.
• blogger.comments.list • Retrieves the comments for a post, possibly filtered.
• blogger.comments.listByBlog • Retrieves the comments for a blog, across all posts, possibly filtered.
• blogger.comments.markAsSpam • Marks a comment as spam.
• blogger.comments.removeContent • Removes the content of a comment.
• blogger.pageViews.get • Retrieve pageview stats for a Blog.
• blogger.pages.delete • Delete a page by ID.
• blogger.pages.get • Gets one blog page by ID.
• blogger.pages.insert • Add a page.
• blogger.pages.list • Retrieves the pages for a blog, optionally including non-LIVE statuses.
• blogger.pages.patch • Update a page. This method supports patch semantics.
• blogger.pages.publish • Publishes a draft page.
• blogger.pages.revert • Revert a published or scheduled page to draft state.
• blogger.pages.update • Update a page.
• blogger.postUserInfos.get • Gets one post and user info pair, by post ID and user ID. The post user info contains per-user information about the post, such as access rights, specific to the user.
• blogger.postUserInfos.list • 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.
• blogger.posts.delete • Delete a post by ID.
• blogger.posts.get • Get a post by ID.
• blogger.posts.getByPath • Retrieve a Post by Path.
• blogger.posts.insert • Add a post.
• blogger.posts.list • Retrieves a list of posts, possibly filtered.
• blogger.posts.patch • Update a post. This method supports patch semantics.
• blogger.posts.publish • Publishes a draft post, optionally at the specific time of the given publishDate parameter.
• blogger.posts.revert • Revert a published or scheduled post to draft state.
• blogger.posts.search • Search for a post.
• blogger.posts.update • Update a post.
• blogger.users.get • Gets one user by ID.
Select OAuth 2.0 scopes: Scopes are used to grant an application different levels of access to data on behalf of the end user. Each API may declare one or more scopes. Learn more about OAuth 2.0 Blogger API declares the following scopes. Select which ones you want to grant to APIs Explorer. https://www.googleapis.com/auth/blogger Manage your Blogger account https://www.googleapis.com/auth/blogger.readonly View your Blogger account Add additional scopes (optional): Using OAuth 2.0 to Access Google APIs: https://developers.google.com/identity/protocols/OAuth2
1. Obtain OAuth 2.0 credentials from the Google API Console.
2. Obtain an access token from the Google Authorization Server. ... During the access-token request, your application sends one or more values in the scope parameter.
3. Send the access token to an API.
4. Refresh the access token, if necessary.

OAuth 2.0 Scopes for Google APIs: https://developers.google.com/identity/protocols/googlescopes
GoogleSheets | User
Client ID 288939603774-bhcbog82kpc49d8d0dpp46u0l8t4t2e9.apps.googleusercontent.com

Blogger API, v3 https://developers.google.com/blogger/docs/3.0/getting_started Scopes https://www.googleapis.com/auth/blogger Manage your Blogger account https://www.googleapis.com/auth/blogger.readonly View your Blogger account