2s-jwnd2jdga-alleyford.vercel.app
https://2s-jwnd2jdga-alleyford.vercel.app/api/climate/station-historyShares a payout wallet with 441 other endpoints — its adoption is attributed from that shared wallet's traffic, not earned exclusively.
Historical daily weather observations from NOAA GHCN-Daily for one station and date range (up to 366 days per call): max/min/avg temperature (°C), precipitation (mm), snowfall and snow depth (mm), wind (m/s). Coverage reaches back to the 1800s for long-running stations — actual measured values for "what was the weather on this date", not model recall. Pass a GHCN station id (e.g. USW00094728 = NYC Central Park); find the nearest station for any coordinate with /api/climate/station-near first. dataTypes selects elements (default TMAX,TMIN,PRCP). NOAA public-domain data.
Reliability & health
Uptime and response time from our own unpaid probes, plus the reliability score built from them.
Uptime
100.0% avgResponse time
p50 62ms · p95 162msData table
| Bucket | Uptime | Probes | Response time |
|---|---|---|---|
| 7/23/2026, 12:00:00 AM | 100% | 1 | 110ms |
| 7/24/2026, 12:00:00 AM | 100% | 1 | 52ms |
| 7/25/2026, 12:00:00 AM | 100% | 1 | 80ms |
| 7/26/2026, 12:00:00 AM | 100% | 1 | 55ms |
| 7/27/2026, 12:00:00 AM | 100% | 1 | 58ms |
| 7/28/2026, 12:00:00 AM | 100% | 1 | 47ms |
| 7/29/2026, 12:00:00 AM | 100% | 1 | 80ms |
| 7/30/2026, 12:00:00 AM | 100% | 1 | 58ms |
| 7/31/2026, 12:00:00 AM | 100% | 1 | 53ms |
| 8/1/2026, 12:00:00 AM | 100% | 1 | 91ms |
| 8/2/2026, 12:00:00 AM | 100% | 1 | 52ms |
| 8/3/2026, 12:00:00 AM | 100% | 1 | 53ms |
| 8/4/2026, 12:00:00 AM | 100% | 1 | 66ms |
| 8/5/2026, 12:00:00 AM | 100% | 1 | 88ms |
| 8/6/2026, 12:00:00 AM | 100% | 1 | 53ms |
| 8/7/2026, 12:00:00 AM | 100% | 1 | 79ms |
| 8/8/2026, 12:00:00 AM | 100% | 1 | 46ms |
| 8/9/2026, 12:00:00 AM | 100% | 1 | 68ms |
| 8/10/2026, 12:00:00 AM | 100% | 1 | 54ms |
| 8/11/2026, 12:00:00 AM | 100% | 1 | 54ms |
| 8/12/2026, 12:00:00 AM | 100% | 1 | 63ms |
| 8/13/2026, 12:00:00 AM | 100% | 1 | 61ms |
| 8/14/2026, 12:00:00 AM | 100% | 1 | 58ms |
| 8/15/2026, 12:00:00 AM | 100% | 1 | 81ms |
| 8/16/2026, 12:00:00 AM | 100% | 1 | 68ms |
| 8/17/2026, 12:00:00 AM | 100% | 1 | 65ms |
| 8/18/2026, 12:00:00 AM | 100% | 1 | 52ms |
| 8/19/2026, 12:00:00 AM | 100% | 21 | 62ms |
| 8/20/2026, 12:00:00 AM | 100% | 20 | 66ms |
| 8/21/2026, 12:00:00 AM | 100% | 2 | 54ms |
- Availability
- 100
- Latency
- 100
- Security
- 100
- Transparency
- 61
- Activity
- not yet measured
How often it was reachable when we probed it (weight 35%).
How quickly it answers when it is up — fast scores high (weight 20%).
Whether it serves over working TLS / https (weight 15%).
Whether the operator disclosed what it does — description, schema, identity (weight 15%).
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
- eip155:84532, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp
- Facilitator
- unknown
- SDK
- unknown
Operator
- Company
- inferred — unknown
- Jurisdiction
- —
- Registrar
- Tucows Domains Inc
- Domain registered
- 2020-01-28
- Hosting network
- VERCEL-05
- 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.
Linked by wallet — likely same operator
On-chain agent identity and the x402 endpoint that shares its settlement wallet.
Response schema
{
"properties": {
"data": {
"additionalProperties": false,
"properties": {
"items": {
"items": {
"additionalProperties": false,
"properties": {
"date": {
"type": "string"
},
"values": {
"additionalProperties": {
"nullable": true,
"type": "number"
},
"description": "Element code → metric value (°C / mm / m/s); null when not reported that day.",
"type": "object"
}
},
"required": [
"date",
"values"
],
"type": "object"
},
"type": "array"
},
"meta": {
"additionalProperties": false,
"properties": {
"dataTypes": {
"items": {
"type": "string"
},
"type": "array"
},
"endDate": {
"type": "string"
},
"startDate": {
"type": "string"
},
"station": {
"type": "string"
},
"stationName": {
"nullable": true,
"type": "string"
}
},
"required": [
"station",
"stationName",
"startDate",
"endDate",
"dataTypes"
],
"type": "object"
},
"ok": {
"enum": [
true
],
"type": "boolean"
},
"source": {
"additionalProperties": false,
"properties": {
"license": {
"type": "string"
},
"provider": {
"type": "string"
},
"url": {
"type": "string"
}
},
"required": [
"provider",
"url",
"license"
],
"type": "object"
},
"total": {
"description": "Total matching rows upstream; null when unknown.",
"nullable": true,
"type": "integer"
}
},
"required": [
"ok",
"items",
"total",
"source"
],
"type": "object"
},
"meta": {
"description": "Per-call meta envelope — endpoint id, cost, caller kind, settlement details.",
"type": "object"
}
},
"required": [
"data",
"meta"
],
"type": "object"
}