for d in datathing: # remember that datathing is a list print(d['created_on'], '--', d['status'] + ':') print(d['body']) print("")