x402.nichospt.net
13 resources
Resource Activity
via Bazaar · last 30 daysEst. volume (30d)
$0.12
~$0.00/day
Top resources by calls
| Resource | Calls | Unique payers |
|---|
| x402.nichospt.netGet current airport weather by ICAO code. Pulls the live D-A… | 2 | 2 |
| x402.nichospt.netConvert a complete HTML document into a print-ready PDF. POS… | 2 | 1 |
| x402.nichospt.netGenerate a regular expression from example strings. Provide … | 2 | 2 |
| x402.nichospt.netExtract the main content of a web page as clean Markdown. Fe… | 2 | 2 |
| x402.nichospt.netCheck whether a date is a public holiday in a given country … | 2 | 2 |
| x402.nichospt.netExtract readable plain text from an HTML fragment or documen… | 1 | 1 |
| x402.nichospt.netCount the number of tokens a string uses for an LLM, using t… | 1 | 1 |
| x402.nichospt.netConvert a date/time between IANA timezones. Accepts natural … | 1 | 1 |
| x402.nichospt.netTurn a natural-language schedule like 'every weekday at 9:30… | 1 | 1 |
| x402.nichospt.netConvert arbitrary text into a clean, URL-safe slug. Translit… | 1 | 1 |
All Resources
x402.nichospt.net
Get current airport weather by ICAO code. Pulls the live D-ATIS broadcast (via ACARS) for temperature, dewpoint, and the current ATIS information letter, falling back to the latest METAR when D-ATIS is unavailable. Returns parsed fields plus the raw source line.
0.01 tokens
x402.nichospt.net
Count the number of tokens a string uses for an LLM, using the same BPE encodings the major models use (o200k_base for GPT-4o/o1, cl100k_base for GPT-4/3.5 and embeddings). Optionally pass a USD price per million tokens to get an estimated cost. Lets an agent budget context and spend before a call.
0.01 tokens
x402.nichospt.net
Explain a cron expression in plain English and compute its next fire times. POST a 5- or 6-field cron string (optionally an IANA timezone); returns a human-readable description and the next N upcoming run timestamps. The inverse of /text-to-cron.
0.01 tokens
x402.nichospt.net
Check whether a date is a public holiday in a given country (and optional sub-region). Returns whether it's a holiday plus matching holiday names and types, covering 100+ countries via the date-holidays database. Handy for business-day and SLA logic.
0.00 tokens
x402.nichospt.net
Extract readable plain text from an HTML fragment or document. Strips all tags, collapses whitespace, and drops blank lines — handy for feeding scraped HTML to an LLM or computing a text length.
0.01 tokens
x402.nichospt.net
Render a Markdown document to HTML (GitHub-flavored: headings, lists, tables, code fences, links). Returns the HTML string. Pairs with /url-to-markdown for round-tripping web content.
0.01 tokens
x402.nichospt.net
Generate a regular expression from example strings. Provide strings the pattern must match (and optionally strings it must NOT match); returns the pattern, flags, a plain-English explanation, and validation confirming it matches/rejects your examples. Supports js, pcre, and python flavors.
0.01 tokens
x402.nichospt.net
Convert a complete HTML document into a print-ready PDF. POST raw HTML with inline CSS (up to 2MB); returns application/pdf with configurable page format (A4/Letter), orientation, and margins. Ideal for agent-generated invoices, reports, and receipts.
0.01 tokens
x402.nichospt.net
Render any public web page to PDF by URL. Loads the page in headless Chromium (waits for network idle), then returns application/pdf with configurable format, orientation, margins, and viewport. Private/loopback hosts are rejected. Good for snapshotting or archiving live pages.
0.01 tokens
x402.nichospt.net
Convert arbitrary text into a clean, URL-safe slug. Transliterates accented and non-Latin characters, lowercases by default, and collapses to a configurable separator; strict mode drops anything outside [a-z0-9]. Deterministic.
0.01 tokens
x402.nichospt.net
Turn a natural-language schedule like 'every weekday at 9:30am' into a standard 5-field cron expression. Returns the cron string, a human-readable summary, and the next 5 fire times computed in your IANA timezone.
0.01 tokens
x402.nichospt.net
Convert a date/time between IANA timezones. Accepts natural language ('3pm PT next Thursday in IST') or structured input (datetime + from + to). Returns the converted ISO timestamp, a human-readable result, and the offset difference in hours.
0.01 tokens
x402.nichospt.net
Extract the main content of a web page as clean Markdown. Fetches the URL, runs Mozilla Readability to strip nav/ads/boilerplate, and converts to Markdown (Turndown); returns markdown plus title, byline, excerpt, and length. Ideal for feeding web articles to an LLM.
0.00 tokens