Free REST API for developers. Hash generation, encoding, UUIDs, timestamps, and more.
https://kas.storksoft.by/api/v1/
All endpoints return JSON. CORS enabled for all origins.
Free tier: 100 requests per day per IP address. Need more? Get unlimited access.
| Parameter | Type | Description |
|---|---|---|
| text required | string | Text to hash |
| algorithm | string | md5, sha1, sha256 (default), sha512 |
| Parameter | Type | Description |
|---|---|---|
| text required | string | Text to encode |
| Parameter | Type | Description |
|---|---|---|
| text required | string | Base64 string to decode |
No parameters required.
Returns Unix, ISO 8601, RFC 2822, and more.
| Parameter | Type | Description |
|---|---|---|
| length | integer | 1-256 (default: 16) |
| charset | string | alphanumeric, alpha, numeric, hex, base62 |
Returns hex, RGB, and HSL formats.
Send raw JSON in the request body.
Send raw JSON in the request body. Returns validity status with error details if invalid.
Send Markdown text in the request body.