faris data

Public data registry for faris.ai properties. Machine-readable JSON endpoints — fetch freely, no API key required.

Endpoints

Endpoint Description
/projects.json Portfolio projects
/talks.json Conference talks
/sites.json Site registry

Usage

const projects = await fetch("https://ima.ink/projects.json").then(r => r.json());
import httpx
projects = httpx.get("https://ima.ink/projects.json").json()
// In your egui/ehttp app
ehttp::fetch(ehttp::Request::get("https://ima.ink/projects.json"), |result| {
    // handle response
});

Source

Data lives in octaflop/webmaster and is published here on every push to main.