Developer Toolkit Master
All-in-one dev utilities: hash generation, password generator, UUID v4/v7, Base64, JSON validate/format, slugify, Markdown to HTML, user agent parser, and more.
1 subscribers
13 endpoints
The in-depth APIMemo review for this API hasn't been published yet —
the data below comes straight from the public marketplace listing.
Developer Toolkit Master endpoints
| Method | Endpoint | Description |
|---|---|---|
| default | ||
| GET |
loremIpsumGenerator /api/v1/utils/lorem |
Generate Lorem Ipsum placeholder text with custom paragraph count and word count. |
| POST |
generateSlug /api/v1/utils/slug |
Convert any text into a URL-friendly slug (lowercase, hyphens, no special characters). |
| POST |
base64Encode /api/v1/utils/base64/encode |
Encode any text or data to Base64 string. |
| POST |
textStatistics /api/v1/utils/text/stats |
Analyze text and get detailed statistics. **Returns:** characters, characters_no_spaces, words, sentences, paragraphs, letters, digits, average_word_length, reading_time_minutes |
| GET |
parseUserAgent /api/v1/utils/useragent/parse |
Parse any User Agent string into structured data. **Returns:** browser, browser_version, os, os_version, platform, is_mobile, is_bot |
| POST |
formatJson /api/v1/utils/json/format |
Pretty-print / beautify a JSON string with custom indentation. |
| GET |
generatePassword /api/v1/utils/password |
Generate cryptographically secure random passwords with customizable character sets. |
| POST |
validateJson /api/v1/utils/json/validate |
Check if a JSON string is valid. Returns valid (boolean) and error message if invalid. |
| POST |
markdownToHtml /api/v1/utils/markdown/html |
Convert Markdown to HTML. Supports CommonMark extensions, auto heading IDs, and target=_blank for links. |
| POST |
base64Decode /api/v1/utils/base64/decode |
Decode a Base64 string back to plain text. |
| POST |
generateHash /api/v1/utils/hash |
Generate hash digests for any text. **Parameters:** - `text` (string, required) — Text to hash - `algorithm` (string, optional) — md5, sha1, sha256, sha512, or all. Default: all |
| GET |
generateUuid /api/v1/utils/uuid |
Generate UUID v4 (random) or v7 (time-ordered) identifiers. |
| GET |
timestampConverter /api/v1/utils/timestamp |
Convert between Unix timestamps and human-readable dates. Auto-detects seconds vs milliseconds. **Returns:** unix, unix_milli, iso8601, date, time, datetime, day_of_week,… |
Developer Toolkit Master pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $6.99 / month | — |
|
| ULTRA | $14.99 / month | — |
|
| MEGA | $24.99 / month | — |
|