--- layout: post title: Google APIs Console image: https://s3.amazonaws.com/kinlane-productions2/api-evangelist-logos/api-evangelist-butterfly-vertical.png author: name: kinlane tags: - APIs --- The [Google APIs Console](https://code.google.com/apis/console/#project:111046942866 "Google APIs Console") is an interface for developers to manage and view traffic data, authentication, and billing information for up to 15 Google APIs, and more coming soon. Developers can bundle a collection of APIs into a project, and manage the following project information: * **Activated APIs** - APIs can be activated to enable traffic monitoring, filtering, and billing, and API-specific project pages. * **Traffic information** \- Console reports show traffic information for each activated API, and allow for capping or filtering of usage for each API. * **Billing information** \- APIs now can have billing activated, allowing them to exceed the courtesy usage quota. Usage fees are billed using Google Checkout and charges are invoiced monthly. * **Project keys** - Each project can be identified by either an API key or an OAuth 2.0 token. Using this key/token in API requests will identify the project, and enable the recording of usage data, filtering restrictions, and bill usage to the proper project. Within the Console developers can generate or revoke API keys or OAuth 2.0 certificates for specific application. * **Team members** \- Team members can be established with read, write, or ownership access to each project's Console page. The Google APIs Console supports fifteenkinlane-productions2.s3.amazonaws.com ![](http://kinlane-productions.s3.amazonaws.com/google/Google-APIs-Console-1.png) * [Books API](http://code.google.com/apis/books/ "Google Books API") * [Buzz API](http://code.google.com/apis/buzz/ "Buzz API") * [Custom Search API](http://code.google.com/apis/customsearch/ "Custom Search API") * [Diacritize API](http://code.google.com/apis/language/diacritize/overview.html "Diacritize API") * [Latitude API](http://code.google.com/apis/latitude/ "Latitude API") * [Moderator API](http://code.google.com/apis/moderator/ "Moderator API") * [Page Speed Online API](http://code.google.com/apis/pagespeedonline/ "Page Speed Online API") * [Places API](http://code.google.com/apis/maps/documentation/places/ "Places API") * [Prediction API](http://code.google.com/apis/predict/ "Prediction API") * [Search API for Shopping](http://code.google.com/apis/shopping/search/ "Search API for Shopping") * [Site Verification API](http://code.google.com/apis/siteverification/ "Site Verification API") * [Storage](http://code.google.com/apis/storage/ "Storage API") * [Tasks API](http://code.google.com/apis/tasks/ "Tasks API") * [Translate API](http://code.google.com/apis/language/ "Translate API") * [URL Shortener API](http://code.google.com/apis/urlshortener/ "URL Shortener API") The Google APIs Console provides a pretty comprehensive set of tools for developers and companies to manage their projects that integrate with various Google APIs. The traffic control and billing tools provide a peek into the future of how billing and monetization will occur for APIs as they become more of a utility in our every day lives.