aprentic@lemm.ee to Lemmy Support@lemmy.ml · 6 months agoAll the posts I've likedmessage-squaremessage-square11fedilinkarrow-up114arrow-down11file-text
arrow-up113arrow-down1message-squareAll the posts I've likedaprentic@lemm.ee to Lemmy Support@lemmy.ml · 6 months agomessage-square11fedilinkfile-text
minus-square56!@lemmy.mllinkfedilinkarrow-up5·edit-26 months agoA good starting point, but since they are GET requests, there is no reason to leave the browser. You can visit the links directly, such as (I filled in OP’s instance): https://lemm.ee/api/v3/post/list?liked_only=true https://lemm.ee/api/v3/comment/list?liked_only=true (I fixed this one. the documentation is slightly wrong). I’ve heard from somewhere that chrome doesn’t render JSON nicely, so make sure to use firefox! Other interesting parameters are saved_only and disliked_only.
minus-squaremozz@mbin.grits.devlinkfedilinkarrow-up1·6 months agoOh, true dat - yeah that is much more convenient.
A good starting point, but since they are GET requests, there is no reason to leave the browser.
You can visit the links directly, such as (I filled in OP’s instance):
I’ve heard from somewhere that chrome doesn’t render JSON nicely, so make sure to use firefox!
Other interesting parameters are
saved_only
anddisliked_only
.Oh, true dat - yeah that is much more convenient.