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.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.
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
Send the request
POST to
/generic/data/generate/vehicle with count. The count is a
string from 1 to 100.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.Set repeatability
Send
locale where supported and an optional numeric seed when the same
vehicle data generator output needs to repeat in tests.Method reference
| Method | Output | Main parameters |
|---|---|---|
profile | Expanded vehicle record | count, locale, seed |
vehicle | Vehicle name fixture | count, locale, seed |
manufacturer | Manufacturer fixture | count, locale, seed |
model | Model fixture | count, locale, seed |
type | Vehicle type fixture | count, locale, seed |
fuel | Fuel fixture | count, locale, seed |
color | Colour fixture | count, locale, seed |
vin | VIN fixture | count, locale, seed |
vrm | VRM fixture | count, locale, seed |
bicycle | Bicycle fixture | count, locale, seed |
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
1to100. 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
profilefor 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.
profilecan 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
What can a vehicle data generator return?
What can a vehicle data generator return?
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.Can I use this as a random vehicle generator?
Can I use this as a random vehicle generator?
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.
Can I generate only VIN values?
Can I generate only VIN values?
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.Can I reproduce vehicle data generator output?
Can I reproduce vehicle data generator output?
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.
Can I use it as a vehicle manufacturer generator?
Can I use it as a vehicle manufacturer generator?
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.Where can I learn more about vehicle data generation?
Where can I learn more about vehicle data generation?
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.