🎉 Happy New Year 2026! 🎉 Are you checking your Subscriber List ? 🎁 Ring in 2026 with Web Pusher.! Get 30% OFF all plans. Use code HNY2026 at checkout. Limited time offer! 🚀
Install our app 🪄 click on the icon in the top right of the address bar.

Subscribers statistics

GET https://pusher.sociostacks.com/api/subscribers-statistics/{website_id}
Parameters Details Description
start_date Required Start date in Y-m-d format.
end_date Required End date in Y-m-d format.
type Optional String Allowed values: overview, continent_code, country_code, city_name, os_name, browser_name, device_type, browser_language, subscribed_on_url
curl --request GET \
--url 'https://pusher.sociostacks.com/api/subscribers-statistics/{website_id}?start_date=2025-11-08&end_date=2026-01-08' \
--header 'Authorization: Bearer {api_key}' \
{
    "data": [
        {
            "subscribers": 20,
            "formatted_date": "2025-11"
        },
        {
            "subscribers": 35,
            "formatted_date": "2025-12"
        },
        {
            "subscribers": 50,
            "formatted_date": "2026-01"
        }
    ]
}