$0.02
per call · USD Coin on Base
A ranked, tagged digest of the last 24h of high-signal Hacker News stories, scored by engagement, with links and discussion volume. Every row is classified across eleven topics — ai, devtools, data, infra, security, web, hardware, plus policy, business, science, culture — and carries a developer_relevant flag, so you can keep the engineering stories and drop the front page's politics, science and obituaries, which are about half of a typical day. Built from public Hacker News data.…
Endpoint
GET https://datastand.dev/api/data/dev-signals1
Calls / 30d
1
Unique payers / 30d
Aug 15
Last called
exact
Payment scheme
Call this service
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";
const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);
const res = await fetchWithPay("https://datastand.dev/api/data/dev-signals", {
method: "GET",
});
const data = await res.json();curl -X GET \
"https://datastand.dev/api/data/dev-signals?since=2026-08-31T10%3A12%3A22Z" \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"count": "integer",
"dataset": "dev-signals",
"generated_at": "ISO-8601",
"items": [
"..."
]
}Payment details
0x470a1b647d668d3820add26d70c8371557ff4c6bUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913Is this your API?
Pin it to the top of Developer Tools and the homepage with a featured placement.
More from Datastand & similar services
Datastand · Data NPM Vuln Digest
datastand.dev
The latest npm security advisories, normalized for machines: severity, CVSS, affected packages, vulnerable ranges, patched versions. Merged from two upstream orderings — the 100 most recently published advisories and the 100 most recently REVISED — so a CVSS score finally assigned, or a vulnerable range widened to include the version you run, reaches you instead of being invisible because the advisory was published weeks ago. Derived from the GitHub Advisory Database (CC-BY 4.0, attributed).…
Datastand · LLM Route
datastand.dev
Cheapest-model router: send your token workload and get every current LLM ranked by estimated USD cost, with per-MTok prices, cached-input rates, and context windows. Merges the weekly hand-verified llm-pricing table (every figure carrying its official source URL and verification date) with the daily OpenRouter marketplace catalog — 400+ models — and marks each row `operator-verified` or `marketplace-listed`; `verified_only=1` keeps just the first kind.…
Datastand · Data LLM Pricing
datastand.dev
A verified, machine-readable table of current LLM API pricing (input/output per MTok, cached-input where published) and context windows across Anthropic, OpenAI, Google, xAI and Together. Every row is read off the provider's own page on its stated verification date and carries that page's URL; a row the provider stops publishing is dropped, not carried forward, and a context window we could not verify is null rather than guessed.…