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?

  • silas
    link
    English
    71 year ago
    curl --request GET \
         --url 'https://lemmy.world/api/v3/post/list?type_=All&sort=New&community_name=memes%2540lemmy.ml' \
         --header 'accept: application/json'