Common tools

Public tools API guide · OpenAPI specification

Structured data

Format, validate and convert JSON, YAML and TOML.

POST /api/v1/tools/data-format

Data to models

Generate Go, Rust or TypeScript models.

POST /api/v1/tools/data-models

Identifier cases

Batch-convert identifier naming styles.

POST /api/v1/tools/case-converter

Regular expression

Match, capture and replace with the Go RE2 engine.

POST /api/v1/tools/regex

Table converter

Convert CSV, TSV, JSON arrays and Markdown tables.

POST /api/v1/tools/table-converter

Text comparison

Compare text by line or Unicode character.

POST /api/v1/tools/text-diff

Text cleanup

Clean text lines and return exact statistics.

POST /api/v1/tools/text-cleaner

URL tools

Parse URLs or encode and decode URL components.

POST /api/v1/tools/url

Encoding converter

Convert Base64, Unicode escapes and HTML entities.

POST /api/v1/tools/encoding

Time and date

Convert Unix timestamps and calculate date differences.

POST /api/v1/tools/datetime

UUID generator

Generate secure UUID v4 or v7 values.

POST /api/v1/tools/uuid

Cron

Validate five-field Unix Cron and return future runs.

POST /api/v1/tools/cron

Random numbers

Generate secure integers or fixed-precision decimals.

POST /api/v1/tools/random-number