How to get/calculate the per month total (displayed on the patreon site) from the API?

Hi,

If the creator chooses to show their earning there is a number shown on the campaign page, i.e. $ per month.

How to get this value from the API?

If I just sum all the commitments of the active_patron users I end up with a higher number, I want to fetch/calculate this exact number from the API.

Help

hi @jopik the pledge_sum attribute is not available in the public api right now. I think the closest number you could get would be by either doing what you were trying or looking at the pledge_history relationship.