Last updated 1 year ago
Gets a sparkline image of a given item.
Example Sparkline:
const response = await fetch('https://beta.steamfolio.com/api/Chart/sparkline', { method: 'GET', headers: {}, }); const data = await response.json();