Skip to content

Changelog

Migration Guide

Use api.sylvain.sh/latest to always point to the latest version:

https://api.sylvain.sh/latest/infos
https://api.sylvain.sh/latest/token

Manual Migration

Replace all occurrences of /v3/ with /v4/ in your API requests:

# Before
https://api.sylvain.sh/v3/infos

# After
https://api.sylvain.sh/v4/infos

Endpoint Compatibility

Most endpoints are compatible. Some response fields changed shape (username, personal, domain) and some parameter defaults changed (convert, time, token) — check the individual endpoint pages if something breaks.

Versions

VersionHighlights
4.9.0Added Credit, Avatar, Barcode endpoints
4.8.0Added Cron, Regex endpoints; countdown on Time
4.7.0Added Address, Password endpoints; overhauled Token
4.6.0Added Agent, IP, Headers endpoints; security hardening
4.5.0Security audit, rate limiting, input hardening
4.4.0Added QR Code, Captcha, Color, Convert, Hash
4.3.0Added Geo, Palette, Placeholder; REST standardization
4.2.0Added Encode, Text, Validate endpoints
4.1.0Added Dice, Statistics; Roman numeral support
4.0.0Full TypeScript rewrite; new Algorithms, Levenshtein, Username, Chat

Previous Versions