Is there an authentication-less API (ideally REST) letting you fetch one or several toots without having to parse HTML ?
All the API I find seem to be designed for complex clients and involve registering with the involved instances.
@denys_seguret by using the atom feed maybe ?
@Linuxine Thanks. I see how I can get a user's feed. But how would I get a specific toot (having the instance's URL, the author's name and the toot's ID) ?
@denys_seguret With the toot url ? by clicking on the xx minutes ago link for example ?
@Linuxine yes but this gives you the toot in HTML. I was looking for something clean, without having to parse HTML (XML would be OK, JSON would be great).
@Linuxine It looks like this should work:
https://octodon.social/users/denys_seguret/updates/340688.atom
But it doesn't. I'm obviously missing something simple...