Im trying to get the json of my homepage, before i only got the json by post id and im not being able to get it by page. This is what im trying:

mysite.me/wp/v2/pages/2304

But it just redirects me to my homepage.
By post id, this is how i do it:

http://mysite.me/wp-json/mysite/v1/items/id/92570

Any help?

1 Answer
1

If you want to use v2 of the API (which is the current one you should be using), the endpoint is mysite.me/wp-json/wp/v2/pages/1234 where 1234 is the page ID.

Pages

Tags:

Leave a Reply

Your email address will not be published. Required fields are marked *