WhiteIntel API Documentation
  • WhiteIntel API
  • Authentication
  • Postman Collections
  • Webhooks
    • WhiteIntel Webhook API
    • Signature Validation
  • WhiteIntel API v2
    • Consumer Leaks API
  • Corporate Leaks API
  • Username Leaks API
  • IP Leaks API
  • Computer Leaks API
  • Get Leaks By ID API
  • Overall Stats API
  • Last Leaks API
  • Whiteintel API v1
    • Combolists API
      • ComboLists Username Leaks API
      • ComboLists Customer Leaks API
      • ComboLists Corporate Email Leaks API
      • Get IDs From Leaks
      • Get Customer Leaks by Id API
      • Get Corporate Leaks by Id API
      • Get Username Leaks by Id API
    • Infostealer API
      • Customer Leaks API
      • Corporate Email Leaks API
      • Username Leaks API
      • Password Leaks API
      • IP Leaks API
      • Hostname Leaks API
      • Get IDs From Leaks
      • Get Multiple Leaks By Ids
      • Get Leak by Id
    • Overall Stats API
    • Last Leaks API
Powered by GitBook
On this page
  • Parameters
  • Response Fields
  • Sample Request
  • Notes

Overall Stats API

This endpoint can be used for retrieving dashboard statistics of given target domain.

Endpoint: https://api.whiteintel.io/get_overall_stats.php Method: POST Content-Type: application/json

Parameters

Parameter

Required

Default

Description

apikey

Yes

N/A

Your API Key

query

Yes

N/A

Target domain address

metric

Yes

N/A

Accepted values are: consumer_count, corporate_count, computer_count, ip_address_count, application_count, third_party_application_count, consumer_incident_timeline, corporate_incident_timeline, third_party_applications, applications, latest_consumer_events, latest_corporate_events

Response Fields

Response Key

Response Values

success

true or false

remaining_daily_calls

Intiger

target_domain

Searched query

results

Array of returned results. See below for example "results": { "combolist_consumer_count": 39248, "stealer_consumer_count": 28902 }

Full Sample Result

For more streamlined experience please do check the responses with accepted metric values.

Sample Request

curl --location 'https://api.whiteintel.io/get_overall_stats.php' \
--header 'Content-Type: application/json' \
--data '{
           "apikey": "YOUR API KEY",
           "query": "target domain",
           "metric": "metric"
     
}'

Notes

  • Replace "YOUR API KEY" with your actual API key.

  • query should be the target domain.

  • metric must be one of the accepted values described above (e.g., consumer_count, corporate_count, etc.).

PreviousGet Leaks By ID APINextLast Leaks API

Last updated 17 days ago