12,467
edits
This is the support site for Andrews & Arnold Ltd, a UK Internet provider. Information on these pages is generally for our customers but may be useful to others, enjoy!
m (Processing JSON to grab just the quota_remaining_gb field) |
|||
The figure on the homepage is a real time counter of the usage, this may differ slightly from the stats on the [https://control.aa.net.uk/ Control Pages] as the control pages uses data that is only updated hourly.
The quota figure on the homepage can also be viewed as an svg image using the URL: https://quota.aa.net.uk
curl -L https://quota.aa.net.uk --header "Accept: application/json"
wget https://quota.aa.net.uk --header="Accept: application/json" -q -O -
wget https://quota.aa.net.uk --header="Accept: application/plain" -q -O -
▲ wget https://quota.aa.net.uk --header="Accept: application/json" -q -O- | jq -r '.quota_remaining_gb'
==Usage Tracking==
|
edits