Visualize your JSON data in real time

Connect any JSON endpoint and watch your data stream in. Auto-detection, advanced filters, adapts to your schema.

Features

Real-time

Automatic polling with configurable interval. Your data updates continuously.

Auto-detection

Automatic recognition of field types: status, method, URL, timestamp, duration...

Advanced filters

Filter by status codes, HTTP methods, or free text. Combine filters as you wish.

Presets

Save your favorite configurations and switch between them in one click.

Comparison

Select two entries and visualize differences side by side.

Import / Export

Export your data and settings, or import them on another browser.

How to use

  1. ConnectEnter the URL of any JSON API endpoint.
  2. ObserveFlowers polls the endpoint and streams data in real time.
  3. CustomizeFilter, sort, and adjust the layout to suit your needs.

JSON format

Flowers works with any JSON response. It auto-detects field types based on common naming conventions. Your API can return an array of objects or a single object.

[
  {
    "status": 200,
    "method": "GET",
    "url": "/api/users",
    "timestamp": 1710000000000,
    "duration": "45ms",
    "source": "nginx"
  }
]

Recognized field types by keyword:

  • Timestamptimestamp, time, date, created, createdAt, created_at, updated, updatedAt, updated_at
  • Statusstatus, statusCode, status_code, code, httpStatus, http_status
  • Methodmethod, httpMethod, http_method, verb, action
  • URLurl, path, endpoint, route, uri, request, href
  • Categorytype, category, kind, level, severity, tag, label
  • Sourcesource, origin, platform, agent, client, user_agent, userAgent, from, ip
  • Durationduration, elapsed, latency, responseTime, response_time, ms, took
  • Messagemessage, msg, text, description, body, content, error, reason, title, name

Local storage

Flowers stores all your data locally in your browser. Nothing is sent to any server.

  • Endpoints

    Your saved API endpoints with their name, URL, and optional remembered state.

  • Presets

    Custom filter and layout presets you create to quickly switch views.

  • Filters

    Your active status codes, HTTP methods, and search query.

  • Settings

    Polling interval, auto-scroll, notifications, and sound alerts preferences.

  • Pinned entries

    Entries you pinned per endpoint, so they stay visible at the top.

You can export and import all of this data via the transfer feature.