Webflow changed its API changelog
API changeloghttps://developers.webflow.com/data/changelog
ChangeAPI changelog
New breaking change: Get page content's translatable parameter now filters component property overrides (Aug 20, 2026); removal of unrelated List Assets folder filtering feature note.
Aug 19, 2026
V2.5.0: GLOBAL TELEMETRY CONFIGURATION AND A CODE COMPONENT CRASH FIX
Aug 20, 2026
`?TRANSLATABLE` ON GET PAGE CONTENT NOW FILTERS COMPONENT PROPERTY OVERRIDES
Get page content's translatable parameter previously only checked whether a page's entire canvas was excluded from translation. A component instance's overridden property values were always returned as-is, even when the specific property was excluded — inconsistent with get component properties, which already filtered properties individually.
translatable now filters component property overrides the same way: an overridden value is omitted from a component instance's propertyOverrides if that property is excluded from translation for the requested locale. If a component instance's overrides are all excluded, the instance is omitted from the response entirely. A component instance with no overrides at all is unaffected.
Data API
Aug 19, 2026
V2.5.0: GLOBAL TELEMETRY CONFIGURATION AND A CODE COMPONENT CRASH FIX
Confidence95%
Full diff
===================================================================
--- before
+++ after
@@ -25,8 +25,17 @@
This is an overview of the changes to the Webflow APIs and related tools. To filter the list, select one or more tags.
Select filters
+Aug 20, 2026
+
+`?TRANSLATABLE` ON GET PAGE CONTENT NOW FILTERS COMPONENT PROPERTY OVERRIDES
+
+Get page content’s translatable parameter previously only checked whether a page’s entire canvas was excluded from translation. A component instance’s overridden property values were always returned as-is, even when the specific property was excluded — inconsistent with get component properties, which already filtered properties individually.
+
+translatable now filters component property overrides the same way: an overridden value is omitted from a component instance’s propertyOverrides if that property is excluded from translation for the requested locale. If a component instance’s overrides are all excluded, the instance is omitted from the response entirely. A component instance with no overrides at all is unaffected.
+
+Data API
Aug 19, 2026
V2.5.0: GLOBAL TELEMETRY CONFIGURATION AND A CODE COMPONENT CRASH FIX
@@ -223,16 +232,5 @@
The Custom Fonts API adds seven new OAuth v2 endpoints under /v2/sites/{site_id}/custom_fonts. Apps can now manage a site’s custom fonts programmatically — uploading, listing, updating, replacing, and deleting fonts without any manual steps in the Webflow Designer.
For information on using custom fonts in sites, see Custom fonts.
-Data API
-May 5, 2026
-
-LIST ASSETS: FOLDER FILTERING AND PER-ASSET FOLDER CONTEXT
-
-You can now scope the List Assets endpoint (GET /v2/sites/{site_id}/assets) to return assets that are in a specified folder. In the same way, the response to this endpoint includes the folder that an asset is in.
-
-NEW QUERY PARAMETER: FOLDERID
-
-Pass a folder’s ObjectId to receive only assets in that folder and all of its descendant folders. When folderId is omitted, the endpoint returns all assets on the site as before.
-
Data API
\ No newline at end of file
Get the next one in your inbox.
Follow the vendor for free, or write your own prompt and watch any page the same way.