info: Get database info

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

Description

Returns information about the hashlookup database including the NSRL version and total number of indexed hashes.

Examples (1)

Get database info probe-gate
curl 'https://hashlookup.circl.lu/info'
import requests

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

api = zingu_apis.api("circl")
result = api.fetch("info")

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

Probe History

Latency

Status Codes

TimeStatusLatencySize
2026-04-16 00:04:59.762215 200 160ms
2026-04-15 00:02:54.078505 200 256ms
2026-04-14 03:51:46.612947 200 124ms
2026-04-12 12:38:39.778094 200 195ms
2026-04-10 01:13:29.116973 200 1401ms
2026-04-09 02:08:26.459218 200 19977ms
2026-04-08 00:34:57.130853 200 129ms
2026-04-07 01:05:31.610636 200 139ms
2026-04-05 21:04:03.474408 200 407ms
2026-04-03T14:47:33.837567 200 112ms