I am learning to use Python and APIs (specifically, this World Cup API, http://www.kimonolabs.com/worldcup/explorer)
The JSON data looks like this:
[
I solved changing
readable_json['firstName']
by
readable_json[0]['firstName']