Get List of SonarQube C rules

Hello
I use Developer Edition V8.5.1.38104
Is there a way to get a list of all the rules sonarqube C (with keys, description, etc.) and export it in the form of csv xml, or json (or other).
I need this for certification.
Thank you

Hello,
You can use the api/rules/search?language=c api call to get this list. The output will be in json format.
Alex.

thank you for your reply