import json
with open('game.json', 'r') as fcc_file:
fcc_data = json.load(fcc_file)
for data in fcc_data['data'][0]['data']:
name = data['name']
print(f"https://pc.rod-ins.com/release/{name}")
### RESULT ###
# https://pc.rod-ins.com/release/anim.img
#...