PHPackages                             goomento/module-page-builder-api - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. goomento/module-page-builder-api

ActiveMagento2-module[API Development](/categories/api)

goomento/module-page-builder-api
================================

Rest API and GraphQL for Goomento - Magento Page Builder Extension.

1.0.2(3y ago)117.7k↓24.3%21OSL-3.0PHP

Since Nov 27Pushed 3y agoCompare

[ Source](https://github.com/Goomento/PageBuilderApi)[ Packagist](https://packagist.org/packages/goomento/module-page-builder-api)[ Docs](https://goomento.com)[ RSS](/packages/goomento-module-page-builder-api/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependencies (1)Versions (4)Used By (1)

Public REST API and GraphQL for Goomento Page Builder Extension
===============================================================

[](#public-rest-api-and-graphql-for-goomento-page-builder-extension)

1. Install
----------

[](#1-install)

Run the following command in Magento 2 root folder to install this repository

```
composer require goomento/module-page-builder-api
php bin/magento module:enable Goomento_PageBuilderApi
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy
```

2. REST API request
-------------------

[](#2-rest-api-request)

Get JSON data of particular Goomento page builder base on `identifier` via REST API

Request:

```
GET /rest/V1//pagebuilder/identifier/
```

Example response:

```
{
    "settings": {},
    "elements": [],
    "title": "Goomento page builder response",
    "type": "page",
    "status": "publish",
    "update_time": "2022-09-02 08:50:59",
    "creation_time": "2022-09-02 08:50:59",
    "html": "Page Builder HTML.",
    "styles": [
        {
            "href": "https://example.com/pub/style.css",
            "content": "body {background: red};"
        }
    ]
}
```

3. GraphQL request
------------------

[](#3-graphql-request)

Get JSON data of particular Goomento page builder base on `identifier` via GraphQL

Request:

```
query {
    pagebuilder(identifier: "") {
        title
        status
        type
        html
        elements_content
        settings_content
        creation_time
        update_time
        styles {
            content
            href
        }
    }
}
```

Example response:

```
{
    "data": {
        "pagebuilder": {
            "title": "Goomento page builder response",
            "status": "publish",
            "type": "page",
            "html": "Page Builder HTML.",
            "elements_content": "[]",
            "settings_content": "{}",
            "creation_time": "2022-09-02 08:50:59",
            "update_time": "2022-09-02 08:50:59",
            "styles": [
                {
                    "href": "https://example.com/pub/style.css",
                    "content": "body {background: red};"
                }
            ]
        }
    }
}
```

### Note:

[](#note)

- `Publish` status must be `Yes`
- `Enable` config must be `Yes`
- `elements_content` and `settings_content` were encoded JSON data of page builder

###  Health Score

31

—

LowBetter than 66% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity31

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~88 days

Total

3

Last Release

1140d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/32940422?v=4)[Hai Huynh](/maintainers/haihv433)[@haihv433](https://github.com/haihv433)

---

Top Contributors

[![haihv433](https://avatars.githubusercontent.com/u/32940422?v=4)](https://github.com/haihv433 "haihv433 (3 commits)")

---

Tags

gomento-apigoomentogoomento-page-buildermagentomagento-graphqlmagento-rest-apimagento2magento 2magento 2 page buildermagento page buildergoomento page buildergoomento page builder rest apigoomento page builder rest fullgoomento page builder graphql

### Embed Badge

![Health badge](/badges/goomento-module-page-builder-api/health.svg)

```
[![Health](https://phpackages.com/badges/goomento-module-page-builder-api/health.svg)](https://phpackages.com/packages/goomento-module-page-builder-api)
```

###  Alternatives

[goomento/module-page-builder

Goomento - The Free Magento Page Builder Extension, allows you to create unique Magento websites, landing pages using advanced animations, custom CSS, responsive designs, and more, without a line of code.

10418.8k2](/packages/goomento-module-page-builder)[mollie/magento2

Mollie Payment Module for Magento 2

1131.9M16](/packages/mollie-magento2)[mollie/magento

iDEAL, Creditcard, Bancontact/Mister Cash, SOFORT, Bank transfer, Bitcoin, PayPal &amp; paysafecard for Magento https://www.mollie.com/

407.9k](/packages/mollie-magento)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
