Lists most of the datasets imported into our various lookups along with their colums.
GET https://api.inteldive.com/data/stats
{
"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",
/* ... */
]
}
}