Visidata https://www.visidata.org/ is a useful general purpose data wrangling tool, read the introduction to understand more or check out the github repo.
There are many uses for the tool and here are a few examples
The zendesk api documentation lists the fields returned by the tickets endpoint at https://developer.zendesk.com/rest_api/docs/support/tickets
vd https://developer.zendesk.com/rest_api/docs/support/tickets
cf quotas | vd --skip 2 -f fixed
cf buildpacks | gsed 1,2d | vd -f fixed
The postgres quotas are on the GOV.UK PaaS Marketplace, open them in visidata
vd 'https://admin.london.cloud.service.gov.uk/marketplace/4cb1521d-a914-4271-bfbf-84c27641d0c9?version=12' 'https://admin.london.cloud.service.gov.uk/marketplace/4cb1521d-a914-4271-bfbf-84c27641d0c9?version=11' 'https://admin.london.cloud.service.gov.uk/marketplace/4cb1521d-a914-4271-bfbf-84c27641d0c9?version=10' 'https://admin.london.cloud.service.gov.uk/marketplace/4cb1521d-a914-4271-bfbf-84c27641d0c9?version=9.5'

Add examples of