JSON Data Samples
A curated collection of real-world JSON examples for your testing and development needs. Visualize, edit, or generate your own with AI.
E-commerce Order JSON
Complete order JSON from e-commerce APIs. Includes billing, shipping, line items with tax breakdown, and payment details. Commonly used in checkout/order management APIs.
Use Cases
- Order processing systems
- Checkout API responses
User Profile JSON
Comprehensive user profile JSON with preferences, social links, subscription info, and statistics. Used in /users/:id or /profile API endpoints.
Use Cases
- User account management
- Profile display
Authentication Token JSON
OAuth2/JWT authentication response with access token, refresh token, expiry, and user claims. Standard format for /auth/login or /oauth/token endpoints.
Use Cases
- User authentication
- API authorization
Payment Transaction JSON
Complete payment transaction JSON with UPI details, merchant info, fees breakdown, and settlement status. Used in payment gateway webhooks and transaction APIs.
Use Cases
- Payment processing
- Transaction history
Webhook Event JSON
Stripe-style webhook event JSON with previous attributes tracking and delivery status. Standard format for payment/subscription event notifications.
Use Cases
- Webhook endpoints
- Event-driven architecture
REST API Error JSON
Standard REST API error response JSON format.
Use Cases
- Error handling
Pagination Response JSON
Paginated API response JSON example.
Use Cases
- Listing APIs
SaaS Subscription JSON
Subscription management JSON example for SaaS platforms.
Use Cases
- Subscriptions
- Billing
Notification JSON
In-app notification JSON payload.
Use Cases
- User notifications
Analytics Event JSON
Analytics tracking event JSON structure.
Use Cases
- User analytics
- Event tracking
IoT Sensor JSON
IoT device telemetry JSON data format.
Use Cases
- IoT monitoring
Geo Location JSON
Geolocation coordinates JSON example.
Use Cases
- Maps
- Location services
Chat Message JSON
Chat and messaging JSON payload.
Use Cases
- Messaging systems
Search Results JSON
Search API JSON response example.
Use Cases
- Search APIs
File Upload JSON
File upload metadata JSON example.
Use Cases
- File storage
Audit Log JSON
Audit log JSON for security and compliance.
Use Cases
- Auditing
- Compliance
Feature Flag JSON
Feature flag configuration JSON.
Use Cases
- Feature rollout
Application Config JSON
Application configuration JSON structure.
Use Cases
- Configuration management
CRM Lead JSON
CRM lead capture JSON example.
Use Cases
- CRM systems
Healthcare Record JSON
Healthcare patient record JSON example.
Use Cases
- Healthcare systems
Order Refund JSON
Refund transaction JSON response.
Use Cases
- Refund processing
Shipment Tracking JSON
Shipment tracking status JSON.
Use Cases
- Delivery tracking
Product Catalog JSON
Product listing JSON example.
Use Cases
- Catalog APIs
Wishlist JSON
Wishlist JSON payload.
Use Cases
- User personalization
Review & Rating JSON
Product review JSON example.
Use Cases
- Feedback systems
Coupon JSON
Discount coupon JSON format.
Use Cases
- Promotions
Cart JSON
Shopping cart JSON payload.
Use Cases
- Checkout
Invoice JSON
Invoice JSON structure.
Use Cases
- Accounting
Support Ticket JSON
Customer support ticket JSON.
Use Cases
- Customer support
API Rate Limit JSON
API rate limit metadata JSON.
Use Cases
- API governance
System Health JSON
System health check JSON.
Use Cases
- Monitoring
Log Entry JSON
Application log JSON format.
Use Cases
- Debugging
Scheduled Job JSON
Scheduled job metadata JSON.
Use Cases
- Background jobs
Data Export JSON
Data export request JSON.
Use Cases
- Reporting
Backup Metadata JSON
Backup metadata JSON format.
Use Cases
- Disaster recovery
Session JSON
User session JSON payload.
Use Cases
- Session management
User Consent JSON
User privacy consent JSON.
Use Cases
- Compliance
Feature Usage JSON
Feature usage tracking JSON.
Use Cases
- Product analytics
ML Prediction JSON
Machine learning prediction JSON.
Use Cases
- AI systems
A/B Experiment JSON
A/B testing experiment JSON.
Use Cases
- Experimentation