View fetch data from an external API

Hi all,

I have a simple question, is it possible for a view or look to do an external API call and with the response filter the data in the database?

  1. The view makes a GET request to a URL
  2. Receive the data, parsing it
  3. Display the data filtered with the response
1 Like