Most APIs will allows you to request json data that can be filtered as key/value.
Here we can see an API request that will fetch json data and output it into the Active Json data.
The next action will then select the json value by its key such as website which will output the value as https://fluxpoint.dev
website
https://fluxpoint.dev
The json select can be used with inline json such as user.username
user.username
Last updated 7 months ago