datasourcepulse.com

https://datasourcepulse.com/api/x402/check

Detect when an Apify Actor, API, scraper or data feed breaks, goes stale or silently changes shape. One paid call returns a verdict with the evidence behind it, so an agent can decide whether a data source is still trustworthy before acting on it. Works with any HTTP endpoint; 35+ pre-wired vendors (OpenAI, Anthropic, Stripe, GitHub) are a head start, not a limit. Schedule it on your own cadence for continuous monitoring of breakage, staleness and drift.

59
reliability

Reliability & health

Uptime and response time from our own unpaid probes, plus the reliability score built from them.

Uptime

96.6% avg
0% 50% 100% Jul 24Aug 2Aug 12Aug 21

Response time

p50 188ms · p95 255ms
0ms 200ms 400ms Jul 24Aug 2Aug 12Aug 21
Data table
Reliability history per time bucket over the last 30 days (daily).
Bucket Uptime Probes Response time
7/24/2026, 12:00:00 AM 0% 1
7/25/2026, 12:00:00 AM 100% 1 230ms
7/26/2026, 12:00:00 AM 100% 1 398ms
7/27/2026, 12:00:00 AM 100% 1 220ms
7/28/2026, 12:00:00 AM 100% 1 230ms
7/29/2026, 12:00:00 AM 100% 1 234ms
7/30/2026, 12:00:00 AM 100% 1 228ms
7/31/2026, 12:00:00 AM 100% 1 170ms
8/1/2026, 12:00:00 AM 100% 1 164ms
8/2/2026, 12:00:00 AM 100% 1 159ms
8/3/2026, 12:00:00 AM 100% 1 177ms
8/4/2026, 12:00:00 AM 100% 1 181ms
8/5/2026, 12:00:00 AM 100% 1 201ms
8/6/2026, 12:00:00 AM 100% 1 203ms
8/7/2026, 12:00:00 AM 100% 1 171ms
8/8/2026, 12:00:00 AM 100% 1 217ms
8/9/2026, 12:00:00 AM 100% 1 197ms
8/10/2026, 12:00:00 AM 100% 1 179ms
8/11/2026, 12:00:00 AM 100% 1 198ms
8/12/2026, 12:00:00 AM 100% 1 174ms
8/13/2026, 12:00:00 AM 100% 1 178ms
8/14/2026, 12:00:00 AM 100% 1 151ms
8/15/2026, 12:00:00 AM 100% 1 185ms
8/16/2026, 12:00:00 AM 100% 1 164ms
8/17/2026, 12:00:00 AM 100% 1 211ms
8/18/2026, 12:00:00 AM 100% 1 212ms
8/19/2026, 12:00:00 AM 100% 21 184ms
8/20/2026, 12:00:00 AM 100% 21 191ms
8/21/2026, 12:00:00 AM 100% 5 179ms
59
Composite reliability — the weighted average of the dimensions below, on a 0–100 scale.
Availability
99

How often it was reachable when we probed it (weight 35%).

Latency
100

How quickly it answers when it is up — fast scores high (weight 20%).

Security
100

Whether it serves over working TLS / https (weight 15%).

Transparency
61

Whether the operator disclosed what it does — description, schema, identity (weight 15%).

Activity
3

Observed on-chain payments to this endpoint's wallet — transactions, volume, and distinct paying wallets over the last month (weight 15%; not yet measured when we have not seen its wallet settle).

Confidence 100% — how much probe evidence backs this score. A thin history is flagged, not hidden.

See the scoring methodology for exactly how each number is computed.

Payment

Currencies
USDC
Networks
base
Facilitator
unknown
SDK
x402-express

Operator

Company
inferred — unknown
Jurisdiction
Registrar
Network Solutions, LLC
Domain registered
2026-07-16
Hosting network
GOOGL-2
Hosting country

Operator context is derived from public RDAP/TLS records and unverified. Company and country are only available for endpoints that publish them (an OV/EV TLS certificate or a non-redacted domain record); most endpoints are CDN-fronted and disclose neither.

On-chain activity (base)

5
payments (30d)
0.1
USD volume (30d)
1
paying wallets (30d)

Payments per day

last payment 7/29/2026
0 3 5 Jul 24Jul 25Jul 26Jul 29
Data table
Settled payments per day.
Day Payments Volume (USD) Paying wallets
7/24/2026 2 0.04 1
7/25/2026 1 0.02 1
7/26/2026 1 0.02 1
7/29/2026 1 0.02 1

Only payments settled on chains and facilitators we index.

Response schema
{
  "properties": {
    "checked": {
      "description": "Echo of what was checked: { type, vendor } or { type, actor_id }. Never echoes credentials.",
      "type": "object"
    },
    "checked_at": {
      "description": "ISO 8601 timestamp of the check.",
      "type": "string"
    },
    "failure_class": {
      "description": "Machine-readable failure class: dead_token, quota_exhausted, rate_limited, timeout, unexpected_response, actor_failed, volume_drop, zero_yield, schema_drift, cost_spike, actor_stale. Null when healthy.",
      "type": [
        "string",
        "null"
      ]
    },
    "latency_ms": {
      "description": "End-to-end probe latency in milliseconds.",
      "type": "number"
    },
    "message": {
      "description": "Human-readable explanation of the verdict.",
      "type": "string"
    },
    "metadata": {
      "description": "Probe-specific detail: quota percentages, run success rates, schema check results, baseline numbers.",
      "type": "object"
    },
    "recommended_action": {
      "description": "What to do about it. Null when healthy.",
      "type": [
        "string",
        "null"
      ]
    },
    "state": {
      "description": "The health verdict.",
      "enum": [
        "healthy",
        "warning",
        "failing"
      ],
      "type": "string"
    }
  },
  "required": [
    "state",
    "failure_class",
    "message",
    "checked_at",
    "latency_ms"
  ],
  "type": "object"
}