Any page you go to on the web server can be seen as a json object by just changing the /w/
to /api/
.
Anything listed here promises to stay the same until the next major update.
Lists all the titles on the server
Lists all the articles on the server. Very messy, use cautiously.
If you have the label of an article (name of it or id of it), then you can access it directly.
Anything listed here is for internal use by linki, and might change in any version. Use with caution.
If you're authenticated, this returns your profile on the server.
If you're authenticated, this lets you send a contribution in the form of a MessagePack.
As /api/
but it returns a MessagePack instead of a json object.