Data API v2

Data API BETA

  • Comments API
    Webflow’s API now supports operations to retrieve comments on a site with these new endpoints:

    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 node
    • select - Update choices on a select node
    • submit-button - Update text and waiting message on a submit button node
    • search-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