Skip to main content
Fetch structured content from your Webstorio CMS on published sites. Requires the Content & CMS feature (content).

getContentTypes()

List all content types in the project.

getContentEntries(contentTypeKey, options?)

List or filter entries for a content type.
Entry field values live in entry.dataJson (shape matches your content type schema).

getContentEntryById(contentTypeKey, entryId)

Fetch a single entry by UUID. Use on detail pages with getPathParams():

getContentCategories()

List all content categories.

getContentCategoryById(categoryId)

User guide

Non-technical setup: Content & CMS