Connect any JSON endpoint and watch your data stream in. Auto-detection, advanced filters, adapts to your schema.
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.
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:
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.