DevUtils - Developer Utilities Bundle
Why DevUtils? Most developer utility APIs do ONE thing. DevUtils bundles 10 essential tools in a single API key. ENDPOINTS: - /hash — Generate hash (MD5, SHA-1, SHA-256, SHA-384, SHA-512) - /hmac — Generate HMAC signatures (SHA-1, SHA-256, SHA-384, SHA-512) - /jwt — Decode JWT tokens with expiry check (no verification) - /uuid — Generate UUID v4 (up to 50 at once) - /base64 — Base64…
DevUtils - Developer Utilities Bundle endpoints
| Method | Endpoint | Description |
|---|---|---|
| hash | ||
| GET |
hashGenerate /hash |
Generate hash from text (MD5, SHA-1, SHA-256, SHA-384, SHA-512) |
| hmac | ||
| GET |
hmacGenerate /hmac |
Generate HMAC signature with a secret key |
| jwt | ||
| GET |
jwtDecode /jwt |
Decode a JWT token without verification. Returns header, payload, expiry info. |
| uuid | ||
| GET |
uuidGenerate /uuid |
Generate one or more UUID v4 |
| base64 | ||
| GET |
base64Convert /base64 |
Encode or decode Base64 with UTF-8 support |
| url-encode | ||
| GET |
urlEncode /url-encode |
URL encode or decode a string |
| password | ||
| GET |
passwordGenerate /password |
Generate cryptographically secure passwords with entropy score |
| json-validate | ||
| GET |
jsonValidate /json-validate |
Validate JSON string and return stats (depth, keys, size) |
| timestamp | ||
| GET |
timestampConvert /timestamp |
Convert between Unix timestamps and ISO dates. Omit params for current time. |
| user-agent | ||
| GET |
userAgentParse /user-agent |
Parse a User-Agent string into browser, OS, mobile/bot detection |
DevUtils - Developer Utilities Bundle pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | $1 / month | 50 / hour |
|
| PRO | $5 / month | 200 / hour |
|
| ULTRA | $15 / month | 500 / second |
|
| MEGA | $50 / month | 2000 / hour |
|