Any payload. One dependable URL.

Fixture data without the fixture server.

Small, versioned files for testing clients, parsers and integrations. Every response is a static asset served from the edge.

Formats
11
Payload assets
101
Runtime backend
None

Formats

Pick the bytes you need

Read the full manifest

11 files

JSON

The canonical object shape with familiar browser support.

application/json; charset=utf-8

11 files

XML

Typed elements for XML parsers and integration tests.

application/xml; charset=utf-8

11 files

CSV

Flat rows for spreadsheets, data tools and simple imports.

text/csv; charset=utf-8

11 files

YAML

Readable structured data that preserves canonical scalar types.

application/yaml; charset=utf-8

11 files

NDJSON

One JSON record per line for streams and line-oriented tools.

application/x-ndjson; charset=utf-8

11 files

Plain text

Readable key and value sections with no parser required.

text/plain; charset=utf-8

11 files

HTML

A readable table that opens directly in a browser.

text/html; charset=utf-8

11 files

MessagePack

A compact binary object format for transport and decoder tests.

application/msgpack

11 files

CBOR

A compact binary representation with native scalar types.

application/cbor

1 file

PDF

A deterministic one-page document for file handling tests.

application/pdf

1 file

JSON Schema

A machine-readable contract for validating the canonical dataset.

application/schema+json; charset=utf-8

Quick start

Use a stable collection

Browser

const response = await fetch("/v1/users.json");
const payload = await response.json();

curl

curl -fsS https://payloads.mochavi.com/v1/users.json

Python

from urllib.request import urlopen

with urlopen("https://payloads.mochavi.com/v1/users.json") as response:
    payload = response.read()

Collections and files

Common endpoints

View every endpoint
PathMedia typeSize
/v1/files/pdf/dataset-summary.pdfapplication/pdf680 B
/v1/projects.cborapplication/cbor416 B
/v1/projects.csvtext/csv; charset=utf-8366 B
/v1/projects.htmltext/html; charset=utf-81000 B
/v1/projects.jsonapplication/json; charset=utf-8707 B
/v1/projects.msgpackapplication/msgpack410 B
/v1/projects.ndjsonapplication/x-ndjson; charset=utf-8503 B
/v1/projects.txttext/plain; charset=utf-8488 B
/v1/projects.xmlapplication/xml; charset=utf-81.4 KB
/v1/projects.yamlapplication/yaml; charset=utf-8529 B
/v1/schemas/dataset.schema.jsonapplication/schema+json; charset=utf-86.0 KB
/v1/tasks.cborapplication/cbor395 B
/v1/tasks.csvtext/csv; charset=utf-8295 B
/v1/tasks.htmltext/html; charset=utf-8907 B
/v1/tasks.jsonapplication/json; charset=utf-8681 B
/v1/tasks.msgpackapplication/msgpack383 B
/v1/tasks.ndjsonapplication/x-ndjson; charset=utf-8485 B
/v1/tasks.txttext/plain; charset=utf-8481 B
/v1/tasks.xmlapplication/xml; charset=utf-81.4 KB
/v1/tasks.yamlapplication/yaml; charset=utf-8499 B
/v1/users.cborapplication/cbor980 B
/v1/users.csvtext/csv; charset=utf-8741 B
/v1/users.htmltext/html; charset=utf-81.7 KB
/v1/users.jsonapplication/json; charset=utf-81.6 KB
/v1/users.msgpackapplication/msgpack961 B
/v1/users.ndjsonapplication/x-ndjson; charset=utf-81.2 KB
/v1/users.txttext/plain; charset=utf-81.2 KB
/v1/users.xmlapplication/xml; charset=utf-82.9 KB
/v1/users.yamlapplication/yaml; charset=utf-81.2 KB

License

Use it freely

Project-owned fixture data and generated payloads are available under CC0 1.0 Universal. Source code and documentation use the MIT License. Mochavi names and logos are not included in either grant.

Read the licensing boundaries