Each APIs returns a JSON object with the following parameters:
{"object": "list","data": [],"has_more": true,"count_api": 4,"reset_count_api": 45}
Description:
"object" is a string that represents the type of data returned in the "data" field
"data" represents the returned data of the typology expressed in "object" according to the API called
"has_more" is a boolean that represents pagination, if it is true there is still data to return
"count_api" is a number that represents the count of calls made (see section "Call limits" for more details)
"reset_count_api" is a number that represents the remaining seconds to reset the count "count_api" (see section "Call limits" for more details)