Datasets are the core of Bogus.CLI. Each dataset groups a set of properties that generate fake data for a specific domain. You can combine multiple datasets in a single command to generate rich, structured data.

To see all available datasets directly in the terminal:

bogus list-datasets

To list the properties of a specific dataset:

bogus list-datasets <datasetName>

Available Datasets

Dataset Description
address Street addresses, cities, countries, coordinates, and more
commerce Products, prices, categories, and barcodes
company Company names, suffixes, catch phrases, and BS
database Column names, data types, collations, and engines
date Past, future, recent, and between dates and timespans
finance Accounts, amounts, credit cards, IBAN, BTC, and more
hacker Tech jargon, abbreviations, verbs, and phrases
images Image URLs and data URIs from various providers
internet Emails, URLs, IPs, usernames, passwords, and more
lorem Words, sentences, paragraphs, and placeholder text
name First names, last names, full names, and job titles
phone Phone numbers and format patterns
random Primitive values, GUIDs, hashes, and random strings
rant Opinionated product reviews
system File names, paths, MIME types, versions, and device IDs
vehicle VINs, manufacturers, models, types, and fuel types

Previous: Commands Next: Address Dataset