{"name":"StatePulse API","serviceName":"StatePulse API","description":"Pay-per-call live telemetry, environmental metrics, transit state vectors, and real-time utilities for AI agents. No account setup required, pay per request with x402 USDC on Base.","version":"1.0.0","url":"https://statepulse-api.hahavoid0.workers.dev","logoUrl":"https://statepulse-api.hahavoid0.workers.dev/logo.svg","openapi":"https://statepulse-api.hahavoid0.workers.dev/openapi.json","agentCard":"https://statepulse-api.hahavoid0.workers.dev/.well-known/agent.json","llmsTxt":"https://statepulse-api.hahavoid0.workers.dev/llms.txt","terms":"https://statepulse-api.hahavoid0.workers.dev/terms","privacy":"https://statepulse-api.hahavoid0.workers.dev/privacy","facilitator":"https://api.cdp.coinbase.com/platform/v2/x402","discovery":{"bazaar":true,"extension":"bazaar","settlement":"cdp","cdpConfigured":true,"cdpCredentialsRequiredForVerifyAndSettle":false},"network":"eip155:8453","asset":"0x833589fcd6edb6e08f4c7c32d4f71b54bda02913","payTo":"0x4a82F147c8A4339409C9097Adc1EedFd56E85bFE","primaryEndpoint":"https://statepulse-api.hahavoid0.workers.dev/product/barcode","endpoints":{"/product/barcode":{"method":"POST","url":"https://statepulse-api.hahavoid0.workers.dev/product/barcode","price":"$0.030","atomicAmount":"30000","description":"Resolves a UPC/EAN or ISBN barcode into detailed product metadata using OpenLibrary and UPCitemdb free search endpoints.","tags":["commerce","barcode","lookup"],"requestExample":{"barcode":"9780140449136"},"responseExample":{"supported":true,"result":{"title":"The Odyssey","brand":"Penguin Classics","category":"Books","image":"https://covers.openlibrary.org/b/id/8240502-M.jpg","metadata":{"page_count":560,"author":"Homer"}},"confidence":"high"},"requestSchema":{"type":"object","required":["barcode"],"properties":{"barcode":{"type":"string","description":"UPC, EAN, or ISBN barcode number","examples":["9780140449136"]}}},"responseSchema":{"type":"object","properties":{"supported":{"type":"boolean"},"result":{"type":"object"}}}},"/airspace/track":{"method":"POST","url":"https://statepulse-api.hahavoid0.workers.dev/airspace/track","price":"$0.030","atomicAmount":"30000","description":"Queries live airspace vectors for a specific aircraft ICAO24 hex identifier or a regional bounding box using OpenSky Network.","tags":["logistics","airspace","flight"],"requestExample":{"icao24":"3c6444"},"responseExample":{"supported":true,"result":{"icao24":"3c6444","callsign":"DLH456","origin_country":"Germany","longitude":-122.301,"latitude":47.443,"altitude_m":11200,"on_ground":false,"velocity_mps":242.5,"heading":184},"confidence":"high"},"requestSchema":{"type":"object","properties":{"icao24":{"type":"string","description":"24-bit ICAO aircraft address in hex","examples":["3c6444"]},"bbox":{"type":"object","properties":{"lamin":{"type":"number","description":"Latitude minimum"},"lomin":{"type":"number","description":"Longitude minimum"},"lamax":{"type":"number","description":"Latitude maximum"},"lomax":{"type":"number","description":"Longitude maximum"}}}}},"responseSchema":{"type":"object"}},"/environment/air-quality":{"method":"POST","url":"https://statepulse-api.hahavoid0.workers.dev/environment/air-quality","price":"$0.030","atomicAmount":"30000","description":"Retrieves live localized air quality indices (AQI) and pollutant levels for a given latitude/longitude using OpenAQ.","tags":["environment","air-quality","lookup"],"requestExample":{"lat":34.05,"lng":-118.24},"responseExample":{"supported":true,"result":{"aqi":42,"label":"Good","coordinates":{"lat":34.05,"lng":-118.24},"measurements":[{"parameter":"pm25","value":9.8,"unit":"µg/m³"}]},"confidence":"medium"},"requestSchema":{"type":"object","required":["lat","lng"],"properties":{"lat":{"type":"number","examples":[34.05]},"lng":{"type":"number","examples":[-118.24]}}},"responseSchema":{"type":"object"}},"/transit/status":{"method":"POST","url":"https://statepulse-api.hahavoid0.workers.dev/transit/status","price":"$0.030","atomicAmount":"30000","description":"Check transit delays, active alerts, and schedule status updates for supported cities and lines.","tags":["transit","commute","alerts"],"requestExample":{"city":"nyc","line":"L"},"responseExample":{"supported":true,"result":{"city":"nyc","line":"L","status":"Good Service","delays":false,"alerts":[]},"confidence":"medium"},"requestSchema":{"type":"object","required":["city","line"],"properties":{"city":{"type":"string","examples":["nyc"]},"line":{"type":"string","examples":["L"]}}},"responseSchema":{"type":"object"}},"/weather/anomaly":{"method":"POST","url":"https://statepulse-api.hahavoid0.workers.dev/weather/anomaly","price":"$0.030","atomicAmount":"30000","description":"Compares current weather conditions with a 10-year historical average to flag climate anomalies.","tags":["weather","anomaly","environment"],"requestExample":{"lat":40.71,"lng":-74},"responseExample":{"supported":true,"result":{"current_temp_c":24.2,"historical_mean_temp_c":21,"deviation_percentage":15.2,"anomaly_status":"above_average"},"confidence":"high"},"requestSchema":{"type":"object","required":["lat","lng"],"properties":{"lat":{"type":"number","examples":[40.71]},"lng":{"type":"number","examples":[-74]}}},"responseSchema":{"type":"object"}},"/radio/stream-url":{"method":"POST","url":"https://statepulse-api.hahavoid0.workers.dev/radio/stream-url","price":"$0.010","atomicAmount":"10000","description":"Resolves direct Shoutcast/Icecast streaming URLs from an open-source radio station database by country or tag.","tags":["media","radio","audio"],"requestExample":{"country":"Morocco","genre":"news"},"responseExample":{"supported":true,"result":{"station_name":"Chada FM","stream_url":"http://stream.chadafm.ma:8000/;","bitrate":128},"confidence":"high"},"requestSchema":{"type":"object","required":["country"],"properties":{"country":{"type":"string","examples":["Morocco"]},"genre":{"type":"string","examples":["news"]}}},"responseSchema":{"type":"object"}},"/network/dns-propagation":{"method":"POST","url":"https://statepulse-api.hahavoid0.workers.dev/network/dns-propagation","price":"$0.010","atomicAmount":"10000","description":"Checks global MX, TXT, A, and CNAME propagation status using Cloudflare DoH endpoints.","tags":["network","dns","utilities"],"requestExample":{"domain":"google.com","type":"MX"},"responseExample":{"supported":true,"result":{"domain":"google.com","type":"MX","records":["10 smtp.google.com"]},"confidence":"high"},"requestSchema":{"type":"object","required":["domain","type"],"properties":{"domain":{"type":"string","examples":["google.com"]},"type":{"type":"string","examples":["MX"]}}},"responseSchema":{"type":"object"}},"/brand/assets":{"method":"POST","url":"https://statepulse-api.hahavoid0.workers.dev/brand/assets","price":"$0.030","atomicAmount":"30000","description":"Extracts brand logos and theme colors for any public business URL using Clearbit and HTML parsing.","tags":["brand","design","utilities"],"requestExample":{"domain":"spotify.com"},"responseExample":{"supported":true,"result":{"logo":"https://logo.clearbit.com/spotify.com","colors":["#1db954"]},"confidence":"high"},"requestSchema":{"type":"object","required":["domain"],"properties":{"domain":{"type":"string","examples":["spotify.com"]}}},"responseSchema":{"type":"object"}},"/prediction/odds":{"method":"POST","url":"https://statepulse-api.hahavoid0.workers.dev/prediction/odds","price":"$0.030","atomicAmount":"30000","description":"Retrieves live betting market prices and contract odds for global geopolitical events using PredictIt.","tags":["prediction","market","utilities"],"requestExample":{"market_id":7000},"responseExample":{"supported":true,"result":{"market_name":"U.S. General Election Outcome","contracts":[{"name":"Democratic Party","price":0.52}]},"confidence":"high"},"requestSchema":{"type":"object","properties":{"market_id":{"type":"number","description":"PredictIt market ID","examples":[7000]}}},"responseSchema":{"type":"object"}},"/water/streamflow":{"method":"POST","url":"https://statepulse-api.hahavoid0.workers.dev/water/streamflow","price":"$0.030","atomicAmount":"30000","description":"Queries live US river level, streamflow gauge height, and flow velocity metrics using the USGS National Water Information System.","tags":["water","logistics","agriculture"],"requestExample":{"state":"CA"},"responseExample":{"supported":true,"result":{"state":"CA","stations":[{"name":"Sacramento River","flow_cfs":9400,"height_ft":12.2}]},"confidence":"high"},"requestSchema":{"type":"object","required":["state"],"properties":{"state":{"type":"string","examples":["CA"]}}},"responseSchema":{"type":"object"}},"/calendar/holidays":{"method":"POST","url":"https://statepulse-api.hahavoid0.workers.dev/calendar/holidays","price":"$0.010","atomicAmount":"10000","description":"Retrieves local bank and public holidays across 100+ countries to verify business days.","tags":["holidays","calendar","utilities"],"requestExample":{"year":2026,"country_code":"US"},"responseExample":{"supported":true,"result":{"holidays":[{"date":"2026-01-01","name":"New Year's Day"}]},"confidence":"high"},"requestSchema":{"type":"object","required":["year","country_code"],"properties":{"year":{"type":"number","examples":[2026]},"country_code":{"type":"string","examples":["US"]}}},"responseSchema":{"type":"object"}}}}