Retrieving the pins time series data

I guess that the blynk server is holding the time series data history of my project pins. It uses this to populate the super graph widget.

Is there any way of extracting this data dynamically/program code. I understand that a CSV file can be requested, downloaded and processed. But I’m wondering if there is anything available that is a bit more programmatically interactive. Some form of resp call. Something like the adafruit Io product. https://learn.adafruit.com/adafruit-io/overview

Thanks.