← Back to Home

Word Counter

/word-count
Count words, characters, lines, and sentences in text. POST text in request body. Maximum size: 1MB.
Try it now

Parameters

text body
Text to analyze (sent as POST body, max 1MB)

Examples

curl
curl -X POST https://tcpdata.com/word-count -d "Hello World"
curl
curl -X POST https://tcpdata.com/word-count -d "The quick brown fox jumps over the lazy dog."

Notes

Maximum text size: 1MB

Returns 413 error if text exceeds limit

Counts lines, words, characters, sentences, and average word length