UUID/ULID Webservice Available Endpoints: /v1 - Generate a UUID v1 (time-based) curl https://uuid.php.fail/v1 /v4 - Generate a UUID v4 (random) curl https://uuid.php.fail/v4 /v6 - Generate a UUID v6 (reordered time-based) curl https://uuid.php.fail/v6 /v7 - Generate a UUID v7 (Unix timestamp-based) curl https://uuid.php.fail/v7 /ulid - Generate a ULID curl https://uuid.php.fail/ulid source: https://git.hannover.ccc.de/lubiana/uuid