Art discovery across platforms

Lagoon

Find artists, styles, colors, fandoms, and moods across the places art gets posted.

Build from what you like

Pick artwork that catches your eye, then branch into artists, related styles, nearby tags, and searches shaped by your taste.

Similar artists matched by visual style 0.91
Shared themes tags, color, mood 0.84
Next searches generated from picks 12

For builders

Use the same index behind Lagoon for bots, galleries, recommendation tools, research, and production search.

fetch("/api/v1/search?nl=blue+hair+on+pixiv&tag=rating_general&limit=12")
  .then(r => r.json())
  .then(data => {
    console.log(data.results[0].artist_handle);
  });