Introduction:
This tutorial will be on how to use an API which returns a JSON format of information in PHP.
API? JSON?
An API stands for an Application Program Interface and is used by external applications to connect with prebuilt libraries or sources of information via the API making the connection between the two.
JSON is a form of information formatting, and stands for JavaScript Object Notation.