Examples Library

Real-world JSON templates for your projects.

Live Examples

Static Examples

User

Basic User Profile JSON

A standard user profile template with basic information, ideal for testing authentication and user management systems.

Explore Template
Auth

Authenticated User Session JSON

A complete login response including JWT tokens, user roles, and session metadata.

Explore Template
System

Standard API Error Response JSON

RFC 7807 compliant error details for consistent API error handling across your services.

Explore Template
API

Paginated API Response JSON

Standard pagination structure with data array, metadata, and HATEOAS-style links.

Explore Template
System

Event-Driven Message JSON

A typical event bus message structure suitable for Kafka, RabbitMQ, or Pub/Sub systems.

Explore Template
System

Webhook Notification Payload JSON

Real-world webhook structure used for real-time notifications from services like Stripe or GitHub.

Explore Template
E-commerce

E-commerce Order Details JSON

Complex e-commerce order structure containing customer data, line items, and pricing formulas.

Explore Template
E-commerce

Product Catalog JSON

A list of products with variants, pricing, and specific attributes.

Explore Template
System

App Configuration JSON

Dynamic settings, feature flags, and frontend theme configuration.

Explore Template
DevTools

JSON Schema Template

A basic JSON Schema structure for validating your objects.

Explore Template
API

GraphQL API Response JSON

A typical GraphQL response with data and extensions field.

Explore Template
Observability

Structured Log Entry JSON

Cloud-ready log format compatible with ELK, Datadog, or CloudWatch.

Explore Template
Observability

Metrics & Analytics Data JSON

Time-series data structure for dashboards and charts.

Explore Template
Frontend

Complex Form Submission JSON

A nested structure representing a complex frontend form state.

Explore Template
Mobile

Push Notification structure JSON

Standard payload for Firebase Cloud Messaging (FCM) or Apple Push Notifications.

Explore Template
Security

Access Control List (ACL) JSON

Role-based access control (RBAC) definition for security systems.

Explore Template
System

Workflow State Machine JSON

Tracking document approval stages and history.

Explore Template
API

Search Engine Results JSON

Faceted search results similar to Elasticsearch or Algolia.

Explore Template
Data

Flattened Dataset JSON

A collection of flat objects optimized for data analysis.

Explore Template
AI

LLM Chat History JSON

Message context format for GPT, Claude, and other AI models.

Explore Template