No, there is no API to programmatically list administrators for your application. However, you can create an advanced user model that includes additional information like this.
I'm not sure why you need a list of all administrators, but if you just want to send them by email, you can use send_mail_to_admins().
source
share