action thebluealliance_get_match_timeseries { label: "getMatchTimeseries" description: "Gets an array of game-specific Match Timeseries objects for the given match key or an empty array if not available.\n*WARNING:* This is *not* official data, and is subject to a significant possibility of error, or missing data. Do not rely on this data for any purpose. In fact, pretend we made it up.\n*WARNING:* This endpoint and corresponding data models are under *active development* and may change at any time, including in breaking ways." provider: thebluealliance method: GET path: "/match/{match_key}/timeseries" encoding: json output: { type: "array" items: { type: "object" properties: {} } } }