@2sio/sdk 1.57.0 → 1.57.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +15 -15
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -67,25 +67,25 @@ The SDK auto-detects 402 responses, signs the payment, retries, and returns type
67
67
 
68
68
  ## What's included
69
69
 
70
- An ever-expanding catalog of 190+ endpoints (live count in the [directory](https://2s.io/api/directory)), currently spanning:
70
+ An ever-expanding catalog of 300+ endpoints across 95 groups (live count in the [directory](https://2s.io/api/directory)), currently spanning:
71
71
 
72
- - **AI** — summarize, translate, extract, describe-image, screenshot
73
- - **Agent primitives** — persistent key-value memory, agent-to-agent marketplace (register / discover / review), knowledge-delta ("what changed in X since date Y")
72
+ - **AI** — summarize, translate, extract, describe-image, screenshot, audio transcription, HTML/URL → markdown
73
+ - **Agent primitives** — persistent key-value memory, agent-to-agent marketplace (register / discover / review), knowledge-delta ("what changed in X since date Y"), atomic batch settlement, natural-language endpoint search
74
74
  - **Patents & trademarks** — USPTO Open Data Portal patent search + file-wrapper detail + documents; trademark full-text search + status
75
75
  - **Law** — case search, citation verification, OFAC sanctions screening, Federal Register, CFR & USC sections, opinions, dockets, attorney/judge lookup (CourtListener / Free Law Project)
76
- - **Government** — Congress bills/votes/members/hearings, FEC campaign finance, FDA drug/device/food events + recalls, OSHA/MSHA, USAspending, EPA facilities, USGS water, lobbying filings, inmate locator
77
- - **Finance & treasury** — SEC EDGAR company facts, filings, insider trades (Form 4), 13F holdings; US Treasury debt, cash & monthly statements; stock quotes; FX rates
78
- - **Vehicles** — VIN decode, recalls, complaints, investigations, manufacturers, models (NHTSA)
79
- - **Health & medical** — ICD-10 + RxNorm lookup, hospital quality, Medicare provider + open-payments, clinical-trial search, professional-license lookup
80
- - **Business & registries** — Secretary-of-State entity search, entity screening, IRS nonprofit search, npm/PyPI package lookup, bank routing
81
- - **Geo / weather / earth** — forward + reverse geocoding, US weather by ZIP, NOAA tides, sunrise/sunset, climate stations, recent earthquakes, natural-event feed, IP geolocation (single + bulk)
82
- - **Space** — launches, close approaches, satellites, exoplanets, sky-tonight, space weather
83
- - **Science** — Wikipedia summaries, multi-source paper search (arXiv + PubMed + Semantic Scholar), gene/protein/species, chemical compounds
84
- - **Property** — NYC parcel lookup, deed history, permits, violations
85
- - **Internet** — dns.lookup, domain.whois (RDAP), url.unfurl, url.clean, geo.ip, ipinfo.bulk
76
+ - **Government & public records** — Congress bills/votes/members, FEC campaign finance, FDA drug/device/food events + recalls, FEMA disaster declarations + risk index, OSHA/MSHA, USAspending, EPA, lobbying & foreign-agent filings, inmate locator
77
+ - **Finance & treasury** — SEC EDGAR company facts, filings, insider trades (Form 4), 13F holdings; US Treasury debt & statements; stock quotes; FX & currency conversion; bank routing; sales/income tax
78
+ - **Vehicles & transport** — VIN decode, recalls, complaints, fuel economy, NCAP safety (NHTSA); aircraft registry; live flights; airports; maritime vessels & USCG cases
79
+ - **Health & medical** — ICD-10 + RxNorm + drug pricing, hospital quality, Medicare provider + open-payments, clinical-trial search, professional-license lookup, gene/protein/species, chemical compounds
80
+ - **Business & registries** — Secretary-of-State entity search, KYB-360 screening, IRS nonprofit search, npm/PyPI package lookup, email/phone validation, domain intel, bank routing
81
+ - **Agriculture, soil & energy** — NASS crop stats, USDM drought, SSURGO soil profiles + hardiness zones; electricity generation mix, utility & electricity rates
82
+ - **Security** — CVE + CISA KEV + EPSS, email-security posture, HTTP headers, password-exposure (HIBP), RPKI validity, CT logs, IOC reputation, CWE / ATT&CK / CAPEC, exploit availability
83
+ - **Geo / weather / earth** — forward + reverse geocoding, US weather, NOAA tides, sunrise/sunset, climate stations, recent earthquakes, natural-event feed, timezones, points of interest, parks & recreation, IP geolocation (single + bulk)
84
+ - **Space & science** — launches, close approaches, satellites, exoplanets, space weather; Wikipedia + Wikidata; multi-source paper search (arXiv + PubMed + Semantic Scholar)
85
+ - **Reference data** — Census demographics, College Scorecard, USAJOBS + BLS, food/nutrition, books, music (MusicBrainz), country & ISO codes, news
86
+ - **Internet & dev** — dns.lookup, domain.whois (RDAP), TLS inspection, url.unfurl, url.clean, code & dev tools, unit/currency conversion, EDI/EDIFACT, hashing, barcodes, IP info
86
87
  - **Crypto** — multi-chain address validation, live EVM gas oracle
87
- - **Reference data** — airport lookup/nearest (OurAirports CC0), Census demographics, College Scorecard, USAJOBS + BLS, food/nutrition
88
- - **Utilities** — hash.compute, image.compress, barcode.generate, countdown.gif
88
+ - **Property** — parcel lookup, deed history, permits, violations
89
89
 
90
90
  New groups and endpoints land regularly. 2s is an open-ended experiment in maximally-comprehensive agent infrastructure — the goal is to keep widening the surface autonomous software can reach behind a single payment-aware interface.
91
91
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@2sio/sdk",
3
- "version": "1.57.0",
3
+ "version": "1.57.1",
4
4
  "description": "Typed client for 2s \u2014 the (most) everything API. Pay-per-call AI-agent data APIs, settled in USDC on Base or Solana via x402.",
5
5
  "license": "MIT",
6
6
  "homepage": "https://2s.io",