- property splatnet3_scraper.query.QueryResponse.data : dict[str, Any] | list[dict[str, Any]]
The raw data from the response. This is the data that was passed to the QueryResponse at initialization.
This property, as opposed to the
__getitem__method, will return the raw data from the response without any parsing.- Returns:¶
dict[str, Any] | list[dict[str, Any]] – The raw data.