Data

NDJSON File Generator

NDJSON — Newline Delimited JSON, one record per line

Indent each JSON object (false = compact one-liner per record)

1–20 files per request

20 files / day on the free tier

cURL equivalent

curl -X POST https://gettestfiles-api.fly.dev/generate/ndjson \
  -H "Content-Type: application/json" \
  -d '{
    "records": 100,
    "schema": "generic",
    "pretty": false
  }' \
  --output TestFile-ndjson.ndjson

About this generator

  • Files are generated on demand and streamed directly — nothing is stored.
  • Rate limited to 20 files per day per IP on the free tier.
  • For bulk generation, use the API directly from your CI pipeline.

Just need a standard file?

Download a pre-built NDJSON file instantly.

⬇ Browse NDJSON downloads