This is the documentation for the /en/api/widgets
endpoint. Here you can find information about the widgets available on our platform.
Widgets Overview
Widgets are small, reusable UI components that can be used to display information or perform actions within your application. They are designed to be easily integrated into your application to enhance its functionality.
Features
- Customizable: Widgets can be easily customized to fit the design and functionality of your application.
- Responsive: Widgets are designed to work on various devices and screen sizes.
- Extensible: Widgets can be extended to include additional features and functionality.
Usage
To use a widget, you need to make a GET request to the /en/api/widgets
endpoint.
Example Request
GET /en/api/widgets?category=dashboard
This request will return a list of widgets available for the dashboard category.
Response
The response will be a JSON object containing information about the widgets.
{
"widgets": [
{
"id": 1,
"name": "Weather Widget",
"description": "Displays the weather forecast for a specific location.",
"category": "dashboard"
},
{
"id": 2,
"name": "News Widget",
"description": "Displays the latest news articles.",
"category": "dashboard"
}
]
}
Related Resources
For more information on widgets, please visit our Widget Documentation.
[
[