Install Client Libraries

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

However, the Google API client libraries provide better language integration and improved security over making API requests through HTTP. The client libraries are available in a number of programming languages; by using them, you can avoid the need to manually set up HTTP requests and parse the responses.

To get started, select the programming language that you are using for development.

Go

Get the latest People API client library for Go. Read the client library's developer's guide.

Java

This page contains information about getting started with the People API by using the Google API Client Library for Java. For more information, see the following documentation: