I just want this for me and my friends, but curl "https://lemmy.ml/api/v3/[email protected]&sort=New"
just gives {"error":"couldnt_find_post"}
. Anything I’m doing wrong?
You must log in or register to comment.
curl --request GET \ --url 'https://lemmy.world/api/v3/post/list?type_=All&sort=New&community_name=memes%2540lemmy.ml' \ --header 'accept: application/json'
Sorry for not seeing this right away, but thanks!
FYI: [email protected]
Thanks, “subbed” !