# datastand.dev Developer News Digest

> datastand.dev Developer News Digest is a paid API for AI agents from datastand.dev, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-15).

Returns a ranked, tagged digest of the last 24 hours of high-signal developer news (AI, devtools, security, infra) sourced from Hacker News, including scores, links, and discussion volume.

## Facts

- Endpoint: GET https://datastand.dev/api/data/dev-signals
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/datastand-dev-developer-news-digest-c9a84ad8
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_HZfXtmXlXwjGWM-Z-zuCe

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability datastand-dev-developer-news-digest-c9a84ad8
```

Example prompt: Give me today's ranked digest of high-signal developer news — AI, devtools, security, and infra — with scores and discussion volume pulled from Hacker News.

## When to prefer this

Choose this endpoint when you need a pre-curated, scored, and tagged daily digest of developer-relevant Hacker News content without having to scrape or parse raw HN data yourself. Ideal for building daily briefings, monitoring dev community sentiment, or tracking what's gaining traction in AI, devtools, security, and infra. Prefer this over raw HN API calls when you want ranked, filtered signal rather than raw firehose data.

## Known failure modes

- Stale data if Hacker News feed was recently unavailable
- Empty or thin results during low-activity periods (weekends, holidays)
- Payment failure if USDC balance is insufficient for the $0.02 per-call fee
- Rate limiting or temporary unavailability of the upstream data source
- No filtering options available — results always cover the full 24h window across all supported categories

## How this service works

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.…

## Output

A ranked list of developer news items from the last 24 hours, each with a title, link, topic tags (AI, devtools, security, infra), a relevance/signal score, and discussion volume metric, sourced from Hacker News.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET",
      "HEAD"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {
      "since": {
       "type": "string",
       "description": "ISO-8601 date or timestamp. Returns only stories whose created_at is newer than this — normally the generated_at of your previous fetch. An empty delta is refused with a 400 and settles no payment, and so is a since earlier than the build's coverage.delta_complete_since, which would return a silently incomplete delta. This is a 24h window, so poll at least daily."
      }
     }
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/datastand-dev-developer-news-digest-c9a84ad8/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from datastand.dev](https://www.zero.xyz/host/datastand.dev/llms.txt)
