Format guide

MessagePack

A compact binary object format for transport and decoder tests.

application/msgpack

Use it

Request an asset

Browser

const response = await fetch("/v1/projects.msgpack");
const payload = await response.arrayBuffer();

curl

curl -fsS https://payloads.mochavi.com/v1/projects.msgpack

Python

from urllib.request import urlopen

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

Published files

11 stable URLs

Open explorer
PathMedia typeSize
/v1/projects.msgpackapplication/msgpack410 B
/v1/projects/101.msgpackapplication/msgpack248 B
/v1/projects/102.msgpackapplication/msgpack161 B
/v1/tasks.msgpackapplication/msgpack383 B
/v1/tasks/1001.msgpackapplication/msgpack136 B
/v1/tasks/1002.msgpackapplication/msgpack104 B
/v1/tasks/1003.msgpackapplication/msgpack142 B
/v1/users.msgpackapplication/msgpack961 B
/v1/users/1.msgpackapplication/msgpack362 B
/v1/users/2.msgpackapplication/msgpack295 B
/v1/users/3.msgpackapplication/msgpack303 B

Validate the canonical shape with the dataset schema.