| Call Specific Fields | |||
| Field | Type | Summary | Req. |
| GetUsageStats.Timestamp | timestamp | The date and time that the results were tabulated. | yes |
| GetUsageStats.ProcessingTime | float | The amount of time (in seconds) it took to execute the search. | yes |
| GetUsageStats.ImageURL | string | The image used to link back to the source of your API data. | yes |
| GetUsageStats.LinkURL | string | The link used to link back to the source of your API data. | yes |
| GetUsageStats.Errors | meta tag | Contains errors that occured during the query process. | no |
| ...Errors.Error | string | Contains the error message string for the particular error. | no |
| GetUsageStats.Statistics | Contains the results of your query. | no | |
| ...Statistics.TotalCalls | integer | The total number of calls. | yes |
| ...Statistics.UserStatistics | Contains specific user tokens and the number of calls made from it. | no | |
| ...UserStatistics.User | integer | This tag describes the number of calls made with a specific user token. | no |
| ...Statistics.CallTypeStatistics | Contains specific call types and the number of those calls made. | no | |
| ...CallTypeStatistics.Call | integer | The number of this kind of call made from this account. | no |
| ...Statistics.DailyStatistics | Contains the total number of calls made on specific dates. | yes | |
| ...DailyStatistics.Calls | integer | The number of this calls made on the specified date. | yes |