tollbooth_export
Free bulk read of the commons — the raw record is never paywalled. Every
row is a tollbooth document exactly
as its site signed it (Ed25519 over RFC 8785 JCS, key = the row's own
site), wrapped in a _commons envelope naming the tier and vouching
domain. Nothing in a row requires trusting TunnelMind.
Use this tool when:
You want the raw record behind the stats, or to verify it yourself.
You are building your own exhibit or comparison over attested sites.
Returns:
rows[]:{_commons: {tier, domain, received_at}, receipt | snapshot}.rows_returned,limit,capped(true when the day has more thanlimit).
Cost:
Counts as one request against the daily rate limit. Past days cached 1h.
Latency:
Typical: <200ms cached; up to ~1s on a cache miss for a busy day.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| day | No | UTC day, YYYY-MM-DD. Defaults to yesterday. | |
| kind | No | receipts | |
| tier | No | attested | |
| limit | No | Rows to return (JSON form defaults to 200; the NDJSON download at the same URL defaults to 5000). | |
| format | No | json for the {ok,data} envelope (what this tool reads); omit for the NDJSON download. | json |