Question: The REST API is a simple way to get data in and out of WordPress over HTTP. Applications using the REST API should be written in which programming language?

  1. PHP
  2. any programming language that can make HTTP requests and interpret JSON
  3. Java
  4. Node.js

Answer: The correct answer of the above question is Option B:any programming language that can make HTTP requests and interpret JSON