2025-08-28
▼ ▲ blogger.blogs.get
Path : v2/blogs/{blogId}
Flat Path : v2/blogs/{blogId}
HTTP Method : GET
Parameters :
blogId
Location : path
Required : Yes
Type : string
Parameter Order : blogId
Scopes : https://www.googleapis.com/auth/blogger
Description : Gets a blog by id.
▼ ▲ blogger.blogs.list
Path : v2/users/{userId}/blogs
Flat Path : v2/users/{userId}/blogs
HTTP Method : GET
Parameters :
userId
Location : path
Required : Yes
Type : string
Parameter Order : userId
Scopes : https://www.googleapis.com/auth/blogger
Description : Lists blogs by user id, possibly filtered.
▼ ▲ blogger.comments.get
Path : v2/blogs/{blogId}/posts/{postId}/comments/{commentId}
Flat Path : v2/blogs/{blogId}/posts/{postId}/comments/{commentId}
HTTP Method : GET
Parameters :
blogId
Location : path
Required : Yes
Type : string
postId
Location : path
Required : Yes
Type : string
commentId
Location : path
Required : Yes
Type : string
Parameter Order :
Scopes : https://www.googleapis.com/auth/blogger
Description : Gets a comment by blog id, post id and comment id.
▼ ▲ blogger.comments.list
Path : v2/blogs/{blogId}/posts/{postId}/comments
Flat Path : v2/blogs/{blogId}/posts/{postId}/comments
HTTP Method : GET
Parameters :
blogId
Location : path
Required : Yes
Type : string
postId
Location : path
Required : Yes
Type : string
startDate
Location : query
Type : string
maxResults
Location : query
Type : integer
Format : uint32
fetchBodies
Location : query
Type : boolean
pageToken
Location : query
Type : string
Parameter Order :
Scopes : https://www.googleapis.com/auth/blogger
Description : Lists comments.
▼ ▲ blogger.pages.get
Path : v2/blogs/{blogId}/pages/{pageId}
Flat Path : v2/blogs/{blogId}/pages/{pageId}
HTTP Method : GET
Parameters :
blogId
Location : path
Required : Yes
Type : string
pageId
Location : path
Required : Yes
Type : string
Parameter Order :
Scopes : https://www.googleapis.com/auth/blogger
Description : Gets a page by blog id and page id.
▼ ▲ blogger.pages.list
Path : v2/blogs/{blogId}/pages
Flat Path : v2/blogs/{blogId}/pages
HTTP Method : GET
Parameters :
blogId
Location : path
Required : Yes
Type : string
fetchBodies
Location : query
Type : boolean
Parameter Order : blogId
Scopes : https://www.googleapis.com/auth/blogger
Description : Lists pages.
▼ ▲ blogger.posts.get
Path : v2/blogs/{blogId}/posts/{postId}
Flat Path : v2/blogs/{blogId}/posts/{postId}
HTTP Method : GET
Parameters :
blogId
Location : path
Required : Yes
Type : string
postId
Location : path
Required : Yes
Type : string
Parameter Order :
Scopes : https://www.googleapis.com/auth/blogger
Description : Gets a post by blog id and post id
▼ ▲ blogger.posts.list
Path : v2/blogs/{blogId}/posts
Flat Path : v2/blogs/{blogId}/posts
HTTP Method : GET
Parameters :
blogId
Location : path
Required : Yes
Type : string
fetchBodies
Location : query
Type : boolean
maxResults
Location : query
Type : integer
Format : uint32
pageToken
Location : query
Type : string
startDate
Location : query
Type : string
Parameter Order : blogId
Scopes : https://www.googleapis.com/auth/blogger
Description : Lists posts.
▼ ▲ blogger.users.get
Path : v2/users/{userId}
Flat Path : v2/users/{userId}
HTTP Method : GET
Parameters :
userId
Location : path
Required : Yes
Type : string
Parameter Order : userId
Scopes : https://www.googleapis.com/auth/blogger
Description : Gets a user by user id.