Common tools
Public tools API guide · OpenAPI specification
Structured data
Format, validate and convert JSON, YAML and TOML.
POST /api/v1/tools/data-formatData to models
Generate Go, Rust or TypeScript models.
POST /api/v1/tools/data-modelsIdentifier cases
Batch-convert identifier naming styles.
POST /api/v1/tools/case-converterRegular expression
Match, capture and replace with the Go RE2 engine.
POST /api/v1/tools/regexTable converter
Convert CSV, TSV, JSON arrays and Markdown tables.
POST /api/v1/tools/table-converterText comparison
Compare text by line or Unicode character.
POST /api/v1/tools/text-diffText cleanup
Clean text lines and return exact statistics.
POST /api/v1/tools/text-cleanerURL tools
Parse URLs or encode and decode URL components.
POST /api/v1/tools/urlEncoding converter
Convert Base64, Unicode escapes and HTML entities.
POST /api/v1/tools/encodingTime and date
Convert Unix timestamps and calculate date differences.
POST /api/v1/tools/datetimeUUID generator
Generate secure UUID v4 or v7 values.
POST /api/v1/tools/uuidCron
Validate five-field Unix Cron and return future runs.
POST /api/v1/tools/cronRandom numbers
Generate secure integers or fixed-precision decimals.
POST /api/v1/tools/random-number