(destiny:21:38)% dpkg -l | grep -i curl ii curl 7.38.0-2 amd64 command line tool for transferring data with URL syntax ii libcurl3:amd64 7.38.0-2 amd64 easy-to-use client-side URL transfer library (OpenSSL flavour) ii libcurl3:i386 7.38.0-2 i386 easy-to-use client-side URL transfer library (OpenSSL flavour) ii libcurl3-gnutls:amd64 7.38.0-2 amd64 easy-to-use client-side URL transfer library (GnuTLS flavour) ii libcurl4-gnutls-dev:amd64 7.38.0-2 amd64 development files and documentation for libcurl (GnuTLS flavour) ii php5-curl 5.6.5+dfsg-2 amd64 CURL module for php5 ii python-pycurl 7.19.3.1-1.2 amd64 Python bindings to libcurl (Python 3) (destiny:21:39)% cat curl.php (destiny:21:40)% php ./curl.php success { "admins": "shadlington [shadlington@thd.vg], flieslikeabrick [flieslikeabrick@thd.vg]", "statusMessage": "Welcome to the KAG API. This is under heavy development and is not yet intended for public use/consumption. As features are completed, documentation will be available at https://wiki.kag2d.com/. Contact any of the admins in the 'admins' list with any questions.", "version": "V0" } (destiny:21:40)%