Format guide
HTML
A readable table that opens directly in a browser.
text/html; charset=utf-8
Use it
Request an asset
Browser
const response = await fetch("/v1/projects.html");
const payload = await response.text();curl
curl -fsS https://payloads.mochavi.com/v1/projects.htmlPython
from urllib.request import urlopen
with urlopen("https://payloads.mochavi.com/v1/projects.html") as response:
payload = response.read()Published files
11 stable URLs
| Path | Media type | Size |
|---|---|---|
/v1/projects.html | text/html; charset=utf-8 | 1000 B |
/v1/projects/101.html | text/html; charset=utf-8 | 806 B |
/v1/projects/102.html | text/html; charset=utf-8 | 693 B |
/v1/tasks.html | text/html; charset=utf-8 | 907 B |
/v1/tasks/1001.html | text/html; charset=utf-8 | 602 B |
/v1/tasks/1002.html | text/html; charset=utf-8 | 559 B |
/v1/tasks/1003.html | text/html; charset=utf-8 | 586 B |
/v1/users.html | text/html; charset=utf-8 | 1.7 KB |
/v1/users/1.html | text/html; charset=utf-8 | 1.1 KB |
/v1/users/2.html | text/html; charset=utf-8 | 1015 B |
/v1/users/3.html | text/html; charset=utf-8 | 1.0 KB |
Validate the canonical shape with the dataset schema.