REST API Returns 0 resutls
-
So I have 2 events published on my site but when I query using
http://domain.com/wp-json/tribe/events/v1/events/
I get
{"events":[],"rest_url":"http://domain.com/wp-json/tribe/events/v1/events\/?page=1&per_page=10&start_date=2021-03-16 00:00:00&end_date=2023-03-16 23:59:59&status=publish","total":0,"total_pages":0}I don’t understand why, I have checked all the options, also when I try with an ID for example:
http://domain.com/wp-json/tribe/events/v1/events/10
It works perfectly fine.
The topic ‘REST API Returns 0 resutls’ is closed to new replies.