Hrushikesh Patel
Hrushikesh Patel

Reputation: 296

Where to check number of request made to google places API?

I am using google places API and there is a daily limit. So can anywhere inside my developerr account i can check the how much request are available and how much are used?

Upvotes: 0

Views: 1815

Answers (1)

xomena
xomena

Reputation: 32158

Sure, in Google developer console you can check usage for each API. Open dashboard, select a Places API and go to the Quota tab.

The direct link looks like

https://console.developers.google.com/apis/api/places-backend.googleapis.com/quotas?project=YOUR_PROJECT_ID

You will see something similar to this screenshot

enter image description here

Upvotes: 3

Related Questions