Skip to content

Instantly share code, notes, and snippets.

@Sstobo
Created November 21, 2017 19:05
Show Gist options
  • Select an option

  • Save Sstobo/6ab9d6eb705251e265538f60c8ce76ce to your computer and use it in GitHub Desktop.

Select an option

Save Sstobo/6ab9d6eb705251e265538f60c8ce76ce to your computer and use it in GitHub Desktop.
[posts in json] #json #wp #api
GET http://fourth.academy.red/wp-json/wp/v2/posts
http://fourth.academy.red/: URL of the WP installation
/wp-json: the endpoint prefix
/wp: the namespace of the WP REST API plugin
/v2: the version of the WP REST API plugin
/posts: the resource you want to get from the server
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment