Get a group’s API usage

This endpoint retrieves information about a the API usage, broken down by endpoint, of a group in a specific range of days (last 30 days by default).
The period of time can be delimited by the two query parameters start_date and end_date, being the first and last day when API V3 usage data will be retrieved, respectively.
The data available includes only the last 60 natural days.

🚧

Time range restrictions

The maximum range of time allowed by this endpoint is 30 days. If a greater range of time is specified, this endpoint will return an error message as response.

To use this endpoint and get the API consumption of a certain group, you must be an administrator of that group.

"daily": {
            "2019-10-22": {
                "search": 1
            },
            "2019-10-23": {
                "file_behaviours": 1,
                "file_comments": 1,
                "file_graphs": 1,
                "file_relationships": 20,
                "files": 3,
                "intelligence_search": 3,
                "item_vote": 1
            },
            "2019-10-24": {
                "intelligence_search": 2
            },
            "2019-10-25": {
                "files": 10,
                "intelligence_search": 3
            },
            "2019-10-28": {
                "intelligence_search": 2
            },
            "2019-10-29": {
                "url_submission": 1
            },
            "2019-10-30": {
                "url_submission": 1
            },
            "2019-10-31": {
                "domain_comments": 9,
                "domain_graphs": 9,
                "domain_relationships": 90,
                "file_upload_url": 1,
                "intelligence_search": 30,
                "ip_addresses": 2,
                "ip_addresses_comments": 4,
                "ip_addresses_graphs": 4,
                "ip_addresses_relationships": 28,
                "item_vote": 13,
                "url_submission": 1
            },
            "2019-11-04": {
                "file_behaviours": 2,
                "file_comments": 2,
                "file_graphs": 2,
                "file_relationships": 40,
                "files": 8,
                "intelligence_search": 4,
                "item_vote": 2
            },
            "2019-11-05": {
                "graphs": 1,
                "intelligence_search": 1
            },
            "2019-11-06": {
                "domains": 14,
                "file_comments": 1,
                "file_relationships": 11,
                "files": 34,
                "ip_addresses": 10,
                "urls": 10
            },
            "2019-11-08": {
                "analyses": 1,
                "intelligence_search": 4,
                "item_vote": 3,
                "url_comments": 3,
                "url_graphs": 3,
                "url_relationships": 12,
                "url_submission": 2,
                "urls": 9
            },
            "2019-11-09": {
                "files": 123,
                "intelligence_search": 13
            },
            "2019-11-12": {
                "file_behaviours": 16,
                "file_comments": 15,
                "file_graphs": 15,
                "file_relationships": 314,
                "files": 44,
                "intelligence_search": 3,
                "item_vote": 15,
                "retrohunt_jobs": 1
            },
            "2019-11-13": {
                "file_behaviours": 1,
                "file_comments": 1,
                "file_graphs": 1,
                "file_relationships": 20,
                "files": 2,
                "intelligence_search": 1,
                "item_vote": 1
            },
            "2019-11-18": {
                "analyses": 12,
                "file_behaviours": 10,
                "file_comments": 10,
                "file_graphs": 10,
                "file_relationships": 215,
                "file_upload_url": 1,
                "files": 51,
                "intelligence_search": 7,
                "item_vote": 10
            },
            "2019-11-19": {
                "domain_comments": 1,
                "domain_graphs": 1,
                "domain_relationships": 10,
                "file_behaviours": 9,
                "file_comments": 9,
                "file_graphs": 9,
                "file_relationships": 180,
                "files": 9,
                "intelligence_search": 11,
                "item_vote": 10
            },
            "2019-11-20": {
                "file_behaviours": 5,
                "file_comments": 5,
                "file_graphs": 5,
                "file_relationships": 100,
                "files": 21,
                "intelligence_search": 16,
                "item_vote": 5
            },
            "2019-11-21": {
                "intelligence_search": 8,
                "item_vote": 9,
                "url_comments": 9,
                "url_graphs": 9,
                "url_relationships": 36,
                "urls": 24
            }
        },
        "total": {
            "analyses": 13,
            "domain_comments": 10,
            "domain_graphs": 10,
            "domain_relationships": 100,
            "domains": 54,
            "file_behaviours": 44,
            "file_comments": 44,
            "file_download": 309,
            "file_graphs": 43,
            "file_relationships": 900,
            "file_upload_url": 2,
            "files": 551,
            "graphs": 1,
            "intelligence_search": 189,
            "ip_addresses": 14,
            "ip_addresses_comments": 6,
            "ip_addresses_graphs": 4,
            "ip_addresses_relationships": 39,
            "item_vote": 69,
            "retrohunt_jobs": 1,
            "search": 3,
            "url_comments": 12,
            "url_graphs": 12,
            "url_relationships": 48,
            "url_submission": 5,
            "urls": 53
        }
    }
Language
Click Try It! to start a request and see the response here!