← Back to directory

Text statistics / word count / character count / line counter / text analyzer / ...

https://api.x402node.dev/text/stats

Overview

Text statistics / word count / character count / line counter / text analyzer / reading time estimate / paragraph counter / sentence counter / text length / wordcount API / count words in text. Get word/char/line/paragraph/sentence count and reading time estimate.

Protocol x402
Price $0.0015
Payment Asset USD Coin
Payment Network Base
Category uncategorized
Provider x402node
Source bazaar
Indexed 2026-05-22 09:46:29

Health

Status healthy
Latency (p50) 433ms
Uptime (30d) 100.0%
Reliability Score 87/100
Last Checked 2026-05-23 01:41:20
Last Healthy 2026-05-23 01:41:20
Consecutive Failures 0

x402 Payment Validation

Payment Requirements Valid
Asset Verified Known USDC
Facilitator

Input Schema

{ "discoverable": true, "method": "GET", "queryParams": { "text": "Text to analyze (required, max 64k)" }, "type": "http" }

Output Schema

{ "properties": { "chars": { "type": "integer" }, "chars_no_spaces": { "type": "integer" }, "lines": { "type": "integer" }, "paragraphs": { "type": "integer" }, "reading_time_min": { "type": "number" }, "sentences": { "type": "integer" }, "words": { "type": "integer" } }, "required": [ "chars", "words" ], "type": "object" }

Recent Health Checks

Time Status HTTP Latency Error
2026-05-23 01:41:20 healthy 402 433ms