This is an overview of the changes to the Webflow APIs and related tools. To filter the list, select one or more tags.

March 12, 2025

New APIs for retrieving comments

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.

    Comment replies aren’t 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.



March 12, 2025

Support for variable modes and form elements

Support for variable modes

Variable modes let you define multiple values for individual variables, creating distinct sets of values (“modes”) that can be switched and applied across a site.

Use the following endpoints to create and manage variable modes:

Get and set variable values for a specific mode:

Managing forms

Webflow’s Designer API now supports the following methods for Form elements: