The social data API built for developers
One REST API for public data from every major platform. One auth header, one JSON shape, typed errors, cursors that just work.
One schema
A Post is a Post on every platform. Missing fields are null, never renamed.
Typed errors
RFC 9457 problem details with stable codes you can branch on.
Honest billing
Every response states what it cost; failed calls are refunded automatically.
OpenAPI
A published spec for generating clients in any language.
Questions
Is there an SDK?
The API is plain REST with an OpenAPI spec, so any HTTP client or generated client works. The docs show cURL, JavaScript and Python.