{"api":"v1","generated_at":"2026-09-15T19:49:40.973Z","licence":{"name":"CC BY 4.0","url":"https://creativecommons.org/licenses/by/4.0/","attribution":"TOLL, with a link to the page cited"},"page":"https://tollindex.com/e/api-staging-eckari-com-v1-weather-us-observation-d81a3a","pinned_page":"https://tollindex.com/e/api-staging-eckari-com-v1-weather-us-observation-d81a3a/at/2026-09-15T16-57Z","pinned":false,"method":"https://tollindex.com/ledger/method","snapshot_at":"2026-09-15T16:57:44.360Z","snapshot_stamp":"2026-09-15T16-57Z","endpoint":{"slug":"api-staging-eckari-com-v1-weather-us-observation-d81a3a","canonical_url":"https://api-staging.eckari.com/v1/weather/us/observation","resource":"https://api-staging.eckari.com/v1/weather/us/observation","http_method":"GET","type":"http","x402_version":2,"registries":["cdp"],"primary_registry":"cdp","curated_by_coinbase":false,"description":"Latest surface observation from the nearest National Weather Service station to a US coordinate, with the station identity, the observation time (observed_at), its age in seconds and an is_stale flag. Station observations are reported roughly every 20-60 minutes, so this is the most recent measurement, not a real-time reading. Readings that fail the station's quality control are returned as null. Use when: What was the most recently observed temperature at these US coordinates?","service_name":"Eckari","declared_category":null,"declared_tags":["weather","nws","observation","us","station"],"route_template":"/v1/weather/us/observation","registry_updated":"2026-08-26T00:36:20.660Z"},"derived":{"note":"fields no registry supplies; TOLL derives them and marks them derived on the page","title":"us observation","category":"search","first_observed_by_toll":"2026-09-10T19:08:24.178Z","last_observed_by_toll":"2026-09-15T16:57:44.360Z","observation_began":"2026-09-10"},"presence":{"listed_now":true,"first_absent_at":null,"delisting_confirmed_at":null,"events":[{"registry":"cdp","at":"2026-09-10T19:08:24.178Z","event":"listed"}]},"accepts":[{"registry":"cdp","ordinal":0,"network":"eip155:84532","asset":"0x036cbd53842c5426634e7929541ec2318f3dcf7e","asset_name":"USDC","symbol":"USDC","decimals":6,"amount_display":"0.003 USDC","amount_units":0.003,"decimals_known":true,"pay_to":"0x7c0Ba1d16322Ee426D6508a74b571Dd73A5a35DA","scheme":"exact"}],"counters":{"observed_at":"2026-09-15T16:57:44.360Z","calls_30d":5,"unique_payers_30d":2,"last_called_at":"2026-08-26T00:36:20.049Z"},"validation":{"latest":{"observed_at":"2026-09-15T06:41:49.571Z","state":"pass","failed_checks":[],"endpoint_http_status":402,"run_id":"daily-2026-09-15"},"uptime":[{"days":7,"observed":5,"passed":5,"ratio":1},{"days":30,"observed":5,"passed":5,"ratio":1},{"days":90,"observed":5,"passed":5,"ratio":1}],"history_90d":[{"observed_at":"2026-09-15T06:41:49.571Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-15","state_changed":false},{"observed_at":"2026-09-14T06:10:13.565Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-14","state_changed":false},{"observed_at":"2026-09-13T06:01:39.562Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-13","state_changed":false},{"observed_at":"2026-09-12T08:18:57.928Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-12","state_changed":false},{"observed_at":"2026-09-11T13:16:46.033Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-11","state_changed":true}]},"seller":{"wallet":"0x7c0Ba1d16322Ee426D6508a74b571Dd73A5a35DA","page":"https://tollindex.com/seller/0x7c0Ba1d16322Ee426D6508a74b571Dd73A5a35DA","endpoints":29,"hosts":1},"reports":0,"registry_record":{"cdp":[{"tags":["weather","nws","observation","us","station"],"type":"http","accepts":[{"asset":"0x036CbD53842c5426634e7929541eC2318f3dCF7e","extra":{"name":"USDC","version":"2"},"payTo":"0x7c0Ba1d16322Ee426D6508a74b571Dd73A5a35DA","amount":"3000","scheme":"exact","network":"eip155:84532","maxTimeoutSeconds":60}],"quality":{"lastCalledAt":"2026-08-26T00:36:20.049Z","l30DaysTotalCalls":5,"l30DaysUniquePayers":2},"resource":"https://api-staging.eckari.com/v1/weather/us/observation","extensions":{"bazaar":{"info":{"input":{"type":"http","method":"GET","queryParams":{"lat":38.8977,"lon":-77.0365}},"output":{"type":"json","example":{"data":{"station":{"id":"KDCA","name":"Washington/Reagan National Airport, DC","distance_km":5.49},"is_stale":false,"dewpoint_c":22,"age_seconds":1451,"observed_at":"2026-08-18T11:40:00.000Z","cloud_layers":[{"amount":{"code":"SCT","description":"scattered (3-4 oktas)"},"base_m":3352.8}],"visibility_m":16093.44,"temperature_c":25,"temperature_f":77,"wind_gust_kmh":null,"wind_speed_kmh":12.96,"text_description":"Partly Cloudy","wind_direction_deg":340,"relative_humidity_pct":83.45,"barometric_pressure_hpa":1011.85,"precipitation_last_hour_mm":null},"meta":{"source":"nws","version":"2.1.0","freshness":"near_live","capability":"weather.us.observation"}}}},"schema":{"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","DELETE"],"type":"string"},"queryParams":{"type":"object","required":["lat","lon"],"properties":{"lat":{"type":"number","maximum":90,"minimum":-90,"description":"Latitude in decimal degrees (WGS84). Rounded to 4 decimal places before the National Weather Service lookup."},"lon":{"type":"number","maximum":180,"minimum":-180,"description":"Longitude in decimal degrees (WGS84). Rounded to 4 decimal places before the National Weather Service lookup."}},"additionalProperties":false}},"additionalProperties":false},"output":{"type":"object","required":["type"],"properties":{"type":{"type":"string"},"example":{"type":"object"}}}}},"routeTemplate":"/v1/weather/us/observation"},"payment-identifier":{"info":{"required":false},"schema":{"type":"object","$schema":"https://json-schema.org/draft/2020-12/schema","required":["required"],"properties":{"id":{"type":"string","pattern":"^[a-zA-Z0-9_-]+$","maxLength":128,"minLength":16},"required":{"type":"boolean"}}}}},"description":"Latest surface observation from the nearest National Weather Service station to a US coordinate, with the station identity, the observation time (observed_at), its age in seconds and an is_stale flag. Station observations are reported roughly every 20-60 minutes, so this is the most recent measurement, not a real-time reading. Readings that fail the station's quality control are returned as null. Use when: What was the most recently observed temperature at these US coordinates?","lastUpdated":"2026-08-26T00:36:20.66Z","serviceName":"Eckari","x402Version":2}]}}