the main problem is parsing the JSON response that the API sends back which would require additional libraries that are designed to do that, and i don't think it is possible to do this with a simple script.
Not really. You can parse a JSON response with pretty much every programming language there is (python, js, php, etc...).