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@programming.dev
    link
    fedilink
    English
    arrow-up
    7
    ·
    11 months 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'