e-addons

Share

ic Developer bwe-Developer

Query Rest API

Collect data from external services and display JSON returned response as archive.

Specific support for WordPress native API and ElasticSearch API

Read a JSON provided by a remote REST API service and list results

DEMO

Latest Wordspress.org News

Portland, Are You Ready? The WCUS 2025 Schedule Has Arrived!

2025-08-06T20:03:43
Brett McSherry

We’re excited to announce that the full schedule for WordCamp US 2025 has been published! From August 26–29 in Portland, Oregon, join web creators, innovators, and community leaders for four days of learning, collaboration, and inspiration. This year’s lineup brings together sessions on everything from cutting-edge AI to hands-on workshops, performance, accessibility, design, and the […]

Maintenance Releases for WordPress branches 4.7 to 6.7

2025-08-05T19:11:05
42547

Following on from the WordPress 6.8.2 maintenance release last month, the included update to the root security certificate bundle has been backported to all branches back to 4.7. This ensures that when your site performs server-side HTTP requests, the most up-to-date information about trusted security certificates is used. Further information can be found on the […]

WordPress 6.8.2 Maintenance Release

2025-07-15T15:41:50
Jb Audras

WordPress 6.8.2 is now available! This minor release includes fixes for 20 Core tickets and 15 Block Editor issues. For a full list of bug fixes, please refer to the release candidate announcement. WordPress 6.8.2 is a short-cycle maintenance release. More maintenance releases may be made available throughout 2025. If you have sites that support […]

Celebrating Kim Parsell: 2025 WordCamp US Scholarship Applications Open

2025-07-14T18:57:47
Brett McSherry

The WordPress Foundation is pleased to announce the return of the Kim Parsell Memorial Scholarship for WordCamp US 2025. Applications are being accepted until July 25, 2025. Remembering Kim Parsell Kim Parsell was a dedicated contributor and a beloved member of the WordPress community. Her passion for open source and her welcoming spirit inspired many, […]

Pagination

Paginate in case of huge items number

POST Request

Send Post payload data on your request call

WordPress Rest API

Full support to native API

ElasticSearch

Full support to Elastic API to read Documents

elementor query rest api

Query Rest API

EndPoint URL
The remote url of API service

Require Authorization
Optional User and Password or Token access for private area

Port
Set if different from default 80

Connection Timeout
Sometimes the service could be longer than standard timeout

Ignore certificate
Enable it if remote service is not on ssl

Method
Many ways to manage request data and manipulate the response, some generics like standard GET and POST and more specific for WORDPRESS and ELASTICSEARCH

Parameters

GET & POST extra arguments
If you need to pass more data into your request, like authentication info, filter values, etc, you can add them defining for each one its own key accepted by the service and its value, maybe loaded via Dynamic Tag

elementor query rest api post
elementor query rest api wp native

WordPress Native API REST

Post Type
Set here the name of your CPT or leave default posts visualization.
Also different object types are supported, like “users”, “categories” and so on

Load Fields
By default you get only the ID of related post objects, like:

  • Author
  • Feature Media
  • Categories
  • Tags

Enable them to get full data of those object.
WARNING: this will increase load time, because each object require an extra request to WP remote service

Elastic Search

DSL
You can write your custom Query DSL (optionally dynamic with Twig), copy it from Kibana and execute here

Remove Quote
Optional, clean _source data from extra quotes added by elastic response

Load Document ID Object from Fields
Enable it to retrieve full data of main fields referenced only by Document ID.
Specify all fields, once per line, you want to fill with full data. Separate sub keys with a dot.

Level Depth
Maybe you need to expand fields of loaded documents nested on main document, so define how many iteration recursion you want to execute

WARNING: this will increase load time, because each Document require an extra request to Elastic remote service

elementor rest api elasticsearch
elementor query rest api page

Archive Rows

Archive Array Sub path
Set here optionally the index of sub array into the JSON result, separate each level with a dot

Rows per Page
Define how many result per page, necessary if activate the Pagination

Offset/Limit
Optional to modify the results display number

Cache

You can optimize page load with Enable Cache which will be valid for a defined amount of time until it will be refreshed.

elementor remote rest api cache

Rest API Fields

We wanted to create a way to visualize, sort, and manage every type of data into the spreadsheet to generate complete lists in all its parts.

elementor query spreadsheet item

Display elements

  • Custom Field, a column field
  • Static (text, image, icon, code)
  • Loop Index
  • A custom Elementor Template

Each type of element is customizable in all its parts with dedicated parameters in order to achieve maximum control.

Style
All configurations for the style are accessible immediately while creating the items.

Advanced
As if that wasn’t enough, some advanced parameters let you refine the visualization and its behavior.

Query Rest API

SKINS

Several display styles are available for all e-Query widgets that will allow you to get the navigation approach you want.

Read More