Libraries (original) (raw)

This page provides links to convenient ways to access the Blogger APIs.

Blogger APIs client libraries

The Blogger APIs is built on HTTP and JSON, so any standard HTTP client can send requests to it and parse the responses.

However, instead of creating HTTP requests and parsing responses manually, you may want to use the Google APIs client libraries. The client libraries provide better language integration, improved security, and support for making calls that require user authorization.

Other ways to access the Blogger APIs

The following table lists other ways to access the Blogger APIs:

Access method Description
APIs Explorer An interactive tool that lets you try out Google APIs right from your browser.