• Resolved crawpdx

    (@crawpdx)


    So I was cruising right along building an angular app that would search all the images in the wordpress site’s media library but once I uploaded over 100 images, It no longer gives me the json to show all the images. Is 100 images a cap that I now have to do authentication?

    Here’s my endpoint that is now broken:

    /wp-json/media?filter[posts_per_page]=100&_jsonp=JSON_CALLBACK

    and here’s one that works but is not ideal (because I can’t see all the images)

    /wp-json/media?filter[posts_per_page]=90&_jsonp=JSON_CALLBACK

    Thanks for any help. I’m loving the wp rest api.

    https://www.ads-software.com/plugins/json-rest-api/

Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Retrieve all media’ is closed to new replies.