top: Get top queried hashes

API: circl.lu:hashlookup-circl-api
Endpoint: /stats/top
Response format: unknown
Auth: none
Method: GET
Last Status: 200
Latency: 657ms

Description

Returns the top 100 most queried hash values with their query counts.

Examples (1)

Get top queried hashes probe-gate
curl 'https://hashlookup.circl.lu/stats/top'
import requests

resp = requests.get("https://hashlookup.circl.lu/stats/top")
data = resp.json()
import zingu_apis

api = zingu_apis.api("circl")
result = api.fetch("stats/top")

for item in result:
    print(item)
const resp = await fetch("https://hashlookup.circl.lu/stats/top");
const data = await resp.json();

Probe History

Latency

Status Codes

TimeStatusLatencySize
2026-04-16 17:10:36.317538 200 657ms
2026-04-16 02:21:33.688727 200 240ms
2026-04-15 00:25:09.360104 200 446ms
2026-04-14 04:06:54.101759 200 250ms
2026-04-12 16:55:06.045372 200 246ms
2026-04-10 03:15:42.688305 200 227ms
2026-04-09 02:11:39.398325 200 298ms
2026-04-08 07:53:35.986714 200 5153ms
2026-04-07 00:32:55.842200 200 211ms
2026-04-06 04:12:06.495280 200 306ms
2026-04-05 14:39:22.948289 200 347ms
2026-04-03T14:47:34.993272 200 150ms