-
splatnet3_scraper.query.QueryResponse.get(key, default=
None) Returns the value at the given key. If the key is not found, returns the default value.
This method is similar to
self[key]except that it will not raise an error if the key is not found. Instead, it will return the default value. This method will still raise a type error if a string key is given and the key’s level data is a list.