German Fake Product Data Generator

Generate realistic fake products — names, SKUs, prices, ratings and stock — to seed an e-commerce catalog.

This generator produces German (de) localized data — region-appropriate names, addresses and formats. Need US English? Use the default Fake Product Data Generator.

Generate now

Get this data from the API
curl "https://mock.wrapper-agency.com/api/v1/mock?type=product&count=10&locale=de"

Free mock-data API — no key during beta, up to 100 records per call. Need bulk (up to 10,000)? Use the paid endpoint. Data is fully synthetic — no real PII.

Example output (German)

A small sample of the JSON this generator returns (product, de):

[
  {
    "id": "9220d9b0-fd32-4248-b649-2457c3890921",
    "name": "Handcrafted Wooden Sausages",
    "sku": "YTA3OF4H",
    "description": "Discover the Frosch-like agility of our Pizza, perfect for lustig users",
    "department": "Industrial",
    "material": "Bronze",
    "color": "Weiß",
    "price": 1550.4,
    "currency": "USD",
    "inStock": false,
    "rating": 4.7
  },
  {
    "id": "564d5482-c1fc-430d-9bbc-151d95145bae",
    "name": "Electronic Bronze Ball",
    "sku": "4PRKRHIF",
    "description": "Discover the Affe-like agility of our Pizza, perfect for leutselig users",
    "department": "Sports",
    "material": "Ceramic",
    "color": "Hellgrün",
    "price": 1511.39,
    "currency": "USD",
    "inStock": true,
    "rating": 1.6
  },
  {
    "id": "dc2e8ce5-136d-4d08-8631-5f58b5ff4744",
    "name": "Tasty Silk Pizza",
    "sku": "LI1AW85H",
    "description": "Pohl OHG's most advanced Cheese technology increases grundlegend capabilities",
    "department": "Jewelry",
    "material": "Metal",
    "color": "Kupfer",
    "price": 181.49,
    "currency": "USD",
    "inStock": true,
    "rating": 1.1
  }
]

Use it in code

Fetch the same German data from the free API — no key needed during beta, up to 100 records per call:

curl "https://mock.wrapper-agency.com/api/v1/mock?type=product&count=10&locale=de"

Need thousands of rows at once? The bulk API returns up to 10,000 records per call.

FAQ

Is the german fake product data generator data real?
No. Every value is synthetic, generated with @faker-js/faker. There is no real personal data, so it is safe for testing, demos and committing to a repo (GDPR-friendly).
How is this different from the default fake product data generator?
Names, addresses, phone numbers and other locale-specific fields are generated using German (de) data, so they look native to that region instead of US English.
How do I get this data in my code?
Call the free API: GET https://mock.wrapper-agency.com/api/v1/mock?type=product&count=10&locale=de. It returns a JSON array of German records. Use ?seed=123 for deterministic output.

Fake Product Data Generator in other locales

MockForge generates fully synthetic data — no real personal information, ever.