10 Nov 2021 01:59 PM
This tip comes from the Knowledge sharing challenge.
Author: @AntonioSousa
Sometimes, I need to export the data that I'm seeing on a particular graph, but don't have the time to construct an API call to get it. So, I launch Developer Tools, hit refresh, and then check out the requests that are flowing. It will be pretty easy to detect normally, based simply on size and it being a XHR request. Copy&Paste the response through a JSON processor (I use jq) and out comes the data
09 Jan 2023 04:44 PM
Thanks @Karolina_Linda for posting @AntonioSousa Pro Tip! 🙂