2

Google have for almost every service an API, but I can't find any API for the Google Developer Console access so I can check the usage of my credentials.

Doe someone know if this API is available and how it works (if it's available)?

Robin Dirksen
  • 3,322
  • 25
  • 40

1 Answers1

2

There is only one API that gives you access to data in Google Developers console its called Google Cloud Resource Manager API . Unfortunately for us it is extremely limited in what it can do.

  • Get a list of all projects associated with an account.
  • Create new projects.
  • Update existing projects.
  • Delete projects.
  • Undelete, or recover, projects that you don’t want to delete.

Last I checked it does not give you access to check your credentials or quota usage. sadly

My blog post about it when it was released: Google Developer console API

Linda Lawton - DaImTo
  • 106,405
  • 32
  • 180
  • 449
  • I'm looking forward to a completer version of this API . Do you know anything about the current development plans @DaImTo? – piscator Sep 19 '16 at 13:01
  • What I know is a whole lot of nothing. There hasn't been a word about it. Why they made it in the first place and left it so well lacking I don't know. – Linda Lawton - DaImTo Sep 19 '16 at 13:02