Webflow API and Documentation · JSON Structure

Webflow Collection Item Structure

A Webflow Collection Item representing a single entry in a CMS collection, as returned by the Webflow Data API v2. Each item includes system metadata, status flags, and content fields stored in fieldData.

Type: object Properties: 8 Required: 5
CMSContent ManagementE-CommerceNo-CodePublishingWeb Development

Webflow Collection Item is a JSON Structure definition published by Webflow API and Documentation, describing 8 properties, of which 5 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

id cmsLocaleId lastPublished lastUpdated createdOn isArchived isDraft fieldData

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/webflow-api-and-documentation-webflow/refs/heads/main/json-structure/webflow-collection-item-structure.json",
  "name": "Webflow Collection Item",
  "description": "A Webflow Collection Item representing a single entry in a CMS collection, as returned by the Webflow Data API v2. Each item includes system metadata, status flags, and content fields stored in fieldData.",
  "type": "object",
  "required": [
    "id",
    "fieldData",
    "lastPublished",
    "lastUpdated",
    "createdOn"
  ],
  "properties": {
    "id": {
      "type": "string",
      "readOnly": true,
      "description": "Unique identifier for the Item.",
      "examples": [
        "580e64008c9a982ac9b8b754"
      ]
    },
    "cmsLocaleId": {
      "type": "string",
      "description": "Identifier for the locale of the CMS item.",
      "examples": [
        "653ad57de882f528b32e810e"
      ]
    },
    "lastPublished": {
      "type": [
        "string",
        "null"
      ],
      "readOnly": true,
      "description": "The date the item was last published.",
      "examples": [
        "2023-03-17T18:47:35.560Z"
      ]
    },
    "lastUpdated": {
      "type": "string",
      "readOnly": true,
      "description": "The date the item was last updated.",
      "examples": [
        "2023-03-17T18:47:35.560Z"
      ]
    },
    "createdOn": {
      "type": "string",
      "readOnly": true,
      "description": "The date the item was created.",
      "examples": [
        "2023-03-17T18:47:35.560Z"
      ]
    },
    "isArchived": {
      "type": "boolean",
      "default": false,
      "description": "Boolean determining if the Item is set to archived."
    },
    "isDraft": {
      "type": "boolean",
      "default": false,
      "description": "Boolean determining if the Item is set to draft."
    },
    "fieldData": {
      "type": "object",
      "description": "An object containing the item's content fields. Every item requires a name and slug. Additional fields are dynamic and match the collection's schema definition.",
      "required": [
        "name",
        "slug"
      ],
      "properties": {
        "name": {
          "type": "string",
          "description": "Name of the Item.",
          "examples": [
            "The Hitchhiker's Guide to the Galaxy"
          ]
        },
        "slug": {
          "type": "string",
          "description": "URL structure of the Item in your site. Updates to an item slug will break all links referencing the old slug.",
          "examples": [
            "hitchhikers-guide-to-the-galaxy"
          ]
        }
      },
      "additionalProperties": true
    }
  }
}

Work with this as data

Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/webflow-collection-item-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.