03.12.2025
Data API v2
-
Create Option fields
Option fields are a type of collection field that allows you to create a list of options. You can create an option field during collection creation using the create collection endpoint or by updating an existing collection using the create collection field endpoint.
Data API BETA
-
Comments API
Webflow’s API now supports operations to retrieve comments on a site with these new endpoints:- List all comment threads - Get all comment threads for a site.
- Get comment thread - Retrieve a specific comment thread by ID with full details.
- List comment replies - Get all replies for a specific comment thread.
Note: Comment replies are not included in the initial thread listing. To retrieve replies, first get the Comment Thread ID from the list endpoint, then use that ID with the replies endpoint.
-
Retrieve and update additional component node types
In addition to Text and Nested Component Instances, you can now update the following node types:text-input
- Update placeholder text on a text input nodeselect
- Update choices on a select nodesubmit-button
- Update text and waiting message on a submit button nodesearch-input
- Update text on a search button node
Designer API
Support for Form Elements
Webflow’s Designer API now supports the following methods for Form elements:
Support for Variable Modes
- Create and manage variable modes
Use the following endpoints to create and manage variable modes: - Set mode-specific variable value You can now include an option parameter to set a mode-specific variable value.
- Get mode-specific variable value You can now include an option parameter to get a mode-specific variable value.