JSON examples by domain
Last updated 2026-05-20
Copy-ready JSON shapes for the things you are actually building — pick a domain below, grab the JSON, and download the .json file or call a live endpoint.
About this hub
Each page has a "When to use this" intro, a primary JSON shape with copy/download/format-toggle, request snippets in fetch / Axios / cURL / Node / Python / React, common variations, and links to the related docs and API response examples.
User profile
A realistic user record with name, contact, address, company, and avatar.
Product catalog
E-commerce product list with the standard paginated wrapper.
Blog post
Title, body, tags, reactions, and userId — single post and paginated list.
Comment thread
Threaded comments tied to a post and a user.
Todo list
id, todo, completed, userId — the classic tutorial shape.
Recipe
Ingredients, instructions, tags, prep time, cuisine, and rating.
Auth session
Login response with access token, refresh token, and the authenticated user.
Configuration file
A realistic app config with env, services, flags, logging, and limits.