Hi,
I’m getting to know the web API of Sonarqube*. In the endpoint api/issues/search i get a Json file beginning with the “total”. However, for every project i always a slightly different number then what i see in the web portal (Measurements->Issues).
The difference in the numbers is likely explained by a difference in the query parameters. The easiest thing to do is use your browser’s developer tools to see the full / exact query being sent by the UI and compare it to the one you’re using.