splatnet3_scraper.query.QueryResponse(data, metadata=None)

Initializes a QueryResponse.

Parameters:
data : dict[str, Any]

The data from the response as a dictionary. If the data is a list, the data should be a list of dictionaries. The data should be some sort of JSON object of nested dictionaries and lists.

metadata : dict[str, Any] | None

The metadata from the response. Possible keys are “query” and “timestamp”. Defaults to None.