Netlify account usage analytics API

I am working on a feature in my personal app where I need to pull the overview stats of my account (bandwidth, build minutes, concurrent builds, members) via Netlify API.

I have read through the netlify api docs, but haven’t found what I need. Is there a way (or better) to get the information mentioned above?

The recommended way at the moment to use Netlify API is to open developer tools on the Netlify UI and find out the API calls the UI is making. That’s always using the most up-to-date endpoints.