Jump to content

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!

Home::1: Difference between revisions

164 bytes added ,  6 November 2019
m
Processing JSON to grab just the quota_remaining_gb field
mNo edit summary
m (Processing JSON to grab just the quota_remaining_gb field)
curl -L https://quota.aa.net.uk --header "Accept: application/json"
wget https://quota.aa.net.uk --header="Accept: application/json" -q -O -
and you can grab just the ''quota_remaining_gb'' field with:
wget https://quota.aa.net.uk --header="Accept: application/json" -q -O- | jq -r '.quota_remaining_gb'
 
==Usage Tracking==
editor
466

edits