Infinite
Wildcard catch-all returning deterministic well-formed JSON or HTML for any path of any depth. Same URL → same response; distinct URL → distinct response. URL space is effectively infinite.
Deterministic well-formed comment HTML for any path tail. Links to author, parent post, and sibling/related comments.
Deterministic well-formed post HTML for any path tail. Links to author, comments on this post, and related posts.
Deterministic well-formed product HTML for any path tail. Links to related products and reviewing users.
Deterministic well-formed user HTML for any path tail. Links to the user's posts, comments, and followed users.
Deterministic well-formed comment JSON for any path tail.
Deterministic well-formed post JSON for any path tail.
Deterministic well-formed product JSON for any path tail.
Deterministic well-formed user JSON for any path tail.
GET /infinite/<format>/<type>/<arbitrary/path/of/any/depth> where <format> is
json or html and <type> is users, products, posts, or comments.
The path tail seeds a deterministic content generator, so requests are
schema-stable and per-URL-reproducible while the URL space stays unbounded.
HTML responses emit up to 10 cross-type outbound links derived from the same seed, turning the namespace into an infinite navigable web — useful for crawler, scraper, link-checker, and search-indexer testing. JSON responses are well-suited to cache/dedup/training-pipeline stress testing against unbounded URL cardinality.
This is a not.-only feature with no chaos counterpart. The full catalog of
endpoints is Disallowed in the hub’s robots.txt and every response carries
X-Robots-Tag: noindex, nofollow; a dedicated 10/60s per-IP rate limit caps
cost. Each response self-identifies (_note field in JSON, visible footer in
HTML) to prevent confusion with real content.