Generate fake flight itineraries to populate booking systems, travel apps, and flight tracking dashboards. Includes airlines, flight numbers, departure and arrival airports, and seat assignments.
Pick the row count you need and generate a table of realistic fake records. The table renders live and rerolls whenever you change the count or locale.
Seed and repeatability
A seed turns the generator deterministic. Enter any text or number, and the same seed produces the exact same rows on any machine. This matters when a test needs stable fixtures or when two people need the identical dataset from a shared URL. Clear the seed to return to random output, and press Regenerate for a fresh roll.
CSV and JSON export
CSV output quotes every value and escapes embedded quotes, following RFC 4180, so records import cleanly into spreadsheets and databases. JSON output is an array of objects keyed by column label, which drops straight into API mocks and test fixtures. Both exports include every generated row, not only the 100 shown in the preview.