Hi all,
After exploring the Bitbucket REST API, I encountered difficulties in finding some of the requested information.
To obtain the project size in GB, as well as the date of the last access to the project, and the project owners (administrators), I couldn't locate specific endpoints in the Bitbucket API that would allow retrieving these details directly.
However, I was able to identify endpoints to retrieve the number of project repositories and the project name.
It is possible that some of the sought-after information is not available via the public API, or it may require specific permissions that are not accessible using a simple authentication token.
Do you have some advices ?