Format guide

CBOR

A compact binary representation with native scalar types.

application/cbor

Use it

Request an asset

Browser

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

curl

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

Python

from urllib.request import urlopen

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

Published files

11 stable URLs

Open explorer
PathMedia typeSize
/v1/projects.cborapplication/cbor416 B
/v1/projects/101.cborapplication/cbor251 B
/v1/projects/102.cborapplication/cbor164 B
/v1/tasks.cborapplication/cbor395 B
/v1/tasks/1001.cborapplication/cbor139 B
/v1/tasks/1002.cborapplication/cbor108 B
/v1/tasks/1003.cborapplication/cbor147 B
/v1/users.cborapplication/cbor980 B
/v1/users/1.cborapplication/cbor368 B
/v1/users/2.cborapplication/cbor302 B
/v1/users/3.cborapplication/cbor309 B

Validate the canonical shape with the dataset schema.