FakerAPI · Schema

Product

A fake product record produced by FakerAPI /api/v1/products.

Test DataFake DataMockingDeveloper ToolsOpen-SourcePublic APIs

Properties

Name Type Description
id integer
name string
description string
ean string European Article Number barcode.
upc string Universal Product Code.
image string
images array
net_price string
taxes integer
price string
categories array
View JSON Schema on GitHub

JSON Schema

fakerapi-product-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://fakerapi.it/schemas/product.json",
  "title": "Product",
  "description": "A fake product record produced by FakerAPI /api/v1/products.",
  "type": "object",
  "properties": {
    "id": { "type": "integer", "example": 1 },
    "name": { "type": "string", "example": "Labore veniam quasi fugiat." },
    "description": { "type": "string", "example": "Ducimus veniam aliquam rerum." },
    "ean": { "type": "string", "description": "European Article Number barcode.", "example": "2227315600406" },
    "upc": { "type": "string", "description": "Universal Product Code.", "example": "164094140922" },
    "image": { "type": "string", "format": "uri", "example": "http://placeimg.com/640/480/tech" },
    "images": {
      "type": "array",
      "items": { "$ref": "fakerapi-image-schema.json" }
    },
    "net_price": { "type": "string", "example": "19.99" },
    "taxes": { "type": "integer", "example": 7 },
    "price": { "type": "string", "example": "21.39" },
    "categories": { "type": "array", "items": { "type": "string" }, "example": ["Electronics", "Accessories"] }
  },
  "required": ["id", "name"]
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/fakerapi-product"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.