Definitive Guide to Blogger API

Definitive Guide to Blogger API

Blogger API gives access to insights about your blogs stored in the Google database. Using this API, you can create customizable reports based on your blogger sites.

blogger api

How it Works

Head over to the Official API Documentation. The API allows you to get the user experience metrics for any website URL.

Functions of Blogger API

Blog Functions

You can get the blog by blog id, Blog id by blog url and retrieve a list of blogs.

Comment Functions

Performs a list of functions from retrieving a list of comments to posting a comment to marking it as spam, and so on.

Page Functions

Performs a list of functions from retrieving blog pages to posting a page, deleting and updating a page and more.

Post Functions

Performs a list of functions from retrieving blog posts to posting posts, deleting and updating a post and more.

Users Functions

Retrieves Blog and User information.

PageViews

Access the Page View Data from Google.

We are invoking the page view function by invoking the User Interface in Google. The same can be invoked through Javascript as well.

Enter the Particular Blog ID and Range of days for pageviews to be calculated.

Hit Execute

The API results in the following result with the PageView displayed for 30 Days.