{"id":"src__gzPjqs0U9tvjyTQwisQo","slug":"webflow-js-sdk","name":"Webflow JS SDK","type":"github","url":"https://github.com/webflow/js-webflow-api","orgId":"org_gSM4J-ug8Cpp8IIw26Vqy","org":{"slug":"webflow","name":"Webflow"},"isPrimary":false,"metadata":"{}","releaseCount":49,"releasesLast30Days":0,"avgReleasesPerWeek":0.3,"latestVersion":"v3.3.4","latestDate":"2026-03-16T15:42:43.000Z","changelogUrl":null,"hasChangelogFile":false,"lastFetchedAt":"2026-05-01T21:01:12.294Z","lastPolledAt":"2026-05-01T21:01:10.563Z","trackingSince":"2021-05-13T16:34:40.000Z","releases":[{"id":"rel_2ak7gJr_ShXm_VzYBWftn","version":"v3.3.4","title":"v3.3.4","summary":"Bugfix release for the previous version.","content":"Bugfix release for the previous version.","publishedAt":"2026-03-16T15:42:43.000Z","url":"https://github.com/webflow/js-webflow-api/releases/tag/v3.3.4","media":[]},{"id":"rel_D0uOGchtYXR2VSpN-DN5V","version":"v3.3.3","title":"v3.3.3","summary":"Adds a function that agents can use to create page clients to manage page-specific data.","content":"Adds a function that agents can use to create page clients to manage page-specific data.","publishedAt":"2026-03-12T18:11:53.000Z","url":"https://github.com/webflow/js-webflow-api/releases/tag/v3.3.3","media":[]},{"id":"rel_0w-MrF-vNo_5lCdc9Rezy","version":"v3.3.1","title":"v3.3.1","summary":"## What's Changed\r\n* Readme bug fixes by @tim-webflow in https://github.com/webflow/js-webflow-api/pull/305\r\n* 🌿 Fern Regeneration -- March 4, 2026 b...","content":"## What's Changed\r\n* Readme bug fixes by @tim-webflow in https://github.com/webflow/js-webflow-api/pull/305\r\n* 🌿 Fern Regeneration -- March 4, 2026 by @fern-support in https://github.com/webflow/js-webflow-api/pull/314\r\n* Clarify readme by @tim-webflow in https://github.com/webflow/js-webflow-api/pull/306\r\n* :herb: Fern Regeneration -- March 10, 2026 by @fern-api[bot] in https://github.com/webflow/js-webflow-api/pull/321\r\n* :herb: Fern Regeneration -- March 11, 2026 by @fern-api[bot] in https://github.com/webflow/js-webflow-api/pull/322\r\n\r\n## New Contributors\r\n* @tim-webflow made their first contribution in https://github.com/webflow/js-webflow-api/pull/305\r\n\r\n**Full Changelog**: https://github.com/webflow/js-webflow-api/compare/v3.3.0...v3.3.1","publishedAt":"2026-03-11T17:54:41.000Z","url":"https://github.com/webflow/js-webflow-api/releases/tag/v3.3.1","media":[]},{"id":"rel_tGg7hWBKhDq5bmIDEMQoo","version":"v3.3.0","title":"v3.3.0","summary":"## What's Changed\r\n* :herb: Fern Regeneration -- December 12, 2025 by @fern-api[bot] in https://github.com/webflow/js-webflow-api/pull/297\r\n* patch: a...","content":"## What's Changed\r\n* :herb: Fern Regeneration -- December 12, 2025 by @fern-api[bot] in https://github.com/webflow/js-webflow-api/pull/297\r\n* patch: add license file by @zplata in https://github.com/webflow/js-webflow-api/pull/299\r\n* :herb: Fern Regeneration -- December 15, 2025 by @fern-api[bot] in https://github.com/webflow/js-webflow-api/pull/298\r\n* :herb: Fern Regeneration -- February 18, 2026 by @fern-api[bot] in https://github.com/webflow/js-webflow-api/pull/304\r\n\r\n\r\n**Full Changelog**: https://github.com/webflow/js-webflow-api/compare/v3.2.1...v3.3.0","publishedAt":"2026-02-20T13:03:27.000Z","url":"https://github.com/webflow/js-webflow-api/releases/tag/v3.3.0","media":[]},{"id":"rel_V-0pMSUmrVMxr6V6Vnuz0","version":"v3.3.0-beta","title":"v3.3.0-beta","summary":"## What's Changed\r\n* :herb: Fern Regeneration -- December 12, 2025 by @fern-api[bot] in https://github.com/webflow/js-webflow-api/pull/297\r\n* patch: a...","content":"## What's Changed\r\n* :herb: Fern Regeneration -- December 12, 2025 by @fern-api[bot] in https://github.com/webflow/js-webflow-api/pull/297\r\n* patch: add license file by @zplata in https://github.com/webflow/js-webflow-api/pull/299\r\n* :herb: Fern Regeneration -- December 15, 2025 by @fern-api[bot] in https://github.com/webflow/js-webflow-api/pull/298\r\n* **New:** Added new API endpoints for List/Get/Update/Delete Form Submissions\r\n        - You will now need to use these new SDK methods that exist under the `sites` resource group, which also means these APIs need a Site ID passed in as the first parameter\r\n\t- `client.sites.forms.listSubmissionBySite(siteId: string)`\r\n\t\t- Equivalent to the old `client.forms.listSubmissionBySite()` API\r\n\t\t- Still accepts `elementId` to filter submissions by a `formElementId`\r\n\t- `client.sites.forms.listSubmissions(siteId: string, formId: string)`\r\n\t\t- Equivalent to the old `client.forms.listSubmissions()` API\r\n\t- `client.sites.forms.getSubmission(siteId: string, formSubmissionId: string)`\r\n\t\t- Equivalent to the old `client.forms.getSubmission()` API\r\n\t- `client.sites.forms.deleteSubmission(siteId: string, formSubmissionId: string)`\r\n\t\t- Equivalent to the old `client.forms.deleteSubmission()` API\r\n\t- `client.sites.forms.updateSubmission(siteId: string, formSubmissionId: string)`\r\n\t\t- Equivalent to the old `client.forms.updateSubmission()` API\r\n* **Maint:** Upgrade Fern TS SDK generator\r\n* **Fix:** Set some properties to optional on `AssetVariant` type\r\n\r\n\r\n**Full Changelog**: https://github.com/webflow/js-webflow-api/compare/v3.2.1...v3.3.0-beta","publishedAt":"2026-01-07T19:52:33.000Z","url":"https://github.com/webflow/js-webflow-api/releases/tag/v3.3.0-beta","media":[]},{"id":"rel_woTJGTVV-CIbU2V_WoSLr","version":"v3.2.1","title":"v3.2.1","summary":"## What's Changed\r\n* :herb: Fern Regeneration -- August 14, 2025 by @fern-api[bot] in https://github.com/webflow/js-webflow-api/pull/281\r\n* :herb: Fer...","content":"## What's Changed\r\n* :herb: Fern Regeneration -- August 14, 2025 by @fern-api[bot] in https://github.com/webflow/js-webflow-api/pull/281\r\n* :herb: Fern Regeneration -- November 3, 2025 by @fern-api[bot] in https://github.com/webflow/js-webflow-api/pull/289\r\n* **New**: Ability to pass `offset` and `limit` pagination request parameters in the Assets `.list()` API\r\n* **Fix**: Removed incorrect properties `track-inventory` and `quantity` from `SkuFieldData` type\r\n\r\n\r\n**Full Changelog**: https://github.com/webflow/js-webflow-api/compare/v3.2.0...v3.2.1","publishedAt":"2025-11-05T16:43:46.000Z","url":"https://github.com/webflow/js-webflow-api/releases/tag/v3.2.1","media":[]},{"id":"rel_VeZqSHSPVOtmTZQsgzwpV","version":"v3.2.0","title":"v3.2.0","summary":"## What's Changed\r\n* :herb: Fern Regeneration -- August 5, 2025 by @fern-api[bot] in https://github.com/webflow/js-webflow-api/pull/278\r\n* **New:** Ab...","content":"## What's Changed\r\n* :herb: Fern Regeneration -- August 5, 2025 by @fern-api[bot] in https://github.com/webflow/js-webflow-api/pull/278\r\n* **New:** Ability to get raw response (including headers) from an API call by appending SDK function call with `.withRawResponse()`. Example:\r\n ```js\r\n{\r\n  \"data\": { \"sites\": [] },\r\n  \"rawResponse\": {\r\n\t\"headers\": {},\r\n    \"redirected\": false,\r\n    \"status\": 200,\r\n    \"statusText\": \"OK\",\r\n  }\r\n}\r\n```\r\n* **New:** For POST/PATCH API calls to CMS Items, you can pass in a `skipInvalidFiles` boolean flag to skip any potentially problematic file attachments on CMS items and continue processing the request\r\n```js\r\nclient.collections.items.createItem(collectionId, {\r\n  skipInvalidFiles: true,\r\n  // ...\r\n})\r\n```\r\n* **New:** You can pass in a `branchId` into the request for updating Component content/properties on branched pages. \r\n  - E.g., `client.components.updateContent(siteId, componentId, { localeId: \"my-secondary-locale-id\", branchId: \"my-branch-id\" })`\r\n  - the `branchId` for a given page can be retrieved via the List Pages API (`client.pages.list()`) if a page has a branch\r\n\r\n* **New:** Filter by `lastPublished` timestamps when listing CMS Items. Example:\r\n```js\r\nawait wf.collections.items.listItems(collectionId, { lastPublished: {\r\n  gte: new Date(\"2024-01-01T00:00:00Z\"),\r\n}});\r\n```\r\n* **New:** Added `validations` property in the response of the Get Collection Details API (`client.collections.get()`)\r\n \r\n## Fixes\r\n* Constrain request payload in `pages.updatePageSettings()` API to only include page fields that can be updated\r\n* Various optional type inconsistencies to match OpenAPI specification\r\n* Incorrect field type in `ProductFieldData`. `categories` -> `category`\r\n\r\n## Maint\r\n* Upgraded Fern generator to v1.7.2\r\n\r\n**Full Changelog**: https://github.com/webflow/js-webflow-api/compare/v3.1.4...v3.2.0","publishedAt":"2025-08-08T16:50:37.000Z","url":"https://github.com/webflow/js-webflow-api/releases/tag/v3.2.0","media":[]},{"id":"rel_tQZ1hMfM_gsxZWrGU-AzI","version":"v3.1.4","title":"v3.1.4","summary":"## What's Changed\r\n* :herb: Fern Regeneration -- May 14, 2025 by @fern-api[bot] in https://github.com/webflow/js-webflow-api/pull/262\r\n  - Removed `is...","content":"## What's Changed\r\n* :herb: Fern Regeneration -- May 14, 2025 by @fern-api[bot] in https://github.com/webflow/js-webflow-api/pull/262\r\n  - Removed `isMembersOnly` property from `Page` type\r\n* patch: update the pbkdf2 nested dependency from crypto-browserify by @zplata in https://github.com/webflow/js-webflow-api/pull/274\r\n\r\n\r\n\r\n**Full Changelog**: https://github.com/webflow/js-webflow-api/compare/v3.1.3...v3.1.4","publishedAt":"2025-08-01T16:17:26.000Z","url":"https://github.com/webflow/js-webflow-api/releases/tag/v3.1.4","media":[]},{"id":"rel_x6lvh8FoFYAhAoI7lCf7X","version":"v3.1.3","title":"v3.1.3","summary":"## What's Changed\r\n* :herb: Fern Regeneration -- May 7, 2025 by @fern-api in https://github.com/webflow/js-webflow-api/pull/258\r\n* **New:** [Comments ...","content":"## What's Changed\r\n* :herb: Fern Regeneration -- May 7, 2025 by @fern-api in https://github.com/webflow/js-webflow-api/pull/258\r\n* **New:** [Comments APIs](https://developers.webflow.com/data/reference/comments/list-comment-threads)\r\n  - Also a new `comment_created` [webhook](https://developers.webflow.com/data/reference/webhooks/events/comment-created) to get notified on new comments and replies\r\n* **Added:** Additional DOM nodes returned from Get Page Content / Get Component Content APIs for localization. Also available for updating via the Update Page Content / Update Component Content APIs\r\n  - `text-input` - Update placeholder text on a text input node\r\n  - `select` - Update choices on a select node\r\n  - `submit-button` - Update text and waiting message on a submit button node\r\n  - `search-input` - Update text on a search button node\r\n* **New:** (Enterprise) [Well-known file management APIs](https://developers.webflow.com/data/reference/enterprise/site-configuration/well-known-files/put)\r\n* **New:** (Enterprise) [Workspace audit log API](https://developers.webflow.com/data/reference/enterprise/workspace-audit-logs/get)\r\n\r\n## Fixed\r\n* [Delete CMS Items API](https://developers.webflow.com/data/reference/cms/collection-items/staged-items/delete-items) - `items` is now required in the request body (staged and live endpoints)\r\n* [Create Collection Field API](https://developers.webflow.com/data/reference/cms/collection-fields/create) - `Video` field type has been corrected to `VideoLink`\r\n* [Create Product and SKU API](https://developers.webflow.com/data/reference/ecommerce/products/create) - `product` and `sku` are now required in the request body\r\n\r\n\r\n\r\n**Full Changelog**: https://github.com/webflow/js-webflow-api/compare/v3.1.2...v3.1.3","publishedAt":"2025-05-14T19:13:42.000Z","url":"https://github.com/webflow/js-webflow-api/releases/tag/v3.1.3","media":[]},{"id":"rel_6a2sRKSpTdk1h9EuO1F69","version":"v3.1.2","title":"v3.1.2","summary":"## What's Changed\r\n* Add helper method for creating and uploading a Webflow Asset by @zplata in https://github.com/webflow/js-webflow-api/pull/251\r\n\r\n...","content":"## What's Changed\r\n* Add helper method for creating and uploading a Webflow Asset by @zplata in https://github.com/webflow/js-webflow-api/pull/251\r\n\r\nUsage (docs coming soon):\r\n```\r\nawait client.assets.utilities.createAndUpload(siteId, {\r\n    fileName: \"myimage.jpeg\",\r\n    file: \"https://fastly.picsum.photos/id/351/200/300.jpg?hmac=OSQYmRI8IZkaMcC4ERotpBhe0AymVYajIIKPJFDzGBY\",\r\n});\r\n```\r\n\r\n\r\n**Full Changelog**: https://github.com/webflow/js-webflow-api/compare/v3.1.1...v3.1.2","publishedAt":"2025-05-14T15:31:10.000Z","url":"https://github.com/webflow/js-webflow-api/releases/tag/v3.1.2","media":[]},{"id":"rel_t6k33Kua8Ndl3XByO381G","version":"v3.1.1","title":"v3.1.1","summary":"## What's Changed\r\n* **New:** Add hmac verification method to JS SDK by @KeithRyanWong in https://github.com/webflow/js-webflow-api/pull/214\r\n* :herb:...","content":"## What's Changed\r\n* **New:** Add hmac verification method to JS SDK by @KeithRyanWong in https://github.com/webflow/js-webflow-api/pull/214\r\n* :herb: Fern Regeneration -- March 13, 2025 by @fern-api in https://github.com/webflow/js-webflow-api/pull/228\r\n* **New:** Can add collection fields when creating a collection\r\n* **New:** Can [create more types](https://developers.webflow.com/data/reference/cms/collection-fields/create) of fields in Collections (i.e. Option, Ref, Multiref)\r\n* **New:** [List Form Submissions by Site](https://developers.webflow.com/data/reference/forms/form-submissions/list-submissions-by-site) (and filter by `formElementId`)\r\n* **New:** [Delete Form Submission](https://developers.webflow.com/data/reference/forms/form-submissions/delete-submission)\r\n* **Added:** `lastPublished` parameter added to `customDomains` object returned when getting Site data\r\n* **New:** (Enterprise) New APIs for working with `robots.txt` files\r\n\r\n## Fixed\r\n* Fix: When deleting CMS items live, using `id` when declaring `items` in the request payload instead of `itemId` to match API expectations \r\n\r\n## New Contributors\r\n* @KeithRyanWong made their first contribution in https://github.com/webflow/js-webflow-api/pull/214\r\n\r\n**Full Changelog**: https://github.com/webflow/js-webflow-api/compare/v3.1.0...v3.1.1","publishedAt":"2025-03-18T21:40:24.000Z","url":"https://github.com/webflow/js-webflow-api/releases/tag/v3.1.1","media":[]},{"id":"rel_CFih-1aAwJDRqQ0Vji_JR","version":"v3.1.0","title":"v3.1.0","summary":"## What's Changed\r\n* :herb: Fern Regeneration -- December 12, 2024 by @fern-api in https://github.com/webflow/js-webflow-api/pull/189\r\n* :herb: Fern R...","content":"## What's Changed\r\n* :herb: Fern Regeneration -- December 12, 2024 by @fern-api in https://github.com/webflow/js-webflow-api/pull/189\r\n* :herb: Fern Regeneration -- January 13, 2025 by @fern-api in https://github.com/webflow/js-webflow-api/pull/204\r\n* **New**: Component APIs for localizing Component [static content](https://developers.webflow.com/data/reference/pages-and-components/components/get-content) and [properties](https://developers.webflow.com/data/reference/pages-and-components/components/get-properties)\r\n* **New**: (Enterprise) [Site Redirects](https://developers.webflow.com/data/reference/enterprise/site-configuration/url-redirects/get) APIs\r\n* **New**: (Enterprise) [Get Site Plan](https://developers.webflow.com/data/reference/enterprise/workspace-management/get-site-plan) API\r\n* **New**: (Enterprise) [Create](https://developers.webflow.com/data/reference/enterprise/workspace-management/create), [Update](https://developers.webflow.com/data/reference/enterprise/workspace-management/update), [Delete Site](https://developers.webflow.com/data/reference/enterprise/workspace-management/delete) APIs\r\n* **Feature**: Added `lastPublished` property to [Get Custom Domains](https://developers.webflow.com/data/reference/sites/get-custom-domain) API and [List Sites](https://developers.webflow.com/data/reference/sites/list)/[Get Site](https://developers.webflow.com/data/reference/sites/get) API\r\n\r\n\r\n**Full Changelog**: https://github.com/webflow/js-webflow-api/compare/v3.0.1...v3.1.0","publishedAt":"2025-01-13T20:58:54.000Z","url":"https://github.com/webflow/js-webflow-api/releases/tag/v3.1.0","media":[]},{"id":"rel_pyOgKOvyUQmcLii7__e6V","version":"v3.0.1","title":"v3.0.1","summary":"## What's Changed\r\n* :herb: Fern Regeneration -- December 9, 2024 by @fern-api in https://github.com/webflow/js-webflow-api/pull/188\r\n* **Fix**: Requi...","content":"## What's Changed\r\n* :herb: Fern Regeneration -- December 9, 2024 by @fern-api in https://github.com/webflow/js-webflow-api/pull/188\r\n* **Fix**: Require `fieldData` for CMS Item creation\r\n* **Fix**: Make `id` optional in CMS Item update requests\r\n\r\n\r\n**Full Changelog**: https://github.com/webflow/js-webflow-api/compare/v3.0.0...v3.0.1","publishedAt":"2024-12-09T18:13:50.000Z","url":"https://github.com/webflow/js-webflow-api/releases/tag/v3.0.1","media":[]},{"id":"rel_eJdyrFFUdj_SRQVEVd8Y7","version":"v3.0.0","title":"v3.0.0","summary":"Please see [MIGRATION.md](https://github.com/webflow/js-webflow-api/blob/master/MIGRATION.md#v2xx---v300) for changes and how to upgrade. ","content":"Please see [MIGRATION.md](https://github.com/webflow/js-webflow-api/blob/master/MIGRATION.md#v2xx---v300) for changes and how to upgrade. ","publishedAt":"2024-12-04T16:50:10.000Z","url":"https://github.com/webflow/js-webflow-api/releases/tag/v3.0.0","media":[]},{"id":"rel_n0QvGC_m-ULX_J1vKHRQ9","version":"v2.5.0","title":"v2.5.0","summary":"## What's Changed\r\n* Fix incorrect parameters in docs/README by @Jun-del in https://github.com/webflow/js-webflow-api/pull/146\r\n* chore: better docs f...","content":"## What's Changed\r\n* Fix incorrect parameters in docs/README by @Jun-del in https://github.com/webflow/js-webflow-api/pull/146\r\n* chore: better docs for usage by @chustert in https://github.com/webflow/js-webflow-api/pull/174\r\n* chore: release 2.5.0 by @fern-api in https://github.com/webflow/js-webflow-api/pull/181\r\n\r\n## New Contributors\r\n* @Jun-del made their first contribution in https://github.com/webflow/js-webflow-api/pull/146\r\n* @chustert made their first contribution in https://github.com/webflow/js-webflow-api/pull/174\r\n\r\n**Full Changelog**: https://github.com/webflow/js-webflow-api/compare/v2.4.2...v2.5.0","publishedAt":"2024-12-04T09:29:25.000Z","url":"https://github.com/webflow/js-webflow-api/releases/tag/v2.5.0","media":[]},{"id":"rel_tlgsG6FBo7de5BiK0ARyY","version":"v2.4.2","title":"v2.4.2","summary":"## What's Changed\r\n\r\n### Fixed\r\n* chore: bump version to 2.4.2 to enable npm publish by @zplata in https://github.com/webflow/js-webflow-api/pull/171\r...","content":"## What's Changed\r\n\r\n### Fixed\r\n* chore: bump version to 2.4.2 to enable npm publish by @zplata in https://github.com/webflow/js-webflow-api/pull/171\r\n\r\n\r\n**Full Changelog**: https://github.com/webflow/js-webflow-api/compare/v2.4.1...v2.4.2","publishedAt":"2024-10-02T18:25:16.000Z","url":"https://github.com/webflow/js-webflow-api/releases/tag/v2.4.2","media":[]},{"id":"rel_z4Bf65PIONhm8JoRyuhaE","version":"v2.4.1","title":"v2.4.1","summary":"## What's Changed\r\n\r\n### Fixed\r\n* Fix fetcher issue for API for getting Webflow Access Token by @zplata in https://github.com/webflow/js-webflow-api/p...","content":"## What's Changed\r\n\r\n### Fixed\r\n* Fix fetcher issue for API for getting Webflow Access Token by @zplata in https://github.com/webflow/js-webflow-api/pull/170\r\n\r\n## New Contributors\r\n* @zplata made their first contribution in https://github.com/webflow/js-webflow-api/pull/170\r\n\r\n**Full Changelog**: https://github.com/webflow/js-webflow-api/compare/v2.4.0...v2.4.1","publishedAt":"2024-10-02T18:06:29.000Z","url":"https://github.com/webflow/js-webflow-api/releases/tag/v2.4.1","media":[]},{"id":"rel_mzzdvQ9zHyhnUXd0PQzCU","version":"v2.4.0","title":"v2.4.0","summary":"## What's Changed\r\n\r\n### Fixed\r\n* [CMS] Remove requirement to supply an `id` to the CollectionItem request in `createItemLive()`, `createItemForMultip...","content":"## What's Changed\r\n\r\n### Fixed\r\n* [CMS] Remove requirement to supply an `id` to the CollectionItem request in `createItemLive()`, `createItemForMultipleLocales()`\r\n* [CMS] Allows other arbitrary key/value pairs to be set in `fieldData` when creating/updating CMS Items for custom fields\r\n* [CMS] `createItem()` and `createItemLive()` correctly return the newly created CMS Item\r\n* [CMS] `publishItem()` correctly returns payload with `publishedItemIds`\r\n* [Sites] `publishSite()` correctly returns expected payload\r\n\r\n### Maint\r\n* :herb: Fern Regeneration -- September 16, 2024 by @fern-api in https://github.com/webflow/js-webflow-api/pull/167\r\n* :herb: Bump Fern JS Generator version from `v0.26.0-rc2` to `v0.40.1`\r\n\r\n\r\n**Full Changelog**: https://github.com/webflow/js-webflow-api/compare/v2.3.6...v2.4.0","publishedAt":"2024-09-30T14:01:09.000Z","url":"https://github.com/webflow/js-webflow-api/releases/tag/v2.4.0","media":[]},{"id":"rel_Rr4nZLrA4aBCIByW0doOO","version":"v2.3.6","title":"v2.3.6","summary":"## What's Changed\r\n* :herb: Fern Regeneration -- August 19, 2024 by @fern-api in https://github.com/webflow/js-webflow-api/pull/158\r\n\r\n\r\n**Full Change...","content":"## What's Changed\r\n* :herb: Fern Regeneration -- August 19, 2024 by @fern-api in https://github.com/webflow/js-webflow-api/pull/158\r\n\r\n\r\n**Full Changelog**: https://github.com/webflow/js-webflow-api/compare/v2.3.3...v2.3.6","publishedAt":"2024-08-23T15:37:08.000Z","url":"https://github.com/webflow/js-webflow-api/releases/tag/v2.3.6","media":[]},{"id":"rel_vgnOFc8L8cmq8D65DJXDs","version":"v2.3.3","title":"v2.3.3","summary":"## What's Changed\r\n**Full Changelog**: https://github.com/webflow/js-webflow-api/compare/v2.3.2...v2.3.3","content":"## What's Changed\r\n**Full Changelog**: https://github.com/webflow/js-webflow-api/compare/v2.3.2...v2.3.3","publishedAt":"2024-07-11T21:24:47.000Z","url":"https://github.com/webflow/js-webflow-api/releases/tag/v2.3.3","media":[]}],"pagination":{"page":1,"pageSize":20,"totalPages":3,"totalItems":49},"summaries":{"rolling":null,"monthly":[]}}