Demographics Pro - API Resources

Sample Account Summary Response

The account usage summary is returned in JSON format, with attributes summarizing the total usage over the requested period, together with a detailed list of all the individual (chargable) API calls made.

{"status": "complete",
"code": 0,
"error_details": "",
"account_name": "our_apitest",
"taxonomy_version": "5",
"num_analyses": 3,
"message": "processed successfully",
"analyses_data":

[

{"num_submitted": 52255, "title":
"Followers of @demographicspro on 2015-12-31",
"input_type": "account", "num_analyzed": 28049,
"request_id": 3780792,
"date": "2015-12-31 06:44:28",
"output_type": "aggregate_analysis",
"usage_id": ""},

{"num_submitted": 50,
"title": "List of 50 on 2015-12-31",
"input_type": "list",
"num_analyzed": 50,
"request_id": 3780788,
"date": "2015-12-31 06:40:18",
"output_type": "aggregate_analysis",
"usage_id": ""},

{"num_submitted": 404091,
"title": "Followers of Id 10297 on 2015-12-31",
"input_type": "account",
"num_analyzed": 49998,
"request_id": 3780673,
"date": "2015-12-31 05:25:31",
"output_type": "aggregate_analysis",
"usage_id": ""}

]}