List of enabled integrations similar to server info

I am trying to see if this is possible, I want to have a list of enabled integrations in a jinja list, similar to (or exactly like) the list that’s on the server controls > info page.

In short I want to compare a list of enabled integrations to those presented in the breaking changes custom integration and do things from there.

I unfortunately can not find any informations for jinja to interact with home assistant itself, just the state object.

Is this possible or is it better to do this via a custom python script or integration?