Below is an example of a JSON Response returned from our API.

{ "api": "CompleteAPI.com Version 1.0", "status": "success", "creditsUsed": 1, "creditsRemaining": 815 }

JSON is therefore simply a way to structure data that can easily be accessed by most systems. Whether you use PHP or Java or just about any other language, it will most likely have some sort of built-in mechanism by which you can fetch and consume JSON Data. JSON is widely supported and easy to work with!