Home::1: Difference between revisions

 
The quota figure on the homepage can also be viewed as an svg image using the URL: https://quota.aa.net.uk you can request a json or plain text version too, eg:
<SyntaxHighlight lang=bash>
curl -L https://quota.aa.net.uk --header "Accept: application/json"
curl -L https://quota.aa.net.uk --header "Accept: text/plain"
wget https://quota.aa.net.uk --header="Accept: application/json" -q -O -
wget https://quota.aa.net.uk --header="Accept: text/plain" -q -O -
</SyntaxHighlight>
 
==Usage Tracking==