Usage info - flowerchecker/plant-id-examples GitHub Wiki

https://api.plant.id/v2/usage_info

Get stats about your API key limits and usage.

Response

The response is a simple JSON.

Example:

{
  "active": True,
  "daily_limit": None,
  "weekly_limit": 200,
  "monthly_limit": None,
  "total_limit": None,
  "is_closed": False,
  "used_day": 5,
  "used_week": 5,
  "used_month": 11,
  "used_total": 11,
  "remaining_day": None,
  "remaining_week": 195,
  "remaining_month": None,
  "remaining_total": None
}