Tracking number of newsletter subscribers over API

The Admin API provides a lot of data about a Newsletter at

admin/newsletters/?limit=all

…however, it does not share number of subscribers - this data is available in the Admin interface.

Having this number would make it possible to track subscribes & unsubscribes over time - which is of interest to anyone running a newsletter.

If it’s available in the Admin interface, it might already be available in the API :slight_smile:

Here’s the query that’s made for the newsletters section you’re looking at:

/ghost/api/admin/newsletters/?include=count.active_members%2Ccount.posts&limit=50

2 Likes