thingtime.dev
v1 · REST · open

One API. Every shape.

Everything in Thingtime is a thing — readable by people, writable by machines.

$ curl thingtime.com/api/v1/things/car
{
"make": "Subaru Outback",
"repairs": [
{ "what": "Oil change", "cost": 89 },
{ "what": "Tires", "cost": 412 }
]
}
tt · car — same thing, as a GUI
make·Subaru Outback
repairs2
Oil change·$89
Tires·$412
+ add thing
Read the docs
Get an API key