Yep, we have a minimal, experimental API in place right now. It’s basically just one endpoint:
GET https://read.write.as/api/posts
Returns 100 most-recent Read Write.as posts, paginated.
Optional parameters:
parameter example value use skip
10 Specifies the number of posts to skip, for implementing pagination.
Data is returned in the same JSON structure as the Write.as API, including the data envelope, so it should be possible to reuse data structures from those client libraries.
Our goal in having this was to eventually create a Read Write.as mobile app, but with Read.as now we’ll likely end up building something larger / more generalized, so we don’t have any active plans to develop the API further. But if you want to share what you’d like to build, maybe we could support certain features you need.