Is there any API to retrieve unique open, click rate etc of email templates?

I am trying to create a platform, where I need to show my users all their Template’s unique open, clicks, unique open rate, click rate etc. Is there any API method using which I can retrieve the above information about email templates?

We don’t currently have a separate way to get reporting for individual templates, as they are generally part of a Campaign. You can find Campaign reporting via Keap REST API, however.

Ah okay… let me try this. Thanks @TomScott

As @TomScott,

There are reports and you can create saved searches that you can then pull the results of with the api. Those reports, however, are straight counts so the percentages would then have to be calculated on the code end.