is it possible to display the content of a database from an external Wix site?
I have a site “A” with a database. I want to recover the same data on another site “B”. is it possible?
Yes it is possible by exposing your site APIs using Wix fetch.
Please read about exposing your APIs here:
https://support.wix.com/en/article/corvid-exposing-a-site-api-with-http-functions
This should allow you query, save, update or do anything you want on any site, including your second site.
But I don’t think this a secure approach, I only recommend using it on a non personal or financial data since it’s not secure.
Hope that helped!
Ahmad