For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Resources
Get started
    • Overview
  • APIs and SDKs
    • Data API
    • Designer API
    • Browser API
  • Developer tools
    • MCP Server
    • Webflow Apps
    • Webflow CLI
    • DevLink
    • Webflow Cloud
    • Flowkit CSS Framework
    • Changelog
LogoLogo
Resources
Get started

Changelog

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

February 28, 2025
February 28, 2025

Improved control over form submission data

The List form submissions by site endpoint now lets you retrieve form submissions across your entire site. Unlike the existing List Form Submissions endpoint, this endpoint:

  • Takes siteId as a path parameter
  • Accepts elementId as a query parameter to filter by formElementId
  • Works seamlessly with forms in components, where each component instance gets a unique formId but shares the same formElementId

To use this endpoint, first get the formElementId from the List Forms API, then pass both the siteId and formElementId to retrieve all submissions for a specific form, even when it appears in multiple component instances.


February 28, 2025
February 28, 2025
Was this page helpful?
Previous

Support for additional well-known files and CMS field types

Next
Built with

Work with pseudo-states in the Designer

Get the current pseudo-state of the designer and subscribe to changes in the pseudo-state. This is helpful for showing specific style properties based on a pseudo-state like :hover, :focus, or :active.

  • Get the pseudo-state of the designer
    Added the webflow.getPseudoMode() method to return the pseudo-class state of the designer.
  • Subscribe to pseudo-state changes
    Added options to the webflow.subscribe() method to subscribe to changes in the pseudo-state of the designer.

Get additional site details

  • Get site information
    The getSiteInfo method now returns the domains object in the response.