16

I've spent the last hour searching for an official Google Voice API documentation but couldn't find anything but a bunch of API wrappers in (insert your favorite programming language here).

Does a documentation for Google Voice's API not exist?

Omar
  • 39,496
  • 45
  • 145
  • 213

4 Answers4

8

If you're okay with JavaScript you can take a look at their chrome extension, it gives you good idea on how to hack something together. For instance I've found this: http://google.com/voice/request/messages it gives you a list of messages in JSON http://google.com/voice/request/user gives you your contacts and your GV number

David
  • 388
  • 1
  • 5
  • 24
7

I don't believe Google has officially published an API yet.

You might want to refer to this post:
Is there a Google Voice API?

Community
  • 1
  • 1
BenV
  • 12,052
  • 13
  • 64
  • 92
2

unofficial, but has instructions for various languages and how to do some straight http requests:

http://www.googlevoice.org/ (Web archive)

onebree
  • 1,853
  • 1
  • 17
  • 44
invertedSpear
  • 10,864
  • 5
  • 39
  • 77
0

It's time to migrate off Google Voice for applications. On May 14, 2014, Google will break the old interface. https://plus.google.com/u/0/106636280351174936240/posts/MjyncJEbzxK

Google seems to be pushing Twilio as an alternative. Twilio will be available from AppEngine.

John Nagle
  • 1,530
  • 1
  • 14
  • 15