Free developer text utilities. JSON formatting, Base64, URL encoding, hashing, UUIDs, timestamps, text stats.
No signup. No API key. No limits.
Format & pretty-print JSON. Body: {"json_string": "...", "indent": 2}
Validate JSON. Body: {"text": "..."}
Minify JSON. Body: {"text": "..."}
Encode text to Base64. Body: {"text": "..."}
Decode Base64 to text. Body: {"text": "..."}
URL-encode text. Body: {"text": "..."}
URL-decode text. Body: {"text": "..."}
Generate MD5, SHA1, SHA256, SHA512 hashes.
Generate hashes. Body: {"text": "..."}
Generate UUIDs. v1 or v4. Up to 100 at once.
Current time in Unix, ISO 8601, RFC 2822 formats.
Convert epoch to date, or ?ts=2024-01-15T12:00:00Z to epoch.
Word count, character count, reading time, etc. Body: {"text": "..."}
Health check.