104

I would like to know if there is already a Google+ API available to the developers. I have not yet found something?

The API is now here available: https://developers.google.com/+/

abraham
  • 46,583
  • 10
  • 100
  • 152
Mark
  • 7,507
  • 12
  • 52
  • 88
  • 3
    There is native app in Android Market :) https://market.android.com/details?id=com.google.android.apps.plus. So, there is some API but not public :) – dariol Jul 11 '11 at 09:19
  • Updated URL to Google + REST-API is: [Google+](https://developers.google.com/+/web/api/rest/) – Hemin Mar 17 '17 at 12:57

9 Answers9

95

https://services.google.com/fb/forms/plusdevelopers/ This is the link to sign up for Google+ API access.

Yahel
  • 37,023
  • 22
  • 103
  • 153
frosty
  • 21,036
  • 7
  • 52
  • 74
18

The official Google+ API can be found at: http://developers.google.com/+/api/

Matt
  • 74,352
  • 26
  • 153
  • 180
Robert Clark
  • 488
  • 3
  • 5
14

There is an unofficial API, PHP.GooglePlusAPI, that you can use this to fetch public data. It's something to play around with while we're waiting for the full official API from Google:

Update:

I've just added support for feed posts as well. You can use this library in your server-side code to read a public profile, post, and relationship data, cache it in a MySQL database, and serve the data to a front-end as a JSON or JSONP service.

Peter Mortensen
  • 30,738
  • 21
  • 105
  • 131
Jason Striegel
  • 1,043
  • 8
  • 9
7

Google just announced the developer's page

https://developers.google.com/+/

seemann
  • 340
  • 1
  • 4
  • 10
5

Check out the following - both work pretty well:

https://github.com/jmstriegel/php.googleplusapi

http://code.google.com/p/javaplus/

jt55401
  • 59
  • 3
3

I think that you'll find this article a good read.

Google Plus doesn't have a public API yet, nor has it announced when one will be available. But if you want to find out about future developer opportunities, Google has a mailing list you can sign-up for to receive more information in the future.

Taken from article linked above.

Neil Knight
  • 47,437
  • 25
  • 129
  • 188
1

The API itself is there - it's restful, and requires a client library for each language in order to be used.

Here is one for Java: Googl-plus-java-api

Praveenkumar
  • 24,084
  • 23
  • 95
  • 173
Bozho
  • 588,226
  • 146
  • 1,060
  • 1,140
0

For Android developers, visit here: https://developers.google.com/+/mobile/android/

ViliusK
  • 11,345
  • 4
  • 67
  • 71