Introduction to the Course

Get familiar with blogging and Blogger API v3.

A blog, also known as a weblog, is a website used for information sharing. Blogs are intended for a variety of target audiences, and may encompass topics such as food, music, politics, and sports. A blog consists of posts that allow the blogger to express an opinion, provide information, and present a sequence of activities; the latter in reverse chronological order. Blogs come in a variety of types, including personal blogs, video blogs (also known as vlogs), corporate blogs, and others.

Blogger API v3

In this course, we’ll explore the Blogger API v3. Knowing this API allows us to manage our blog content in a convenient manner—we’ll be able to create, update, and delete blog posts and blog pages. The Blogger API lets us retrieve blog information—such as posts, pages, views, and so on from a number of public blogs—which we can use for both business and personal use-cases.

This course is designed for anyone interested in exploring the Blogger API and its integration. Whether you are interested in building the Blogger API into new applications, integrating it into existing applications, or simply want to learn more about the Blogger API in general, this course is for you! It will provide an understanding of the various endpoints that Blogger API offers with hands-on examples.

In order to take this course, a basic understanding of the following is required:

  • Python programming language
  • Django (a Python-based open-source web framework)