Curl:
curl https://regscaleblob.blob.core.windows.net/catalogs/800-82rev1.json --output 800-82.json
PowerShell:
Invoke-WebRequest -Uri "https://regscaleblob.blob.core.windows.net/catalogs/800-82rev1.json" -OutFile "800-82.json"
View Raw JSON in Browser