Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Wix Data ViewNew to Visual Studio Code? Get it now.
Wix Data View

Wix Data View

Wix

wix.com
|
1,092 installs
| (0) | Free
Wix Data (CMS) client integrated into VSCode.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Wix Data Viewer

This extension lets you view the structure of a Wix site database, as well as run queries against it.

Wix Data View screenshot

Configuration

The extension will auto-configure if:

  • Wix CLI is installed on the system
  • plugin is running in online IDE hosted by Wix

Alternatively, it's possible to manually configure the IDE:

  1. Open configuration panel
  2. Enter your API Key
  3. Enter Site ID

You can open the configuration screen by clicking the gear icon above the collection tree.

Configure Wix Data View

Go to your Wix Account Settings and choose API Keys in the left panel.

API Keys

Click Generate API Key and select the following permissions:

  • Get Sites List
  • Wix Data (from All site permissions section)

Click Generate Key. Use the key in the configuration.

Next, go to the dashboard of a site you want to connect to.

The URL should look similar to:

https://manage.wix.com/dashboard/ff1e47ad-6562-40cc-9284-07901522f0e1/home

You can copy the Site ID from the URL. In this example the Site ID is ff1e47ad-6562-40cc-9284-07901522f0e1.

Usage

The Plugin allows calling some of Wix Data APIs. The following APIs are supported:

  • Wix Data Items
  • Collections
  • Indexes
  • Backups
  • Data Movement Jobs

It will run queries like:

wixData.query("Items").find()
collections.listDataCollections()
indexes.listIndexes('Items')
backups.listBackups()
movementJobs.queryJobs({})

To run the query, execute 'Wix Data: Write Query' command. This opens the query editor. Execute the query by clicking the triangle icon.

Run Query

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
  • Your Privacy Choices
  • Consumer Health Privacy
© 2026 Microsoft