Identicon API

based on jdenticon & hosted by koenidv

Example

Here's an example of an identicon for the value `dings`:

Documentation

Identicon value

Simply pass any value as part of the url, like:

GET https://with.koeni.dev/identicon/dings

Image format

You can choose between png (default) and svg using the `type` parameter.

GET https://with.koeni.dev/identicon/dings?type=svg

Image size

You can specify an image size using the `size` parameter. PNGs are limited to 1024px, and images are always square.

GET https://with.koeni.dev/identicon/dings?size=512

Usage limits

The API is currently rate-limited to 60 requests per minute per IP.

If you require a higher limit, contact me or self-host the service.