v0.4.1

# Introduction

A free public API. No auth, no rate limits (for now), no nonsense.

# Base URL

https://api.synz.xyz/

# Format

All endpoints return JSON. All requests are GET unless specified otherwise.

# Endpoints

Method Path Description
GET /tools/time Current server time in multiple formats
GET /tools/date Returns the current date in a specified timezone
GET /tools/timestamp Converts a unix timestamp, ISO string, or human readable date into multiple formats
GET /tools/timezone/list Returns a list of valid IANA timezone names
GET /tools/text/slug Converts a string into a URL-friendly slug
GET /tools/text/word-count Counts the number of words in a string
GET /tools/text/case Converts a string to a different case
GET /tools/text/hash Generates a cryptographic hash from a given string