Get ALL posts for a specific category
-
I would like to get ALL the posts under a category, I have about 500 posts under a category and I would like to retrieve all at once.
This presently works:
https://website.com/wp-json/wp/v2/posts/?filter[category_name]=sport&per_page=100
But when I do:
https://website.com/wp-json/wp/v2/posts/?filter[category_name]=sport&per_page=500
I get an error: Invalid parameter(s): per_page (per_page must be between 1 (inclusive) and 100 (inclusive))How can I make per_page accept values higher than 100 OR how else can I get all posts with a single call?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Get ALL posts for a specific category’ is closed to new replies.