🧰 Available Tools
-
🕒 Time Parsing & Formatting
Convert timestamps, parse ISO/Unix, format by timezone.
GET /api/v1/time/parse?value=...
-
🔐 JWT Decoder
Decode JWTs (header + payload), verify signatures with HMAC or RSA/PEM.
POST /api/v1/jwt/decode
-
🆔 UUID Generator
Generate UUIDs (v1: time-based, v3/v5: name-based, v4: random).
GET /api/v1/uuid/generate?type=...
-
🔗 URL Alias & Redirect Generator
Create and manage URL aliases with redirects.
POST /api/v1/url/alias
GET /api/v1/url/{alias}
-
👤 Random User Generator
Generate random user profiles localized by specified locale.
GET /api/v1/user/random?locale=...
-
📝 Text Slugifier & Case Converter
Convert text to URL-friendly slugs and various case formats (camelCase, snake_case, etc.).
POST /api/v1/utils/slugify
POST /api/v1/utils/convert-case
-
🔒 Password Strength & Hash
Check strength and hash passwords using SHA, MD5, etc.
POST /api/v1/password/strength
POST /api/v1/password/hash
-
🧬 JSON Validator & Prettifier
Validate, prettify, and minify JSON for readability and machine use.
POST /api/v1/json/prettify
POST /api/v1/json/minify
📬 Contact & Support
For requests, issues, or recommendations, please email me at info@devkit-api.com
💡 Platform Features
- 🕒 Timestamp parsing, formatting & conversion (ISO 8601, Unix, Localized)
- 🌍 Locale and timezone support
- 🧠 Rate limited for fair use (50 requests/min)
- 📘 Auto-generated Swagger Docs
- 🚀 Deployed via CI/CD with GitHub integration