API: Stats
The Stats API is a very basic view of some Site-level stats. This is actually the source of the data that powers the Chargify To Go iPhone App.
This API call only answers with JSON responses. An XML version is not provided.
URI
https://<subdomain>.chargify.com/stats.json
Authentication is required.
Example Response
{
"seller_name":"Acme, Inc.",
"site_name":"Production",
"stats":{
"revenue_this_month":"$10,000.00",
"total_subscriptions":120,
"subscriptions_today":4,
"revenue_today":"$1,405.12",
"total_revenue":"$45,978.81",
"revenue_this_year":"$27,935.24"
}
}