Hi,
I’ve been working with the rest API and the JSON files and while I understand that it’s still a work in progress I thought I might have some observations/questions answered in the meantime;
I have noticed that when I have a category type with a space and “&” symbol e.g “Health & Wellness”, the JSON string object return “Health & Wellness”.
The GET request for listings within a category type is limited to ten (10) results per page and I’m probably doing this wrong but i have tried using the “/?per_page= 20” to get it to do more unsuccessfully. Currenlty I have http://MYDOMAIN.com/wp-json/geodir/v1/places?gd_placecategory=927/?per_page=20.
Place categories also have a “Default Image” parameter, will that be an endpoint going forward with the final release?
Cheers