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
    fedilink
    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'
    
    • @pixl_xipOP
      link
      21 year ago

      Sorry for not seeing this right away, but thanks!