All services
745–768 of 21,391api.usenami.io
api.usenami.io
Real-world asset (RWA) perpetual coverage across HIP-3 DEXes — stocks, metals, forex, commodities, pre-IPO synthetics
apexscout.ai
apexscout.ai
ApexScout Agent Commerce Reliability Ledger. Deterministic paid GET artifact with no request body or buyer input.
vibesprings.net
vibesprings.net
Deterministic scenario stream generator for AI trading agent stress-testing. Simulates chronological event ticks (hype cycle, FUD cascade, etc.) with progressive step values.
netintel.dev
netintel.dev
Fetch and parse a domain's robots.txt file — returns all crawl rules by user-agent, sitemap URLs, crawl delay settings, and checks whether a specific path is allowed or blocked for any bot — so agents can respect crawl policies and locate sitemaps before scraping.
api.stocktrends.com
api.stocktrends.com
Latest Stock Trends Inference Model (ST-IM) outputs for a symbol: forward return expectations and statistical distributions across 4-week, 13-week, and 40-week horizons. Use /v1/meta/stim for ST-IM provenance, base-period context, and interpretation limits.
vibesprings.net
vibesprings.net
Agent service discovery and search endpoint. Search and filter available x402 API endpoints by category, maximum query price, or keyword matches.
twitter.surf.cascade.fyi
twitter.surf.cascade.fyi
Search tweets, X-API-style raw shape. Body: {"q":"x402","sort":"Latest","limit":20} - the param is q, not query
2s.io
2s.io
Live flight status and tracking. Pass ident as an airline flight designator (ICAO "UAL1" or IATA "UA1") or an aircraft tail number; returns recent and upcoming instances of that flight with origin/destination airports (ICAO/IATA/name/city/timezone), status, cancellation/diversion flags, scheduled vs estimated vs actual gate and runway times (out/off/on/in), departure and arrival delays, en-route progress percent, aircraft type and registration, and route distance. limit controls how many instances return (default 5, newest first by scheduled departure). Real-time operational data — answer "where is this flight, is it delayed, when does it land" with live values. For aircraft registry data see /api/aircraft/lookup; for airport metadata see /api/airport/lookup.
2s.io
2s.io
Live airport activity board. For an airport (ICAO like KSFO or IATA like SFO), returns recent/upcoming departures or arrivals — flight ident, registration, aircraft type, origin/destination airports, status, scheduled/estimated/actual gate times, gate and terminal. Choose the board with type. Real-time operational data for an airport; complements flight.status (single flight) and flight.route-schedule.
2s.io
2s.io
AI web search optimized for agents. Returns ranked results with the relevant extracted content of each page (not just a link + blurb), plus a relevance score. topic=news for recent reporting. Distinct from search.web (raw SERP) — this returns clean, LLM-ready page content per result.
2s.io
2s.io
Scheduled flights between two airports over a date window (FlightAware AeroAPI). Pass origin and destination (ICAO or IATA) plus startDate/endDate; returns scheduled flights with ident, operator, aircraft type, origin/destination, and scheduled departure/arrival times. Answers 'what flights run SFO→JFK this week'. Complements flight.status and flight.airport-board.
scout.hugen.tokyo
scout.hugen.tokyo
Search Lobste.rs for curated tech news and developer discussions. AI agent API for trend monitoring and community sentiment. Accepts USDC payments on Base and Solana
hmo.payapi.market
hmo.payapi.market
UK licensed HMOs in a postcode area. Returns all licensed Houses in Multiple Occupation registered with the local council.
2s.io
2s.io
Render a URL in a real headless browser (JavaScript executed) and return its article content with the clutter stripped — same cleaning + output formats as /api/url/clean, but for client-rendered / SPA pages whose content only appears after JS runs (where a raw HTTP fetch returns an empty shell). `format`: markdown (default), text, both (JSON envelope), html (self-contained reader page, raw text/html), or pdf (typeset reading doc, raw application/pdf). Optional `waitUntil` (load|domcontentloaded|networkidle0|networkidle2, default networkidle2) and `timeoutMs` (1000-15000, default 12000) control how long to let JS settle. Use /api/url/clean instead for server-rendered pages — it is faster and cheaper; only reach for render when JS rendering is required.
vibesprings.net
vibesprings.net
Check a watch condition by ID, returning whether it triggered and updating the caller-specific baseline.
store.agentexchange.work
store.agentexchange.work
The inverse of a brand check: ask AI right now who it recommends in ANY category, and get the ranked shortlist of brands it actually names (with mention share). Live from a current model. For competitive-intel, market-research, GEO and sales agents that want the whole AI landscape of a category, not just one brand. Nobody else sells the live category leaderboard.
x402-agent-store.rileycraig14.workers.dev
x402-agent-store.rileycraig14.workers.dev
The inverse of a brand check: ask AI right now who it recommends in ANY category, and get the ranked shortlist of brands it actually names (with mention share). Live from a current model. For competitive-intel, market-research, GEO and sales agents that want the whole AI landscape of a category, not just one brand. Nobody else sells the live category leaderboard.
api.aurelianflo.com
api.aurelianflo.com
Exact-match OFAC wallet screening and crypto wallet sanctions check for sanctioned digital currency addresses. Screens one wallet address against Treasury's public SDN advanced XML and returns hit or clear status, asset coverage, sanctioned entity metadata, sanctions programs, list source, listing date, and a manual-review signal for onchain payment and treasury controls.
2s.io
2s.io
Recent earthquakes near a coordinate. Returns each quake with magnitude, place name, time (ISO), latitude/longitude/depth, tsunami flag, USGS event URL, and distance-from-query in km — sorted by time descending. Real-time data, post-LLM-training-cutoff. Backed by USGS FDSN event API (public domain). Query: lat (-90..90), lon (-180..180), radius_km (1-1000, default 500), hours (1-720, default 24), min_magnitude (0-10, default 2.0).
2s.io
2s.io
Key fundamental metrics and 52-week price statistics for a US-listed company. Pass ticker; returns headline valuation, margin, and per-share figures — P/E, P/B, P/S, PEG, EV/EBITDA, gross/operating/net margins, ROE, ROA, current ratio, debt/equity, dividend yield, beta, 52-week high/low, and YTD/52-week price returns — plus the full Finnhub metric map under `metric`. Computed ratios you would otherwise derive yourself from raw filings. Market & fundamental data by Finnhub.
2s.io
2s.io
Identify a payment card from its BIN/IIN (Bank Identification Number — the leading 6-8 digits). Pass the BIN or the first digits of a card number and get the card brand (Visa, Mastercard, …), card type (debit/credit), category, issuing bank, and country (ISO alpha-2 + name). Longest-prefix match against an open community dataset (CC-BY). The BIN identifies the issuer/brand/country only — never the cardholder or account number. For payment routing, fraud checks, and checkout UX.
2s.io
2s.io
Search code across GitHub with the code-search syntax (e.g. 'defineEndpoint repo:AlleyFord/2s' or 'addEventListener language:js'). Returns total match count + file name, path, repository, and URL for each hit. Read-only; no caller key needed.
2s.io
2s.io
US federal government spending awarded to a public company (sourced from USAspending). Pass ticker and optionally a from/to window (YYYY-MM-DD; defaults to ~2 years); returns each award with the recipient (and parent), awarding agency/sub-agency, obligated/outlayed/potential/total values in USD, action date, and period of performance. Use it to see how much federal money flows to a company. Data by Finnhub.
2s.io
2s.io
Validate an ISIN (International Securities Identification Number, ISO 6166): 2-letter country prefix + 9-char NSIN + Luhn check digit. Returns {valid, isin, country, nsin, embeddedCusip (for US/CA), checkDigit, reason}. Catches transposed characters in security master data that a regex misses. Structure + checksum only.