Test URL Generator — Dummy URLs for Fixtures

Generate synthetic URLs on IANA/RFC reserved hosts for databases, fixtures, and form tests. Not a shortener, encoder, or live mock API.

Loading…
Test URLs — developer notes
Reserved-host dummy URLs for fixtures and DB seed. Default hosts are IANA/RFC reserved. This is not a shortener, encoder, or live mock API.

How generation works

Pick a quantity (1–100), reserved (or owned) host, scheme, path style, and query. Changing an option refreshes the list immediately. Copy all or download JSON, CSV, SQL, or TXT.

Options

Quantity (1–100)
How many unique URLs to emit for seed jobs. Capped at 100.
Host
IANA/RFC reserved presets (example.com by default, plus .net / .org, app.test, acme.example, northwind.example). Custom reveals a hostname field; consumer ISPs and major web properties are blocked.
Scheme
https:// (default, modern type=url / Zod https-only) or http:// for legacy fixtures. No mixed batch.
Path style
origin (homepage, no trailing slash), path (two English segments), product (/products/42), blog (/blog/getting-started), or sequential (/item-001).
Query
off (default), id (?id=014, 1-based padded index), or search (?q=demo from the path word list). Not a UTM builder.

Examples

Default fixtures

Settings

host=example.com, scheme=https, pathStyle=path, query=off

Sample output

https://example.com/docs/start

Sequential items on app.test

Settings

host=app.test, pathStyle=sequential, query=off

Sample output

https://app.test/item-001

Related tools

Need matching email or company fixtures, or a JSON table? Try the test email generator, test company name generator, and JSON test data generator. To encode or parse a URL you already have, use URL encode or URL parser. For IDs, try the UUID generator.

Test URL FAQ

Fixtures, reserved hosts, and what this tool is not

Why reserved hosts like example.com?

IANA reserves example.com, .test, and .example so generated URLs do not mint a stranger’s site. example.com may open IANA’s documentation page — do not crawl it. .test NXDOMAINs.

I searched for a random url generator. Is this it?

If you need dummy hrefs for fixtures and form QA, yes. We do not mint a random registrable .com. Use a reserved host or one you own.

I searched for a fake url generator. Is this it?

Yes for synthetic fixture strings. No for impersonating GitHub, Amazon, or any popular real site — those hosts are blocked.

Is this a URL shortener?

No. It does not shorten, expand, or host redirects. It pastes dummy URLs for seed and form tests.

Can I build UTM campaigns or encode a URL here?

No utm builder in v1. This is not a url encoder — use URL encode to percent-encode a known URL, or URL parser to inspect one you already have.

Test Data

Synthetic field values for fixtures and DB seed — reserved-range phone numbers first.

Explore other tool categories

Minify

Shrink code and assets for production — minify JavaScript, CSS, HTML, JSON and XML before gzip or CDN deploy.

Unminify

Expand minified or compressed code — unminify JavaScript, CSS, TypeScript, SCSS, LESS, SQL, YAML and other formats when debugging or reviewing.

Conversion

Transform data between JSON, YAML, XML and CSV locally — no server uploads.

Encoding

Encode or decode Base64, URL components and HTML entities — client-side only.

Serialization

Serialize and deserialize PHP data structures beside JSON workflows.

JSON Tools

Validate, format, diff and explore JSON payloads — complementary to minifiers and converters.

SVG Tools

Preview, optimize with SVGO, export Data URI, resize, beautify, convert to JSX and validate SVG — all in your browser.

Beautify

Make code readable with consistent indentation — beautify JavaScript, CSS, TypeScript, SCSS, LESS, Markdown, GraphQL, SQL, YAML and more in your browser.

CSS preprocessors

Compile SCSS or LESS to standard CSS in the browser — pair with beautify or minify for a full stylesheet workflow.

Color & CSS Tools

Paste-local WCAG contrast checking with modern CSS color syntax — pair and matrix views, never uploaded.

DevOps & Infra

Terraform HCL format/validate/minify, Dockerfile format & lint, Docker Compose and .env validation.

CI/CD

GitHub Actions and GitLab CI — format YAML and check workflow/job structure in your browser.

Logs & observability

Line-oriented JSON/NDJSON and Nginx/Apache access logs — format, filter, validate, and CSV/TSV.

Kubernetes

Multi-doc manifests, structural validate, Ingress/Deployment starters, and Helm values formatting.

Networking / IP

CIDR, subnets, and IPv4/IPv6 helpers — in your browser.

Security & tokens

JWKS, X.509 certificates, and secrets scan — browser-local.

API & schemas

OpenAPI tools to format, validate, and lint your specs.

HTTP Tools

Paste-local cURL, HTTP messages, URLs, HAR files, and Cookie / Set-Cookie headers — format and inspect in your browser, never sent.

Developer utilities

Timestamps, UUID, ULID, Nanoid, cron, passwords, regex, slugify, number bases, case, text diff, and chmod — all client-side.

Text & Markdown

Count words, build Markdown TOCs, and clean line lists — all in your browser.

AI & LLM

Token counting, pricing estimates, and context-window fit — 100% browser-local.