Curl:
curl https://regscaleblob.blob.core.windows.net/catalogs/nerc-cip.json --output NERC-CIP.json
PowerShell:
Invoke-WebRequest -Uri "https://regscaleblob.blob.core.windows.net/catalogs/nerc-cip.json" -OutFile "NERC-CIP.json"
View Raw JSON in Browser