Examples Library
Real-world JSON templates for your projects.
Live Examples
Browser & User Agent JSON (Live)
Captures real-time browser/device details from the current session. Useful for debugging, analytics payloads, and feature detection.
Current Time & Timestamps JSON (Live)
Real-time timestamps in multiple formats (ISO, Unix seconds/ms, local display). Great for APIs, logs, and time handling.
Timezone & Offset JSON (Live)
Timezone + UTC offset detected from the client environment. Helps debug “time drift” and DST-related issues.
Network & Connectivity JSON (Live)
Live snapshot of connectivity and network hints exposed by the browser (online status, connection type, estimated RTT/downlink). Useful for performance tuning, adaptive UX, and logging.
Static Examples
Basic User Profile JSON
A standard user profile template with basic information, ideal for testing authentication and user management systems.
Authenticated User Session JSON
A complete login response including JWT tokens, user roles, and session metadata.
Standard API Error Response JSON
RFC 7807 compliant error details for consistent API error handling across your services.
Paginated API Response JSON
Standard pagination structure with data array, metadata, and HATEOAS-style links.
Event-Driven Message JSON
A typical event bus message structure suitable for Kafka, RabbitMQ, or Pub/Sub systems.
Webhook Notification Payload JSON
Real-world webhook structure used for real-time notifications from services like Stripe or GitHub.
E-commerce Order Details JSON
Complex e-commerce order structure containing customer data, line items, and pricing formulas.
Product Catalog JSON
A list of products with variants, pricing, and specific attributes.
App Configuration JSON
Dynamic settings, feature flags, and frontend theme configuration.
JSON Schema Template
A basic JSON Schema structure for validating your objects.
GraphQL API Response JSON
A typical GraphQL response with data and extensions field.
Structured Log Entry JSON
Cloud-ready log format compatible with ELK, Datadog, or CloudWatch.
Metrics & Analytics Data JSON
Time-series data structure for dashboards and charts.
Complex Form Submission JSON
A nested structure representing a complex frontend form state.
Push Notification structure JSON
Standard payload for Firebase Cloud Messaging (FCM) or Apple Push Notifications.
Access Control List (ACL) JSON
Role-based access control (RBAC) definition for security systems.
Workflow State Machine JSON
Tracking document approval stages and history.
Search Engine Results JSON
Faceted search results similar to Elasticsearch or Algolia.
Flattened Dataset JSON
A collection of flat objects optimized for data analysis.
LLM Chat History JSON
Message context format for GPT, Claude, and other AI models.