Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.spotzee.com/llms.txt

Use this file to discover all available pages before exploring further.

A synthetic vehicle data generator creates sample data for vehicle names, manufacturers, models, types, fuel values, colours, VINs, VRMs and bicycle fields. It gives product, fleet, logistics and QA teams repeatable vehicle-shaped data for catalogues, forms, imports and sample datasets without copying customer or asset records.
Generate sample vehicle data at spotzee.com/tools/vehicle-generator.

Why this matters

Vehicle-shaped data appears in fleet dashboards, marketplace listings, insurance forms, logistics tools, warranty flows and import templates. Those surfaces need varied values that exercise layout, sorting, validation and parser behaviour. Static vehicle lists are easy to start with. But they become a hidden dependency once every fixture uses the same few manufacturers, models and identifiers. Generated vehicle data is test fixture data only. It is not a verified registration source, real asset register or production inventory. Each Extended API call deducts a small per-call amount from your Spotzee credit balance. See the Spotzee pricing page for live per-tool pricing.

How it works

1

Send the request

POST to /generic/data/generate/vehicle with count. The count is a string from 1 to 100.
2

Choose a method

Use method=profile for expanded vehicle records, or choose one field method such as vehicle, manufacturer, model, type, fuel, color, vin, vrm or bicycle.
3

Set repeatability

Send locale where supported and an optional numeric seed when the same vehicle data generator output needs to repeat in tests.
4

Read the response

The response returns data.vehicles[], generated, locale, optional seed, and the resolved method. Profile records can include vehicle, manufacturer, model, type, fuel, colour, VIN, VRM and bicycle fields.

Method reference

MethodOutputMain parameters
profileExpanded vehicle recordcount, locale, seed
vehicleVehicle name fixturecount, locale, seed
manufacturerManufacturer fixturecount, locale, seed
modelModel fixturecount, locale, seed
typeVehicle type fixturecount, locale, seed
fuelFuel fixturecount, locale, seed
colorColour fixturecount, locale, seed
vinVIN fixturecount, locale, seed
vrmVRM fixturecount, locale, seed
bicycleBicycle fixturecount, locale, seed
Use profile when you need fuller vehicle test data. Use a field method when your form, table, parser or import job only needs one value type.

What to watch for

  • Count outside 1 to 100. One request generates up to 100 vehicle records. For more rows, call the endpoint again and vary the seed when you need a different batch.
  • Wrong method for the fixture. Use profile for many vehicle fields together, or a field method when the consuming test only expects one scalar value.
  • Seed not repeating. The seed must be numeric. Keep the same count, locale, method and seed when tests need stable fixture values.
  • Unexpected profile fields. profile can return vehicle name, manufacturer, model, type, fuel, colour, VIN, VRM and bicycle values together. Use a field method when one column or form field is under test.
  • Assuming real vehicle data. Generated vehicle values are synthetic sample data. Do not treat them as verified registrations, real assets or production inventory.

FAQs

A vehicle data generator can return vehicles[] records with method and value fields. Profile output can also include vehicle, manufacturer, model, type, fuel, color, vin, vrm and bicycle fields.
Yes. Choose a method and count, then generate one or more synthetic vehicle values. Add a numeric seed when the same random vehicle generator output must repeat in tests.
Yes. Use method=vin when a form, import column or parser only needs VIN-shaped sample values. Use profile when a fixture needs manufacturer, model and supporting fields together.
Yes. Set a numeric seed to reproduce output for the same count, locale and method values. Leave the seed blank when you want a fresh random batch for exploratory QA.
Yes. Use method=manufacturer when tests need manufacturer-shaped sample values without full vehicle profiles. Use a seed when a fixture must stay stable across repeated test runs.
Read the vehicle data generator guide for endpoint options, response fields and integration patterns. The guide also shows where vehicle fixture data fits beside commerce, finance, company and phone generators.

Try it

Generate sample vehicle data in the browser at spotzee.com/tools/vehicle-generator, or call the Extended API when you need vehicle fixtures inside automated tests and seed scripts.