We've just launched the ability to transform Web API responses with JavaScript. This means you can now integrate SquaredUp with even more APIs - and shape the data exactly how you need it before visualizing, for example:
  • Extract and reshape complex API responses for clean visualization
  • Parse and handle nested JSON or CSV formats
  • Perform calculations or derive new metrics from raw data
When configuring a HTTP request, you can now choose how SquaredUp selects and processes your data:
  • Path
    : Use a simple JSON path to pick out the data (e.g.
    results
    )
  • Script
    : Use a custom JavaScript snippet to transform the response
image