Statistics API

Lists most of the datasets imported into our various lookups along with their colums.

API Usage

Request

GET https://api.inteldive.com/data/stats

Response

{
  "rows": 16820883416,
  "tables": {
    "0001_EXAMPLE_COM_128K_CATEGORY_042014": [
      "host",
      "username",
      "password",
      "_domain",
      "email"
    ]
    /* Other tables */
  },
  "features": {
    "view_more": [
      "0001_EXAMPLE_COM_128K_CATEGORY_042014",
      /* ... */
    ],
    "hash_lookup": [
      "0001_HASHES_ORG_1913M_2021",
      /* ... */
    ],
    "combo_lookup": [
      "0001_EXAMPLE_COMBOLIST_128K",
      /* ... */
    ]
  }
}