Sonar total loc analyzed

Hi Team,
Is there any api to get total private lines of code analyzed(but not each project but total). I can see that number in sonarcloud ui but i want api, as we are trying to automate it for some reason.
example: 3,994,555 private lines of code analyzed over 153 projects , In this i want to get 3,994,555 number by using api call.

Thanks,
Revanth

Hi Revanth,

Hi,

Have you tried this via the UI? Specifically the Administration → Configuration → License Manager page? The best way to master the API is to perform the desired action via the UI and eavesdrop to see which calls the UI made to accomplish the action.

You may also find this guide helpful.

 
HTH,
Ann