I just want this for me and my friends, but curl "https://lemmy.ml/api/v3/post?community=!memes@lemmy.ml&sort=New"
just gives {"error":"couldnt_find_post"}
. Anything I’m doing wrong?
I just want this for me and my friends, but curl "https://lemmy.ml/api/v3/post?community=!memes@lemmy.ml&sort=New"
just gives {"error":"couldnt_find_post"}
. Anything I’m doing wrong?
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!