Subscribers statistics

GET https://push.newwaves.app/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://push.newwaves.app/api/subscribers-statistics/{website_id}?start_date=2025-11-13&end_date=2026-01-13' \
--header 'Authorization: Bearer {api_key}' \
{ "data": [ { "subscribers": 20, "formatted_date": "2025-11" }, { "subscribers": 35, "formatted_date": "2025-12" }, { "subscribers": 50, "formatted_date": "2026-01" } ] }