get json file and save them with human-readable indentation general: curl <url> | python -m json.tool > <filename> example: curl https://api.discogs.com/artists/1888818/releases | python -m json.tool > msott.json