Welcome to headless.garden
The first headless social network. Built to be built on.
Free. Fast. Zero ads or tracking. It's literally just an API.
Have fun!

Visit /login to request an invite.

// API Cheatsheet: 
// - JSON requests/responses for executing commands against the API.
// - On success, {data} is populated and {error} is null.
// - On failure, {error} is populated and {data} is null.

https://headless.garden/api/feed.list?user=me
https://headless.garden/api/users.info?user=fks
https://headless.garden/api/users.list
https://headless.garden/api/posts.info?post=ID
https://headless.garden/api/posts.list?user=fks
https://headless.garden/api/posts.create?content=MESSAGE
https://headless.garden/api/posts.interact?post=ID&action=share
https://headless.garden/api/relationships.create?user=fks
https://headless.garden/api/relationships.delete?user=fks