This is a simple API for twtxt.
Endpoints:
/users
The usernames from the registries and thei API url.
Example output:
{ "users": [ { "url": "https://twtxt-api-prototype.herokuapp.com/users/gil", "username": "gil" }, ] {
/users/gil
The twtxts from a user, limited to 200.
Example output:
{ "twtxts": [ { "datetime": "2020-04-10T22:02:52+0000", "text": "Hello World" } ], "url": "https://tilde.pt/~gil/twtxt.txt", "user": "gil" }