Note that the Typicode API Response is a list. The list contains objects. The objects contain keys like id, name, username, address, and more. Some of these keys, such as phone and name, simply contain a number or text value, but others, such as company, have a dictionary value.
id
name
username
address
phone
company
The address dictionary contains some keys with values that are simple text, such as street, and other keys, such as geo, that are themselves dictionaries containing multiple values (lat and lng).
street
geo
lat
lng